summaryrefslogtreecommitdiff
path: root/src/draglock.c
AgeCommit message (Expand)Author
2022-01-16Convert src/draglock.c from ISO-8859-1 to UTF-8Alan Coopersmith
2011-01-31Replace xf86Msg() with xf86IDrvMsg().Peter Hutterer
2011-01-24Remove support for X input ABI < 12.2Chase Douglas
2010-05-28Remove libc wrappers for malloc, calloc and free.Peter Hutterer
2010-04-29config: remove AH_TOP autoheader statement.Peter Hutterer
2010-04-20evdev: leaked_storage: free memory allocated from the xf86Option code.Oliver McFadden
2009-11-02Fix drag-lock property handler for multiple draglock buttons.Peter Hutterer
2009-08-13Rename parts of the Post API to a Queue API.Peter Hutterer
2009-08-13comment typo fixPeter Hutterer
2009-08-04evdev: Use the EvdevPost...Event() functions in the emulation code.Oliver McFadden
2009-02-02Janitor: make distcheck, .gitignore.Paulo Cesar Pereira de Andrade
2009-02-02Protect against zero-sized property values. #19882Peter Hutterer
2008-10-14Tidy up evdev.hPeter Hutterer
2008-10-14Rename DragLockInit to DragLockPreInit, remove superfluous "return".Peter Hutterer
2008-10-14Register property handler from within the modules, not the main evdev file.Peter Hutterer
2008-10-11Add checkonly handling to property handlers.Peter Hutterer
2008-10-11Fix up bad return code in draglock property handler.Peter Hutterer
2008-09-30Move misplaced #endifPeter Hutterer
2008-09-30Add evdev-properties.h file with #defines for all property names.Peter Hutterer
2008-09-26Use new property API (no ConfigureDP, less args to ChangeDP)Peter Hutterer
2008-09-26draglock: Shut up compiler warning.Peter Hutterer
2008-09-04Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation.Peter Hutterer
2008-09-04Shut up "unused variable" compiler warnings.Peter Hutterer
2008-08-18Add property support for drag lock.Peter Hutterer
2008-08-18Adding in DragLockButtons functionality.Chris Salch