summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2006-05-22Bug #6924: Restore the ABI for DrawableRec and ColormapRec to the statexorg-server-1_1_0XORG-7_1Adam 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
2004-08-09- Fix building without Xfixes extensionKevin E Martin1-3/+10
2004-08-07Remove alpha-related fields from visual structure to retain binaryKeith Packard1-13/+13
2004-07-31Integrate COMPOSITEWRAP branch including composite wrapper. This code stillEric Anholt2-3/+50
2004-07-31- Add some XFIXES bits apparently missed in the DAMAGE-XFIXES mergeEric Anholt3-16/+32
2004-07-31Integration of XEVIE branch to trunk, Some updates from latest reviewsStuart Kreitman1-1/+71
2004-07-30Adding a colormap index to the InitColormapPrivate() func call. Without itEgbert Eich1-1/+1
2004-07-30Cleaned up code since client's saveSet is no longer defined as a pointer*Kevin E Martin1-4/+0
2004-07-29Use LibraryTargetName when not building a loadable serverKevin E Martin2-19/+3
2004-07-29Integration of DAMAGE-XFIXES branch to trunkStuart Kreitman4-33/+113