summaryrefslogtreecommitdiff
path: root/synaptics.h
AgeCommit message (Expand)Author
2006-04-09Removed repeater from the shared memory segment. It's notPeter Osterlund
2006-04-09Renamed synapticshw to SynapticsHwInfo to avoid conflictsPeter Osterlund
2006-04-09Moved the CommData struct from synaptics.h to synproto.h soPeter Osterlund
2006-04-09Don't send the whole SynapticsPrivate struct to thePeter Osterlund
2006-04-09Small #include fix.Peter Osterlund
2006-04-09Moved reading of hardware state to the protocol specificPeter Osterlund
2006-04-09Moved the QueryHardware function to the protocol specificPeter Osterlund
2006-04-09The PrintIdent() function doesn't need access to the wholePeter Osterlund
2006-04-09Some work on abstracting out the protocol differences fromPeter Osterlund
2006-04-09Spelling fix.Peter Osterlund
2006-04-09Implemented a proper state machine for tap and dragPeter Osterlund
2006-04-09Fixed spelling error.Peter Osterlund
2006-04-09Some changes to make supporting FreeBSD easier. From ArnePeter Osterlund
2006-04-09Made it possible to use "edge motion" also when notPeter Osterlund
2006-04-09Added pressure dependent edge motion speed. From MatthiasPeter Osterlund
2006-04-09Added support for middle mouse buttons. (Some ALPS touchpadsPeter Osterlund
2006-04-09Added support for circular scrolling. From Alexei GilchristPeter Osterlund
2006-04-09Handle touchpads with a scroll region on the right sidePeter Osterlund
2006-04-09Made tap processing configurable. Patch from Justin QuekPeter Osterlund
2006-04-09Added pass through support. From David Kennedy and FredPeter Osterlund
2006-04-09Replaced the oneFinger, twoFingers and threeFingersPeter Osterlund
2006-04-09Removed compatibility code for old (<test6) 2.6 kernels.Peter Osterlund
2006-04-09Removed unnecessary pointer typedefs.Peter Osterlund
2006-04-09Report all eight multi buttons in the synclient program.Peter Osterlund
2006-04-09Implemented "locked drags", after a suggestion fromPeter Osterlund
2006-04-09Added support for the new 2.6 kernel events ABS_TOOL_WIDTH,Peter Osterlund
2006-04-09Made it possible to disable the touchpad at runtime. (PatchPeter Osterlund
2006-04-09Comment fixes.Peter Osterlund
2006-04-09Changed tab size from 4 to the standard value 8. ReindentedPeter Osterlund
2006-04-09Removed trailing whitespace.Peter Osterlund
2006-04-09Reset the touchpad if it has been out of sync for too long.Peter Osterlund
2006-04-09Added proper support for "multi buttons". The old codePeter Osterlund
2006-04-09Added #define's for the constants used by the linux eventPeter Osterlund
2006-04-09Removed trailing whitespace.Peter Osterlund
2006-04-09Made horizontal wheel replacement buttons work. (FromPeter Osterlund
2006-04-09Use packet counting instead of time to decide when to startPeter Osterlund
2006-04-09Rewrote timer handling so that the driver no longer dependsPeter Osterlund
2006-04-09Added support for kernel input event interface. NotPeter Osterlund
2006-04-09Abstracted out the code to determine the hardware statePeter Osterlund
2006-04-09Remove shared memory segment when the X server terminates.Peter Osterlund
2006-04-09Forgot comment in change 3db42d5b33662dbda6f0dde6cdb34748a254884f.Peter Osterlund
2006-04-09Merged 6 button support from 0.11.3, but only activate itPeter Osterlund
2006-04-09Better state machine for handling middle mouse buttonPeter Osterlund
2006-04-09Build improvements.Peter Osterlund
2006-04-09Made the timeout for middle button emulation configurable.Peter Osterlund
2006-04-09Make double click processing from changePeter Osterlund
2006-04-09Merged handling of UpDownScrolling option from 0.11.3.Peter Osterlund
2006-04-09Lots of whitespace changes to reduce the diff compared toPeter Osterlund
2006-04-09Implemented horizontal scrolling (button 6 & 7 events) whenPeter Osterlund
2006-04-09Implemented edge motion.Peter Osterlund