Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2019-04-12 | Use GtkSeparatorMenuItem in Apparence preview | rbuj | 1 | -2/+2 | |
It adds two menu item separators, before and after of Print menu item. Test: Run mate-appearance-properties Select Interface tab Clic on File menu item | |||||
2019-04-12 | Remove dead store detected by clang | rbuj | 3 | -7/+3 | |
marco-window-manager.c:408:17: warning: Value stored to 'i' is never read i = 0; ^ ~ theme-installer.c:813:3: warning: Value stored to 'filename' is never read filename = old_folder; ^ ~~~~~~~~~~ | |||||
2019-02-08 | fixed distcheck fail on debian | Wu Xiaotian | 3 | -3/+2 | |
2018-05-21 | appearance: fixed more indents | Erik Bročko | 1 | -3/+3 | |
2018-05-21 | appearance: fixed indentations | Erik Bročko | 1 | -58/+60 | |
2018-05-21 | appearance: add buttons-have-icons switch | Erik Bročko | 3 | -14/+92 | |
2018-04-25 | Change cursor-size to 24px | Victor Kareh | 1 | -1/+1 | |
The MATE cursor theme does not have an 18px cursor size, so having a 18px as the default setting does not make sense. Using 24px looks better in modern displays and allows for proper HiDPI scaling. | |||||
2018-03-16 | Add auto-detect toggle switch | Victor Kareh | 4 | -142/+202 | |
Currently if a user changes the DPI, there is no way to reset it back to the auto-detected value from Xserver (which we store as 0 in gsettings). Adding this toggle solves that issue. I also removed a deprecated [GtkHandleBox](https://developer.gnome.org/gtk3/stable/GtkHandleBox.html) and all its associated code. | |||||
2018-02-21 | theme-util.c: fix segfault on attempt to delete custom theme | Zhang Xianwei | 1 | -2/+2 | |
fixes https://github.com/mate-desktop/mate-control-center/issues/334 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-02-12 | avoid deprecated GtkStock | Pablo Barciela | 4 | -8/+8 | |
2018-02-12 | Remove useless parameter in mate_theme_install_real | Zhang Xianwei | 1 | -3/+0 | |
filetype is not used in mate_theme_install_real, remove it. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-02-09 | theme-installer.c: add tips when reinstall a existed theme | Zhang Xianwei | 1 | -0/+51 | |
When ~/.themes/theme-name is existed, reinstalling the same theme will be failed. Add tips when reinstall a existed theme to fix it. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-02-06 | Scale font DPI for HiDPI displays | Victor Kareh | 1 | -12/+28 | |
Automatically scales up the font DPI when loading the GtkSpinner and down-scale when saving it. The result is that the user gets the correct DPI showing in the Appearance > Fonts > Details app, while gsettings stores the down-scaled DPI. | |||||
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 3 | -17/+1 | |
2018-01-26 | Add support for HiDPI displays (#325) | Victor Kareh | 1 | -0/+5 | |
* Support font auto-scaling for HiDPI displays * Use nicer-looking numbers for DPI, since the spinner only supports integers * Remove ceil for scaled DPI |