summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-04-18Fix egde/edge typo in manpage and comments.Cyril Brulebois
2011-04-18eventcomm: add a missing break statementPeter Hutterer
2011-04-18Fix typo (resx -> resy)Alexandr Shadchin
2011-02-28Fix build on BSDJulien Cristau
2011-02-21Stop scrolling if not exactly two fingers on touchpad.Daniel Kurtz
2011-02-21add a few comments to ComputeDeltas()Simon Thum
2011-02-21Merge branch 'devel' into mergePeter Hutterer
2011-02-21Add hysteresis-based noise reductionSimon Thum
2011-02-17Factor out edge speed calculation.Peter Hutterer
2011-02-17Factor out delta calculation into a static func.Peter Hutterer
2011-02-17Move delta calculation for trackstick out.Peter Hutterer
2011-02-17Reshuffle ComputeDeltas for less indentation.Peter Hutterer
2011-02-17Don't expect a palm based on pressure (#22806)Peter Hutterer
2011-01-31synaptics: detect corner tap using the initial touch positionNicolas Cavallari
2011-01-05Rename SHM functions from alloc/free_param_data to alloc/free_shm_dataPeter Hutterer
2011-01-05Don't report all options unconditionally.Peter Hutterer
2011-01-05Dont report the version explicitly, it's reported in the module blob anyway.Peter Hutterer
2011-01-05Use xf86SetStrOption instead of xf86FindOption for the DevicePeter Hutterer
2011-01-05Remove the need for XI86_CONFIGURED on input-ABI 12Peter Hutterer
2010-11-23Fix 64bit arch issue in synaptics eventcomm.cTakashi Iwai
2010-11-02Input API 12 requires a valuator mode for each axis.Peter Hutterer
2010-10-18Remove convert_proc and close_proc.Peter Hutterer
2010-10-18Replace two LocalDevicePtr with InputInfoPtr.Peter Hutterer
2010-10-14don't post motion events if the finger state is FS_UNTOUCHEDJoe Shaw
2010-10-14post absolute coordinate motion events if device mode is absoluteJoe Shaw
2010-10-14track abs/rel mode changes in SwitchMode() instead of ignoring themJoe Shaw
2010-10-06Remove refcnt initialization from InputDriverRec.Peter Hutterer
2010-10-05config: don't autoprobe when device was setGiuseppe Bilotta
2010-10-05config: collect options during preinitGiuseppe Bilotta
2010-09-01Merge branch 'input-api'Peter Hutterer
2010-09-01Use InputInfoPtr instead of LocalDevicePtr.Peter Hutterer
2010-09-01Support the new input api.Peter Hutterer
2010-08-20Enable coasting by default with a value of 20.Peter Hutterer
2010-08-20Added "friction physics" so coasting can stop on its own.Patrick Curran
2010-08-20Reset X/Y hist on multi finger transition to fix jumpsChris Bagwell
2010-08-20Increase the default acceleration factor.Peter Hutterer
2010-08-19Up the precision of MaxSpeed and AccelFactor log output.Peter Hutterer
2010-07-22Reshuffle initialization in preparation for new input API.Peter Hutterer
2010-07-22Add some ifdefs missing from XINPUT ABI 12Peter Hutterer
2010-07-22Remove XI86_POINTER_CAPABLE usage.Peter Hutterer
2010-07-21Default to 2-finger emulation when HW supports itChris Bagwell
2010-07-21Expose width support in capabilites properity.Chris Bagwell
2010-07-21Expose pressure support in capabilities property.Chris Bagwell
2010-07-19Make default checks for x, y, w, and p separate.Chris Bagwell
2010-06-23Remove one leftover xcalloc.Peter Hutterer
2010-06-17Purge GuestMouse support.Peter Hutterer
2010-06-17Require server 1.6 or later.Peter Hutterer
2010-06-17Re-use width/height variables.Peter Hutterer
2010-06-17Reshuffle default value initialization.Peter Hutterer
2010-06-16Move some defines to where they belong.Peter Hutterer