Age | Commit message (Expand) | Author | Files | Lines |
2006-08-17 | dix/events.c: add YAFIXME | Daniel Stone | 1 | -0/+1 |
2006-08-15 | fix missing brace, trim unused variables | Daniel Stone | 1 | -3/+2 |
2006-08-15 | GPE: fix absolute button events / GKVE: (non-XKB) don't repeat lock keys | Daniel Stone | 1 | -13/+34 |
2006-08-12 | Merge branch 'master' into input-hotplug | Daniel Stone | 1 | -6/+0 |
2006-08-12 | make DIX more tolerant of devices without a CtrlProc (Debian #269860) | Daniel Stone | 1 | -1/+13 |
2006-08-12 | remove obsolete vendor defines | Daniel Stone | 1 | -6/+0 |
2006-08-10 | GetMaximumEventsNum: be more conservative | Daniel Stone | 1 | -1/+8 |
2006-08-10 | GKVE: don't repeat modifiers when using XKB | Daniel Stone | 1 | -9/+11 |
2006-08-10 | core devices: clear devicePrivates on close | Daniel Stone | 1 | -0/+5 |
2006-08-10 | GKVE/GPE: have DDX allocate events | Daniel Stone | 1 | -49/+58 |
2006-08-08 | GKVE: send XkbMapNotify, not XkbNewKeyboardNotify | Daniel Stone | 1 | -20/+33 |
2006-08-08 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Daniel Stone | 3 | -21/+12 |
2006-08-07 | remove optional R3 backwards compatibility | Daniel Stone | 3 | -21/+12 |
2006-08-07 | enable adding devices after removal of a middle device | Daniel Stone | 1 | -15/+1 |
2006-08-07 | GKVE: get rid of bogus double-release check | Daniel Stone | 1 | -8/+0 |
2006-08-07 | GPE: use button map for DBP/DBR, not just BP/BR | Daniel Stone | 1 | -1/+1 |
2006-08-07 | move all autorepeat logic to DIX | Daniel Stone | 1 | -6/+60 |
2006-07-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Daniel Stone | 26 | -58/+0 |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 26 | -58/+0 |
2006-07-21 | xephyr: fix keymap, pointer; dix: fix multiple axes | Daniel Stone | 2 | -4/+9 |
2006-07-21 | update KDrive to new input API | Daniel Stone | 1 | -0/+21 |
2006-07-21 | add virtual core devices to DIX | Daniel Stone | 3 | -86/+306 |
2006-07-21 | remove extraneous font debugging code | Daniel Stone | 1 | -56/+0 |
2006-07-21 | add support for built-in fonts | Daniel Stone | 2 | -5/+11 |
2006-07-21 | add GetPointerEvents/GetKeyboardEvents framework | Daniel Stone | 2 | -0/+405 |
2006-07-21 | add basic D-BUS configuration mechanism | Daniel Stone | 2 | -0/+7 |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 4 | -7/+6 |
2006-07-08 | Bug #7097: do case-insensitive comparison for some hotkeys. | Tilman Sauerbeck | 2 | -1/+52 |
2006-06-21 | Move Xserver internal API for appgroup from Xagsrv.h to appgroup.h | Alan Coopersmith | 2 | -2/+2 |
2006-06-21 | fix compiler warning in dix/xpstubs.c when XPRINT is not defined | Greg Kroah-Hartman | 1 | -0/+3 |
2006-06-20 | Move Xserver API for security extension to securitysrv.h | Alan Coopersmith | 7 | -14/+7 |
2006-06-07 | fix compiler warning about XKB_IN_SERVER redefinition | Greg Kroah-Hartman | 2 | -0/+4 |
2006-06-01 | Kill LBX, too. | Daniel Stone | 7 | -244/+6 |
2006-06-01 | Remove horrendously ugly DDX backward-compatibility. | Daniel Stone | 1 | -39/+4 |
2006-05-22 | Bug #6924: Restore the ABI for DrawableRec and ColormapRec to the state | Adam Jackson | 3 | -2/+21 |
2006-04-05 | Put the screensaver extension back in the Xext module. | Fredrik Höglund | 1 | -1/+5 |
2006-03-31 | Fri Mar 31 12:37:16 2006 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -5/+5 |
2006-03-29 | Fix composite overlay window bug 6411 | Deron Johnson | 1 | -0/+43 |
2006-03-28 | Big old pile of warning fixes. | Adam Jackson | 3 | -13/+5 |
2006-03-24 | Refactored the screensaver and DPMS timer code to use the screensaver timer | Fredrik Höglund | 1 | -7/+1 |
2006-02-15 | Mark everything in dixsym.c as _X_EXPORT. | Adam Jackson | 20 | -205/+205 |
2006-02-15 | Mark everything in {ext,font}sym.c as _X_EXPORT. | Adam Jackson | 1 | -1/+1 |
2006-01-12 | Thu Jan 12 17:09:18 2006 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -2/+25 |
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 1 | -1/+1 |
2005-11-03 | Fix vendor string and release version reported by the servers. Enable | Kevin E Martin | 1 | -1/+3 |
2005-10-05 | Add DGA configure option and add various files that we should be dist'ing. | Kristian Høgsberg | 1 | -0/+2 |
2005-09-13 | Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmap | Daniel Stone | 2 | -0/+20 |
2005-09-05 | Initialise private arrays with calloc, rather than standard malloc. | Daniel Stone | 2 | -6/+8 |
2005-08-25 | Fix a use-after-free of cursor data by refcounting for the sprite.current | Eric Anholt | 1 | -1/+6 |