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 | 3 | -5/+78 | |
*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 | |||||
2023-12-27 | Add meson build support | zhuyaliang | 2 | -0/+96 | |
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-11 | appearance: Remove useless match_wm_manager_init function | zhuyaliang | 2 | -3/+0 | |
2023-04-05 | appearance: use mate_image_menu_item replace gtk_image_menu_item | zhuyaliang | 3 | -28/+69 | |
2022-02-09 | appearance-style: fix memory leak | rbuj | 1 | -0/+1 | |
2022-02-09 | Unnecessary G_OBJECT cast when calling signal connect function | rbuj | 1 | -6/+6 | |
2022-02-09 | Remove build warning -Wbad-function-cast | rbuj | 1 | -1/+3 | |
2021-11-20 | Use a blank line at most | rbuj | 3 | -3/+0 | |
2021-11-11 | Fix build warnings about missing field initializer | rbuj | 1 | -1/+1 | |
2021-11-07 | appearance: fix memory leak | rbuj | 1 | -3/+5 | |
2021-06-21 | update copyright to 2021 | raveit65 | 2 | -0/+2 | |
2021-04-08 | appearance: Type column in GtkFileChooser requires gtk 3.24.12 | rbuj | 3 | -0/+8 | |
2021-03-19 | appearance: use gtk_builder_new_from_resource | rbuj | 1 | -28/+17 | |
2021-03-11 | i18n: fix an error that prevents showing the wallpaper name | rbuj | 1 | -2/+3 | |
2021-02-26 | Line comments // are not allowed (code style) | rbuj | 1 | -1/+0 | |
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 | |
2021-02-24 | Missing include guards | rbuj | 10 | -4/+49 | |
2021-02-16 | build: allow users to disable gettext support (--disable-nls) | rbuj | 2 | -2/+15 | |
2020-12-04 | Use g_slist_free_full | rbuj | 3 | -12/+9 | |
2020-11-29 | appearance: Add file chooser settings | rbuj | 5 | -741/+983 | |
2020-11-24 | appearance: Set icon-name in ui file | rbuj | 4 | -827/+941 | |
2020-11-24 | appearance: Introduce GET_WINDOW macro | rbuj | 6 | -12/+10 | |
2020-10-31 | appearance: Fix preview in Add Wallpaper dialog | rbuj | 1 | -4/+8 | |
2020-07-08 | Remove unused variable from capplet_notebook_scroll_event_cb | rbuj | 1 | -6/+8 | |
2020-06-07 | appearance-ui: Remove unused function button_press_block_cb | rbuj | 1 | -10/+0 | |
2020-05-26 | Add tab scrolling support for GTK3 | tamplan | 1 | -5/+15 | |
mate-window-properties and mate-appearance-properties | |||||
2020-03-10 | remove warnings: function declaration isn’t a prototype | rbuj | 2 | -2/+2 | |
2020-03-09 | appearance: Fix memory leak | rbuj | 1 | -1/+0 | |
2020-03-02 | Do not collect the translation for Icon | rbuj | 1 | -1/+1 | |
2020-02-06 | mate-wp-info: fix memory leak | rbuj | 1 | -0/+1 | |
2020-02-06 | build: use warning flags | rbuj | 1 | -0/+1 | |
2020-02-04 | appearance: backgrounds dir should be portable | rbuj | 2 | -4/+6 | |
2020-02-02 | appearance: remove I/O error on window close | rbuj | 1 | -6/+16 | |
2019-12-03 | appearance: Fix desktop file creation | gm10 | 1 | -1/+1 | |
This fixes the contents of the first desktop file getting copied into the second. | |||||
2019-11-07 | migrate from intltool to gettext | Wu Xiaotian | 3 | -8/+13 | |
2019-08-02 | appearance: fix memory leak | Wu Xiaotian | 1 | -0/+1 | |
2019-08-01 | appearance: add new font for user | Wu Xiaotian | 2 | -2/+105 | |
2019-07-02 | Add scroll tabs with mouse wheel in severals capplets | Laurent Napias | 1 | -2/+6 | |
2019-06-25 | [ci] add gla11y in docker container | Wu Xiaotian | 1 | -1/+1 | |
2019-06-22 | capplets: Remove the macro MATELOCALEDIR where it's not required | rbuj | 1 | -1/+0 | |
2019-06-18 | Remove trailing whitespaces | rbuj | 2 | -4/+4 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-06-15 | Add support for checking .ui accessibility with gla11y | Samuel Thibault | 2 | -3/+55 | |
2019-06-12 | appearance.ui (cursor size scale) | Laurent Napias | 1 | -787/+793 | |
Add Adjudtement to change value by left/right arrows | |||||
2019-05-11 | capplets: Use gresources for UI files | rbuj | 4 | -16/+36 | |
2019-05-08 | Fix grammar mistake | rbuj | 1 | -1/+1 | |
Reported by translators | |||||
2019-05-06 | Migrate from dbus-glib to GDBus | Wu Xiaotian | 1 | -54/+89 | |
mate-appearance-properties: capplets/appearance/theme-util.c |