summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* common: Fix grabbing of multimedia keysRodrigo Moya2011-07-131-3/+3
* common: Allow the "Pause" key to be usedBastien Nocera2011-07-011-1/+2
* common: Fix keys range checkBastien Nocera2011-07-011-2/+2
* common: Fix function keys not being grabbedBastien Nocera2011-07-011-3/+7
* common: Use defines instead of variables for rangesBastien Nocera2011-07-011-4/+5
* mouse: Don't crash if mouse has no FeedbackStatesBastien Nocera2011-05-061-0/+2
* media-keys: Use symbolic icon for Eject actionBastien Nocera2011-05-061-1/+1
* common: Fix example input device scriptBastien Nocera2011-05-041-1/+1
* xrandr: Never use a notification for errorsBastien Nocera2011-05-042-16/+0
* mouse: Clean up error handlingBastien Nocera2011-05-031-28/+29
* Don't pass NULL to device_is_touchpadMatthias Clasen2011-05-031-3/+11
* Fix syndaemon never getting startedEdward Sheldrake2011-05-031-1/+1
* datetime: Fix setting NTP on Fedora 15Bastien Nocera2011-04-281-1/+2
* housekeeping: Fix crash when config changesBastien Nocera2011-04-261-2/+3
* gsd-automount: Don't load properties from ConsoleKitColin Walters2011-04-261-1/+1
* media-keys: React to stream-removed signal from GvcMixerControlRodrigo Moya2011-04-191-0/+17
* mouse: Remove devices from blacklist when goneBastien Nocera2011-04-181-0/+6
* updates: fix the firmware auto-installingRichard Hughes2011-04-081-1/+1
* keyboard: Fix crash on "Show layout"Vincent Untz2011-04-061-10/+23
* print-notifications: Remove old subscriptionsMarek Kasik2011-04-011-10/+33
* Add a big FIXME comment to the workaround for #634988Rodrigo Moya2011-03-311-0/+3
* xsettings: Try a few times to start the xsettings managerRodrigo Moya2011-03-311-2/+10
* keyboard: Clarify actual units used for repeat rateBastien Nocera2011-03-311-43/+17
* printers: Make CUPS' subscriptions expirableMarek Kasik2011-03-301-52/+190
* printers: Cancel CUPS' subscription properlyMarek Kasik2011-03-301-1/+1
* a11y-settings: Really install the pluginBastien Nocera2011-03-251-4/+0
* a11y-settings: Set toolkit-accessibility to on for eitherBastien Nocera2011-03-251-2/+7
* Check for correct PolicyKit actionSebastien Bacher2011-03-241-3/+3
* mouse: Fix crash in GHashTable usageBastien Nocera2011-03-211-1/+1
* mouse: Fix double-free when handling one-button touchpadBastien Nocera2011-03-211-1/+0
* mouse: Hook up input device customisation scriptBastien Nocera2011-03-211-2/+40
* mouse: Handle a single device in all settings funcsBastien Nocera2011-03-213-401/+412
* mouse: Fix compilationBastien Nocera2011-03-211-41/+40
* mouse: Small style fixesBastien Nocera2011-03-211-3/+1
* mouse: Make sure syndaemon is killed when touchpad disappearsBastien Nocera2011-03-211-2/+23
* mouse: Remove unused supports_xinput_devices() callBastien Nocera2011-03-211-5/+0
* mouse: Remove duplicated calls on startBastien Nocera2011-03-211-9/+0
* mouse: Separate device dependent callsBastien Nocera2011-03-211-3/+6
* mouse: Don't apply any settings if XInput isn't presentBastien Nocera2011-03-213-68/+14
* mouse: Handle touchpad handedness changingBastien Nocera2011-03-211-1/+4
* common: Launch a custom script on input devicesPeter Hutterer2011-03-214-0/+155
* mouse: Fix shape handling in locate-pointerGerd Kohlberger2011-03-191-5/+7
* mouse: Implement touchpad motion settingsBastien Nocera2011-03-181-18/+88
* common: Simplify input helperBastien Nocera2011-03-181-3/+2
* plugins: Make sure we mop up stray idle handlersBastien Nocera2011-03-167-8/+50
* mouse: Fix possible memory leakBastien Nocera2011-03-161-0/+8
* updates: Ensure the user gets notified of normal updates at the correct inter...Richard Hughes2011-03-151-0/+1
* updates: ensure te user gets the updates notification if it's never been shownRichard Hughes2011-03-151-3/+4
* updates: g_get_real_time() returns microseconds, not seconds since the epochRichard Hughes2011-03-151-1/+1
* Make sure G_LOG_DOMAIN is set to the plugin name for each pluginRichard Hughes2011-03-1521-2/+63