summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-09smartcard: remove unused variablesmonsta1-16/+2
2016-01-09xrandr: fix indent a bitmonsta1-42/+40
2016-01-09common: less #if'smonsta1-49/+54
2016-01-09mouse: less #if'smonsta1-20/+26
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-2/+4
2016-01-03drop MateConf migration scriptMonsta2-124/+0
2015-12-13remove some dead codeMonsta1-4/+0
2015-12-04Bump version to 1.12.1monsta2-1/+6
2015-12-02GTK3 media-keys: don't use deprecated gdk_display_get_pointerWolfgang Ulbrich1-0/+16
2015-12-02GTK3 mouse: don't use deprecated gdk_window_get_pointerWolfgang Ulbrich1-1/+29
2015-12-02GTK3: use gdk_error_trap_pop_ignored() when appropriateWolfgang Ulbrich8-0/+69
taken from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=544526d
2015-12-02GTK3: don't use deprecated gtk_widget_size_requestWolfgang Ulbrich1-0/+4
2015-12-02Gtk-+3.14: don't use deprecated GtkMiscWolfgang Ulbrich3-0/+34
2015-12-02Glib: don't use deprecated g_unix_mount_monitor_newWolfgang Ulbrich1-0/+4
taken from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=a7b8282
2015-12-02Gtk3: don't use deprecated gtk_{h/v}box_newWolfgang Ulbrich2-0/+10
2015-11-19Install icon into hicolor directoryGyörgy Balló1-1/+1
msd-xrandr is a custom icon, and it needs to be installed into the standard location, otherwise it's missing from icon themes other than mate.
2015-11-19xrandr: Don't remove applet backgroundGyörgy Balló1-1/+0
This fixes the invisible text for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way.
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-11-03Sync translations with transifexClement Lefebvre1-0/+1171
2015-10-30update NEWS for 1.12monsta1-2/+3
2015-10-27some corrections in NEWSmonsta1-3/+11
2015-10-15GTK3: xrandr tray applet support custom panel themeslukefromdc1-1/+15
xrandr tray applet (gtk3) support custom panel themes, with robust support for transparency in cases where gtk3 does not correctly detect a compositing window manager
2015-10-14corrected comments to mention org.gnome.SessionManagermonsta1-1/+1
2015-10-09release 1.11.0mate-settings-daemon-1.11.0raveit651-0/+7
2015-09-28clarify "power" key bindings logicDenis Gorodnichev3-4/+20
historically "power" key bindings calls shutdown dialog but described as logout. this is confuses users. updated "power" key bindings description provided additional "logout" key bindings
2015-09-08define max/min version of GLibinfirit1-0/+6
2015-09-08Rework gsettings schema buildinginfirit28-388/+404
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-09-04Switch to org.gnome.SessionManagerClement Lefebvre4-12/+12
2015-09-04First dev release bumpinfirit1-2/+2
2015-09-04Merge pull request #115 from monsta/fixesClement Lefebvre1-2/+14
a couple of fixes from upstream
2015-09-04mouse: fix memleakMonsta1-1/+13
adapted from https://git.gnome.org/browse/gnome-settings-daemon/commit?id=5ee48ce8aa66f6c4fdc4aa2c07bc03bdb83bcb65
2015-09-04mouse: use syndaemon -K to ignore Ctrl+C and other combosMonsta1-1/+1
adapted from https://git.gnome.org/browse/gnome-settings-daemon/commit?id=d8e4167a257d253c0f02cb50d170b26ab57fb5be
2015-09-03Merge pull request #114 from clefebvre/masterClement Lefebvre2-9/+72
Touchpad: Added support for natural scrolling (along with minor chang…
2015-09-03Touchpad: Added support for natural scrolling (along with minor changes to ↵Clement Lefebvre2-9/+72
fix a few warnings and make var names more consistent with one another)
2015-09-03Merge pull request #113 from clefebvre/masterClement Lefebvre2-34/+95
Touchpad support improvements
2015-09-03Touchpad support: Fixed default value for tapping when configuration is ↵Clement Lefebvre2-4/+4
outside of bonds, fixed typo in settings description
2015-09-03Refactored mouse plugin a bit (tap actions used to instantiate a gsettings ↵Clement Lefebvre1-34/+31
object for every device)
2015-09-03Touchpad support: Added support for two and three finger clicksClement Lefebvre2-6/+70
2015-09-03Touchpad settings: Affect right-button to 2 finger tap and middle-button to ↵Clement Lefebvre1-2/+2
3 finger tap by default (consistent with 2 finger clicking and settings in other DEs)
2015-08-29Mouse manager now reads settings for touchpad mappingsmc-jesus1-3/+27
2015-08-29dconf-settings for 1/2/3 finger tap button mappingsmc-jesus1-0/+15
2015-08-27Define max/min version of GLibinfirit1-0/+7
This warns us of using symbols like g_assert_null not available in GLib 2.36
2015-08-18keyboard: connect to libmatekbd's GSettings before reading themMonsta1-4/+15
the notorious GLib >= 2.43 issue...
2015-08-18keyboard: rename variable to better match libmatekbd stuffMonsta1-4/+4
2015-08-07a11y-keyboard: drop deprecated property from ui fileMonsta1-1/+0
2015-07-28keyboard: remove XFree86 4.3.0 check which is from stone ageMonsta1-15/+3
from https://github.com/GNOME/gnome-settings-daemon/commit/ed3bb1700ecc85950a685546fddac43aedd5e979
2015-07-28mouse: use event driven mode for syndaemon, save some powerMonsta1-2/+3
from https://github.com/GNOME/gnome-settings-daemon/commit/f7071bf1f9941f0ba5fe23c645656e70fb2dd699
2015-07-28housekeeping: don’t monitor fdescfs (special FS in FreeBSD)Monsta1-0/+1
from https://github.com/GNOME/gnome-settings-daemon/commit/f6ca3147e5ce2319c167cb77af06f116e2f20a7e
2015-07-28a11y: don't use ancient properties (deprecated in GTK+ 2.22)Monsta1-2/+1
2015-07-28smartcard: return proper typeMonsta1-1/+1