summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wacom 0.25.0xf86-input-wacom-0.25.0Jason Gerecke2014-06-171-1/+1
* wacom 0.24.99.1xf86-input-wacom-0.24.99.1Jason Gerecke2014-06-021-1/+1
* Send proper Y coordinate when leaving proximityJason Gerecke2014-06-021-1/+1
* Use OUTPROX_STATE in wcmSoftOutEvent and elsewhereJason Gerecke2014-06-022-3/+3
* Fix enter-prox detectionJason Gerecke2014-06-021-2/+5
* Always clear free channel contents before reuseJason Gerecke2014-05-201-14/+4
* Add support for four new ISDv4 sensorsJason Gerecke2014-05-202-0/+8
* Remove vestiges of "displaytoggle" action mappingJacob Nevins2014-05-163-9/+9
* Improve button action mapping documentationJacob Nevins2014-05-092-9/+35
* Update values of oldState by simple assignmentJason Gerecke2014-05-092-22/+7
* Replace multitude of "old state" vars with a _WacomDeviceStateJason Gerecke2014-05-096-129/+114
* Remove unnecesary device variables: current[XY]Jason Gerecke2014-05-092-11/+5
* Do not store a second copy of old touchstrip values in oldTilt[XY]Jason Gerecke2014-05-091-13/+2
* Update configure help to indicate that debugging is enabled by defaultJason Gerecke2014-05-071-3/+4
* doc: Remove deprecated Doxygen optionsJason Gerecke2014-05-071-33/+0
* xsetwacom: Replace XKeycodeToKeysym with XkbKeycodeToKeysymJason Gerecke2014-05-021-2/+2
* Remove dead code: ERASER_PROX, OTHER_PROXJason Gerecke2014-05-022-6/+0
* Remove dead code: struct _PROPINFOJason Gerecke2014-05-021-13/+0
* Remove dead code: factor[XY]Jason Gerecke2014-05-024-46/+0
* xsetwacom: Fix off-by-one error in list_one_deviceJason Gerecke2014-05-021-1/+1
* Remove dead code: [xy]_paddingJason Gerecke2014-04-154-27/+0
* Remove dead code: Header defines and prototypesJason Gerecke2014-04-151-7/+0
* Remove dead code: WacomToolAreaJason Gerecke2014-04-152-5/+0
* Remove dead code: misc. _WacomDeviceRec variablesJason Gerecke2014-04-153-12/+0
* Attempt to derive the tool type from a known button/key eventEgbert Eich2014-04-091-27/+33
* Remove duplicate tool type detectionEgbert Eich2014-04-091-9/+20
* Store the last used channel rather than blindly taking channel 0Egbert Eich2014-04-091-1/+4
* Fix initial device type detectionEgbert Eich2014-04-091-25/+37
* Zero is not a valid device ID, don't derive a type from itEgbert Eich2014-04-091-0/+3
* Remove unused codeEgbert Eich2014-04-091-16/+3
* wacom 0.24.0xf86-input-wacom-0.24.0Jason Gerecke2014-04-031-1/+1
* wacom 0.23.99.1xf86-input-wacom-0.23.99.1Jason Gerecke2014-03-191-1/+1
* test: Update number of xsetwacom parametersJason Gerecke2014-03-191-1/+1
* Add an option to disable pressure recalibrationEgbert Eich2014-03-199-4/+71
* Attempt to not lose events to pressure recalibrationEgbert Eich2014-03-194-18/+57
* Support hardware touch switchJason Gerecke2014-03-198-1/+134
* Update wcmTouchDevice for touch interfaceJason Gerecke2014-03-191-6/+17
* Improve wcmLinkTouchAndPen device matchingPing Cheng2014-03-191-52/+112
* test: Use X11_LIBS when building xsetwacom_testJason Gerecke2014-03-191-0/+1
* Merge branch 'wacom-inputattach'Peter Hutterer2014-03-2012-481/+842
|\
| * tools: split the CFLAGS into binary-specific onesPeter Hutterer2014-03-201-2/+4
| * conf: ship a udev rule and a systemd service file for inputattachPeter Hutterer2014-03-205-0/+62
| * tools: add an inputattach-like toolPeter Hutterer2014-03-203-1/+223
| * tools: add colon after TOUCH outputPeter Hutterer2014-03-201-5/+5
| * tools: re-enable wait-for-tabletPeter Hutterer2014-03-201-2/+0
| * tools: split out the debugger into the actual debugger and shared codePeter Hutterer2014-03-204-448/+534
| * tools: localise the remaining global variablesPeter Hutterer2014-03-201-10/+11
| * tools: drop double-call to tcsetattrPeter Hutterer2014-03-201-1/+0
| * tools: use perror instead of fprintfPeter Hutterer2014-03-201-1/+1
| * tools: open serial devices with O_NOCTTYPeter Hutterer2014-03-201-1/+1