Age | Commit message (Expand) | Author | Files | Lines |
2008-12-03 | Rework symbol visibility for easier maintenance | Paulo Cesar Pereira de Andrade | 1 | -24/+24 |
2008-11-29 | Export symbols defined in the sdk. | Paulo Cesar Pereira de Andrade | 1 | -6/+6 |
2008-11-28 | Make visible symbols required by xorg modules. | Paulo Cesar Pereira de Andrade | 1 | -1/+1 |
2008-11-04 | Xi: XINPUT has been mandatory for ages | Daniel Stone | 1 | -3/+0 |
2008-10-12 | Restore xf86{Enable, Disable}GeneralHandler. | Aaron Plattner | 1 | -0/+28 |
2008-10-12 | Revert "xfree86: xf86{Enable, Disable}InputHandler can be static." | Aaron Plattner | 1 | -28/+28 |
2008-10-10 | Move xorg_backtrace() up to the OS level so we can call it from DIX. | Adam Jackson | 1 | -173/+0 |
2008-10-08 | xfree86: xf86{Enable, Disable}InputHandler can be static. | Tiago Vignatti | 1 | -28/+28 |
2008-10-08 | xfree86: remove xf86{Enable, Disable}GeneralHandler and others unused. | Tiago Vignatti | 1 | -51/+0 |
2008-08-18 | Remove the remainder of grab deactivation and closedown. | Adam Jackson | 1 | -46/+0 |
2008-08-06 | Add an xf86PrintBacktrace wrapper around xorg_backtrace to aid driver debugging. | Aaron Plattner | 1 | -0/+10 |
2008-07-24 | Drop xf86CommonSpecialKey() and atKeynames.h | Kristian Høgsberg | 1 | -44/+4 |
2008-07-23 | Unifdef sgi. | Adam Jackson | 1 | -1/+1 |
2008-07-23 | Unifdef QNX. | Adam Jackson | 1 | -26/+0 |
2008-07-17 | XFree86: Remove remnants of XFree86-Misc | Daniel Stone | 1 | -24/+0 |
2008-06-24 | xfree86: kill INHERIT_LOCK_STATE macro. | Tiago Vignatti | 1 | -39/+0 |
2008-06-11 | No need for inputPending field in xf86Info. | Tiago Vignatti | 1 | -4/+0 |
2008-04-23 | xfree86: pass correct value to mieqEnqueue (merge detritus I guess) | Peter Hutterer | 1 | -1/+1 |
2008-01-03 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -3/+3 |
2007-11-19 | xace: restore the old SaveScreens function and introduce new API, since the | Eamon Walsh | 1 | -2/+2 |
2007-11-07 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -3/+7 |
2007-11-05 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -0/+2 |
2007-11-04 | XFree86: Input: Save/restore errno around SIGIO (bug #10683) | Mark Vytlacil | 1 | -0/+2 |
2007-10-17 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -2/+2 |
2007-10-14 | mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSI | Ben Byer | 1 | -2/+2 |
2007-09-19 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -1/+3 |
2007-09-05 | Deliver correct event when releasing keys on VT switch. | Keith Packard | 1 | -1/+3 |
2007-08-16 | xace: add hooks + new access codes: core protocol screensaver requests | Eamon Walsh | 1 | -3/+3 |
2007-08-12 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -27/+4 |
2007-07-18 | Remove MEMDEBUG | Adam Jackson | 1 | -10/+0 |
2007-06-28 | Remove the remnants of OS/2 support. | Adam Jackson | 1 | -14/+4 |
2007-06-27 | Janitor work. Remove 'defined but not used' warnings from xorg and other cosm... | Tiago Vignatti | 1 | -3/+0 |
2007-06-19 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -28/+0 |
2007-05-29 | Remove wscons keyboard handling stuff that doesn't belong there anymore. | Matthieu Herrb | 1 | -28/+0 |
2007-05-14 | Remove double-grab option. We only want one grab per device. | Peter Hutterer | 1 | -10/+10 |
2007-04-12 | Remove workaround for a NULL core pointer in ProcessInputEvents. | Peter Hutterer | 1 | -7/+3 |
2007-04-09 | Alloc sprite memory in devices' devPrivates, allow undisplaying cursors. | Peter Hutterer | 1 | -3/+7 |
2007-04-02 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -2/+2 |
2007-03-25 | Un-staticise VTSwitchEnabled, since kbd wants it apparently. | Adam Jackson | 1 | -1/+1 |
2007-03-25 | Static cleanups, dead code deletion. | Adam Jackson | 1 | -2/+2 |
2007-03-08 | dix: Each device needs to differ between a core grab and an XI grab, | Peter Hutterer | 1 | -10/+12 |
2006-12-19 | Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver | Peter Hutterer | 1 | -2/+0 |
2006-12-18 | mi: removing MPX ifdefs | Peter Hutterer | 1 | -4/+1 |
2006-12-08 | xfree86: remove stray debug line | Daniel Stone | 1 | -2/+0 |
2006-11-17 | mi: | Peter Hutterer | 1 | -0/+3 |
2006-11-08 | remove trailing whitespace | Daniel Stone | 1 | -32/+32 |
2006-11-08 | xfree86: add general handler, port ACPI to it (bug #5665) | Daniel Stone | 1 | -14/+87 |
2006-11-02 | xfree86: don't attempt to enable and disable non-DIX devices | Daniel Stone | 1 | -5/+10 |
2006-11-01 | input: add non-keyboard bell ringing function | Daniel Stone | 1 | -0/+5 |
2006-10-20 | move keymap copy to event processing, from enqueuing | Daniel Stone | 1 | -10/+3 |