summaryrefslogtreecommitdiff
path: root/src/xf86Wacom.c
Commit message (Expand)AuthorAgeFilesLines
* Handle DEVICE_ABORT on input ABI 19.1Peter Hutterer2013-03-051-1/+4
* Post maximum number of contacts to clientsPing Cheng2012-12-061-1/+2
* Limit use of touch class to touch devices onlyJason Gerecke2012-10-191-4/+6
* Use new multitouch protocol in XI2 if possibleJason Gerecke2012-10-081-0/+8
* Use kernel-reported tilt range and resolutionNikolai Kondrashov2012-09-051-4/+6
* Use signal-safe logging patches where necessaryPeter Hutterer2012-08-231-1/+2
* Cleanup wcmInitAxesJason Gerecke2012-06-271-26/+46
* Provide consistent 'filler' axes to XJason Gerecke2012-06-271-46/+36
* Create a wrapper for InitValuatorAxisStructJason Gerecke2012-06-271-67/+23
* Align returned type of wcmEventAutoDevProbe with expected typeJason Gerecke2012-05-291-1/+1
* Fix warning: Have wcmEventAutoDevProbe return constJason Gerecke2012-05-291-1/+1
* Compress button counting statementPeter Hutterer2012-02-041-6/+1
* Expose the second touch ring's raw value in a new 7th valuatorJason Gerecke2011-12-291-2/+26
* Revert "make gesture distances be relative to hw maximums."Peter Hutterer2011-09-091-1/+0
* make gesture distances be relative to hw maximums.Chris Bagwell2011-08-311-0/+1
* Get the latest values for serial numbers when a client asks for them.Alexia Death2011-05-061-1/+1
* Remove superfluous call to wcmRotateTablet().Peter Hutterer2011-04-051-3/+0
* Only update bottomX/bottomY if they haven't been user-configured.Peter Hutterer2011-04-041-2/+4
* Centralize pen and touch arbitrationPing Cheng2011-04-041-0/+43
* Resolve the oldHwProx puzzlePing Cheng2011-03-301-6/+0
* Merge branch 'race-condition'Peter Hutterer2011-03-141-0/+19
|\
| * Keep an enabled flag in the tool to avoid racy startup.Peter Hutterer2011-03-031-0/+19
* | Don't hardcode the rotation range for cursor RZ, use defines instead.Peter Hutterer2011-03-071-2/+2
* | Fix typo for max axis range on the cursor tool.Peter Hutterer2011-03-071-1/+1
|/
* Purge toolarea from device rec.Peter Hutterer2011-03-021-87/+2
* Purge KeepShape option (for now, anyway).Peter Hutterer2011-03-021-38/+0
* Division by zero in wcmInitArea when KEEP_SHAPE_FLAG is on.Bruno Vasselle2011-02-251-0/+9
* Purge sizeX/sizeY - can be computed on-the-fly where needed.Peter Hutterer2011-01-191-17/+2
* Rename hardProx to oldHwProx.Peter Hutterer2011-01-191-1/+1
* Init relative X/Y axis to use tablets min/max sizeChris Bagwell2011-01-181-12/+4
* delete unneeded code in wcmVirtualTabletSizeChris Bagwell2011-01-131-7/+0
* Merge branch 'scroll-ring'Peter Hutterer2011-01-071-168/+202
|\
| * Add defines for scroll ring min/max values.Peter Hutterer2011-01-071-2/+2
| * Initialise all pad axes as absolute axes.Peter Hutterer2010-12-151-43/+24
| * Remove wcmInitialCoordinates, move into wcmInitAxes.Peter Hutterer2010-12-151-63/+66
| * Move wcmRotateTablet() out of wcmInitAxes.Peter Hutterer2010-12-151-3/+3
| * Split axis initialization into wcmInitAxes.Peter Hutterer2010-12-151-139/+173
| * Initialize third axis on pads as unknown relative axis.Peter Hutterer2010-12-151-7/+23
* | Merge branch 'multimonitor-purge'Peter Hutterer2010-12-211-77/+0
|\ \
| * | Purge screen coordinate storage.Peter Hutterer2010-11-301-21/+0
| * | Remove numScreens field.Peter Hutterer2010-11-301-15/+1
| * | Purge ScreenNo handling.Peter Hutterer2010-11-301-42/+0
| * | Purge MMonitor option.Peter Hutterer2010-11-301-2/+2
* | | Add support for the built-in digitizer in the Lenovo W700Ajay Ramaswamy2010-12-201-0/+1
| |/ |/|
* | Log messages specific to the devicePing Cheng2010-12-101-1/+1
* | Don't close devices on read error.Peter Hutterer2010-12-101-17/+4
* | Fix segfault in case of unplug during PreInit.Peter Hutterer2010-12-031-0/+7
|/
* Print the type_name for debug messages.Peter Hutterer2010-11-291-6/+2
* Don't allow the deletion of active button action properties.Peter Hutterer2010-11-241-1/+1
* Do not initialize (x,y) valuators for pad toolPing Cheng2010-11-171-9/+12