summaryrefslogtreecommitdiff
path: root/src/wcmXCommand.c
Commit message (Expand)AuthorAgeFilesLines
* Don't reset properties on checkonlyJason Gerecke2013-02-111-9/+12
* Have wcmFindActionHandler return success/failure directlyJason Gerecke2013-01-241-6/+9
* NONE is not a valid action, and NULL a bad valueJason Gerecke2013-01-231-8/+15
* Have wcmSetActionProperty run checkonlyJason Gerecke2013-01-231-34/+29
* Pass errors from wcmSetActionProperty up the stackJason Gerecke2013-01-231-1/+3
* Setting an invalid action property should return an errorPeter Hutterer2013-01-231-1/+1
* Have wcmFindActionHandler properly handle wcmFindProp errorJason Gerecke2013-01-231-1/+1
* Improve wcmFindProp readabilityJason Gerecke2013-01-231-5/+2
* Increase maximum allowed X11 button numberJason Gerecke2013-01-231-2/+2
* Improve logging of X property settingJason Gerecke2013-01-231-7/+38
* Properly clear action propertiesJason Gerecke2012-12-041-1/+1
* Fix prerequisite check in wcmUpdateSerialJason Gerecke2012-10-081-1/+1
* Internally use physical button numbering for actionsJason Gerecke2012-08-021-19/+40
* Reset-on-None for Actions propertyJason Gerecke2012-08-021-0/+37
* Initialize action properties from defaultsJason Gerecke2012-08-021-2/+59
* Cleanup call chain for action propertiesJason Gerecke2012-08-021-174/+107
* Remove support for 8-bit (raw button) strip/ring propertiesJason Gerecke2012-08-021-51/+1
* Replace multiple default variables with arraysJason Gerecke2012-08-021-10/+10
* Directly index into the various *keys arraysJason Gerecke2012-08-021-3/+2
* Don't init the rotation property on the padPeter Hutterer2012-07-101-1/+3
* Fix warning: Constify 'name' argument of InitWcmAtomJason Gerecke2012-05-291-1/+1
* wcmXCommand: Fix invalid array size for serial values.Colin Walters2012-03-051-1/+1
* Export current tool ID in the property tooPeter Hutterer2012-03-011-6/+10
* Check for appropriate number of properties when setting buttonsJason Gerecke2012-02-161-1/+2
* Initialize button action properties for the correct button number (#45557)Peter Hutterer2012-02-041-13/+16
* Allow for a threshold of -1 to reset to the built-in default (#43221)Peter Hutterer2012-01-261-3/+5
* Have the second touch ring emulate wheel events by defaultJason Gerecke2011-12-291-4/+15
* Make InitWcmAtom support arbitrary property typesEduard Hasenleithner2011-10-191-27/+35
* Don't compare unsigned values to < 0Peter Hutterer2011-08-251-1/+1
* Support pressure curve with touch pressureChris Bagwell2011-06-281-2/+2
* Remove unused Capacity logic on touch devicesChris Bagwell2011-06-281-19/+0
* Export the device node as property (fixed version)Peter Hutterer2011-06-051-1/+11
* Revert "Export the device node as property."Peter Hutterer2011-06-051-11/+1
* Add support for Device Product ID property.Peter Hutterer2011-06-031-1/+9
* Export the device node as property.Peter Hutterer2011-06-031-1/+14
* Force all serials to be unsigned.Peter Hutterer2011-05-061-1/+1
* Add a property to bind the device to a serial number.Peter Hutterer2011-05-061-0/+27
* Only update old_serial when going out of proximity.Peter Hutterer2011-05-061-1/+2
* Update the device's serial number when it comes in.Peter Hutterer2011-05-061-2/+58
* Get the latest values for serial numbers when a client asks for them.Alexia Death2011-05-061-0/+28
* Have wheel and strip properties be "actions" instead of "buttons"Jason Gerecke2011-04-081-17/+11
* Update all tools rotation property when rotating one of them.Peter Hutterer2011-04-071-0/+28
* Revert "Correct TPCButton property inversion"Peter Hutterer2011-04-051-2/+2
* Revert "Update all tools rotation property when rotating one of them."Peter Hutterer2011-04-041-30/+0
* Update all tools rotation property when rotating one of them.Peter Hutterer2011-04-041-0/+30
* Add WACOM_PROP_WHEELBUTTONS to cursor devicesJason Gerecke2011-03-301-0/+3
* Resolve the oldHwProx puzzlePing Cheng2011-03-301-1/+1
* Clear the correct amount of memoryJason Gerecke2011-03-221-1/+1
* Remove XWACOM_MAX_SAMPLESJason Gerecke2011-03-141-1/+1
* Perform bounds checking on RawSampleJason Gerecke2011-03-111-1/+1