summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-02synaptics 1.0xf86-input-synaptics-1.0.0synaptics-1.0-branchPeter Hutterer1-1/+1
2009-02-02properties: implement float properties.Peter Hutterer2-15/+80
2009-02-02Remove xorgconfig & xorgcfg from See Also list in man pageAlan Coopersmith1-1/+1
2008-12-20FDI: Add few examples suggested by Christian Schmitt <chris@ilovelinux.de>Christoph Brill1-2/+20
2008-12-15synaptics 1.0 RC3xf86-input-synaptics-0.99.3Peter Hutterer1-1/+1
2008-12-15Fix compilation issue (opts undeclared) for XINPUT ABI 0. (#18988)Peter Hutterer2-1/+3
2008-12-15Auto-adjust right_edge for touchpads with hardware scroll area.Fedor P. Goncharov (Fredy)2-26/+19
2008-12-10Use the correct header so psmcomm.h builds againBenjamin Close1-1/+1
2008-12-10Fix typo preventing psmcomm from being enabled on BSD platformsBenjamin Close1-1/+1
2008-12-04synaptics 1.0 RC 2xf86-input-synaptics-0.99.2Peter Hutterer1-1/+1
2008-12-04fdi: only match on input.touchpad, not on various product names.Peter Hutterer1-7/+5
2008-12-03change type of FastTaps option to boolFedor P. Goncharov (Fredy)1-1/+1
2008-12-03Export synapticsModuleDataMagnus Kessler1-1/+5
2008-11-26Stop two-finger scrolling if no finger is present.Batchty1-1/+1
2008-11-26Ignore moves during tap processing if no finger is down.Batchty1-1/+1
2008-11-24fdi: make use of hal's contains_outof matcher to reduce duplication.Peter Hutterer1-10/+1
2008-11-14synaptics 1.0 RC 1xf86-input-synaptics-0.99.1Peter Hutterer1-1/+1
2008-11-11Remove ALPS special options treatment.Peter Hutterer1-18/+0
2008-11-05Only respect MaxTapMove when appropriateHenrik Rydberg1-1/+2
2008-10-30Revert "[syndaemon] use Xrecord extension in syndaemon to avoid polling."Christoph Brill3-226/+23
2008-10-30Revert "[syndaemon] switch over to input properties"Christoph Brill2-197/+33
2008-10-28Add support for touchpads (such as Elantech) that do not report pressureDmitry Torokhov2-25/+53
2008-10-16[syndaemon] switch over to input propertiesWilliam Grant2-33/+197
2008-10-16[syndaemon] use Xrecord extension in syndaemon to avoid polling.Andre Herms3-23/+226
2008-10-16Provide default button emulation also for touchscreensHenrik Rydberg1-2/+2
2008-10-13Install header files in xserver's sdk dir.Peter Hutterer1-1/+1
2008-10-13properties: handle checkonly flag.Henrik Rydberg2-2/+13
2008-10-11Return correctly on successful property settingWilliam Grant1-1/+1
2008-10-10Convert last remaining ErrorF to xf86MsgMagnus Kessler1-1/+1
2008-10-10Update .gitignore, ignore pkgconfig .pc filesMagnus Kessler1-0/+1
2008-10-09[sparse] Fix warnings about non-ANSI function declarationsMagnus Kessler2-7/+7
2008-10-09[sparse] Fix warnings about using plain integer as NULL pointerMagnus Kessler2-2/+2
2008-10-09Only include mipointer.h if supporting ancient XInput ABI versionMagnus Kessler1-1/+4
2008-10-07Remove unused defines and includesMagnus Kessler1-6/+0
2008-10-07Re-introduce message about unsupported touchpad.Magnus Kessler1-0/+1
2008-10-07Clean up control-flowMagnus Kessler1-2/+2
2008-10-07man: another typo fix.Peter Hutterer1-1/+1
2008-10-07man: Document multifinger-scrolling defaults.Peter Hutterer1-0/+11
2008-10-07man: typo fix.Peter Hutterer1-1/+1
2008-10-03Remove repeater functionality.Magnus Kessler4-55/+5
2008-10-03Install synaptics-properties.h in xorg include path, install xorg-synaptics.pc.Peter Hutterer4-1/+15
2008-09-26Adjust to new property API.Peter Hutterer2-80/+42
2008-09-25Corrections based on dimension analysisHenrik Rydberg1-26/+21
2008-09-25Init x/y valuators with the axis range - if we have any.Christoph Brill1-2/+10
2008-09-17Improved defaults based on capability detection and auto scalingHenrik Rydberg3-23/+130
2008-09-17Revert "Add sensible fdi default for bcm5974"Henrik Rydberg1-34/+0
2008-09-17Allow arbitrary ABS rangesHenrik Rydberg1-1/+1
2008-09-17ReadDevDimensions on opened deviceHenrik Rydberg6-32/+27
2008-09-17Autoscale also the MaxTapMove parameterHenrik Rydberg1-1/+4
2008-09-17Decompose SynapticsPreInitHenrik Rydberg1-88/+100