253 Commits (d348eb8ce78640363c159e1a4fdbfa9b596fa5bb)
 

Author SHA1 Message Date
Peter Hutterer d348eb8ce7 MB emulation timeout is stored as Time, make the property 32-bit too. 18 years ago
Peter Hutterer 2c1698fa61 Init ioctl bitmasks to 0, shuts up valgrind too. 18 years ago
Søren Hauberg 8c39302594 Add touchscreen support. 18 years ago
Julien Cristau f57e8face9 Fix TestBit() on 64bit 18 years ago
Peter Hutterer 4912e2aa7f Add option "GrabDevice", don't grab the device by default. 18 years ago
Peter Hutterer 7243116f55 Don't post keycodes > 255. 18 years ago
Peter Hutterer 0089d931ac Fix "Device reopened after N attempts" message. 18 years ago
Peter Hutterer 0f5a5ac09e Don't init draglock, etc. if we don't have the required capabilities. 18 years ago
Peter Hutterer 36d68b006d 8-bit properties should use 8-bit storage types... 18 years ago
Peter Hutterer bb1f421687 Don't include the client-side header anymore. xkbstr.h is server SDK. 18 years ago
Peter Hutterer 0405f7b17f Tidy up evdev.h 18 years ago
Peter Hutterer 088e0a175a Rename DragLockInit to DragLockPreInit, remove superfluous "return". 18 years ago
Peter Hutterer cefedeb205 Register property handler from within the modules, not the main evdev file. 18 years ago
Peter Hutterer b0737bdbd1 Clean up program flow - don't call PreInit for "modules" on DEVICE_INIT. 18 years ago
Peter Hutterer 5f2c8a2dcd Janitor: clean up xf86Msg use, might as well use X_CONFIG directly. 18 years ago
Peter Hutterer ff783fce65 Add property support for ReopenAttempts option. 18 years ago
Peter Hutterer c638aa4a88 Document properties in man page. 18 years ago
Peter Hutterer b46677e346 Document InvertX/Y options. 18 years ago
Peter Hutterer 680b41dc76 Bump to 2.1.99. 18 years ago
Peter Hutterer 9065d0ccb2 Remove "Path" option. 18 years ago
Peter Hutterer a9fcce1833 Remove parsing of ScreenNumber option. 18 years ago
Peter Hutterer ab934d840d Janitor: purge unused headers, reshuffle for readability, fix whitespace errors. 18 years ago
Peter Hutterer 6f6ac98295 Add checkonly handling to property handlers. 18 years ago
Peter Hutterer a2633c8078 Fix up bad return code in draglock property handler. 18 years ago
Peter Hutterer e6c699dedc Stricter value checking for property changes. 18 years ago
Julien Cristau 847eac8262 Set pInfo->fd to -1 on DEVICE_CLOSE 18 years ago
Peter Hutterer a196672a6b Add property support for axis inversion. 18 years ago
Søren Hauberg 3985d42320 Add support for axis inversion. 18 years ago
Peter Hutterer e138e4b79a Install xorg-evdev.pc for clients who need evdev-properties.h 18 years ago
Peter Hutterer 125e2b8ce2 Close fd on DEVICE_OFF. (LP #276887) 18 years ago
Peter Hutterer 91bc0a0ba3 Remove useless initialization of rc. 18 years ago
Peter Hutterer 4c55186aed Change DragLock atom name - prepend with Evdev. 18 years ago
Peter Hutterer 62069b97d2 Move misplaced #endif 18 years ago
Peter Hutterer 2718a5c56b Register property handlers directly, instead of abstracting them. 18 years ago
Peter Hutterer 90d1d494f8 Cleanup: "valid_vals" should be "vals" now. 18 years ago
Peter Hutterer a77c2622cc Add evdev-properties.h file with #defines for all property names. 18 years ago
Peter Hutterer 84a0e39c0d Use new property API (no ConfigureDP, less args to ChangeDP) 18 years ago
Peter Hutterer 7386937221 draglock: Shut up compiler warning. 18 years ago
Peter Hutterer fcf8375f2b Don't require randrproto. 18 years ago
Peter Hutterer 9930477cbe Attempt to re-open devices on read errors. 18 years ago
Peter Hutterer 4509ec1daf Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation. 18 years ago
Peter Hutterer a205dfc091 Shut up "unused variable" compiler warnings. 18 years ago
Peter Hutterer 184206e717 Wheel emulation: initial values must be char. 18 years ago
Peter Hutterer 79ff677c52 Init all emulateWheel values, even if EmulateWheel is disabled. 18 years ago
Dan Nicholson 37e3addf89 Add wheel timeout property support 18 years ago
Dan Nicholson e237de0dea Add timeout support for mouse wheel emulation 18 years ago
Peter Hutterer 92c6611b6f Add property support for drag lock. 18 years ago
Chris Salch bd405ddc83 Adding in DragLockButtons functionality. 18 years ago
Daniel Stone 36d702006d Force rules, not model, to be evdev 18 years ago
Peter Hutterer 6dc4199155 Revert "Don't grab devices unless specified through the config options." 18 years ago