summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-19Make InitWcmAtom support arbitrary property typesEduard Hasenleithner1-27/+35
2011-10-13Exit gesture mode when pen comes in rangeThomas Jaeger1-0/+1
2011-10-10Fixing format strings in list_modEduard Hasenleithner1-2/+2
2011-09-28Return boolean where requiredJason Gerecke1-1/+1
2011-09-28Move DebugLevel options up.Peter Hutterer2-4/+4
2011-09-27Have MapToOutput helpers return booleans to indicate successJason Gerecke1-24/+50
2011-09-27Have 'MapToOutput' require the keyword "desktop" to do suchJason Gerecke2-18/+12
2011-09-27Add 'set_output_next' helper for MapToOutputJason Gerecke2-3/+156
2011-09-27Allow 'MapToOutput' to accept X geometry stringsJason Gerecke2-17/+35
2011-09-27Have 'set_output' check and convert arguments as necessaryJason Gerecke1-29/+60
2011-09-27Free RandR resources more-quicklyJason Gerecke1-6/+10
2011-09-27Create wacom-util.h for generally handy definesJason Gerecke5-34/+59
2011-09-09Revert "make gesture distances be relative to hw maximums."Peter Hutterer5-35/+14
2011-09-08Merge branch 'gesture5' of git://github.com/cbagwell/xf86-input-wacomPeter Hutterer3-34/+81
2011-09-04do not send touch button during gesture holdoffsChris Bagwell3-13/+28
2011-09-04improve 1 finger tap validationChris Bagwell1-3/+12
2011-09-04Add a GESTURE_NONE_MODE in place of 0 valuesChris Bagwell1-7/+10
2011-09-04look at current packet during 2 finger gesture lagChris Bagwell1-1/+1
2011-09-04improve initial 2 finger behaviorChris Bagwell1-14/+34
2011-09-04reduce 2-finger scroll holdoff timeChris Bagwell1-1/+1
2011-08-31make gesture distances be relative to hw maximums.Chris Bagwell5-14/+35
2011-08-25Don't compare unsigned values to < 0Peter Hutterer1-1/+1
2011-08-25No need to check for pInfo != NULL in PreInitPeter Hutterer1-1/+1
2011-08-25man: clarify rotation on hotplugged devicesPeter Hutterer1-2/+3
2011-08-24man: document gesture-related optionsPeter Hutterer1-0/+26
2011-08-24man: Add RawSample to man pagePeter Hutterer1-0/+4
2011-08-24Update comments for wheel and TwinView resolution propertiesPeter Hutterer1-3/+3
2011-08-24Sanitize condition to check for complex gestures.Peter Hutterer1-11/+14
2011-08-09Fix an error message.Peter Hutterer1-1/+1
2011-08-03Allow zero-argument use of MapToOutput to reset map to entire desktopJason Gerecke2-4/+13
2011-08-03spellfix: "Dize" -> "Size"Jason Gerecke1-1/+1
2011-08-03xsetwacom: Have 'get_param' respect PROP_FLAG_INVERTEDJason Gerecke1-1/+4
2011-08-02If the type isn't valid for our device, say so.Peter Hutterer1-0/+5
2011-08-02Use xf86SetStrOption to get typePeter Hutterer1-1/+1
2011-08-02Print error to the log if the Type option is missing.Peter Hutterer1-0/+3
2011-07-19Protect against NULL-pointer dereference in UnInitPeter Hutterer1-0/+4
2011-07-18test: Fix tests for Capacity removalPeter Hutterer2-3/+2
2011-07-18isdv4: fix pressure parsingPeter Hutterer1-1/+1
2011-07-13man: reshuffle Authors listPeter Hutterer1-3/+3
2011-07-13man: use placeholders to man pages listed in See AlsoPeter Hutterer1-1/+2
2011-07-13man: add link to our website in See AlsoPeter Hutterer2-0/+4
2011-07-13man: add paragraph before the link to linuxwacom.sfPeter Hutterer1-2/+3
2011-07-07Fix comment typoPeter Hutterer1-1/+1
2011-07-07ISDV4: swap packet parsing condition around.Peter Hutterer1-3/+3
2011-07-07Split isdv4Parse into two functions for touch/pen packets.Peter Hutterer1-114/+156
2011-07-01xsetwacom: plug minor memory leakPeter Hutterer1-3/+5
2011-07-01Remove unused variable "device"Peter Hutterer1-3/+2
2011-06-30Merge branch 'capacity2' of git://github.com/cbagwell/xf86-input-wacomPeter Hutterer9-81/+17
2011-06-28Support pressure curve with touch pressureChris Bagwell3-6/+8
2011-06-28Remove unused Capacity logic on touch devicesChris Bagwell9-75/+9