Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-05 | Remove libslab library | zhuyaliang | 38 | -120/+55 | |
libslab is only used in mate-c-c and there is no need to provide a library | |||||
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-24 | typing-break: Force dependency on appindicator and remove deprecated ↵ | zhuyaliang | 5 | -332/+61 | |
GtkStatusIcon | |||||
2023-10-17 | typing-break: Fix compilation warnings and replace deprecated functions | zhuyaliang | 3 | -80/+122 | |
2023-10-13 | Remove "libwindow settings" that are no longer in use | zhuyaliang | 12 | -1384/+2 | |
2023-10-12 | capplets/display: Fix compilation warnings and replace deprecated functions | zhuyaliang | 2 | -23/+64 | |
2023-10-11 | libslab: Fix compilation warnings and replace deprecated functions | zhuyaliang | 3 | -15/+91 | |
2023-10-11 | font-viewer: Fix compilation warnings and replace deprecated functions | zhuyaliang | 1 | -2/+42 | |
2023-10-11 | appearance: Remove useless match_wm_manager_init function | zhuyaliang | 2 | -3/+0 | |
2023-10-02 | Add new capplets: system info | zhuyaliang | 14 | -3/+1234 | |
2023-09-16 | tx: fix warnings in Japanese and Serbian translations | raveit65 | 4 | -401/+453 | |
2023-09-12 | Update glib2 dependency version from 2.50 to 2.64 | zhuyaliang | 1 | -1/+1 | |
2023-09-02 | tx: update resources | raveit65 | 1 | -179/+205 | |
2023-08-09 | libslab: Remove gdk/gdkx.h from includes | lukefromdc | 1 | -1/+0 | |
*It's no longer used after updating monitor measurements for column sizing not to use a gdk-x11 function | |||||
2023-08-09 | Wayland: remove xisms from screen width detection | lukefromdc | 1 | -2/+12 | |
*This permits the control center to run on wayland and simplifies to code | |||||
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 | 2 | -5/+5 | |
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 | 5 | -30/+71 | |
2023-03-31 | keyboard: fix memory leak | rbuj | 1 | -20/+23 | |
2022-11-11 | release 1.27.0v1.27.0 | mbkma | 2 | -1/+29 | |
2022-11-11 | tx: sync with transifex | mbkma | 228 | -18184/+18120 | |
2022-11-10 | configure.ac: The macro 'AC_HELP_STRING' is obsolete | rbuj | 1 | -2/+2 | |
2022-10-29 | tx: update resource | mbkma | 2 | -124/+129 | |
2022-10-28 | tx: migrate config file | mbkma | 2 | -11/+28 | |
2022-02-09 | bookmark-agent: remove whitespaces before #if, #else, and #endif | rbuj | 1 | -6/+6 | |
2022-02-09 | bookmark-agent: fix backward compatibility with glib < 2.66 | rbuj | 2 | -2/+20 | |
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 | 16 | -132/+146 | |
2022-02-09 | Remove build warning -Wbad-function-cast | rbuj | 2 | -2/+4 | |
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 | 30 | -92/+0 | |
2021-11-11 | Fix build warnings about missing field initializer | rbuj | 10 | -10/+15 | |
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 | tx: update resource | raveit65 | 1 | -18/+10 | |
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-08-28 | Maintain compatibility with Glibc versions older than 2.66. Fixes #655 (#659) | Martin Wimpress | 1 | -0/+16 | |
g_bookmark_file_set_modified_date_time is used in libslab/bookmark-agent.c which sets the last time the bookmark for uri was last modified. g_bookmark_file_set_modified_date_time is only available in glibc 2.66 and newer. | |||||
2021-08-07 | release 1.26.0v1.26.0 | raveit65 | 2 | -1/+12 | |
2021-08-07 | tx: sync with transifex | raveit65 | 230 | -49453/+37582 | |