Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-03 | Install synaptics-properties.h in xorg include path, install xorg-synaptics.pc. | Peter Hutterer | |
2008-09-03 | Add autodetection of right scroll wheel region with very large X coordinate | Fedor P. Goncharov | |
2008-08-18 | Add 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-14 | Fix "make distcheck" | Christoph Brill | |
The new directory "include" was not packaged into the tarball. This makes "make distcheck" work again. | |||
2008-08-08 | Move 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. |