summaryrefslogtreecommitdiff
path: root/capplets
AgeCommit message (Collapse)AuthorFilesLines
2024-06-27Appearance under wayland: apply cursor size changeslukefromdc1-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-27appearance under wayland: fix customizing themeslukefromdc1-0/+25
Since wayland compositors such as wayfire follow the GNOME interface gsettings values, we need to set them here too
2024-05-26appearance in wayland: Support changing theme, icon theme, and fontslukefromdc5-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-01Add time-admin dependency check on systemdzhuyaliang1-1/+4
time-admin depends on systemd. If systemd is not used in the systemd, time-admin is disabled
2024-03-11Disable function definitions if systemd isn't foundOz Tiram1-7/+16
Signed-off-by: Oz Tiram <[email protected]>
2024-03-11Make systemd optionalOz Tiram1-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-02Meson: fix mate-time-admin directory errorlukefromdc1-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-27Add meson build supportzhuyaliang18-0/+676
2023-10-28appearance: Fix compilation warnings replace deprecated functionszhuyaliang2-35/+39
g_pattern_match_string has been deprecated since GLib 2.70
2023-10-25common: Fix compilation warnings replace deprecated functions ↵zhuyaliang3-2/+64
gtk_rc_get_theme_dir and gtk_rc_scanner_new
2023-10-13Remove "libwindow settings" that are no longer in usezhuyaliang1-2/+0
2023-10-12capplets/display: Fix compilation warnings and replace deprecated functionszhuyaliang2-23/+64
2023-10-11appearance: Remove useless match_wm_manager_init functionzhuyaliang2-3/+0
2023-10-02Add new capplets: system infozhuyaliang10-2/+1214
2023-05-30windows: Fix UI accessibility (#704)Colomban Wendling2-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-24windows: Fix spacing in the Compositing Manager tabColomban Wendling1-1/+1
2023-04-16Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj1-3/+3
2023-04-14keybindings: fix memory leakrbuj1-27/+41
2023-04-05appearance: use mate_image_menu_item replace gtk_image_menu_itemzhuyaliang3-28/+69
2023-03-31keyboard: fix memory leakrbuj1-20/+23
2022-02-09appearance-style: fix memory leakrbuj1-0/+1
2022-02-09Unnecessary GTK_WIDGET castrbuj7-270/+255
2022-02-09Unnecessary G_OBJECT cast when calling signal connect functionrbuj12-114/+121
2022-02-09Remove build warning -Wbad-function-castrbuj1-1/+3
2022-02-09mate-theme-info: code formattingrbuj1-351/+381
2022-02-09common: fix memory leak detected by scan-buildrbuj1-2/+5
2021-12-31keybindings: redundant initialization for 'p'rbuj1-1/+2
2021-12-31mate-da-capplet: fix memory leakrbuj1-0/+1
2021-11-29keyboard: fix memory leakrbuj1-0/+1
2021-11-29mouse: fix memory leakrbuj1-0/+1
2021-11-20Use a blank line at mostrbuj18-63/+0
2021-11-11Fix build warnings about missing field initializerrbuj5-5/+9
2021-11-08g_queue_clear_full() is only available since glib 2.60.Valentin Villenave1-1/+7
2021-11-07common: fix memory leakrbuj1-0/+1
2021-11-07appearance: fix memory leakrbuj1-3/+5
2021-10-12Change capplets/about-me/mate-about-me-password.c for correct interract with ↵antonios-f1-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-24Remove redundant i18n functionsYaron Shahrabani1-2/+2
These specific functions can only cause mess when translated, it's better to keep the original terms.
2021-07-19Fix compilation warningzhuyaliang3-17/+5
2021-07-10Use gtk-cancel icon replace window-close iconzhuyaliang1-1/+1
2021-06-21update copyright to 2021raveit6514-14/+23
2021-04-29windows-applet: csd windows respect titlebar button layoutmbkma2-3/+8
2021-04-29windows-applet: add right and left (with menu) titlebar button layout ↵mbkma2-24/+60
options, respect custom values
2021-04-23windows-applet: group alt-tab options together, remove reduced resources optionmbkma2-88/+16
2021-04-08appearance: Type column in GtkFileChooser requires gtk 3.24.12rbuj3-0/+8
2021-04-04time-admin: g_time_zone_new is deprecated from glib 2.68rbuj1-0/+9
2021-03-29display: remove conversion warningsrbuj3-259/+267
2021-03-19keybindings: use gtk_builder_new_from_resourcerbuj1-20/+1
2021-03-19display: use gtk_builder_new_from_resourcerbuj1-9/+1
2021-03-19default-applications: use gtk_builder_new_from_resourcerbuj1-16/+1
2021-03-19appearance: use gtk_builder_new_from_resourcerbuj1-28/+17