summaryrefslogtreecommitdiff
path: root/src/emuWheel.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-28Remove libc wrappers for malloc, calloc and free.HEADmasterPeter Hutterer1-2/+2
2010-04-29config: remove AH_TOP autoheader statement.Peter Hutterer1-1/+1
2010-04-20evdev: leaked_storage: free memory allocated from the xf86Option code.Oliver McFadden1-1/+1
2009-12-08allow wheel emulation to work with absolute-position devicesDima Kogan1-5/+15
2009-09-23emuWheel: fix signed/unsigned screwupPeter Hutterer1-3/+5
2009-08-18Allow 0 as wheel emulation button for unconditional scrolling (#20529)Dima Kogan1-5/+7
2009-08-18Restrict wheel emulation to a single axis at a time.Peter Hutterer1-7/+21
2009-08-13Rename parts of the Post API to a Queue API.Peter Hutterer1-2/+2
2009-08-04evdev: Use the EvdevPost...Event() functions in the emulation code.Oliver McFadden1-5/+2
2009-07-17Coverity Prevent: NO_EFFECT in EvdevWheelEmuSetProperty:Oliver McFadden1-9/+0
2009-05-21Rename pEvdev->buttons to pEvdev->num_buttons for clarity.Peter Hutterer1-4/+4
2009-02-02Janitor: make distcheck, .gitignore.Paulo Cesar Pereira de Andrade1-1/+1
2009-02-02Protect against zero-sized property values. #19882Peter Hutterer1-3/+9
2008-10-148-bit properties should use 8-bit storage types...Peter Hutterer1-1/+1
2008-10-14Tidy up evdev.hPeter Hutterer1-65/+63
2008-10-14Register property handler from within the modules, not the main evdev file.Peter Hutterer1-0/+2
2008-10-14Clean up program flow - don't call PreInit for "modules" on DEVICE_INIT.Peter Hutterer1-19/+0
2008-10-11Add checkonly handling to property handlers.Peter Hutterer1-26/+37
2008-10-11Stricter value checking for property changes.Peter Hutterer1-2/+14
2008-09-30Cleanup: "valid_vals" should be "vals" now.Peter Hutterer1-6/+6
2008-09-30Add evdev-properties.h file with #defines for all property names.Peter Hutterer1-45/+22
2008-09-26Use new property API (no ConfigureDP, less args to ChangeDP)Peter Hutterer1-68/+34
2008-09-04Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation.Peter Hutterer1-3/+3
2008-09-04Shut up "unused variable" compiler warnings.Peter Hutterer1-7/+10
2008-08-25Wheel emulation: initial values must be char.Peter Hutterer1-1/+1
2008-08-22Init all emulateWheel values, even if EmulateWheel is disabled.Peter Hutterer1-89/+88
2008-08-22Add wheel timeout property supportDan Nicholson1-0/+37
2008-08-22Add timeout support for mouse wheel emulationDan Nicholson1-2/+41
2008-08-08Simplify the property handler registration.Peter Hutterer1-76/+30
2008-08-08Add EVDEV_MAXBUTTONS instead of checking against 32.Peter Hutterer1-5/+4
2008-08-08Expose wheel emulation through device properties.Peter Hutterer1-0/+231
2008-08-07Adding mouse wheel emulation code.Chris Salch1-0/+257