Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 | |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 1 | -1/+1 | |
module builds to reflect this change. | |||||
2005-08-24 | Remove use of dix-config and xorg-config.h from public headers. | Daniel Stone | 12 | -48/+0 | |
2005-08-21 | Fix inclusion order of dix-config.h, so _XSERVER64 gets defined before X.h | Daniel Stone | 3 | -9/+12 | |
or Xdefs.h get included. (Jürg Billeter) | |||||
2005-07-27 | Add miwideline.h mistruct.h mifpoly.h to sdk_HEADERS | Søren Sandmann Pedersen | 1 | -1/+1 | |
2005-07-26 | Add these files to the sdk: | Søren Sandmann Pedersen | 1 | -1/+2 | |
cbf32.h cfb16.h cfbmap.h cfbunmap.h cfbunmap.h cfbmskbits.h xf86sbusBus.h mifillarch.h mispans.h | |||||
2005-07-16 | Fix the *-config.h includes so that it is possible to build modules without | Kevin E Martin | 1 | -0/+4 | |
having to use -include in the Makefile. | |||||
2005-07-14 | Add #include <xnest-config.h> to the Xnest source files for modularization. | Kevin E Martin | 1 | -0/+5 | |
2005-07-12 | Prepare Xdmx and Xvfb for modularization by adding appropriate #include | Kevin E Martin | 1 | -0/+4 | |
<{dix,dmx}-config.h> to the source files. | |||||
2005-07-04 | Revert last changes. They have to be addressed in a different way | Alexander Gottwald | 1 | -1/+1 | |
2005-07-04 | Add XWin DDX, make Xorg DDX conditional Make XF86VidMode and XF86Misc | Alexander Gottwald | 1 | -1/+1 | |
conditional Add XWin DDX Added DDXTIME, DDXOSFATALERROR, DDXOSVERRORF and DDXBEFORERESET Added fbcmap.c Added miinitext.c Added -I$(top_srcdir)/Xext/extmod to INCLUDES | |||||
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 12 | -12/+12 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 54 | -6/+222 | |
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 | -0/+2 | |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 13 | -16/+16 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+71 | |
2005-05-21 | Initial experimental support for AMD64 builds on Solaris 10 x86. Improved | Alan Coopersmith | 1 | -1/+1 | |
support for 64-bit SPARC builds on Solaris as well. | |||||
2005-05-19 | Bug #3334: Clean up remnants from the PEX, XIE, and BEZIER extensions. | Adam Jackson | 1 | -46/+0 | |
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 | Change xf86bigfstr.h to X11/extensions/xf86bigfstr.h for includes. | Daniel Stone | 1 | -2/+2 | |
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 32 | -69/+69 | |
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-04-11 | Preventing hight for drawing from becoming negative when face->dy < 0. The | Egbert Eich | 1 | -0/+4 | |
height value is used in miFillPolyHelper() to calculate the size of memory to be allocated. A negative value will lead to a crash (Bugzilla #2690, Keith Packard, Egbert Eich). | |||||
2005-03-19 | //bugs.freedesktop.org/show_bug.cgi?id=2771) attachment #2148 | Roland Mainz | 1 | -2/+1 | |
(https://bugs.freedesktop.org/attachment.cgi?id=2148) Remove RENDER extension from exclusion list for the standalone print server (Xprt) to get this extension enabled if the print DDX support it. | |||||
2005-01-14 | Fri Jan 14 17:03:40 2005 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -1/+7 | |
Fix from Keith Packard for bitgravity bugs in the Composite extension, reported by Amir Bukhari. | |||||
2004-12-08 | //bugs.freedesktop.org/show_bug.cgi?id=1361) attachment #938 | Roland Mainz | 1 | -73/+14 | |
(https://bugs.freedesktop.org/attachment.cgi?id=938): Allow more extensions to be enabled/disabled. | |||||
2004-12-06 | Use the same method of finding the screen pixmap of COMPOSITE extension is | Egbert Eich | 1 | -4/+5 | |
compiled in or not. Removed stale make variable. Updated xaaWrapper.c: Under certain circumstances the accel path was not used when possible. Removed some debugging stuff and stale code that had been commented out. Check if maps are really installed before attempting to list them. | |||||
2004-12-02 | Set HasFfs to NO | Alexander Gottwald | 1 | -13/+2 | |
Fix link order problems with mingw. Add libdix.a after libmi.a. Pass -DHAS_FFS to compiler remove inline code for ffs(). It will link to dix/ffs.c instead added declaration for ffs() | |||||
2004-11-22 | Windows does not have ffs() implementation. added one | Alexander Gottwald | 1 | -0/+15 | |
Enable RootlessSafeAlpha and RootlessAcceleration for the Windows port too | |||||
2004-10-25 | Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1664 - RFE: Add | Roland Mainz | 1 | -2/+1 | |
support for the DOUBLE-BUFFER extension to the Xprint server and DDX. Additionally a "pixmap-scrubber" optimisation is added to the PostScript DDX to remove all content from a vector pixmap when a |PolyFillRect()| call covers the whole pixmap surface with a solid fill (this avoids that a backbuffer vector pixmap gets constantly filled even when the content is not visible anymore after |XdbeSwapBuffers()| has cleared the hidden buffer with the background color). | |||||
2004-09-14 | Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1361 - RFE: Allow | Roland Mainz | 1 | -51/+252 | |
enabling/disabling of more extensions | |||||
2004-08-12 | Apply a kludge to initialize the composite wrapper before DamageSetup. If | Eric Anholt | 1 | -3/+1 | |
not, DamageSetup will wrap some operations first, and the cw initializes during ExtensionInit, so cw comes higher in the wrapping chain. cw going first will result in damage getting confused when the drawables get changed around. | |||||
2004-08-07 | Fix minor timestamp lossage in mieq. | Keith Packard | 3 | -1646/+162 | |
Replace miSprite implementation with Damage-based one. Otherwise damage and misprite conflict causing looping. Change pScreen usage around a bit to eliminate warnings | |||||
2004-08-03 | The Damage extension has to wrap after (be called before) the Composite | Eric Anholt | 1 | -7/+9 | |
extension so that the redirecting of drawables by the wrapper doesn't confuse Damage. | |||||
2004-07-31 | Fix typo | Kevin E Martin | 1 | -2/+2 | |
2004-07-31 | Add "Extensions" section support to configuration parser | Kevin E Martin | 1 | -5/+16 | |
2004-07-31 | Integrate COMPOSITEWRAP branch including composite wrapper. This code still | Eric Anholt | 3 | -10/+64 | |
has several issues, including: - CopyWindow and PaintWindow wrappers missing (will be done soon) - Some segfaults seen in the Render wrappers. - Xprt server build breaks with Composite. - DDXs must be recompiled for Composite due to VisualRec size change. - Composite bugs pointed out by Deron Johnson in email. Also, reorder XFixes initialization according to comments by Keith which are also in xserver CVS. | |||||
2004-07-31 | Add new extension enable/disable feature. This code is a small step in the | Kevin E Martin | 1 | -11/+56 | |
right direction -- i.e., moving towards full run-time config of extensions. Currently, only XTEST, XINERAMA, RENDER, XKB, and XEVIE are supported. | |||||
2004-07-31 | Turn on XEVIE https://freedesktop.org/bugzilla/show_bug.cgi?id=947 Modified | Stuart Kreitman | 1 | -1/+11 | |
Files: miinitext.c | |||||
2004-07-29 | Integration of DAMAGE-XFIXES branch to trunk | Stuart Kreitman | 1 | -1/+21 | |
https://freedesktop.org/bugzilla/show_bug.cgi?id=859 Modified Files: Imakefile miinitext.c | |||||
2004-06-30 | Add Distributed Multihead X (DMX) support | Kevin E Martin | 2 | -2/+34 | |
2004-04-26 | Work-in-progress for | Roland Mainz | 1 | -6/+1 | |
http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=542 - GLX support for PS DDX / part #1: Fix visual setup (attachment #243) | |||||
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 60 | -102/+172 | |
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 | 59 | -59/+59 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | 59 | -59/+59 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 59 | -59/+59 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 59 | -59/+59 | |
2004-01-29 | Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-012804-2330 | Egbert Eich | 2 | -4/+4 | |
2003-12-19 | XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902 | Kaleb Keithley | 1 | -1/+3 | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | 22 | -92/+113 | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | 49 | -1944/+2580 | |