summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2014-12-13xsettings: Export Xft.lcdfilter for OO.o's benefitinfirit1-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-13xrandr: Add icon to the "Keep settings" dialogueinfirit1-0/+1
Taken from GSD commit: 6cd5f46fcb6d0580e541f8d462a1a61e5f0150a3 From: Bastien Nocera <[email protected]>
2014-12-13housekeeping: Use void when no parameters to functioninfirit1-1/+1
Based on GSD commit: 826de890a80692da47721191e4e58b171691f81e From: Bastien Nocera <[email protected]>
2014-12-13mouse: Check for touchpad before running syndaemoninfirit1-1/+22
This avoids error messages from syndaemon: Unable to find a synaptics device. Taken from GSD commit: fd4722b40351a3bfc1793fb4ec56e8a5a406786a From: Hernando Torque <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=632122
2014-12-13msd-osd-window: Remove unused variableinfirit1-2/+0
2014-12-13Gtk3: Fixup draw-event handlinginfirit1-4/+12
Missing bits taken from GSD commit: 0d114cf6f19f3ae0d3e73e2b38c5bd1fd495e390 From: William Jon McCann <[email protected]>
2014-12-13housekeeping: More network filesystems not to monitorinfirit1-4/+20
2014-12-13Support the Gtk/AutoMnemonics X settinginfirit1-0/+1
Taken from GSD commit: f8d7e4124d269200708a2f7259a0e629726c5785 From: Matthias Clasen <[email protected]>
2014-11-30Connect to the right signal nameinfirit1-1/+1
Based on gnome-settings-dameon commit: 107f7cdea4bcc508622e040d22e43a9e65574401 From: Emilio Pozuelo Monfort <[email protected]>
2014-11-30XRandR plugin: cope with rename of get_active and get_connectedinfirit1-13/+13
Now the methods are called is_active and is_connected Based on gnome-settings-daemon commit: 68ff8cf63cea899b45d0ffb6950fdcc28d71fffd (patch) From: Giovanni Campagna <[email protected]>
2014-11-30xrandr: Only connect to MateRRScreen's signal after checking it's not NULLinfirit1-1/+2
Taken from gnome-settings-deaemon commit:9b1fd55f4e65cad07a3f39de441aca53e34e7473 From: Rodrigo Moya <[email protected]>
2014-11-30Adapt to API changes in MateRRScreeninfirit1-3/+3
Based on gnome-settings-daemon commit: 3d4bb7d247ac1d70840cd7ea7247263d3f590d9f From: Giovanni Campagna <[email protected]> - mate_rr_screen_new has lost the callback parameter, replaced by "screen-changed" signal - mate_rr_screen_destroy is gone
2014-11-30Adapt to mate-desktop API changesinfirit1-148/+166
Based on gnome-settings-daemon commit 8fb7dd9c4dc6da34b4b2961c6212b91d6342152a From: Giovanni Campagna <[email protected]> MateRRScreen, MateRRConfig and MateRROutputInfo have been turned into GObjects. Adapt to that.
2014-11-28fix possible dereference of NULL pointermonsta1-1/+1
2014-11-28init var properly (g_free will be happy)monsta1-1/+1
2014-11-28don't leak memorymonsta1-1/+3
2014-11-28zero-init another signals arraymonsta1-1/+1
2014-11-28zero-init signals arraymonsta1-1/+1
2014-11-03a11y-settings: Monitor gnome schema keys instead of MATE'sinfirit1-1/+1
2014-11-03a11y: Use gnome a11y schema to enable applicationsinfirit1-1/+1
For example when we toggle screen-reader-enable in the gnome schema orca will turn on and off even under MATE.
2014-11-02Add a11y-settings plugininfirit7-0/+468
2014-11-02a11y-keybindings: Move to media-keys plugininfirit2-0/+45
2014-10-28configure gtk settings gtk-dialogs-use-header and gtk-enable-animationsDenis Gorodnichev1-0/+2
2014-10-24media-keys: Remove old cut-n-paste codeStefano Karapetsas22-6037/+0
2014-10-09Unmute when lowering volume and the target volume is higher than minimalMichal Ratajsky1-7/+7
2014-10-09Remove debugging messageMichal Ratajsky1-2/+0
2014-10-09Update to libmatemixer changesMichal Ratajsky2-38/+46
2014-10-09Clean things up a bit, update copyright, remove unused code, fix NEWS and ↵Michal Ratajsky6-156/+49
compiler warnings
2014-10-09Remove GStreamer parts and use libmatemixerMichal Ratajsky3-235/+172
2014-10-08media-keys: Use galculator firstStefano Karapetsas1-1/+3
2014-07-14xrandr-manager: Fix memleakinfirit1-0/+3
2014-07-14Gtk+3: Fix label title label in msd-xrandr-managerinfirit1-0/+19
2014-07-08mpris: Replace googlemusicframe with nuvolaplayerDaniel Kao1-1/+1
googlemusicframe was renamed to nuvolaplayer in late 2011.
2014-05-18Drop support for glib < 2.36infirit3-25/+1
2014-05-18gdk_window_*_filter are in gdk2infirit1-25/+0
2014-05-18gdk_x11_window_lookup_for_display and gdk_window_get_screen are in gdk2infirit1-8/+0
2014-05-18Replace deprecated g_thread_create with g_thread_newinfirit1-2/+2
2014-05-18Remove deprecated g_thread_init and g_type_init functionsinfirit3-13/+0
2014-05-04Add support for GTK3 Gtk/DecorationLayout settingStefano Karapetsas1-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
2014-04-30Update vendor_url in policy fileinfirit1-1/+1
2014-02-21gtk3: fix media keysDenis Gorodnichev2-2/+2
2014-02-17keybindings: Fix GTK3 supportStefano Karapetsas1-0/+4
Together with previous commit, it closes https://github.com/mate-desktop/mate-settings-daemon/issues/53
2014-02-17keybindings: Fix GTK3 supportStefano Karapetsas1-0/+4
2014-02-13housekeeping: Cherry pick some fixes from gnome-settings-daemonStefano Karapetsas1-3/+8
2014-02-08Fix typo in previous commitStefano Karapetsas1-1/+1
2014-02-08keyboard: Fix GTK3 supportStefano Karapetsas1-0/+31
2014-01-23xrandr: Fix gdk_spawn_command_line_on_screen usage with GTK3Stefano Karapetsas1-0/+5
2014-01-06Add Middle Click Emulation to mouse managerinfirit1-0/+65
This change depens on gsettings key in mate-desktop.
2013-11-08INCLUDES -> AM_CPPFLAGSinfirit1-3/+3
2013-09-26housekeeping: Support new thumbnails path for newer glib versionsStefano Karapetsas1-0/+15
Closes #51 https://github.com/mate-desktop/mate-settings-daemon/issues/51