aboutsummaryrefslogtreecommitdiff
path: root/src/emuWheel.c
Commit message (Expand)AuthorAge
* Split rel and abs axis mapping into two separate arraysPeter Hutterer2013-01-23
* Fix some obvious constness-related compile warnings.Marcin Slusarz2012-05-21
* Remove unused misc_label and valPeter Hutterer2011-06-15
* Replace xf86Msg() with xf86IDrvMsg().Peter Hutterer2011-01-31
* Add support for masked valuatorsChase Douglas2011-01-25
* Remove support for X input ABI < 12.2Chase Douglas2011-01-24
* Remove libc wrappers for malloc, calloc and free.Peter Hutterer2010-05-28
* config: remove AH_TOP autoheader statement.Peter Hutterer2010-04-29
* evdev: leaked_storage: free memory allocated from the xf86Option code.Oliver McFadden2010-04-20
* allow wheel emulation to work with absolute-position devicesDima Kogan2009-12-08
* emuWheel: fix signed/unsigned screwupPeter Hutterer2009-09-23
* Allow 0 as wheel emulation button for unconditional scrolling (#20529)Dima Kogan2009-08-18
* Restrict wheel emulation to a single axis at a time.Peter Hutterer2009-08-18
* Rename parts of the Post API to a Queue API.Peter Hutterer2009-08-13
* evdev: Use the EvdevPost...Event() functions in the emulation code.Oliver McFadden2009-08-04
* Coverity Prevent: NO_EFFECT in EvdevWheelEmuSetProperty:Oliver McFadden2009-07-17
* Rename pEvdev->buttons to pEvdev->num_buttons for clarity.Peter Hutterer2009-05-21
* Janitor: make distcheck, .gitignore.Paulo Cesar Pereira de Andrade2009-02-02
* Protect against zero-sized property values. #19882Peter Hutterer2009-02-02
* 8-bit properties should use 8-bit storage types...Peter Hutterer2008-10-14
* Tidy up evdev.hPeter Hutterer2008-10-14
* Register property handler from within the modules, not the main evdev file.Peter Hutterer2008-10-14
* Clean up program flow - don't call PreInit for "modules" on DEVICE_INIT.Peter Hutterer2008-10-14
* Add checkonly handling to property handlers.Peter Hutterer2008-10-11
* Stricter value checking for property changes.Peter Hutterer2008-10-11
* Cleanup: "valid_vals" should be "vals" now.Peter Hutterer2008-09-30
* Add evdev-properties.h file with #defines for all property names.Peter Hutterer2008-09-30
* Use new property API (no ConfigureDP, less args to ChangeDP)Peter Hutterer2008-09-26
* Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation.Peter Hutterer2008-09-04
* Shut up "unused variable" compiler warnings.Peter Hutterer2008-09-04
* Wheel emulation: initial values must be char.Peter Hutterer2008-08-25
* Init all emulateWheel values, even if EmulateWheel is disabled.Peter Hutterer2008-08-22
* Add wheel timeout property supportDan Nicholson2008-08-22
* Add timeout support for mouse wheel emulationDan Nicholson2008-08-22
* Simplify the property handler registration.Peter Hutterer2008-08-08
* Add EVDEV_MAXBUTTONS instead of checking against 32.Peter Hutterer2008-08-08
* Expose wheel emulation through device properties.Peter Hutterer2008-08-08
* Adding mouse wheel emulation code.Chris Salch2008-08-07