Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2015-07-28 | keyboard: remove XFree86 4.3.0 check which is from stone age | Monsta | 1 | -15/+3 | |
from https://github.com/GNOME/gnome-settings-daemon/commit/ed3bb1700ecc85950a685546fddac43aedd5e979 | |||||
2015-07-28 | mouse: use event driven mode for syndaemon, save some power | Monsta | 1 | -2/+3 | |
from https://github.com/GNOME/gnome-settings-daemon/commit/f7071bf1f9941f0ba5fe23c645656e70fb2dd699 | |||||
2015-07-28 | housekeeping: don’t monitor fdescfs (special FS in FreeBSD) | Monsta | 1 | -0/+1 | |
from https://github.com/GNOME/gnome-settings-daemon/commit/f6ca3147e5ce2319c167cb77af06f116e2f20a7e | |||||
2015-07-28 | a11y: don't use ancient properties (deprecated in GTK+ 2.22) | Monsta | 1 | -2/+1 | |
2015-07-28 | smartcard: return proper type | Monsta | 1 | -1/+1 | |
2015-07-13 | Bump version to 1.10.1mate-settings-daemon-1.10.1 | Monsta | 2 | -1/+6 | |
2015-06-30 | mate-settings-daemon: Remove trailing whitespace | infirit | 1 | -5/+5 | |
2015-06-30 | Add man pages from Mike Gabriel (sunweaver) | infirit | 3 | -1/+37 | |
closes #108 | |||||
2015-06-17 | Typo fix in debug message | Mike Gabriel | 1 | -2/+2 | |
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/107 | |||||
2015-06-12 | Sync translations with transifex | mate-i18n | 5 | -88/+94 | |
2015-06-09 | Merge pull request #104 from PoZitron/master | Martin Wimpress | 1 | -1/+6 | |
fix mpris plugin "vanish" function | |||||
2015-05-23 | fix mpris plugin "vanish" function | Dmitriy | 1 | -1/+6 | |
See bug #75 | |||||
2015-04-07 | Bump version to 1.10.0mate-settings-daemon-1.10.0 | Stefano Karapetsas | 2 | -3/+3 | |
2015-04-07 | Sync translations with transifex | mate-i18n | 4 | -15/+1206 | |
2015-03-15 | changed the reaction to numlock state to avoid eating 100% CPU | Monsta | 1 | -6/+6 | |
credits to @nileshgr for the patch Closes https://github.com/mate-desktop/mate-settings-daemon/pull/98 | |||||
2015-02-25 | Bump version to 1.9.90mate-settings-daemon-1.9.90 | Stefano Karapetsas | 2 | -3/+2 | |
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 | |||||
2015-02-25 | Sync translations with transifex | mate-i18n | 2 | -70/+70 | |
2015-01-20 | Sync translations with transifex | mate-i18n | 6 | -180/+185 | |
2015-01-20 | Bump version to 1.9.6mate-settings-daemon-1.9.6 | Stefano Karapetsas | 2 | -2/+2 | |
2015-01-13 | background plugin: safer access to list element's data | Monsta | 1 | -1/+1 | |
g_list_nth_data just returns NULL if either list or element is NULL Closes https://github.com/mate-desktop/mate-settings-daemon/pull/91 | |||||
2015-01-13 | a11y-keyboard: fix crash | Monsta | 1 | -9/+9 | |
fixes https://github.com/mate-desktop/mate-settings-daemon/issues/70 | |||||
2015-01-13 | xrandr: use mate_gdk_spawn_command_line_on_screen always | Monsta | 1 | -6/+1 | |
Closes https://github.com/mate-desktop/mate-settings-daemon/pull/93 | |||||
2015-01-12 | housekeeping plugin: add missing dollar sign in Makefile.am | Monsta | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/mate-settings-daemon/pull/92 | |||||
2014-12-18 | remove erroneous code | monsta | 1 | -3/+0 | |
2014-12-18 | fix paths in .pc file | monsta | 1 | -2/+2 | |
2014-12-16 | Revert "Add back Glib 2.32 support" | infirit | 2 | -17/+1 | |
This reverts commit 602945c084d45bd3858e564e03a70a2a361a5756. | |||||
2014-12-16 | Add back Glib 2.32 support | infirit | 2 | -1/+17 | |
2014-12-15 | Bump mate-desktop required to version 1.9.4 | infirit | 1 | -1/+1 | |
The materr* changes are not in mate-desktop 1.9.3 yet. | |||||
2014-12-13 | Sync with GSD: Use MIME types for schemes, not GConf | infirit | 1 | -28/+8 | |
Take the improvement from GSD Commit: 3e4dbcd54412a58d7e6ebde58f191d2a001518b8 From: Rodrigo Moya <[email protected]> | |||||
2014-12-13 | media-keys: Add support for more multimedia keys | infirit | 2 | -5/+17 | |
Add support for FastForward, Rewind, Repeat and Shuffle multimedia keys. Taken from GSD commits: 338a2db55d96304ebeedcb3e6f87b88ffa3b7828 b4cb0dc3c936336ffba65c50f737cffe9bf79cbe From: Bastien Nocera <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=539915 | |||||
2014-12-13 | media-keys: Add ability to hard-code keys | infirit | 2 | -21/+28 | |
This would be used for keys that we don't want to export to the user-interface, such as some display or touchpad keys. Taken from GSD commit: 37806fbb00087e44dd66a19efacd5eba4441bfc9 From: Bastien Nocera <[email protected]> | |||||
2014-12-13 | Enable maintainer mode | infirit | 1 | -0/+1 | |
2014-12-13 | xrdb: Use sysconfdir for .ad files, since they are settings | infirit | 3 | -3/+3 | |
Taken from GSD commit: 7004dce9b430069ec96f307b84dc5d9289e3c29c From: Rodrigo Moya <[email protected]> | |||||
2014-12-13 | media-keys: Show a touchpad-disabled if no touchpad | infirit | 1 | -0/+8 | |
hen pressing the touchpad button on the keyboard, and there's no touchpad present, don't show a wrong state for the touchpad status, but always show a "touch disabled" popup. Taken from GSD commit: ab4ac947c66c232afcb874ac36bece6e652ed3cc From: Bastien Nocera <[email protected]> Gnome bug: https://bugzilla.redhat.com/show_bug.cgi?id=614213 | |||||
2014-12-13 | mouse: Move "has touchpad" function to common | infirit | 5 | -64/+155 | |
So it can be reused. This also fixes a memory leak in the function. We were leaking the device list Taken from GSD commit: f6dcba4e954f3e910854f3c92fb69b157683267d From: Bastien Nocera <[email protected]> |