summaryrefslogtreecommitdiff
path: root/src/emuWheel.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling/wording issuesAlan Coopersmith2022-01-161-1/+1
* Don't reset the other axis on wheel emulation scroll buildupPeter Hutterer2016-01-201-10/+3
* Split pEvdev->vals into pEvdev->abs_vals and pEvdev->rel_valsÉric Brunet2014-12-171-1/+1
* Fix wheel emulation for absolute device (#68415)Peter Hutterer2013-10-221-4/+7
* Remove a commentPeter Hutterer2013-08-281-1/+0
* Don't allow a wheel emulation inertia of 0 (#66125)Peter Hutterer2013-06-271-1/+1
* Split rel and abs axis mapping into two separate arraysPeter Hutterer2013-01-231-1/+1
* Fix some obvious constness-related compile warnings.Marcin Slusarz2012-05-211-2/+2
* Remove unused misc_label and valPeter Hutterer2011-06-151-4/+0
* Replace xf86Msg() with xf86IDrvMsg().Peter Hutterer2011-01-311-21/+20
* Add support for masked valuatorsChase Douglas2011-01-251-2/+3
* Remove support for X input ABI < 12.2Chase Douglas2011-01-241-4/+0
* Remove libc wrappers for malloc, calloc and free.Peter Hutterer2010-05-281-2/+2
* config: remove AH_TOP autoheader statement.Peter Hutterer2010-04-291-1/+1
* evdev: leaked_storage: free memory allocated from the xf86Option code.Oliver McFadden2010-04-201-1/+1
* allow wheel emulation to work with absolute-position devicesDima Kogan2009-12-081-5/+15
* emuWheel: fix signed/unsigned screwupPeter Hutterer2009-09-231-3/+5
* Allow 0 as wheel emulation button for unconditional scrolling (#20529)Dima Kogan2009-08-181-5/+7
* Restrict wheel emulation to a single axis at a time.Peter Hutterer2009-08-181-7/+21
* Rename parts of the Post API to a Queue API.Peter Hutterer2009-08-131-2/+2
* evdev: Use the EvdevPost...Event() functions in the emulation code.Oliver McFadden2009-08-041-5/+2
* Coverity Prevent: NO_EFFECT in EvdevWheelEmuSetProperty:Oliver McFadden2009-07-171-9/+0
* Rename pEvdev->buttons to pEvdev->num_buttons for clarity.Peter Hutterer2009-05-211-4/+4
* Janitor: make distcheck, .gitignore.Paulo Cesar Pereira de Andrade2009-02-021-1/+1
* Protect against zero-sized property values. #19882Peter Hutterer2009-02-021-3/+9
* 8-bit properties should use 8-bit storage types...Peter Hutterer2008-10-141-1/+1
* Tidy up evdev.hPeter Hutterer2008-10-141-65/+63
* Register property handler from within the modules, not the main evdev file.Peter Hutterer2008-10-141-0/+2
* Clean up program flow - don't call PreInit for "modules" on DEVICE_INIT.Peter Hutterer2008-10-141-19/+0
* Add checkonly handling to property handlers.Peter Hutterer2008-10-111-26/+37
* Stricter value checking for property changes.Peter Hutterer2008-10-111-2/+14
* Cleanup: "valid_vals" should be "vals" now.Peter Hutterer2008-09-301-6/+6
* Add evdev-properties.h file with #defines for all property names.Peter Hutterer2008-09-301-45/+22
* Use new property API (no ConfigureDP, less args to ChangeDP)Peter Hutterer2008-09-261-68/+34
* Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation.Peter Hutterer2008-09-041-3/+3
* Shut up "unused variable" compiler warnings.Peter Hutterer2008-09-041-7/+10
* Wheel emulation: initial values must be char.Peter Hutterer2008-08-251-1/+1
* Init all emulateWheel values, even if EmulateWheel is disabled.Peter Hutterer2008-08-221-89/+88
* Add wheel timeout property supportDan Nicholson2008-08-221-0/+37
* Add timeout support for mouse wheel emulationDan Nicholson2008-08-221-2/+41
* Simplify the property handler registration.Peter Hutterer2008-08-081-76/+30
* Add EVDEV_MAXBUTTONS instead of checking against 32.Peter Hutterer2008-08-081-5/+4
* Expose wheel emulation through device properties.Peter Hutterer2008-08-081-0/+231
* Adding mouse wheel emulation code.Chris Salch2008-08-071-0/+257