Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-15 | add G_GNUC_UNUSED in some unused parameters | Pablo Barciela | 1 | -3/+3 | |
2020-06-27 | add git.mk to generate .gitignore | tamplan | 1 | -0/+2 | |
2020-06-13 | plugin xsettings: Fix memory leak on delayed_toggle_bg_draw | rbuj | 1 | -0/+4 | |
2020-04-16 | Remove warnings about function declaration isn’t a prototype | rbuj | 1 | -1/+1 | |
2020-04-06 | use MATE_COMPILE_WARNINGS from mate-common | rbuj | 1 | -7/+9 | |
2019-12-22 | avoid redundant redeclarations | Pablo Barciela | 1 | -3/+1 | |
2019-08-30 | switch to use gettext | Wu Xiaotian | 2 | -5/+6 | |
2019-08-20 | msd-xsettings-manager: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | msd-xsettings-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-01 | Remove trailing whitespaces | Laurent Napias | 4 | -29/+29 | |
2018-08-24 | xsettings: add setting to enable/disable primary paste from middlemouse | lukefromdc | 1 | -0/+2 | |
2018-08-23 | xsettings: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -9/+15 | |
2018-05-31 | Make setting QT_SCALE_FACTOR optional. | Victor Kareh | 1 | -8/+13 | |
When enabling org.mate.interface window-scaling-factor-qt-sync (default), m-s-d will attempt to set QT_SCALE_FACTOR during the init phase. When disabled, the user can then choose to control this env var elsewhere. | |||||
2018-02-12 | Scale OSD size correctly on HiDPI displays (#212) | Victor Kareh | 1 | -2/+2 | |
Also fix build warnings on xsettings | |||||
2018-02-06 | Load xsettings during initialization phase | Victor Kareh | 4 | -5/+247 | |
Also set QT_* env variables during init, and restart marco, mate-panel, toggle desktop icons when changing scales | |||||
2018-02-06 | Add HiDPI configuration in XSettings | Victor Kareh | 1 | -19/+116 | |
This change allows for Xft/Gdk settings to be changed dynamically for the scaling factor and font DPI. It also has an optional auto-detection algorithm for the most appropriate settings to use for different screen sizes and resolutions. The auto-detect is re-triggered whenever the screen size changes. | |||||
2018-01-26 | Add support for HiDPI displays (#208) | Victor Kareh | 1 | -1/+11 | |
* Support font size and mouse cursor auto-scaling for HiDPI displays * Fix where DPI is getting scaled * Remove ceil for scaled DPI | |||||
2018-01-08 | xsettings: drop CanChangeAccels which won't work with GTK+3 | monsta | 1 | -1/+0 | |
this requires https://github.com/mate-desktop/mate-desktop/commit/b133f518f6f2310093fd3b5248049c7048cfb8d4 closes https://github.com/mate-desktop/mate-desktop/issues/296 | |||||
2017-12-02 | Fix: big fonts by default with "org.mate.desktop.font-rendering.dpi" | Pablo Barciela | 1 | -19/+5 | |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1517547 | |||||
2017-08-14 | gtk 3.22: avoid deprecated gdk_screen_get_width/height_mm | ZenWalker | 1 | -0/+12 | |
2017-08-14 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+6 | |
2017-08-09 | avoid deprecated gdk_display_get_screen and gdk_display_get_n_screens | ZenWalker | 1 | -17/+13 | |
2017-07-27 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -3/+3 | |
2017-04-11 | GlobalMenu support | Konstantin | 1 | -0/+2 | |
2016-06-05 | fix build warning -Wdiscarded-qualifiers | raveit65 | 1 | -1/+1 | |
msd-xsettings-manager.c: In function 'xsettings_callback': msd-xsettings-manager.c:600:37: warning: passing argument 2 of 'xft_callback' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] xft_callback (NULL, key, manager); ^~~ msd-xsettings-manager.c:498:1: note: expected 'gchar * {aka char *}' but argument is of type 'const char *' xft_callback (GSettings *gsettings, | |||||
2016-05-27 | Change default hinting style to 'hintslight' | Piotr Jurkiewicz | 1 | -1/+1 | |
Change this in order to match new default fontconfig settings (introduced in fontconfig 2.11.95). | |||||
2016-03-11 | add cursor theme and size to xsettings | Sorokin Alexei | 1 | -14/+35 | |
ported from gnome-settings-daemon | |||||
2016-02-01 | fix a build warning | monsta | 1 | -1/+1 | |
2016-01-09 | xsettings: remove useless code | monsta | 1 | -65/+0 | |
it either does nothing or only calls parent functions taken from https://git.gnome.org/browse/gnome-settings-daemon/commit?id=ae424dcc41e736d4882012367857a24686f282cb https://git.gnome.org/browse/gnome-settings-daemon/commit?id=b8b9cff2c2a05468318b1c8e3d43e65f9c64a87c | |||||
2015-02-25 | xsettings plugin: first connect to settings, then read them. | Monsta | 1 | -7/+7 | |
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/mate-settings-daemon/pull/95 | |||||
2014-12-13 | xsettings: Make fontconfig a hard dependency | infirit | 2 | -25/+4 | |
It's required lower down the GTK+ stack on Unices anyway, so there's no point in making it an option. Taken from GSD commit: f6257d7e81aaa79dcd7430c0de092145f64f6146 From: Bastien Nocera <[email protected]> | |||||
2014-12-13 | xsettings: Export Xft.lcdfilter for OO.o's benefit | infirit | 1 | -0/+4 | |
Export Xft.lcdfilter legacy setting for the benefit of OpenOffice.org which doesn't follow the other fontconfig settings. Taken from GSD commit: 6cf315249ab27d4396b0f5b5edb1e689a5cafc68 From: Chris Coleman <[email protected]> gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=631924 | |||||
2014-12-13 | Support the Gtk/AutoMnemonics X setting | infirit | 1 | -0/+1 | |
Taken from GSD commit: f8d7e4124d269200708a2f7259a0e629726c5785 From: Matthias Clasen <[email protected]> | |||||
2014-11-28 | don't leak memory | monsta | 1 | -1/+3 | |
2014-10-28 | configure gtk settings gtk-dialogs-use-header and gtk-enable-animations | Denis Gorodnichev | 1 | -0/+2 | |
2014-05-18 | Remove deprecated g_thread_init and g_type_init functions | infirit | 1 | -2/+0 | |
2014-05-04 | Add support for GTK3 Gtk/DecorationLayout setting | Stefano Karapetsas | 1 | -0/+1 | |
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/63 See https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-decoration-layout | |||||
2012-12-06 | [plugins] cleanup macro magic in plugin.h | Jasmine Hassan | 1 | -0/+5 | |
And instead, use glib macros (since 2.14) http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=0dda56c4462e070dabdab68092b6574b5e894181 | |||||
2012-12-05 | [xsettings] quick 'n dirty gsettings port review continued | Jasmine Hassan | 1 | -2/+8 | |
for reference: xsettings: Port XSettings sync to GSettings http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=6d7498114930de358573e97f54880c586c9f9c66 | |||||
2012-10-12 | fix incorrect FSF address | raveit65 | 6 | -6/+6 | |
2012-10-01 | migrate to gsettingsmate-settings-daemon-1.5.0 | Stefano Karapetsas | 1 | -309/+135 | |
2012-02-21 | gsd to msd complete rename patch by NiceandGently; file rename commit | haxar | 4 | -0/+0 | |
2012-02-21 | gsd to msd complete rename patch by NiceandGently; code changes commit | haxar | 3 | -15/+15 | |
2011-12-03 | removing autogenerated files | Perberos | 1 | -718/+0 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 13 | -0/+3164 | |