summaryrefslogtreecommitdiff
path: root/src/synproto.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-16Convert remaining source files from ISO-8859-1 to UTF-8Alan Coopersmith1-1/+1
2012-05-18Reset hw->x/y to INT_MIN and skip HandleState until we have x/y eventsPeter Hutterer1-2/+2
2012-05-10Move synaptics.h leftovers to synapticsstr.h, drop synaptics.hPeter Hutterer1-1/+0
2012-05-10Require xserver 1.12 and inputproto 2.2Peter Hutterer1-12/+0
2012-05-10Indent consistentlyPeter Hutterer1-23/+19
2012-05-02Force SLOTSTATE_EMPTY on DeviceOffPeter Hutterer1-3/+3
2012-05-01Reset all hardware state on DEVICE_OFF (#49161)Peter Hutterer1-0/+23
2012-04-24Update src/synproto.c license to the preferred MIT/X11 licenseChase Douglas1-21/+16
2012-03-22Keep track of which touch slots are openChase Douglas1-1/+12
2012-03-14Add cumulative_d{x,y} to SynapticsHwStateChase Douglas1-0/+2
2012-03-14Add a BTN_EMULATED_FLAG to mark emulated buttons on clickfingersPeter Hutterer1-3/+3
2012-02-11Move X touch event processing into synaptics.cChase Douglas1-0/+19
2012-02-11Add touch valuator mask to hw state structureChase Douglas1-2/+89
2012-02-10Introduce SynapticsCopyHwState functionChase Douglas1-0/+7
2012-02-10Introduce SynapticsHwStateAlloc() and SynapticsHwStateFree()Chase Douglas1-0/+43