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 | |
2015-12-13 | remove some dead code | Monsta | 1 | -4/+0 | |
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-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-09-28 | clarify "power" key bindings logic | Denis Gorodnichev | 2 | -4/+15 | |
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-04 | Switch to org.gnome.SessionManager | Clement Lefebvre | 3 | -8/+8 | |
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 | Touchpad: Added support for natural scrolling (along with minor changes to ↵ | Clement Lefebvre | 1 | -9/+67 | |
fix a few warnings and make var names more consistent with one another) | |||||
2015-09-03 | Touchpad support: Fixed default value for tapping when configuration is ↵ | Clement Lefebvre | 1 | -2/+2 | |
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 | 1 | -6/+60 | |
2015-08-29 | Mouse manager now reads settings for touchpad mappings | mc-jesus | 1 | -3/+27 | |
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-06-17 | Typo fix in debug message | Mike Gabriel | 1 | -2/+2 | |
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/107 | |||||
2015-05-23 | fix mpris plugin "vanish" function | Dmitriy | 1 | -1/+6 | |
See bug #75 | |||||
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 | 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-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-16 | Revert "Add back Glib 2.32 support" | infirit | 1 | -16/+0 | |
This reverts commit 602945c084d45bd3858e564e03a70a2a361a5756. | |||||
2014-12-16 | Add back Glib 2.32 support | infirit | 1 | -0/+16 | |
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]> |