summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-05-27update mate-control-center.potraveit651-5/+17
2018-05-27bump required version of mate-menusraveit651-1/+1
2018-05-27use new mate-menus apiyetist1-30/+24
2018-05-27use new apiyetist1-41/+43
2018-05-27use matemenu_tree_newyetist1-2/+11
2018-05-21appearance: fixed more indentsErik Bročko1-3/+3
2018-05-21appearance: fixed indentationsErik Bročko1-58/+60
2018-05-21appearance: add buttons-have-icons switchErik Bročko3-14/+92
2018-05-14update potfilemonsta1-31/+31
2018-05-14mouse: add middle button emulation switchErik Bročko2-2/+35
2018-05-07display-capplet: add css name for scrollarearaveit651-0/+2
This makes it possible to fix visual glitches in themes
2018-04-25Change cursor-size to 24pxVictor Kareh2-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-27Scale cursor size for HiDPI when changing themesVictor Kareh1-0/+4
2018-03-23tx: update resource fileraveit651-93/+101
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-18Fix screen geometry to account for rotation when snapping.Brent Bradburn1-0/+2
2018-03-16Add auto-detect toggle switchVictor Kareh4-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-16tx: add makepot and .pot filesraveit652-0/+2831
2018-03-11transifex: set minimum_perc = 1raveit651-0/+1
2018-03-11transifex: add type PO to client config fileraveit651-0/+1
2018-02-22po: add missing file to POTFILES.inmonsta1-0/+1
fix build after 257b2363af758bb159e3265596dadc483833475d
2018-02-21theme-util.c: fix segfault on attempt to delete custom themeZhang Xianwei1-2/+2
fixes https://github.com/mate-desktop/mate-control-center/issues/334 Signed-off-by: Zhang Xianwei <[email protected]>
2018-02-17theme-thumbnail.c: avoid deprecated GtkButton:use-stockPablo Barciela1-10/+4
2018-02-12avoid deprecated GtkStockPablo Barciela13-34/+46
2018-02-12Remove useless parameter in mate_theme_install_realZhang Xianwei1-3/+0
filetype is not used in mate_theme_install_real, remove it. Signed-off-by: Zhang Xianwei <[email protected]>
2018-02-09theme-installer.c: add tips when reinstall a existed themeZhang Xianwei1-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-06update NEWS for 1.20 releasev1.20.0raveit651-0/+2
2018-02-06sync with transifexraveit652-7/+7
2018-02-06Scale font DPI for HiDPI displaysVictor Kareh1-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-30release 1.20raveit652-19/+24
2018-01-30require GTK+ 3.22 and GLib 2.50monsta19-242/+4
2018-01-26Add support for HiDPI displays (#325)Victor Kareh1-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-24release 1.19.3v1.19.3raveit652-1/+22
2018-01-24sync with transifexraveit65103-9403/+6935
2018-01-23theme-installer.c: missing g_object_unref in mate_theme_install_realZhang Xianwei1-0/+2
Object should be free when use g_file_new_for_path. Signed-off-by: Zhang Xianwei <[email protected]>
2018-01-23theme-util.c: fix reinstalling the deleted theme can cause failureZhang Xianwei1-1/+2
fixes https://github.com/mate-desktop/mate-control-center/issues/322 Signed-off-by: Zhang Xianwei <[email protected]>
2018-01-18remove unneeded +x attribute after last commitmonsta1-0/+0
2018-01-16Support the theme compression package for installing XZ formatZhang Xianwei1-0/+8
This closes #320. Signed-off-by: Zhang Xianwei <[email protected]>
2018-01-13drop unused variablesPablo Barciela3-5/+4
2018-01-13eggcellrendererkeys.c: Fix build warnings:Pablo Barciela1-19/+18
assignment from incompatible pointer type
2018-01-12remove some leftovers related to MacOS support O_omonsta1-9/+0
2018-01-12theme-thumbnail.c: Fix build warnings with ‘write’ and ‘pipe’:Pablo Barciela1-17/+55
ignoring return value declared with attribute warn_unused_result
2018-01-12libslab: store search entry widget as GtkEntrymonsta1-5/+5
make afcb324eb181a9c6cb0b3c8e8589ed99391a63a0 simpler
2018-01-11libslab: fix search icon misalignedZhang Xianwei6-286/+9
Make use GtkSearchEntry instead of builtin NldSearchEntry fixes #299 Signed-off-by: Zhang Xianwei <[email protected]>
2018-01-10libslab: search-entry.c: Fix build warning:Pablo Barciela1-1/+1
‘__builtin___snprintf_chk’ output truncated before the last format character
2018-01-10Remove useless duplication in mate_theme_install_realZhang Xianwei1-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-10Fix Window Border theme cannot be deletedZhang Xianwei1-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-09update windows tiling gsettings key, part-2raveit651-6/+6
2018-01-09update windows tiling gsettings keyraveit651-1/+1
2018-01-05about-me: drop unused codemonsta6-722/+0