summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Xinput.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-05systemd-logind: let the logind code decided whether to close an fdPeter Hutterer1-6/+3
2014-03-22Add necessary headers for major()/minor() on Solaris to xf86Xinput.cAlan Coopersmith1-0/+4
2014-03-13xf86Xinput: release server managed fd before removing the device from the listHans de Goede1-5/+5
2014-03-11xfree86: handle xorg.conf devices with logindPeter Hutterer1-2/+20
2014-03-03systemd-logind: Add delayed input device probingHans de Goede1-4/+45
2014-03-03systemd-logind: Hookup systemd-logind integrationHans de Goede1-0/+18
2014-03-03xf86Xinput: Modify API for server-managed fd supportHans de Goede1-0/+6
2014-02-04Revert "xfree86/common: handle string constants in xf86Xinput configuration"Peter Hutterer1-2/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2014-01-12xfree86/common: handle string constants in xf86Xinput configurationKeith Packard1-2/+2
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-5/+5
2013-04-12xf86: use new xf86VTOwner interface in a few placesDave Airlie1-1/+1
2012-05-23xfree86: fix mouse wheel support for DGA clientsMarcin Slusarz1-16/+78
2012-03-21Introduce a consistent coding styleKeith Packard1-248/+220
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith1-5/+5
2012-01-05xfree86: split warning about missing identifier or input driverPeter Hutterer1-5/+6
2011-12-19Add the touch input API stubsDaniel Stone1-0/+24
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