Age | Commit message (Expand) | Author |
2010-03-26 | After closing the fd, reset it to -1. | Peter Hutterer |
2010-03-26 | Don't clobber the timer we just created. | Adam Jackson |
2009-12-11 | Don't destroy the timer on DeviceOff. | Adam Jackson |
2009-12-11 | Always make the input buffer size 200 | Peter Hutterer |
2009-09-04 | Use finger state as an enum, not as a bool. | Peter Hutterer |
2009-09-04 | Remove abysmal misuse of ternary operator. | Peter Hutterer |
2009-08-03 | Split rc and ret into two different variables. | Peter Hutterer |
2009-07-28 | Remove the "SpecialScrollAreaRight" option. (#21001) | Peter Hutterer |
2009-07-27 | Revert "Auto-adjust edges if values fall outside queried min/max ranges. (#21... | Peter Hutterer |
2009-07-17 | Add active area outside of which movements, scrolling, tapping are ignored. | Alberto Milone |
2009-07-16 | Add configurable x/y resolution to fix sensitivity on wide touchpads. | Tero Saarni |
2009-07-10 | Auto-adjust edges if values fall outside queried min/max ranges. (#21001) | Peter Hutterer |
2009-07-10 | Move edge calculation stuff out into separate function. | Peter Hutterer |
2009-06-19 | Cope with ABI_XINPUT_VERSION 7. | Peter Hutterer |
2009-06-19 | Simplify xf86InitValuator calls a bit. | Peter Hutterer |
2009-05-28 | Add "Synaptics Capabilities" read-only property. | Peter Hutterer |
2009-05-20 | eventcomm: fix return value of event_query_is_touchpad. | Peter Hutterer |
2009-05-19 | Fix broken build on FreeBSD (#21803) | Coleman Kane |
2009-05-18 | eventcomm: force boolean values for has_left, has_right, etc. | Peter Hutterer |
2009-05-13 | Add TapAndDragGesture option and gestures property. | Erkin Bahceci |
2009-05-08 | eventcomm: if we can't grab the device, assume it's not a touchpad. | Peter Hutterer |
2009-05-08 | Purge SynapticsHWInfo stuff, move it into proto_data. | Peter Hutterer |
2009-05-08 | Add model-specific edges for appletouch. | Jeremy Huddleston |
2009-05-05 | Add TouchpadModel specifier and scale the edges accordingly. (#21214) | Peter Hutterer |
2009-05-04 | ps2comm: fix typo in debug statement. | Peter Hutterer |
2009-05-04 | If QueryHardware failed, return that failure and clean up. | Peter Hutterer |
2009-05-04 | Only try to free the timer if it's actually there. | Peter Hutterer |
2009-04-30 | Fix typo, missing ":" | Peter Hutterer |
2009-04-28 | PS/2 interface: sense multifinger taps on FingerHigh (#21427) | Eygene Ryabinkin |
2009-04-26 | Remove un-used DeviceOn/Off hooks. | Peter Hutterer |
2009-04-26 | Remove Synaptics SHM configuration bits. | Peter Hutterer |
2009-04-16 | Allocate the timer early so we don't try to malloc it within a sigio handler. | Adam Jackson |
2009-03-24 | Shut up valgrind warnings about uninitialized variables. | Peter Hutterer |
2009-03-05 | include xorg-server.h from all driver source files. | Peter Hutterer |
2009-03-04 | Don't auto-include xorg-server.h in config.h | Peter Hutterer |
2009-02-20 | change magic numbers to fractions | Marcel Dejean |
2009-02-20 | two-finger emulation through fingerWidth | Marcel Dejean |
2009-02-17 | Remove synSetFloatOption, use xf86SetRealOption instead. | Peter Hutterer |
2009-01-27 | properties: implement float properties. | Peter Hutterer |
2008-12-12 | Fix compilation issue (opts undeclared) for XINPUT ABI 0. (#18988) | Peter Hutterer |
2008-12-12 | Auto-adjust right_edge for touchpads with hardware scroll area. | Fedor P. Goncharov (Fredy) |
2008-12-04 | Use the correct header so psmcomm.h builds again | Benjamin Close |
2008-12-03 | change type of FastTaps option to bool | Fedor P. Goncharov (Fredy) |
2008-12-03 | Export synapticsModuleData | Magnus Kessler |
2008-11-25 | Stop two-finger scrolling if no finger is present. | Batchty |
2008-11-25 | Ignore moves during tap processing if no finger is down. | Batchty |
2008-11-11 | Remove ALPS special options treatment. | Peter Hutterer |
2008-11-05 | Only respect MaxTapMove when appropriate | Henrik Rydberg |
2008-10-28 | Add support for touchpads (such as Elantech) that do not report pressure | Dmitry Torokhov |
2008-10-16 | Provide default button emulation also for touchscreens | Henrik Rydberg |