Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-07 | display-capplet: add css name for scrollarea | raveit65 | 1 | -0/+2 | |
This makes it possible to fix visual glitches in themes | |||||
2018-04-25 | Change cursor-size to 24px | Victor Kareh | 2 | -8/+4 | |
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-27 | Scale cursor size for HiDPI when changing themes | Victor Kareh | 1 | -0/+4 | |
2018-03-23 | tx: update resource file | raveit65 | 1 | -93/+101 | |
2018-03-23 | tx: update config with branch specific resoures | raveit65 | 1 | -2/+2 | |
2018-03-18 | Fix screen geometry to account for rotation when snapping. | Brent Bradburn | 1 | -0/+2 | |
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-03-16 | tx: add makepot and .pot files | raveit65 | 2 | -0/+2831 | |
2018-03-11 | transifex: set minimum_perc = 1 | raveit65 | 1 | -0/+1 | |
2018-03-11 | transifex: add type PO to client config file | raveit65 | 1 | -0/+1 | |
2018-02-22 | po: add missing file to POTFILES.in | monsta | 1 | -0/+1 | |
fix build after 257b2363af758bb159e3265596dadc483833475d | |||||
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-17 | theme-thumbnail.c: avoid deprecated GtkButton:use-stock | Pablo Barciela | 1 | -10/+4 | |
2018-02-12 | avoid deprecated GtkStock | Pablo Barciela | 13 | -34/+46 | |
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 | update NEWS for 1.20 releasev1.20.0 | raveit65 | 1 | -0/+2 | |
2018-02-06 | sync with transifex | raveit65 | 2 | -7/+7 | |
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 | release 1.20 | raveit65 | 2 | -19/+24 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 19 | -242/+4 | |
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-24 | release 1.19.3v1.19.3 | raveit65 | 2 | -1/+22 | |
2018-01-24 | sync with transifex | raveit65 | 103 | -9403/+6935 | |
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-13 | drop unused variables | Pablo Barciela | 3 | -5/+4 | |
2018-01-13 | eggcellrendererkeys.c: Fix build warnings: | Pablo Barciela | 1 | -19/+18 | |
assignment from incompatible pointer type | |||||
2018-01-12 | remove some leftovers related to MacOS support O_o | monsta | 1 | -9/+0 | |
2018-01-12 | theme-thumbnail.c: Fix build warnings with ‘write’ and ‘pipe’: | Pablo Barciela | 1 | -17/+55 | |
ignoring return value declared with attribute warn_unused_result | |||||
2018-01-12 | libslab: store search entry widget as GtkEntry | monsta | 1 | -5/+5 | |
make afcb324eb181a9c6cb0b3c8e8589ed99391a63a0 simpler | |||||
2018-01-11 | libslab: fix search icon misaligned | Zhang Xianwei | 6 | -286/+9 | |
Make use GtkSearchEntry instead of builtin NldSearchEntry fixes #299 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-01-10 | libslab: search-entry.c: Fix build warning: | Pablo Barciela | 1 | -1/+1 | |
‘__builtin___snprintf_chk’ output truncated before the last format character | |||||
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]> | |||||
2018-01-09 | update windows tiling gsettings key, part-2 | raveit65 | 1 | -6/+6 | |
2018-01-09 | update windows tiling gsettings key | raveit65 | 1 | -1/+1 | |
2018-01-05 | about-me: drop unused code | monsta | 6 | -722/+0 | |
2017-12-26 | shell: add Comment field to .desktop file | monsta | 1 | -0/+1 | |
2017-12-26 | release 1.19.2v1.19.2 | raveit65 | 2 | -1/+17 | |
2017-12-26 | sync with transifex | raveit65 | 103 | -14840/+5782 | |
2017-12-25 | Enable default broswer setting support for text/html | cxy_uestc | 1 | -0/+1 | |
2017-12-24 | libslab: restore missing variable initialization | monsta | 1 | -1/+2 | |
it got lost after https://github.com/mate-desktop/mate-control-center/commit/9169a1d5d4d5ac5d8a14bc021be09a0a80eb9996 | |||||
2017-12-24 | libslab: drop useless checkpoint function | monsta | 3 | -50/+0 | |
2017-12-23 | libslab: remove more unused code | monsta | 8 | -182/+0 | |
2017-12-22 | libslab: remove a bunch of unused code | monsta | 8 | -414/+0 | |
2017-12-20 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 6 | -67/+21 | |
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-15 | fix support for external localizations in .desktop files | monsta | 1 | -6/+16 | |
fixes https://github.com/mate-desktop/mate-control-center/issues/239 fixes https://github.com/mate-desktop/mate-control-center/issues/260 |