summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2006-11-30ffs: handle 0 argument (bug #8968)Jurij Smakov1-0/+2
2006-11-08CreateColormap: fix return value (bug #7083)Laurence Withers1-1/+1
2006-11-06More work on Bug #8875: revert previous fix and try using client argumentEamon Walsh1-1/+0
2006-10-11Merge branch 'autoconfig-for-7.2' into server-1.2-branchAdam Jackson1-1/+1
2006-09-14Enable DPMS by default.Adam Jackson1-1/+1
2006-09-08Zero out newly created ExtensionEntry structures, but only after theEamon Walsh1-3/+3
2006-09-08Zero out newly allocated ClientRec structures.Eamon Walsh1-4/+5
2006-08-25Add four new XACE hooks: auditing, key event notification, window initEamon Walsh3-0/+20
2006-08-21Merge branch 'XACE-modular' into my-XACE-modularEamon Walsh27-172/+98
2006-08-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith4-87/+30
2006-08-18dix: fix whiteroot thinkoDaniel Stone1-2/+2
2006-08-18dix: add whiteroot flagDaniel Stone2-6/+16
2006-08-17events.c: fix tiny XEvIE thinkoDaniel Stone1-4/+4
2006-08-17events.c: make XEvIE a little less verboseDaniel Stone1-74/+13
2006-08-12remove obsolete vendor definesDaniel Stone1-6/+0
2006-08-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith27-85/+68
2006-08-07remove optional R3 backwards compatibilityDaniel Stone3-21/+12
2006-08-03Make SecurityLookupIDBy* part of the base functionality.Eamon Walsh1-57/+4
2006-08-02Rebase Security extension to use devPrivates for storing security state.Eamon Walsh2-6/+1
2006-08-02Call ClientStateCallback on serverClient devPrivates initialization.Eamon Walsh1-0/+11
2006-07-31Added devPrivates support to the ExtensionEntry structure.Eamon Walsh3-2/+95
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson26-58/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone4-7/+6
2006-07-08Bug #7097: do case-insensitive comparison for some hotkeys.Tilman Sauerbeck2-1/+52
2006-06-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Coopersmith3-2/+5
2006-06-21Correct ifdef - should be XACE, not XCSECURITYAlan Coopersmith1-1/+1
2006-06-21Move Xserver internal API for appgroup from Xagsrv.h to appgroup.hAlan Coopersmith2-2/+2
2006-06-21fix compiler warning in dix/xpstubs.c when XPRINT is not definedGreg Kroah-Hartman1-0/+3
2006-06-20Move Xserver API for security extension to securitysrv.hAlan Coopersmith7-14/+7
2006-06-19Replace XC-SECURITY code with XACE security hooksEamon Walsh8-143/+109
2006-06-07fix compiler warning about XKB_IN_SERVER redefinitionGreg Kroah-Hartman2-0/+4
2006-06-01Kill LBX, too.Daniel Stone7-244/+6
2006-06-01Remove horrendously ugly DDX backward-compatibility.Daniel Stone1-39/+4
2006-05-22Bug #6924: Restore the ABI for DrawableRec and ColormapRec to the stateAdam Jackson3-2/+21
2006-04-05Put the screensaver extension back in the Xext module.Fredrik Höglund1-1/+5
2006-03-31Fri Mar 31 12:37:16 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-5/+5
2006-03-29Fix composite overlay window bug 6411Deron Johnson1-0/+43
2006-03-28Big old pile of warning fixes.Adam Jackson3-13/+5
2006-03-24Refactored the screensaver and DPMS timer code to use the screensaver timerFredrik Höglund1-7/+1
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson20-205/+205
2006-02-15Mark everything in {ext,font}sym.c as _X_EXPORT.Adam Jackson1-1/+1
2006-01-12Thu Jan 12 17:09:18 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-2/+25
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-1/+1
2005-11-03Fix vendor string and release version reported by the servers. EnableKevin E Martin1-1/+3
2005-10-05Add DGA configure option and add various files that we should be dist'ing.Kristian Høgsberg1-0/+2
2005-09-13Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmapDaniel Stone2-0/+20
2005-09-05Initialise private arrays with calloc, rather than standard malloc.Daniel Stone2-6/+8
2005-08-25Fix a use-after-free of cursor data by refcounting for the sprite.currentEric Anholt1-1/+6
2005-07-23Add a safety check to catch when numDepths GCperDepthexceeps MAXFORMATSStuart R. Anderson1-0/+3