summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-10-23Silence compiler warning by memsetting the struct properly.Peter Hutterer
2008-10-23MB emulation timeout is stored as Time, make the property 32-bit too.Peter Hutterer
2008-10-23Init ioctl bitmasks to 0, shuts up valgrind too.Peter Hutterer
2008-10-23Add touchscreen support.Søren Hauberg
2008-10-23Fix TestBit() on 64bitJulien Cristau
2008-10-23Add option "GrabDevice", don't grab the device by default.Peter Hutterer
2008-10-23Don't post keycodes > 255.Peter Hutterer
2008-10-14Fix "Device reopened after N attempts" message.Peter Hutterer
2008-10-14Don't init draglock, etc. if we don't have the required capabilities.Peter Hutterer
2008-10-148-bit properties should use 8-bit storage types...Peter Hutterer
2008-10-14Don't include the client-side header anymore. xkbstr.h is server SDK.Peter 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-14Clean up program flow - don't call PreInit for "modules" on DEVICE_INIT.Peter Hutterer
2008-10-14Janitor: clean up xf86Msg use, might as well use X_CONFIG directly.Peter Hutterer
2008-10-14Add property support for ReopenAttempts option.Peter Hutterer
2008-10-11Remove "Path" option.Peter Hutterer
2008-10-11Remove parsing of ScreenNumber option.Peter Hutterer
2008-10-11Janitor: purge unused headers, reshuffle for readability, fix whitespace errors.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-10-11Stricter value checking for property changes.Peter Hutterer
2008-10-11Set pInfo->fd to -1 on DEVICE_CLOSEJulien Cristau
2008-10-03Add property support for axis inversion.Peter Hutterer
2008-10-03Add support for axis inversion.Søren Hauberg
2008-10-02Close fd on DEVICE_OFF. (LP #276887)Peter Hutterer
2008-10-02Remove useless initialization of rc.Peter Hutterer
2008-09-30Move misplaced #endifPeter Hutterer
2008-09-30Register property handlers directly, instead of abstracting them.Peter Hutterer
2008-09-30Cleanup: "valid_vals" should be "vals" now.Peter 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-04Attempt to re-open devices on read errors.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-25Wheel emulation: initial values must be char.Peter Hutterer
2008-08-22Init all emulateWheel values, even if EmulateWheel is disabled.Peter Hutterer
2008-08-22Add wheel timeout property supportDan Nicholson
2008-08-22Add timeout support for mouse wheel emulationDan Nicholson
2008-08-18Add property support for drag lock.Peter Hutterer
2008-08-18Adding in DragLockButtons functionality.Chris Salch
2008-08-16Force rules, not model, to be evdevDaniel Stone
2008-08-15Revert "Don't grab devices unless specified through the config options."Peter Hutterer
2008-08-14Don't grab devices unless specified through the config options.Peter Hutterer
2008-08-08Filter wheel events before middle mouse button emulation.Chris Salch
2008-08-08Simplify the property handler registration.Peter Hutterer
2008-08-08Add EVDEV_MAXBUTTONS instead of checking against 32.Peter Hutterer
2008-08-08Expose wheel emulation through device properties.Peter Hutterer