summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-05-25Don't use libcwrappers for calloc and free.Peter Hutterer
2010-05-11Remove psmcomm.h header - superfluous.Peter Hutterer
2010-05-10Reshuffle to handle dead area better.Peter Hutterer
2010-05-10Make scrollbuttons processing and property conditional on their existence.Peter Hutterer
2010-05-10move history storage from ComputeDeltas into HandleState.Peter Hutterer
2010-05-10Add NO_EDGE to the edge enum instead of using hardcoded 0.Peter Hutterer
2010-05-10Rename HandleClickWithFingers to handle_clickfinger.Peter Hutterer
2010-05-10Factor out updating the hardware state.Peter Hutterer
2010-05-10Use post_button_click to post doubleclicks.Peter Hutterer
2010-05-10Move scroll button handling out of HandleState.Peter Hutterer
2010-05-10When scrolling, hardcode the button/press release cycle.Peter Hutterer
2010-05-10Factor out up/down and left/right button scrolling from HandleState.Peter Hutterer
2010-05-10Move SHM hardware state update into a separate function.Peter Hutterer
2010-05-10Change condition the finger requirement obvious.Peter Hutterer
2010-05-10Add FIXME: where does the 13 come from?Peter Hutterer
2010-04-29Disable ClickFinger for touchpads with more than one physical button (#26079)Peter Hutterer
2010-04-16eventcomm: use X_PROBED for kernel-probed values.Peter Hutterer
2010-03-18After closing the fd, reset it to -1.Peter Hutterer
2010-03-15Don't clobber the timer we just created.Adam Jackson
2010-01-11configure: don't clobber CFLAGSJulien Cristau
2009-12-11Don't destroy the timer on DeviceOff.Adam Jackson
2009-11-05Reduce SynapticsCtrl to a stub.Peter Hutterer
2009-11-05eventcomm: don't use the Xisb buffers for reading.Peter Hutterer
2009-11-05Clean up debugging system, allow for --enable-debugPeter Hutterer
2009-11-05Always make the input buffer size 200Peter Hutterer
2009-09-04Use finger state as an enum, not as a bool.Peter Hutterer
2009-09-04Remove abysmal misuse of ternary operator.Peter Hutterer
2009-08-03Split rc and ret into two different variables.Peter Hutterer
2009-07-28Remove the "SpecialScrollAreaRight" option. (#21001)Peter Hutterer
2009-07-27Revert "Auto-adjust edges if values fall outside queried min/max ranges. (#21...Peter Hutterer
2009-07-17Add active area outside of which movements, scrolling, tapping are ignored.Alberto Milone
2009-07-16Add configurable x/y resolution to fix sensitivity on wide touchpads.Tero Saarni
2009-07-10Auto-adjust edges if values fall outside queried min/max ranges. (#21001)Peter Hutterer
2009-07-10Move edge calculation stuff out into separate function.Peter Hutterer
2009-06-19Cope with ABI_XINPUT_VERSION 7.Peter Hutterer
2009-06-19Simplify xf86InitValuator calls a bit.Peter Hutterer
2009-05-28Add "Synaptics Capabilities" read-only property.Peter Hutterer
2009-05-20eventcomm: fix return value of event_query_is_touchpad.Peter Hutterer
2009-05-19Fix broken build on FreeBSD (#21803)Coleman Kane
2009-05-18eventcomm: force boolean values for has_left, has_right, etc.Peter Hutterer
2009-05-13Add TapAndDragGesture option and gestures property.Erkin Bahceci
2009-05-08eventcomm: if we can't grab the device, assume it's not a touchpad.Peter Hutterer
2009-05-08Purge SynapticsHWInfo stuff, move it into proto_data.Peter Hutterer
2009-05-08Add model-specific edges for appletouch.Jeremy Huddleston
2009-05-05Add TouchpadModel specifier and scale the edges accordingly. (#21214)Peter Hutterer
2009-05-04ps2comm: fix typo in debug statement.Peter Hutterer
2009-05-04If QueryHardware failed, return that failure and clean up.Peter Hutterer
2009-05-04Only try to free the timer if it's actually there.Peter Hutterer
2009-04-30Fix typo, missing ":"Peter Hutterer
2009-04-28PS/2 interface: sense multifinger taps on FingerHigh (#21427)Eygene Ryabinkin