summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Events.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-28dix: Remove LegalModifier()Adam Jackson1-6/+0
2018-09-12dga: Make shutdown less magical and/or terrifyingAdam Jackson1-3/+0
2018-08-02xorg: Remove the XF86PM define.Eric Anholt1-6/+0
2017-12-13xfree86: remove xf86CaughtSignal etc.Adam Jackson1-11/+0
2017-12-13xfree86: Remove xf86InterceptSignalsAdam Jackson1-14/+0
2017-12-13xfree86: Remove xf86InterceptSigIllAdam Jackson1-13/+0
2017-06-20xfree86: Remove unused xf86EnableVTSwitchAdam Jackson1-39/+3
2017-03-30xfree86: Remove driver entity hooks and privateAdam Jackson1-4/+0
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard1-1/+1
2016-07-18hw/xfree86: Use NotifyFd for other input fd wakeupsKeith Packard1-26/+22
2016-07-18xfree86: Switch from select(2) to poll(2)Keith Packard1-1/+0
2016-05-29xfree86: Remove event reading code from xf86WakeupKeith Packard1-28/+0
2016-05-26xfree86: Use threaded input mechanism [v2]Keith Packard1-2/+2
2016-05-26xfree86: Remove unnecessary errno save/restore in xf86ReadInputKeith Packard1-3/+0
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-16/+13
2015-12-02Revert "hw/xfree86: Use NotifyFd for device and other input fd wakeups"Adam Jackson1-26/+41
2015-12-01hw/xfree86: Use NotifyFd for device and other input fd wakeupsKeith Packard1-41/+26
2015-11-30dix: Remove redundant ChangeWindowPropertyAdam Jackson1-3/+4
2015-08-28debug output format fix in xf86Events.cJon TURNEY1-1/+1
2015-04-13Re-enable non serverfd input devices immediately on vtenterHans de Goede1-3/+4
2015-03-13Drop valuator mask argument from GetKeyboardEventsPeter Hutterer1-1/+1
2014-07-28xfree86: Remove #include "compiler.h" from places that don't need itAdam Jackson1-1/+0
2014-04-03Set a flag property on the root window to say if the X server VT is activeMichael Thayer1-0/+28
2014-03-03systemd-logind: Hookup systemd-logind integrationHans de Goede1-3/+12
2014-01-29xf86Events: add Enable/DisableInputDeviceForVTSwitch functionsHans de Goede1-24/+28
2014-01-29xf86Events: refactor xf86VTLeave error handlingHans de Goede1-48/+46
2014-01-29xf86Events: split xf86VTSwitch into xf86VTLeave and xf86VTEnter functionsHans de Goede1-130/+143
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-15/+15
2013-10-31DDX/Events: Distinguish between Input- and GeneralHandlers in xf86VTSwitch()Egbert Eich1-9/+22
2013-04-25Only call xf86platformVTProbe() when it's definedAlan Coopersmith1-0/+2
2013-04-12xf86: don't hotplug output devices while VT switched.Dave Airlie1-0/+4
2013-04-12xf86: use new xf86VTOwner interface in a few placesDave Airlie1-1/+1
2013-04-12xfree86: add VT owner interfaceDave Airlie1-0/+9
2013-02-15xfree86: drop unused prevSIGIOPeter Hutterer1-1/+0
2013-02-11xf86: use nt_list_for_each_entry_safe to walk InputHandlers in xf86WakeupAaron Plattner1-2/+2
2013-01-11xfree86: don't access the old input handler after freeing itPeter Hutterer1-4/+6
2012-12-17xfree86: print message to the log when zapping the serverPeter Hutterer1-0/+1
2012-10-29xfree86: remove unused variable sigstatePeter Hutterer1-1/+1
2012-09-04xf86: call enter/leave VT for gpu screens as wellDave Airlie1-0/+11
2012-07-03xfree86: drop ddx-specific SIGIO blockingPeter Hutterer1-7/+7
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-6/+6
2012-04-16xfree86: after VT switching back, only enable previously enabled devicesPeter Hutterer1-2/+6
2012-03-21Introduce a consistent coding styleKeith Packard1-258/+261
2011-10-18Fix drain_console unregistrationTomáš Trnka1-5/+4
2011-05-11input: remove DDX event list handlingPeter Hutterer1-1/+1
2011-05-11input: Provide Queue{Button|Keyboard|Proximity}Event helpersPeter Hutterer1-4/+2
2011-04-18input: remove GetKeyboardValuatorEvents, this is now unnecessary.Peter Hutterer1-1/+1
2010-12-20xfree86: Remove xf86EnterServerStateAdam Jackson1-9/+4
2010-09-10xfree86: add a hook to replace the new console handler.Peter Hutterer1-0/+20
2010-07-07dix: purge leftover manual key down bit setting.Peter Hutterer1-3/+1