summaryrefslogtreecommitdiff
path: root/src/draglock.c
Commit message (Expand)AuthorAgeFilesLines
* Convert src/draglock.c from ISO-8859-1 to UTF-8Alan Coopersmith2022-01-161-1/+1
* Replace xf86Msg() with xf86IDrvMsg().Peter Hutterer2011-01-311-14/+14
* Remove support for X input ABI < 12.2Chase Douglas2011-01-241-5/+0
* Remove libc wrappers for malloc, calloc and free.Peter Hutterer2010-05-281-1/+1
* config: remove AH_TOP autoheader statement.Peter Hutterer2010-04-291-1/+1
* evdev: leaked_storage: free memory allocated from the xf86Option code.Oliver McFadden2010-04-201-0/+2
* Fix drag-lock property handler for multiple draglock buttons.Peter Hutterer2009-11-021-4/+5
* Rename parts of the Post API to a Queue API.Peter Hutterer2009-08-131-1/+1
* comment typo fixPeter Hutterer2009-08-131-1/+1
* evdev: Use the EvdevPost...Event() functions in the emulation code.Oliver McFadden2009-08-041-2/+2
* Janitor: make distcheck, .gitignore.Paulo Cesar Pereira de Andrade2009-02-021-1/+1
* Protect against zero-sized property values. #19882Peter Hutterer2009-02-021-1/+3
* Tidy up evdev.hPeter Hutterer2008-10-141-39/+40
* Rename DragLockInit to DragLockPreInit, remove superfluous "return".Peter Hutterer2008-10-141-3/+1
* Register property handler from within the modules, not the main evdev file.Peter Hutterer2008-10-141-0/+2
* Add checkonly handling to property handlers.Peter Hutterer2008-10-111-7/+14
* Fix up bad return code in draglock property handler.Peter Hutterer2008-10-111-1/+1
* Move misplaced #endifPeter Hutterer2008-09-301-1/+1
* Add evdev-properties.h file with #defines for all property names.Peter Hutterer2008-09-301-3/+2
* Use new property API (no ConfigureDP, less args to ChangeDP)Peter Hutterer2008-09-261-9/+11
* draglock: Shut up compiler warning.Peter Hutterer2008-09-261-0/+1
* Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation.Peter Hutterer2008-09-041-2/+2
* Shut up "unused variable" compiler warnings.Peter Hutterer2008-09-041-0/+2
* Add property support for drag lock.Peter Hutterer2008-08-181-0/+103
* Adding in DragLockButtons functionality.Chris Salch2008-08-181-0/+203