Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-09 | sound: remove useless constructor function | monsta | 1 | -20/+0 | |
it does nothing except for chaining up to parent code taken from https://git.gnome.org/browse/gnome-settings-daemon/commit?id=c2b32ad0641d28d6804b09680e8df22bf9bb7d7c | |||||
2016-01-09 | typing-break: remove useless code | monsta | 1 | -65/+0 | |
same as in 626f0844ab9980761fe4e810ccfddff19e6a8336 | |||||
2016-01-09 | xrandr: 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=4fe4f495509988b518c2b14afc37536a72d8a7bc https://git.gnome.org/browse/gnome-settings-daemon/commit?id=eed796d5edce1a8713ae4025356cc4b1399307d6 | |||||
2016-01-09 | xrdb: remove useless code | monsta | 1 | -65/+0 | |
same as in 13cddd0100fa187dcb141071e2e3a220382eed1f | |||||
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 | |||||
2016-01-09 | smartcard: remove unused variables | monsta | 1 | -16/+2 | |
2016-01-09 | xrandr: fix indent a bit | monsta | 1 | -42/+40 | |
2016-01-09 | common: less #if's | monsta | 1 | -49/+54 | |
2016-01-09 | mouse: less #if's | monsta | 1 | -20/+26 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -2/+4 | |
2016-01-03 | drop MateConf migration script | Monsta | 2 | -124/+0 | |
2015-12-13 | remove some dead code | Monsta | 1 | -4/+0 | |
2015-12-04 | Bump version to 1.12.1 | monsta | 2 | -1/+6 | |
2015-12-02 | GTK3 media-keys: don't use deprecated gdk_display_get_pointer | Wolfgang Ulbrich | 1 | -0/+16 | |
2015-12-02 | GTK3 mouse: don't use deprecated gdk_window_get_pointer | Wolfgang Ulbrich | 1 | -1/+29 | |
2015-12-02 | GTK3: use gdk_error_trap_pop_ignored() when appropriate | Wolfgang Ulbrich | 8 | -0/+69 | |
taken from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=544526d | |||||
2015-12-02 | GTK3: don't use deprecated gtk_widget_size_request | Wolfgang Ulbrich | 1 | -0/+4 | |
2015-12-02 | Gtk-+3.14: don't use deprecated GtkMisc | Wolfgang Ulbrich | 3 | -0/+34 | |
2015-12-02 | Glib: don't use deprecated g_unix_mount_monitor_new | Wolfgang Ulbrich | 1 | -0/+4 | |
taken from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=a7b8282 | |||||
2015-12-02 | Gtk3: don't use deprecated gtk_{h/v}box_new | Wolfgang Ulbrich | 2 | -0/+10 | |
2015-11-19 | Install icon into hicolor directory | Gyö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-19 | xrandr: Don't remove applet background | Gyö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-03 | 1.12.0v1.12.0 | Clement Lefebvre | 1 | -1/+1 | |
2015-11-03 | Sync translations with transifex | Clement Lefebvre | 1 | -0/+1171 | |
2015-10-30 | update NEWS for 1.12 | monsta | 1 | -2/+3 | |
2015-10-27 | some corrections in NEWS | monsta | 1 | -3/+11 | |
2015-10-15 | GTK3: xrandr tray applet support custom panel themes | lukefromdc | 1 | -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-14 | corrected comments to mention org.gnome.SessionManager | monsta | 1 | -1/+1 | |
2015-10-09 | release 1.11.0mate-settings-daemon-1.11.0 | raveit65 | 1 | -0/+7 | |
2015-09-28 | clarify "power" key bindings logic | Denis Gorodnichev | 3 | -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-08 | define max/min version of GLib | infirit | 1 | -0/+6 | |
2015-09-08 | Rework gsettings schema building | infirit | 28 | -388/+404 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-09-04 | Switch to org.gnome.SessionManager | Clement Lefebvre | 4 | -12/+12 | |
2015-09-04 | First dev release bump | infirit | 1 | -2/+2 | |
2015-09-04 | Merge pull request #115 from monsta/fixes | Clement Lefebvre | 1 | -2/+14 | |
a couple of fixes from upstream | |||||
2015-09-04 | mouse: fix memleak | Monsta | 1 | -1/+13 | |
adapted from https://git.gnome.org/browse/gnome-settings-daemon/commit?id=5ee48ce8aa66f6c4fdc4aa2c07bc03bdb83bcb65 | |||||
2015-09-04 | mouse: use syndaemon -K to ignore Ctrl+C and other combos | Monsta | 1 | -1/+1 | |
adapted from https://git.gnome.org/browse/gnome-settings-daemon/commit?id=d8e4167a257d253c0f02cb50d170b26ab57fb5be | |||||
2015-09-03 | Merge pull request #114 from clefebvre/master | Clement Lefebvre | 2 | -9/+72 | |
Touchpad: Added support for natural scrolling (along with minor chang… | |||||
2015-09-03 | Touchpad: Added support for natural scrolling (along with minor changes to ↵ | Clement Lefebvre | 2 | -9/+72 | |
fix a few warnings and make var names more consistent with one another) | |||||
2015-09-03 | Merge pull request #113 from clefebvre/master | Clement Lefebvre | 2 | -34/+95 | |
Touchpad support improvements | |||||
2015-09-03 | Touchpad support: Fixed default value for tapping when configuration is ↵ | Clement Lefebvre | 2 | -4/+4 | |
outside of bonds, fixed typo in settings description | |||||
2015-09-03 | Refactored mouse plugin a bit (tap actions used to instantiate a gsettings ↵ | Clement Lefebvre | 1 | -34/+31 | |
object for every device) | |||||
2015-09-03 | Touchpad support: Added support for two and three finger clicks | Clement Lefebvre | 2 | -6/+70 | |
2015-09-03 | Touchpad settings: Affect right-button to 2 finger tap and middle-button to ↵ | Clement Lefebvre | 1 | -2/+2 | |
3 finger tap by default (consistent with 2 finger clicking and settings in other DEs) | |||||
2015-08-29 | Mouse manager now reads settings for touchpad mappings | mc-jesus | 1 | -3/+27 | |
2015-08-29 | dconf-settings for 1/2/3 finger tap button mappings | mc-jesus | 1 | -0/+15 | |
2015-08-27 | Define max/min version of GLib | infirit | 1 | -0/+7 | |
This warns us of using symbols like g_assert_null not available in GLib 2.36 | |||||
2015-08-18 | keyboard: connect to libmatekbd's GSettings before reading them | Monsta | 1 | -4/+15 | |
the notorious GLib >= 2.43 issue... | |||||
2015-08-18 | keyboard: rename variable to better match libmatekbd stuff | Monsta | 1 | -4/+4 | |
2015-08-07 | a11y-keyboard: drop deprecated property from ui file | Monsta | 1 | -1/+0 | |