summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* conf: add Intuos4 WL (PTK-540WL) to fdi filerhel6-branchPeter Hutterer2012-07-251-1/+1
* Don't dereference priv before checking it for NULLPeter Hutterer2012-03-211-1/+3
* Plug minor memory leakPeter Hutterer2012-03-211-0/+1
* Avoid buffer overrunPeter Hutterer2012-03-211-1/+1
* Don't pass NULL to fclose(3)Peter Hutterer2012-03-211-1/+2
* Fix broken NULL checkPeter Hutterer2012-03-211-2/+3
* Check ioctl return valuePeter Hutterer2012-03-211-2/+9
* Merge branch 'rhel6-branch' into wacom-0.13.0Peter Hutterer2012-03-210-0/+0
|\
| * man: fix typo in man page "list mods" → "list mod"Peter Hutterer2011-09-201-1/+1
| * Always reset the fd to -1Peter Hutterer2011-07-191-0/+1
| * Don't free the device info on a failed PreInit.Peter Hutterer2011-07-181-10/+4
| * Don't manually UnInit the devices for ABI 12Peter Hutterer2011-07-181-0/+3
| * Don't call xf86DeleteInput from PreInit if the device failed to initializePeter Hutterer2011-07-181-1/+0
| * xsetwacom: plug minor memory leakPeter Hutterer2011-07-131-0/+1
| * Don't adjust the tablet area property for multimonitor.Peter Hutterer2011-07-061-1/+4
| * Add comment, padding is in device coordinatesPeter Hutterer2011-07-061-2/+2
| * When updating the area with -1/-1, re-update with actual values.Peter Hutterer2011-07-061-0/+62
| * Limit debug level max values to 12, not 10.Peter Hutterer2011-07-061-1/+1
| * Allow reset to 0 for twinview resolutions on TV_NONEPeter Hutterer2011-07-061-1/+4
| * Don't init close_proc, the server doesn't call it anyway.Peter Hutterer2011-06-291-1/+0
| * Don't init pInfo->atom, the server will init it for us.Peter Hutterer2011-06-291-1/+0
| * Don't set private_flags if we don't use it.Peter Hutterer2011-06-291-1/+0
| * Don't set old_x/old_y on init.Peter Hutterer2011-06-291-2/+0
| * Fix build error against current master - ScreenRec has changed.Peter Hutterer2011-06-291-0/+10
| * Use the device's name directly, not conf_idev.Peter Hutterer2011-06-291-1/+1
| * Input API 12 requires a valuator mode for each axis.Peter Hutterer2011-06-291-12/+60
| * Use xf86OptionListDuplicate under input ABI 12.Peter Hutterer2011-06-291-9/+18
| * Remove refcnt initialization from InputDriverRec.Peter Hutterer2011-06-291-1/+0
| * Adjust to new input PreInit from API 12.Peter Hutterer2011-06-291-15/+33
| * Rename LocalDevicePtr to InputInfoPtrPeter Hutterer2011-05-2011-598/+598
| * Remove usage of XI86_CORE_POINTER and XI86_POINTER_CAPABLE..Peter Hutterer2011-05-203-3/+3
| * Remove libc wrappers.Peter Hutterer2011-05-204-24/+24
| * xsetwacom: fix map_button indexingPeter Hutterer2011-05-201-2/+2
| * Add 5 new devicesPeter Hutterer2011-05-201-0/+5
| * Offset the new area values with the left/top padding if needed.Peter Hutterer2011-05-203-10/+38
| * Clean up wcmVirtualPaddingPeter Hutterer2011-05-201-8/+20
| * Add some more comments to help explain things.Peter Hutterer2011-05-202-2/+9
| * clear up wcmVirtualTabletSize() to make it easier to understandPeter Hutterer2011-05-202-25/+59
| * xsetwacom: support "displaytoggle" as special button event.Peter Hutterer2011-05-201-0/+11
| * xsetwacom: support "modetoggle" keyword.Peter Hutterer2011-05-201-0/+11
| * xsetwacom: "core" as keyword is not supported, tell users so.Peter Hutterer2011-05-201-0/+16
| * When updating a button action property, always update all of them.Peter Hutterer2011-05-201-4/+4
| * xsetwacom: always update the parent property for wheel/strip actions.Peter Hutterer2011-05-201-5/+4
| * xsetwacom: unset special button mappings when switching to simple ones.Peter Hutterer2011-05-201-5/+10
| * xsetwacom: for button mappings with keycodes, print the keysymsPeter Hutterer2011-05-201-2/+8
| * xsetwacom: print special button maps.Peter Hutterer2011-05-201-0/+96
| * xsetwacom.c: Add BackSpace key to special keysDavid Foley2011-05-201-0/+2
| * xsetwacom: support up/down/left/right as special keys.Peter Hutterer2011-05-201-0/+3
| * xsetwacom: add Escape key to special characters.Peter Hutterer2011-05-201-0/+2
| * xsetwacom: fix button mapping for button clicks.Peter Hutterer2011-05-201-3/+4