summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2005-07-16Mark variables modified in signal handlers as volatile (part of Sun bug idAlan Coopersmith1-2/+8
2005-07-15Fix keyboard state when XEVIE is not enabled (Keith Packard).Kevin E Martin1-1/+1
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone20-27/+27
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone25-5/+105
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-0/+2
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone20-36/+36
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-07-01Adding initial build system.Daniel Stone1-0/+33
2005-06-15Conditionalise another use of XEvIE.Daniel Stone1-1/+1
2005-06-15Conditionalise building of XEvIE code with #ifdef XEVIE.Daniel Stone1-1/+3
2005-06-10Bug #2799: Input shape. (Keith Packard)XORG-6_8_99_11Adam Jackson3-14/+42
2005-05-22Bugzilla #2800 <https://bugs.freedesktop.org/show_bug.cgi?id=2800> XevieXORG-6_8_99_8Alan Coopersmith4-27/+193
2005-04-24xc/config/cf/X11.tmplXORG-6_8_99_4Roland Mainz2-1/+10
2005-04-23//bugs.freedesktop.org/show_bug.cgi?id=3118) attachment #2525Roland Mainz1-6/+0
2005-04-20Change xf86bigfont.h to X11/extensions/xf86bigfont.h for includes.Daniel Stone1-2/+2
2005-04-20Conditionalise usage of Xprint functions and headers.Daniel Stone1-1/+7
2005-04-20Change keysymdef.h to X11/keysymdef.h for include statement.Daniel Stone1-1/+1
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone22-63/+63
2005-03-23xc/programs/Xserver/ImakefileRoland Mainz2-5/+22
2005-03-07xc/programs/Xserver/dix/atom.cRoland Mainz20-1701/+761
2004-09-22Allow overriding DPMS defaults (timeouts & default for on/off) fromAlan Coopersmith1-5/+14
2004-09-18Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1404 - FixingRoland Mainz1-2/+2
2004-09-15Unregistering events in XSelectInput() when unregistering IM filterEgbert Eich1-1/+1
2004-08-13Empty damage object when freeing pixmap.Keith Packard1-11/+7