Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-27 | Appearance under wayland: apply cursor size changes | lukefromdc | 1 | -0/+21 | |
*Note that only compositors that read the cursor size from gsettings will apply this, wayfire does not at this time *This is also true of cursor theme: the compositor must read it from gsettings for it to be applied from the control center | |||||
2024-06-27 | appearance under wayland: fix customizing themes | lukefromdc | 1 | -0/+25 | |
Since wayland compositors such as wayfire follow the GNOME interface gsettings values, we need to set them here too | |||||
2024-05-26 | appearance in wayland: Support changing theme, icon theme, and fonts | lukefromdc | 5 | -6/+137 | |
*If we are in a wayland session, write the gtk theme and icon theme to both org.mate and org.gnome *This changes wayland and xwayland themes simultaniously *Under wayland, set the application and document fonts for both MATE and GNOME *Otherwise some applications will ignore font changes set from the appearance capplet *Only load GNOME interface gsettings when running under wayland *fail gracefully if the gnome interface schema is not present *Do not depend on it but use it if it is present to allow setting themes in compositors such as wayfire that use the GNOME gsettings values | |||||
2024-04-01 | Add time-admin dependency check on systemd | zhuyaliang | 1 | -1/+4 | |
time-admin depends on systemd. If systemd is not used in the systemd, time-admin is disabled | |||||
2024-03-11 | Disable function definitions if systemd isn't found | Oz Tiram | 1 | -7/+16 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2024-03-11 | Make systemd optional | Oz Tiram | 1 | -2/+10 | |
There is not much of direct systemd usage in the system-info plugin. This patch suggestion enables building this plugin on system like alpine, voidlinux or gentoo with openrc. Signed-off-by: Oz Tiram <[email protected]> | |||||
2024-01-02 | Meson: fix mate-time-admin directory error | lukefromdc | 1 | -1/+1 | |
*Ensure we attempt to load files *from mate-time-admin/map/ *not mate-time-admin/map Otherwise mate-time-admin built with meson cannot find the files and errors out | |||||
2023-12-27 | Add meson build support | zhuyaliang | 18 | -0/+676 | |
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 | |