summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2009-02-20two-finger emulation through fingerWidthMarcel Dejean
Signed-off-by: Christoph Brill <egore911@egore911.de> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-01-27properties: implement float properties.Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Christoph Brill <egore911@egore911.de> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2008-10-13Install header files in xserver's sdk dir.Peter Hutterer
Missing from 851097c45f02f2a033975cd3b2ed9490a4aa87bd. Don't install header files in <prefix>/include, install them in <prefix>/include/xorg instead.
2008-10-03Install synaptics-properties.h in xorg include path, install xorg-synaptics.pc.Peter Hutterer
2008-09-03Add autodetection of right scroll wheel region with very large X coordinateFedor P. Goncharov
2008-08-18Add support for device properties.Peter Hutterer
Exposes the SHMConfig parameters through device properties and allows run-time changes to those properties. Not exposed yet are floating point values: min_speed, max_speed, accl, trackstick_speed (SYNAPTICS_PROP_SPEED) scroll_dist_circ (SYNAPTICS_PROP_CIRCULAR_SCROLLING_DIST) coasting_speed (SYNAPTICS_PROP_COASTING_SPEED) press_motion_min_factor, press_motion_max_factor (SYNAPTICS_PROP_PRESSURE_MOTION_FACTOR)
2008-08-14Fix "make distcheck"Christoph Brill
The new directory "include" was not packaged into the tarball. This makes "make distcheck" work again.
2008-08-08Move synaptics.h into include/, create synapticsstr.h for private structs.Peter Hutterer
This just separates driver-internal stuff (synapticsstr.h) from external stuff used for the SHM config.