Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-13 | drop unused variables | Pablo Barciela | 2 | -3/+3 | |
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-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 | 5 | -721/+0 | |
2017-12-25 | Enable default broswer setting support for text/html | cxy_uestc | 1 | -0/+1 | |
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-15 | Add the support for cursor sizes of 96 and 128. It could be useful for ↵ | Alex ARNAUD | 1 | -1/+1 | |
low-vision persons to be able to increase the size of the their cursors greater than 64. If the cursor theme doesn't provide cursor sizes greater than 64 the behavior is the same. | |||||
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-08-15 | display scrollarea: avoid deprecated gtk_adjustment_changed | raveit65 | 1 | -1/+3 | |
gtk_adjustment_changed has been deprecated since version 3.18 and GTK+ emits “changed” itself whenever any of the properties (other than value) change. see https://developer.gnome.org/gtk3/unstable/GtkAdjustment.html#gtk-adjustment-changed | |||||
2017-08-15 | keybindings eggcellrendererkey: avoid deprecated GDK pointer and keyboard types | raveit65 | 1 | -11/+84 | |
2017-08-15 | display scrollarea: fix a -Wuninitialized build warning | raveit65 | 1 | -0/+1 | |
2017-08-15 | display scrollarea: avoid deprecated gdk_window_get_pointer | raveit65 | 1 | -1/+21 | |
2017-07-24 | capplet-util: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+8 | |
2017-07-14 | mouse: fix a build warning | raveit65 | 1 | -1/+1 | |
introduced by https://github.com/mate-desktop/mate-control-center/commit/ba301f8 | |||||
2017-07-02 | mouse: warn about enabling multi-finger emulation | Patrick Monnerat | 2 | -5/+43 | |
libinput disables software buttons when clickfinger is enabled. | |||||
2017-05-16 | about-me-password UI: set max_width_chars for description-label | raveit65 | 1 | -0/+1 | |
This reduce the width of the dialog | |||||
2017-05-16 | eel-alert-dialog: replace some GtkStock items | raveit65 | 1 | -13/+13 | |
2017-05-16 | keybindings: fix a couple of build warnings | monsta | 1 | -2/+2 | |
2017-04-06 | keybindings: Fix and add mnemonics in the custom command dialog | Colomban Wendling | 1 | -30/+20 | |
Also remove an unnecessary intermediate box, we can pack in the grid directly. Fix for breakage introduced in #274. | |||||
2017-04-03 | keybindings: Allow to select an installed application through a dialog | Colomban Wendling | 2 | -12/+93 | |
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-13 | keyboard-properties-xkbot: avoid deprecated GtkAlignmentv1.18.0 | raveit65 | 1 | -5/+9 | |
2017-03-13 | theme-thumbnail: avoid deprecated GtkAlignment | raveit65 | 1 | -4/+4 | |
2017-03-11 | mouse-properties.ui: use {x/y}alignment for labels | raveit65 | 1 | -12/+12 | |
2017-03-11 | appearance.ui: fix warnings | raveit65 | 1 | -106/+118 | |
2017-03-09 | mouse-properties UI: use xalign widget for labels | raveit65 | 1 | -6/+6 | |
2017-03-02 | network-properties.ui: avoid deprecated widgets | raveit65 | 1 | -362/+289 | |
2017-03-02 | mouse-properties.ui: avoid deprecated widgets | raveit65 | 1 | -156/+151 | |
2017-03-02 | keyboard-properties-options-dialog.ui: avoid deprecated widgets | raveit65 | 1 | -33/+45 | |
2017-03-02 | keyboard-properties-model-chooser.ui: avoid deprecated widgets | raveit65 | 1 | -53/+73 | |
2017-03-02 | keyboard-properties-layout-chooser.ui: avoid deprecated widgets | raveit65 | 1 | -117/+130 | |
2017-03-02 | keyboard-properties-dialog.ui: avoid deprecated widgets | raveit65 | 1 | -253/+539 | |
2017-03-02 | keyboard-properties-a11y-notifications.ui: avoid deprecated widgets | raveit65 | 1 | -138/+255 | |
2017-03-02 | mate-keybinding-properties.ui: avoid deprecated widgets | raveit65 | 1 | -165/+202 | |
2017-03-01 | mate-default-applications-properties.ui: avoid deprecated widgets | raveit65 | 1 | -1161/+1357 | |
2017-03-01 | at-enable-dialog.ui: avoid deprecated widgets | raveit65 | 1 | -97/+150 | |