summaryrefslogtreecommitdiff
path: root/src/emuWheel.c
AgeCommit message (Expand)Author
2009-02-02Janitor: make distcheck, .gitignore.Paulo Cesar Pereira de Andrade
2009-02-02Protect against zero-sized property values. #19882Peter Hutterer
2008-10-148-bit properties should use 8-bit storage types...Peter Hutterer
2008-10-14Tidy up evdev.hPeter 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-11Add checkonly handling to property handlers.Peter Hutterer
2008-10-11Stricter value checking for property changes.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-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