summaryrefslogtreecommitdiff
path: root/src/emuWheel.c
AgeCommit message (Expand)Author
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-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-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
2008-08-07Adding mouse wheel emulation code.Chris Salch