summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Events.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-10Move xorg_backtrace() up to the OS level so we can call it from DIX.Adam Jackson1-173/+0
2008-10-08xfree86: xf86{Enable, Disable}InputHandler can be static.Tiago Vignatti1-28/+28
2008-10-08xfree86: remove xf86{Enable, Disable}GeneralHandler and others unused.Tiago Vignatti1-51/+0
2008-08-18Remove the remainder of grab deactivation and closedown.Adam Jackson1-46/+0
2008-08-06Add an xf86PrintBacktrace wrapper around xorg_backtrace to aid driver debugging.Aaron Plattner1-0/+10
2008-07-24Drop xf86CommonSpecialKey() and atKeynames.hKristian Høgsberg1-44/+4
2008-07-23Unifdef sgi.Adam Jackson1-1/+1
2008-07-23Unifdef QNX.Adam Jackson1-26/+0
2008-07-17XFree86: Remove remnants of XFree86-MiscDaniel Stone1-24/+0
2008-06-24xfree86: kill INHERIT_LOCK_STATE macro.Tiago Vignatti1-39/+0
2008-06-11No need for inputPending field in xf86Info.Tiago Vignatti1-4/+0
2008-04-23xfree86: pass correct value to mieqEnqueue (merge detritus I guess)Peter Hutterer1-1/+1
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-3/+3
2007-11-19xace: restore the old SaveScreens function and introduce new API, since theEamon Walsh1-2/+2
2007-11-07Merge branch 'master' into mpxPeter Hutterer1-3/+7
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+2
2007-11-04XFree86: Input: Save/restore errno around SIGIO (bug #10683)Mark Vytlacil1-0/+2
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-10-14mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSIBen Byer1-2/+2
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+3