summaryrefslogtreecommitdiff
path: root/plugins/mouse/gsd-mouse-manager.c
Commit message (Expand)AuthorAgeFilesLines
* mouse: Don't crash if mouse has no FeedbackStatesBastien Nocera2011-05-061-0/+2
* mouse: Clean up error handlingBastien Nocera2011-05-031-28/+29
* Don't pass NULL to device_is_touchpadMatthias Clasen2011-05-031-3/+11
* mouse: Remove devices from blacklist when goneBastien Nocera2011-04-181-0/+6
* 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-211-335/+345
* 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-211-63/+8
* mouse: Handle touchpad handedness changingBastien Nocera2011-03-211-1/+4
* mouse: Implement touchpad motion settingsBastien Nocera2011-03-181-18/+88
* plugins: Make sure we mop up stray idle handlersBastien Nocera2011-03-161-1/+7
* mouse: Fix possible memory leakBastien Nocera2011-03-161-0/+8
* plugins: Fix commit c010d79dd447e5bd60f6bf6a224561cf7604e585Bastien Nocera2011-03-151-4/+9
* plugins: gdk_display_get_device_manager() retval handlingBastien Nocera2011-03-151-5/+0
* mouse: GCC 4.6 warning fixesKjartan Maraas2011-03-021-15/+0
* mouse: use syndaemon -K to ignore Ctrl+C and other combos.Peter Hutterer2011-02-191-1/+1
* mouse: Use event driven mode for syndaemonPauli Nieminen2011-02-171-2/+3
* general: use gdk_error_trap_pop_ignored() when appropriateCosimo Cecchi2010-12-231-2/+2
* mouse: Disable touchpad for longerBastien Nocera2010-12-071-1/+1
* various: Don't unref null objects in _stop()William Jon McCann2010-11-221-4/+8
* mouse: add middle-button-enabled key.Peter Hutterer2010-11-081-0/+65
* Don't display the gnome-settings-daemon autostart in the startup applications...Rodrigo Moya2010-11-051-2/+1
* mouse: Move "has touchpad" function to common/Bastien Nocera2010-10-271-57/+1
* mouse: Use A11Y settings from gsettings-desktop-schemasRodrigo Moya2010-10-211-4/+12
* mouse: Allow for a separate handed-ness for the touchpadBastien Nocera2010-10-191-12/+41
* mouse: Finish porting to GSettingsBastien Nocera2010-10-191-78/+26
* mouse: Port locate-pointer to GSettingsBastien Nocera2010-10-141-14/+9
* mouse: Port a11y settings to GSettingsGerd Kohlberger2010-10-141-56/+50
* mouse: Check for touchpad before running syndaemonHernando Torque2010-10-141-26/+40
* Don't free the priv dataWilliam Jon McCann2010-10-141-2/+0
* Use Gdk to get events about input devices being addedBastien Nocera2010-10-131-35/+19
* Make XInput a hard requirementBastien Nocera2010-10-121-26/+1
* mouse: Remove unused GConfClient variablesBastien Nocera2010-10-121-5/+0
* mouse: KEY_SCROLL_METHOD is an enum not an int.Alban Browaeys2010-10-121-1/+1
* Change GSettings namespace for peripheralsBastien Nocera2010-10-111-1/+1
* Use '-' for GSettings key namesRodrigo Moya2010-10-101-4/+4
* mouse: Port for GSettings changesBastien Nocera2010-10-081-7/+7
* Fixed some issues found by Bastien's reviewRodrigo Moya2010-10-071-11/+12
* Use GSettings for smartcard and touchpad settingsRodrigo Moya2010-10-061-56/+60
* mouse: Don't switch mouse buttons for XTest devicesBastien Nocera2010-09-221-0/+1
* mouse: Fix deprecated use of GDK_DISPLAYBastien Nocera2010-09-201-45/+45
* Miscellaneous string fixesPhilip Withnall2010-05-021-1/+1
* Protect XInput code by ifdefs if XInput isn't availableDaniel Macks2010-03-081-0/+16