Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 21 | -0/+87 | |
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-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 1 | -3/+2 | |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 16 | -23/+23 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+8 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+40 | |
2005-06-30 | Added another test of checkForInput for WIN32 Windows keyboard and mouse | Alexander Gottwald | 1 | -0/+7 | |
events are added to the input queue in Block- and WakupHandlers. There is no device to check if input is ready. | |||||
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-05-02 | Fix comments for pointers in parameter lists to work with fussy compilers | Harold L Hunt II | 3 | -5/+5 | |
2005-05-02 | Fix message type (respose->response) and fix */*comment*/ blocks to work | Harold L Hunt II | 1 | -9/+9 | |
with fussy compilers. | |||||
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: | Alexander Gottwald | 3 | -4/+4 | |
apply changes to windows specific includes Fix includes right throughout the Xserver tree: apply changes to Xdmcp.h | |||||
2005-04-20 | warning fix for Win32 | Alexander Gottwald | 1 | -1/+1 | |
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 17 | -52/+52 | |
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>. | |||||
2005-02-03 | Bugzilla #1865 (https://bugs.freedesktop.org/show_bug.cgi?id=1865) | Alexander Gottwald | 1 | -0/+8 | |
attachment #1827 (https://bugs.freedesktop.org/attachment.cgi?id=1827): check for va_copy not being defined and use __va_copy if available | |||||
2005-01-14 | Added copyright notice. | Alexander Gottwald | 1 | -0/+28 | |
2004-12-03 | Bugzilla #1865, https://bugs.freedesktop.org/show_bug.cgi?id=1865 Added | Alexander Gottwald | 1 | -0/+64 | |
X(NF)printf and X(NF)vprintf functions which allocate the buffer with X(NF)alloc Bugzilla #1865, https://bugs.freedesktop.org/show_bug.cgi?id=1865 extend snprintf to work on NULL. | |||||
2004-12-02 | Remove some of the ifdef WIN32 checks from WaitForSomething | Alexander Gottwald | 1 | -17/+18 | |
2004-11-25 | Bugzilla #1914: fix size limit for -fp argument | Alexander Gottwald | 1 | -4/+12 | |
2004-11-22 | Use a simple hashtable as ConnectionTranslation instead of a plain array on | Alexander Gottwald | 5 | -11/+111 | |
Windows because socket fds are not sequential and do not start at 0 | |||||
2004-11-15 | Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added | Alexander Gottwald | 8 | -16/+65 | |
mingw (Win32) port | |||||
2004-10-18 | Made handling of DevelDrivers for x86-64 more conformant to other | Egbert Eich | 1 | -12/+6 | |
platforms. Compress all font encodings (Stefan Dirsch). Fixed warnings. Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and Root mode (bugzilla #1580, James Su). Added another compose key combination for the Euro symbol (Stefan Dirsch). Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian). Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian). This is the encoding that is also used by glibc. We may break other libcs - lets see who complains. Added explanation for DESTDIR to install to a different directory than /. Added some early bailouts to atiprobe if PCI structure pointer is NULL to prevent sig11. XV support doesn't depend on 2D acceleration any more. This patch removes this limitation from the NSC driver. This is a patch that I have committed to XFree86 a while ago but never ported over to X.Org. Matthieu Herrb contributed some build fixes. Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate timer. This takes advantage of the fact that TimerSet() with a timeout argument 0 behaves like TimerCanel(). Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink). Create missing links for backward compatibility to XFree86 (Stefan Dirsch). Changed comment to mention xorg. Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If you don't like it we can change it back (original author unkown). Added 'pic' to the man page rendering command pipeline (Werner Fink). Added missing return value (Stefan Dirsch, Roland Mainz) | |||||
2004-10-17 | Remove some remaining AMOEBA specific code. | Matthieu Herrb | 2 | -25/+2 | |
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-13 | Fix Xprt bug by disabling code that merges multiple audit messages (Bug | Kevin E Martin | 1 | -0/+10 | |
#964, Roland Mainz). | |||||
2004-08-11 | Fix bogus contact address in Xserver/os/util.c (Bug #738). | Kevin E Martin | 1 | -9/+17 | |
2004-08-11 | Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith). | Kevin E Martin | 1 | -0/+1 | |
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-07-20 | Bugzilla #889: Bind -from address to port number 0 instead of 177 | Alexander Gottwald | 1 | -2/+2 | |
2004-07-17 | Fix typo in debug message in MakeAllCLTSServerListeners | Alan Coopersmith | 1 | -3/+175 | |
Add $(GETPEER_DEFINES) to DEPEND_DEFINES for makedepend Add "localuser" and "localgroup" access types to server-interpreted authentication scheme. | |||||
2004-06-30 | Add Distributed Multihead X (DMX) support | Kevin E Martin | 2 | -4/+4 | |
2004-06-25 | #Bug 784: Ignore unconfigured interfaces with xdmcp | Alexander Gottwald | 1 | -7/+42 | |
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 | 17 | -85/+525 | |
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 2 | -2/+2 | |
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 | 19 | -19/+19 | |
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 | 19 | -22/+25 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 19 | -19/+19 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 19 | -19/+19 | |
2004-01-29 | Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-012804-2330 | Egbert Eich | 3 | -25/+99 | |
2003-12-04 | XFree86 4.3.99.901 (RC 1)xf86-4_3_99_901 | Kaleb Keithley | 1 | -2/+2 | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | 14 | -982/+1318 | |
2003-11-25 | Initial revisionXORG-STABLE | Kaleb Keithley | 3 | -0/+719 | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | 16 | -848/+2563 | |
2003-11-14 | Initial revision | Kaleb Keithley | 1 | -0/+810 | |