aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* evdev 2.2.1xf86-input-evdev-2.2.1Peter Hutterer2009-03-24
* Fix jumpy touchpads by updating old_vals only when reported by the device.Peter Hutterer2009-03-23
* If we have a touchpad, print so, don't claim we're configuring a tablet.Peter Hutterer2009-03-23
* make sure to clear all axis_map entriesJeremy Jay2009-03-23
* Assume touchscreen/touchpad if we have _either_ ABS_PRESSURE or BTN_TOUCHPeter Hutterer2009-03-23
* Set "rel" when converting absolute touchpad coordinates to relative (#20661)Jeremy Jay2009-03-23
* Restore repeat-filtering for server 1.5 and earlier.Peter Hutterer2009-03-23
* evdev 2.2.0xf86-input-evdev-2.2.0Peter Hutterer2009-03-09
* Define MAX_VALUATORS if it's missing to allow for builds against 1.5.Peter Hutterer2009-03-09
* Check button label before fetching the Atom from the server. (#20524)Peter Hutterer2009-03-09
* Fix duplicate wheel button up mapping.Peter Hutterer2009-03-06
* evdev 2.1.99.1xf86-input-evdev-2.1.99.1Peter Hutterer2009-03-02
* Add support for button labelling.Peter Hutterer2009-03-02
* Rename prop_label to prop_axis_label.Peter Hutterer2009-03-02
* Don't double-assign the UKNOWN axis label.Peter Hutterer2009-02-26
* If scrollwheels are found, bump the button number by 4 (or up to 7).Peter Hutterer2009-02-26
* Ignore REL_WHEEL, REL_HWHEEL and REL_DIAL during axis initialisation.Peter Hutterer2009-02-26
* Pass on all relative events, not just x/y.Peter Hutterer2009-02-26
* Reduce the number of read calls in ReadInput.Adam Jackson2009-02-26
* Split ReadInput into ReadInput and ProcessEvent.Peter Hutterer2009-02-26
* Move relative motion and other magic up to EV_SYN processing.Adam Jackson2009-02-26
* Open with O_NONBLOCK, and simplify EvdevReadInput to match.Adam Jackson2009-02-23
* Revert "Remove useless include directive."Peter Hutterer2009-02-19
* Label axes conditional on actual support.Peter Hutterer2009-02-18
* Accommodate for holes in the ABS label defines.Peter Hutterer2009-02-18
* Add support for arbitrary relative axis labels.Peter Hutterer2009-02-17
* Remove superfluous (and duplicate) call to xf86MotionHistoryAllocate.Peter Hutterer2009-02-17
* Add generic axis support for relative axes.Peter Hutterer2009-02-17
* Add dynamic axis labelling for absolute devices.Peter Hutterer2009-02-17
* remove duplicate (code > 255) check.Peter Hutterer2009-02-16
* man: list the options and properties in alphabetical order.Peter Hutterer2009-02-16
* man: Fix two minor typos in man page.Peter Hutterer2009-02-16
* Swap axes after scaling, not before.Peter Hutterer2009-02-16
* CacheCompare before probing the device.Peter Hutterer2009-02-16
* General axis valuator support.Matt Helsley2009-02-16
* Change cached bitmasks from long to unsigned long.Peter Hutterer2009-02-16
* Remove unused 'screen' variable from the EvdevRec.Peter Hutterer2009-02-16
* Log which EVIOCGABS ioctl failed.Peter Hutterer2009-02-16
* Remove superfluous motion history allocation.Peter Hutterer2009-02-16
* Remove duplicate MB emu finalization.Peter Hutterer2009-02-16
* Remove useless include directive.Peter Hutterer2009-02-16
* Add descriptive messages for device-has-changed errsBryce Harrington2009-02-13
* Really fix distcheckDan Nicholson2009-02-03
* Janitor: make distcheck, .gitignore.Paulo Cesar Pereira de Andrade2009-02-02
* EvdevCacheCompare: ignore changes in current device positionJulien Plissonneau Duquene2009-02-03
* fix manpage formattingPeter Breitenlohner2009-02-02
* Protect against zero-sized property values. #19882Peter Hutterer2009-02-02
* Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith2009-01-30
* Stop hammering XKB defaultsDan Nicholson2009-01-29
* Reshuffle property initialization.Peter Hutterer2009-01-22