Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-28 | appearance: Fix compilation warnings replace deprecated functions | zhuyaliang | 2 | -35/+39 | |
g_pattern_match_string has been deprecated since GLib 2.70 | |||||
2023-10-25 | common: Fix compilation warnings replace deprecated functions ↵ | zhuyaliang | 3 | -2/+64 | |
gtk_rc_get_theme_dir and gtk_rc_scanner_new | |||||
2023-10-13 | Remove "libwindow settings" that are no longer in use | zhuyaliang | 1 | -2/+0 | |
2023-10-12 | capplets/display: Fix compilation warnings and replace deprecated functions | zhuyaliang | 2 | -23/+64 | |
2023-10-11 | appearance: Remove useless match_wm_manager_init function | zhuyaliang | 2 | -3/+0 | |
2023-10-02 | Add new capplets: system info | zhuyaliang | 10 | -2/+1214 | |
2023-05-30 | windows: Fix UI accessibility (#704) | Colomban Wendling | 2 | -193/+135 | |
Use real frames for a semantic UI so GTK and screen readers can set up and figure out accessibility relationships between the frame label and the content automatically. Also properly add relationships between the movement keys descriptive label and the key radio items so a screen reader can pick it up. As a bonus, it also prevents Orca from erroneously announcing the label when the window comes up because it thinks this long orphaned label is probably a general description for the window. Fixes #703. | |||||
2023-05-24 | windows: Fix spacing in the Compositing Manager tab | Colomban Wendling | 1 | -1/+1 | |
2023-04-16 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 1 | -3/+3 | |
2023-04-14 | keybindings: fix memory leak | rbuj | 1 | -27/+41 | |
2023-04-05 | appearance: use mate_image_menu_item replace gtk_image_menu_item | zhuyaliang | 3 | -28/+69 | |
2023-03-31 | keyboard: fix memory leak | rbuj | 1 | -20/+23 | |
2022-02-09 | appearance-style: fix memory leak | rbuj | 1 | -0/+1 | |
2022-02-09 | Unnecessary GTK_WIDGET cast | rbuj | 7 | -270/+255 | |
2022-02-09 | Unnecessary G_OBJECT cast when calling signal connect function | rbuj | 12 | -114/+121 | |
2022-02-09 | Remove build warning -Wbad-function-cast | rbuj | 1 | -1/+3 | |
2022-02-09 | mate-theme-info: code formatting | rbuj | 1 | -351/+381 | |
2022-02-09 | common: fix memory leak detected by scan-build | rbuj | 1 | -2/+5 | |
2021-12-31 | keybindings: redundant initialization for 'p' | rbuj | 1 | -1/+2 | |
2021-12-31 | mate-da-capplet: fix memory leak | rbuj | 1 | -0/+1 | |
2021-11-29 | keyboard: fix memory leak | rbuj | 1 | -0/+1 | |
2021-11-29 | mouse: fix memory leak | rbuj | 1 | -0/+1 | |
2021-11-20 | Use a blank line at most | rbuj | 18 | -63/+0 | |
2021-11-11 | Fix build warnings about missing field initializer | rbuj | 5 | -5/+9 | |
2021-11-08 | g_queue_clear_full() is only available since glib 2.60. | Valentin Villenave | 1 | -1/+7 | |
2021-11-07 | common: fix memory leak | rbuj | 1 | -0/+1 | |
2021-11-07 | appearance: fix memory leak | rbuj | 1 | -3/+5 | |
2021-10-12 | Change capplets/about-me/mate-about-me-password.c for correct interract with ↵ | antonios-f | 1 | -65/+98 | |
passwd in rhel-based distros Process stdout and stderr separatly in spawn_passwd(). Both are handled by the io_watch_stdout() Increase BUFSIZE up to 128, because the message from libpwquality doesn't fit into previous buffer. In io_watch_stdout() change order of switching PASSDLG_STATE_*, according to current version of passwd with enabled pam_pwquality in rhel-based distros. | |||||
2021-09-24 | Remove redundant i18n functions | Yaron Shahrabani | 1 | -2/+2 | |
These specific functions can only cause mess when translated, it's better to keep the original terms. | |||||
2021-07-19 | Fix compilation warning | zhuyaliang | 3 | -17/+5 | |
2021-07-10 | Use gtk-cancel icon replace window-close icon | zhuyaliang | 1 | -1/+1 | |
2021-06-21 | update copyright to 2021 | raveit65 | 14 | -14/+23 | |
2021-04-29 | windows-applet: csd windows respect titlebar button layout | mbkma | 2 | -3/+8 | |
2021-04-29 | windows-applet: add right and left (with menu) titlebar button layout ↵ | mbkma | 2 | -24/+60 | |
options, respect custom values | |||||
2021-04-23 | windows-applet: group alt-tab options together, remove reduced resources option | mbkma | 2 | -88/+16 | |
2021-04-08 | appearance: Type column in GtkFileChooser requires gtk 3.24.12 | rbuj | 3 | -0/+8 | |
2021-04-04 | time-admin: g_time_zone_new is deprecated from glib 2.68 | rbuj | 1 | -0/+9 | |
2021-03-29 | display: remove conversion warnings | rbuj | 3 | -259/+267 | |
2021-03-19 | keybindings: use gtk_builder_new_from_resource | rbuj | 1 | -20/+1 | |
2021-03-19 | display: use gtk_builder_new_from_resource | rbuj | 1 | -9/+1 | |
2021-03-19 | default-applications: use gtk_builder_new_from_resource | rbuj | 1 | -16/+1 | |
2021-03-19 | appearance: use gtk_builder_new_from_resource | rbuj | 1 | -28/+17 | |
2021-03-19 | accessibility: use gtk_builder_new_from_resource | rbuj | 1 | -26/+16 | |
2021-03-11 | i18n: fix an error that prevents showing the wallpaper name | rbuj | 1 | -2/+3 | |
2021-03-08 | display: frame spacing | rbuj | 1 | -1/+2 | |
2021-03-08 | Add adjust window scaling function for display preference and update ↵ | zhuyaliang | 3 | -159/+256 | |
display-capplet.ui file | |||||
2021-02-26 | windows: remove unused macros UIDIR, PIXMAPDIR | rbuj | 1 | -3/+1 | |
2021-02-26 | Line comments // are not allowed (code style) | rbuj | 3 | -5/+4 | |
2021-02-24 | appearance: no previous prototype for 'wp_create_filechooser' | rbuj | 1 | -1/+1 | |
2021-02-24 | appearance: missing includes | rbuj | 7 | -1/+11 | |