summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Events.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-09Alloc sprite memory in devices' devPrivates, allow undisplaying cursors.Peter Hutterer1-3/+7
2007-04-02Merge branch 'master' into mpxPeter Hutterer1-2/+2
2007-03-25Un-staticise VTSwitchEnabled, since kbd wants it apparently.Adam Jackson1-1/+1
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-2/+2
2007-03-08dix: Each device needs to differ between a core grab and an XI grab,Peter Hutterer1-10/+12
2006-12-19Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserverPeter Hutterer1-2/+0
2006-12-18mi: removing MPX ifdefsPeter Hutterer1-4/+1
2006-12-08xfree86: remove stray debug lineDaniel Stone1-2/+0
2006-11-17mi:Peter Hutterer1-0/+3
2006-11-08remove trailing whitespaceDaniel Stone1-32/+32
2006-11-08xfree86: add general handler, port ACPI to it (bug #5665)Daniel Stone1-14/+87
2006-11-02xfree86: don't attempt to enable and disable non-DIX devicesDaniel Stone1-5/+10
2006-11-01input: add non-keyboard bell ringing functionDaniel Stone1-0/+5