summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Events.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-2/+2
2010-01-25Move OS-specific VT key handler code from common to os-supportAlan Coopersmith1-35/+20
2010-01-25Solaris: Avoid switching to inactive VT'sAaron Zang1-1/+9
2009-11-10Move FD_CLR above pInfo->read_inputChase Douglas1-2/+3
2009-08-13Add new VT support for OpenSolaris & future Solaris releasesAaron Zang1-0/+8
2009-08-13Remove support for Solaris x86 releases older than Solaris 8Alan Coopersmith1-9/+1
2009-07-28xserver: remove RAC/resource handling code.Dave Airlie1-3/+0
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2009-05-16input: reduce the number of superfluous hierarchy eventsPeter Hutterer1-3/+3
2009-05-16xfree86: Remove superfluous ifdef DEBUG checks.Peter Hutterer1-15/+5
2009-04-09Lift fatal signal handlers from DDX'es up to a common DIX implementationAlan Coopersmith1-22/+6
2009-04-09xfree86: shut up compiler warnings - typecast to InternalEventPeter Hutterer1-1/+1
2009-04-01input: Remove xf86ReloadInputDevs hackAdam Jackson1-17/+0
2009-02-13Input: Don't re-block SIGIO in xf86SigioReadInput()Adam Jackson1-5/+2
2009-02-04Fix "warning: unused variable XXX"Tomas Carnecky1-1/+0
2009-01-22Input: Remove core keysyms from KeyClassRecDaniel Stone1-49/+22
2009-01-22Input: Remove state from KeyClassRecDaniel Stone1-1/+0
2009-01-11xfree86: ANSI cleanupsJulien Cristau1-4/+4
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-24/+24
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-6/+6
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-04Xi: XINPUT has been mandatory for agesDaniel Stone1-3/+0
2008-10-12Restore xf86{Enable, Disable}GeneralHandler.Aaron Plattner1-0/+28
2008-10-12Revert "xfree86: xf86{Enable, Disable}InputHandler can be static."Aaron Plattner1-28/+28