summaryrefslogtreecommitdiff
path: root/src/synaptics.c
AgeCommit message (Expand)Author
2010-03-26After closing the fd, reset it to -1.Peter Hutterer
2010-03-26Don't clobber the timer we just created.Adam Jackson
2009-12-11Don't destroy the timer on DeviceOff.Adam Jackson
2009-12-11Always 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-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-13Add TapAndDragGesture option and gestures property.Erkin Bahceci
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-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-26Remove un-used DeviceOn/Off hooks.Peter Hutterer
2009-04-26Remove Synaptics SHM configuration bits.Peter Hutterer
2009-04-16Allocate the timer early so we don't try to malloc it within a sigio handler.Adam Jackson
2009-03-05include xorg-server.h from all driver source files.Peter Hutterer
2009-03-04Don't auto-include xorg-server.h in config.hPeter Hutterer
2009-02-20change magic numbers to fractionsMarcel Dejean
2009-02-20two-finger emulation through fingerWidthMarcel Dejean
2009-02-17Remove synSetFloatOption, use xf86SetRealOption instead.Peter Hutterer
2008-12-12Fix compilation issue (opts undeclared) for XINPUT ABI 0. (#18988)Peter Hutterer
2008-12-12Auto-adjust right_edge for touchpads with hardware scroll area.Fedor P. Goncharov (Fredy)
2008-12-03change type of FastTaps option to boolFedor P. Goncharov (Fredy)
2008-12-03Export synapticsModuleDataMagnus Kessler
2008-11-25Stop two-finger scrolling if no finger is present.Batchty
2008-11-25Ignore moves during tap processing if no finger is down.Batchty
2008-11-05Only respect MaxTapMove when appropriateHenrik Rydberg
2008-10-16Provide default button emulation also for touchscreensHenrik Rydberg
2008-10-13properties: handle checkonly flag.Henrik Rydberg
2008-10-10Convert last remaining ErrorF to xf86MsgMagnus Kessler
2008-10-09Only include mipointer.h if supporting ancient XInput ABI versionMagnus Kessler
2008-10-07Remove unused defines and includesMagnus Kessler
2008-10-07Re-introduce message about unsupported touchpad.Magnus Kessler
2008-10-07Clean up control-flowMagnus Kessler
2008-10-03Remove repeater functionality.Magnus Kessler
2008-09-26Adjust to new property API.Peter Hutterer
2008-09-25Corrections based on dimension analysisHenrik Rydberg
2008-09-25Init x/y valuators with the axis range - if we have any.Christoph Brill
2008-09-17Improved defaults based on capability detection and auto scalingHenrik Rydberg
2008-09-17Allow arbitrary ABS rangesHenrik Rydberg
2008-09-17ReadDevDimensions on opened deviceHenrik Rydberg
2008-09-17Autoscale also the MaxTapMove parameterHenrik Rydberg