summaryrefslogtreecommitdiff
path: root/src/wcmConfig.c
Commit message (Expand)AuthorAgeFilesLines
* Don't dereference priv before checking it for NULLPeter Hutterer2012-03-211-1/+3
* Have the second touch ring emulate wheel events by defaultJason Gerecke2011-12-291-0/+2
* Break option parsing into two init phasesChris Bagwell2011-11-261-1/+4
* Move DebugLevel options up.Peter Hutterer2011-09-281-0/+4
* No need to check for pInfo != NULL in PreInitPeter Hutterer2011-08-251-1/+1
* Use xf86SetStrOption to get typePeter Hutterer2011-08-021-1/+1
* Protect against NULL-pointer dereference in UnInitPeter Hutterer2011-07-191-0/+4
* Fix CintiqV5 LCD defaults by using new TabletSetFeature()Chris Bagwell2011-06-271-2/+2
* Update the device's serial number when it comes in.Peter Hutterer2011-05-061-0/+4
* Move common default values to wcmNewCommon()Peter Hutterer2011-04-141-28/+0
* Don't accept invalid device types.Peter Hutterer2011-04-081-7/+9
* Don't rotate hotplugged devices.Peter Hutterer2011-04-071-3/+20
* Centralize pen and touch arbitrationPing Cheng2011-04-041-0/+51
* Resolve the oldHwProx puzzlePing Cheng2011-03-301-1/+1
* Merge branch 'race-condition'Peter Hutterer2011-03-141-0/+8
|\
| * Add a fixme about tool handling.Peter Hutterer2011-03-031-0/+5
| * Don't manually UnInit the devices for ABI 12Peter Hutterer2011-03-031-0/+3
* | Remove RawFilter option from driverJason Gerecke2011-03-091-1/+1
|/
* Purge toolarea from device rec.Peter Hutterer2011-03-021-29/+1
* Rename hardProx to oldHwProx.Peter Hutterer2011-01-191-1/+1
* xf86ProcessCommonOptions doesn't need to be called for ABI 12Peter Hutterer2011-01-181-2/+1
* Move the type properties to wacom-properties.h.Peter Hutterer2011-01-111-5/+6
* Merge branch 'scroll-ring'Peter Hutterer2011-01-071-1/+1
|\
| * Switch the pad to forced absolute mode.Peter Hutterer2010-12-151-1/+1
* | Merge branch 'multimonitor-purge'Peter Hutterer2010-12-211-6/+0
|\ \ | |/ |/|
| * Remove numScreens field.Peter Hutterer2010-11-301-1/+0
| * Remove currentScreen, it's write-only now.Peter Hutterer2010-11-301-1/+0
| * Purge ScreenNo handling.Peter Hutterer2010-11-301-1/+0
| * Purge MMonitor option.Peter Hutterer2010-11-301-3/+0
* | Don't reset the flags on init.Peter Hutterer2010-12-141-1/+0
* | Fix compiler warning.Peter Hutterer2010-12-131-1/+3
* | Don't free the device info on a failed PreInit.Peter Hutterer2010-12-101-8/+3
|/
* Adjust to new input PreInit from API 12.Peter Hutterer2010-11-041-16/+33
* Use enums for defining protocol used.Chris Bagwell2010-10-141-1/+1
* Purge TwinView driver support.Peter Hutterer2010-10-071-1/+0
* Remove refcnt initialization from InputDriverRec.Peter Hutterer2010-10-071-1/+0
* Don't init close_proc, the server doesn't call it anyway.Peter Hutterer2010-10-071-1/+0
* Don't init pInfo->atom, the server will init it for us.Peter Hutterer2010-10-071-1/+0
* Don't set private_flags if we don't use it.Peter Hutterer2010-10-071-1/+0
* Add tabstop=8 to vim modelinesNikolai Kondrashov2010-09-221-1/+1
* Don't set old_x/old_y on init.Peter Hutterer2010-09-071-2/+0
* Rename LocalDevicePtr local to InputInfoPtr pInfo.Peter Hutterer2010-08-051-84/+84
* Remove usage of XI86_CORE_POINTER and XI86_POINTER_CAPABLE..Peter Hutterer2010-08-031-1/+1
* Eliminate TPCButtonDefaultJan Steffens2010-07-281-2/+1
* Create a new function wcmFree to free wacom dataJan Steffens2010-07-261-9/+23
* Do duplicate device detection before wcmOpenJan Steffens2010-07-261-4/+4
* Open the device as serial device in PreInit.Peter Hutterer2010-07-121-8/+3
* Move device class detection up.Peter Hutterer2010-06-221-4/+4
* Return the shared common struct from wcmMatchDevice.Peter Hutterer2010-06-221-6/+11
* Avoid "common" juggling to prevent future errors.Peter Hutterer2010-06-221-2/+1