Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-30 | sync to head | David Reveman | 1 | -49/+55 | |
2006-01-08 | Remove remaining #ifdef DPSEXT stanzas. | Adam Jackson | 1 | -3/+0 | |
2005-11-08 | See ChangeLog entry 2005-11-07 for details. | Kean Johnson | 1 | -0/+50 | |
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 1 | -1/+1 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 1 | -0/+4 | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||||
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 1 | -2/+2 | |
2005-06-09 | Bug #1846: Add intentionally undocumented -disablexineramaextension flag to | Adam Jackson | 1 | -0/+4 | |
the server to work around ignorant clients on large display walls. (Kevin E. Martin) | |||||
2005-05-19 | Bug #3334: Clean up remnants from the PEX, XIE, and BEZIER extensions. | Adam Jackson | 1 | -9/+0 | |
2005-04-27 | Catch SIGCHLD in OsBlockSignals() too to make sure this signal doesn'tXORG-6_8_99_5 | Egbert Eich | 1 | -0/+3 | |
intercept reading the authority file (Fabian Franz, Bugzilla #3137). | |||||
2005-04-24 | xc/config/cf/X11.tmplXORG-6_8_99_4 | Roland Mainz | 1 | -0/+4 | |
xc/programs/Xserver/Xext/Imakefile xc/programs/Xserver/dix/Imakefile xc/programs/Xserver/dix/main.c xc/programs/Xserver/dix/xpstubs.c xc/programs/Xserver/mi/miinitext.c //bugs.freedesktop.org/show_bug.cgi?id=2792) attachment #2526 (https://bugs.freedesktop.org/attachment.cgi?id=2526) bug 2792 part II: Make Xprint headers in dix/, mi/, os/ and Xext/ conditional on whether the Xprint extension is build or not. Patch by Egbert Eich <eich@freedesktop.org> and Roland Mainz <roland.mainz@nrubsig.org>. | |||||
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 1 | -6/+6 | |
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files. | |||||
2005-03-23 | xc/programs/Xserver/Imakefile | Roland Mainz | 1 | -2/+5 | |
xc/programs/Xserver/Xprint/DiPrint.h xc/programs/Xserver/Xprint/Imakefile xc/programs/Xserver/Xprint/Init.c xc/programs/Xserver/Xprint/ddxInit.c xc/programs/Xserver/dix/Imakefile xc/programs/Xserver/dix/main.c xc/programs/Xserver/dix/xpstubs.c xc/programs/Xserver/os/Imakefile //bugs.freedesktop.org/show_bug.cgi?id=2792) attachment #2193 (https://bugs.freedesktop.org/attachment.cgi?id=2193) Fix build bustage when |PrintOnlyServer| is set to |NO|. Patch by Roland Mainz <roland.mainz@nrubsig.org> and Julien Lafon <julien.lafon@gmail.com>. | |||||
2004-11-25 | Bugzilla #1914: fix size limit for -fp argument | Alexander Gottwald | 1 | -4/+12 | |
2004-11-15 | Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added | Alexander Gottwald | 1 | -1/+7 | |
mingw (Win32) port | |||||
2004-09-29 | Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1489 - Use |long| | Roland Mainz | 1 | -4/+4 | |
instead of |int| for BIGREQUESTS commandline option. | |||||
2004-09-24 | Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1453 - Fix spaces | Roland Mainz | 1 | -2/+2 | |
in usage output for BIGREQUESTS extension (option "-maxbigreqsize"). | |||||
2004-09-14 | Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1361 - RFE: Allow | Roland Mainz | 1 | -11/+119 | |
enabling/disabling of more extensions | |||||
2004-08-11 | Fix bogus contact address in Xserver/os/util.c (Bug #738). | Kevin E Martin | 1 | -9/+17 | |
2004-07-31 | Add "Extensions" section support to configuration parser | Kevin E Martin | 1 | -3/+18 | |
2004-07-31 | Add new extension enable/disable feature. This code is a small step in the | Kevin E Martin | 1 | -1/+21 | |
right direction -- i.e., moving towards full run-time config of extensions. Currently, only XTEST, XINERAMA, RENDER, XKB, and XEVIE are supported. | |||||
2004-06-19 | Refix for http://freedesktop.org/bugzilla/show_bug.cgi?id=764 : Rework | Roland Mainz | 1 | -1/+7 | |
previous solution and make Xprt to default to "-noreset" (the default of Solaris version of Xprt) and add a "-reset" option which can be used to restore the default behaviour on demand. | |||||
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 1 | -6/+18 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | 1 | -1/+1 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | 1 | -1/+1 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 1 | -1/+1 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 1 | -1/+1 | |
2004-01-29 | Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-012804-2330 | Egbert Eich | 1 | -8/+12 | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | 1 | -202/+196 | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | 1 | -117/+1062 | |
2003-11-14 | R6.6 is the Xorg base-lineXORG-MAIN | Kaleb Keithley | 1 | -0/+1105 | |