Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2018-01-23 | theme-installer.c: missing g_object_unref in mate_theme_install_real | Zhang Xianwei | 1 | -0/+2 | |
Object should be free when use g_file_new_for_path. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-01-23 | theme-util.c: fix reinstalling the deleted theme can cause failure | Zhang Xianwei | 1 | -1/+2 | |
fixes https://github.com/mate-desktop/mate-control-center/issues/322 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-01-18 | remove unneeded +x attribute after last commit | monsta | 1 | -0/+0 | |
2018-01-16 | Support the theme compression package for installing XZ format | Zhang Xianwei | 1 | -0/+8 | |
This closes #320. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-01-10 | Remove useless duplication in mate_theme_install_real | Zhang Xianwei | 1 | -4/+0 | |
Handle Case THEME_MATE | THEME_MARCO | THEME_GTK should be same, so remove useless duplication. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-01-10 | Fix Window Border theme cannot be deleted | Zhang Xianwei | 1 | -1/+1 | |
The directory "marco-1" does not exist, replacing it with "metacity-1". Fixes #316 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2017-12-20 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -38/+3 | |
This commit reverts: https://github.com/mate-desktop/mate-control-center/commit/fe782c673262e861334bb48265abf5075ff02680 https://github.com/mate-desktop/mate-control-center/commit/061f3780a3af6224a804d239f9b9dfc5c81873f6 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height gdk_screen_width gdk_screen_height | |||||
2017-12-01 | Fixes font dpi with "org.mate.desktop.font-rendering.dpi" by default | Pablo Barciela | 1 | -3/+25 | |
2017-08-19 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+9 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window | |||||
2017-08-15 | appearance-font.c: avoid deprecated gdk_screen_get_width/height_mm | ZenWalker | 1 | -1/+14 | |
2017-08-15 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -4/+6 | |
2017-03-28 | Add support for switching themes on Metacity >= 3.20. | Martin Wimpress | 1 | -1/+6 | |
2017-03-17 | appearance-ui: add primary-toolbar style class for toolbar in interface preview | raveit65 | 1 | -0/+3 | |
fixes https://github.com/flexiondotorg/ubuntu-mate-themes/issues/52 | |||||
2017-03-11 | appearance.ui: fix warnings | raveit65 | 1 | -106/+118 | |
2017-03-01 | appearance.ui: avoid deprecated widgets | raveit65 | 1 | -1263/+1489 | |
2017-01-27 | Fix two memory leaks | Colomban Wendling | 1 | -2/+2 | |
2017-01-27 | Fix live updating of the various theme details | Colomban Wendling | 1 | -0/+1 | |
This got broken in b3e27b1d6a0f11c5835f5829bac3861e2147b17e, which ported to GSettings but stopped calling the supplied callback. 070e7cb765a788c8e27ff3615d3ed36981d3518d restored the initial update, but not the live ones. Fixes #256. | |||||
2017-01-26 | appearance: fix vertical expand on resize in another way | monsta | 1 | -2/+4 | |
this one can be backported to 1.16 (won't cause runtime warnings in GTK+2 build) | |||||
2017-01-24 | appearance: fix vertical expand of content with window resize | monsta | 1 | -0/+1 | |
2016-12-02 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 10 | -313/+4 | |
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17 | |||||
2016-11-02 | build: require XCursor unconditionally | monsta | 8 | -62/+1 | |
and drop bundled cursor files (.pcf) - they are not used at all when XCursor library is in use | |||||
2016-09-08 | GTK+3 appearance: don't show Colors tab in Customize Theme dialog | monsta | 2 | -1/+11 | |
changing theme colors won't work in GTK+3 | |||||
2016-07-04 | appearance: make theme name centered in GTK+3 too | monsta | 1 | -0/+13 | |
2016-07-04 | appearance: place theme name below theme preview in GTK+3 too | monsta | 1 | -1/+1 | |