summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Xinput.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-3/+2
2011-11-09input: replace remaining GetPairedDevice() with GetMaster()Peter Hutterer1-1/+1
2011-11-02Merge remote-tracking branch 'whot/two-screen-coordinates'Keith Packard1-19/+0
2011-10-31xfree86: reduce calls to input_option_get_key/valuePeter Hutterer1-9/+12
2011-10-25input: switch InputOption to use XF86OptionRec storage.Peter Hutterer1-2/+3
2011-10-13xfree86: remove xf86XInputSetScreenPeter Hutterer1-19/+0
2011-10-03Merge remote-tracking branch 'herrb/master'Keith Packard1-1/+2
2011-09-30Add a 'wscons' autoconf mechanism to configure input devices on BSD.Matthieu Herrb1-1/+2
2011-09-29input: switch InitValuatorAxisStruct to return BoolPeter Hutterer1-4/+4
2011-09-27xfree86: expose Option "TransformationMatrix"Peter Hutterer1-0/+29
2011-09-27xfree86: fix comment typoPeter Hutterer1-1/+1
2011-09-27xfree86: switch options from pointer to XF86OptionPtrPeter Hutterer1-1/+1
2011-08-22input: make InputOption opaque, provide interface functions.Peter Hutterer1-16/+14
2011-08-22xfree86: comment typo fixPeter Hutterer1-1/+1
2011-07-27xfree86: Remove devices that failed to enable on startupPeter Hutterer1-0/+1
2011-05-25xfree86: Allow "MatchLayout" statements in config filesOleh Nykyforchyn1-0/+21
2011-05-11input: remove DDX event list handlingPeter Hutterer1-7/+4
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer1-1/+1
2011-05-11input: Provide Queue{Button|Keyboard|Proximity}Event helpersPeter Hutterer1-29/+9
2011-05-11xfree86: print the device ID to the log when adding a device.Peter Hutterer1-2/+2
2011-04-21xfree86: removed unused "event" variable in xf86PostMotionEventMPeter Hutterer1-2/+0
2011-04-18input: remove GetKeyboardValuatorEvents, this is now unnecessary.Peter Hutterer1-10/+3
2011-03-24xf86: don't pretend to support DEVICE_ABS_* in ChangeDeviceControlSimon Thum1-2/+2
2011-03-24xfree86: print out which driver is about to be used.Peter Hutterer1-0/+2
2011-03-09xfree86: block signals between EnableDevice and first CheckMotion()Peter Hutterer1-0/+3
2011-01-27xfree86/dga: Remove useless ifdefsVille Syrjala1-13/+7
2011-01-27xfree86/input: Restore DGAStealKeyEvent()Ville Syrjala1-0/+13
2010-12-14xfree86: always report the input options before initialising the device.Peter Hutterer1-0/+1
2010-12-09xfree86: don't set movement flags for non-valuator events.Peter Hutterer1-8/+14
2010-12-07xfree86: use xf86AllocateInput() for xorg.conf devices too.Peter Hutterer1-1/+1
2010-12-07xfree86: add option "Floating", deprecate SendCoreEvents and friends.Peter Hutterer1-1/+2
2010-11-24xfree86: add missing linebreak in error message.Peter Hutterer1-1/+1
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer1-16/+19
2010-10-22Add support for per-axis valuator modes (Relative/Absolute)Chase Douglas1-2/+2
2010-10-22xfree86: convert xf86Post{Motion|Key|Button|Proximity}Event to masksPeter Hutterer1-18/+18
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-22/+69
2010-10-15Merge branch 'master' into input-apiPeter Hutterer1-4/+1
2010-10-15xfree86: rename parameter names to xf86ScaleAxis.Peter Hutterer1-16/+19
2010-09-10xfree86: move XI_VERIFY_VALUATORS to the source file it's used in.Peter Hutterer1-0/+8
2010-09-10xfree86: update comment for xf86DeleteInputPeter Hutterer1-3/+1
2010-09-10xfree86: remove IDevRec, replace with InputInfoRec.Peter Hutterer1-78/+63
2010-09-10xfree86: plug minor memory leak.Peter Hutterer1-1/+2
2010-09-10xfree86: Remove extraOptions parameter from xf86CollectInputOptions.Peter Hutterer1-1/+1
2010-09-10xfree86: remove some ifdef 0 code.Peter Hutterer1-6/+0
2010-09-10xfree86: move a declaration down to the block it is used in.Peter Hutterer1-3/+1
2010-09-10xfree86: minor comment fix. HAL → config backendPeter Hutterer1-1/+1
2010-09-10 xfree86: skip a few NULL initialization, calloc does it for us.Peter Hutterer1-6/+0
2010-09-10xfree86: remove conversion procs and close proc from InputInfoRec.Peter Hutterer1-3/+0
2010-09-06Remove atom field from InputInfoRec.Peter Hutterer1-2/+3
2010-09-06input: constify valuators passed in by input drivers.Peter Hutterer1-4/+4