summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Events.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-05Deliver correct event when releasing keys on VT switch.Keith Packard1-1/+3
2007-08-16xace: add hooks + new access codes: core protocol screensaver requestsEamon Walsh1-3/+3
2007-08-12Merge branch 'master' into mpxPeter Hutterer1-27/+4
2007-07-18Remove MEMDEBUGAdam Jackson1-10/+0
2007-06-28Remove the remnants of OS/2 support.Adam Jackson1-14/+4
2007-06-27Janitor work. Remove 'defined but not used' warnings from xorg and other cosm...Tiago Vignatti1-3/+0
2007-06-19Merge branch 'master' into mpxPeter Hutterer1-28/+0
2007-05-29Remove wscons keyboard handling stuff that doesn't belong there anymore.Matthieu Herrb1-28/+0
2007-05-14Remove double-grab option. We only want one grab per device.Peter Hutterer1-10/+10
2007-04-12Remove workaround for a NULL core pointer in ProcessInputEvents.Peter Hutterer1-7/+3