Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-07 | Bug #8937: Extension setup functions not called on server resets | Eamon Walsh | 1 | -0/+10 | |
(cherry picked from 5e946dd853a4ebc2722ae023429ce5797de3d7a6 commit) | |||||
2006-08-10 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Alan Coopersmith | 1 | -3/+1 | |
XACE-modular | |||||
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 1 | -3/+0 | |
2006-07-11 | Bug #7346: Disable Composite extension in Xprt | Drew Parsons | 1 | -0/+1 | |
Xorg Bug #7346 <https://bugs.freedesktop.org/show_bug.cgi?id=7346> Patch #6184 <https://bugs.freedesktop.org/attachment.cgi?id=6184> | |||||
2006-06-20 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Alan Coopersmith | 1 | -1/+1 | |
Conflicts: Xext/appgroup.c Xext/security.c dix/devices.c dix/dispatch.c dix/dixutils.c dix/events.c dix/extension.c dix/property.c dix/window.c os/access.c | |||||
2006-06-20 | Move Xserver API for security extension to securitysrv.h | Alan Coopersmith | 1 | -1/+1 | |
2006-06-19 | Add XACE extension | Eamon Walsh | 1 | -1/+17 | |
(partially cherry picked from 8d4f21ab53c44ca48501d6211ea6db0c0b8af916 commit) | |||||
2006-06-09 | put function prototype for ShapeExtensionInit() in proper place | Greg Kroah-Hartman | 1 | -3/+0 | |
based on FIXME in mi/miinitext.c | |||||
2006-06-08 | fix noDamageExtension warning in Xprint/Init.c | Greg Kroah-Hartman | 1 | -3/+1 | |
Also took out duplicate definition of this variable in mi/miinitext.c | |||||
2006-06-01 | Kill LBX, too. | Daniel Stone | 1 | -20/+1 | |
2006-06-01 | Die XTESTEXT1, die! | Daniel Stone | 1 | -10/+1 | |
2006-03-12 | Merge accel_indirect branch to HEAD. | Kristian Høgsberg | 1 | -1/+6 | |
2006-02-15 | Mark everything in misym.c as _X_EXPORT. | Adam Jackson | 1 | -3/+4 | |
2006-01-08 | Remove remaining #ifdef DPSEXT stanzas. | Adam Jackson | 1 | -16/+1 | |
2006-01-06 | Bug #5525: Build a working Xprt. (Drew Parsons) | Adam Jackson | 1 | -2/+2 | |
2005-12-29 | Add necessary *CONFIG_H declarations and a force-off of XF86* extensions in | Eric Anholt | 1 | -1/+9 | |
miinitext in the XGL case. Prevents mismatched structure sizes on my _XSERVER64 machine. At this point, with the uncommitted render/ diffs, Xglx starts up but displays badly. | |||||
2005-12-28 | Enough build fixes to get {sdl,ephyr,fake} to link. | Adam Jackson | 1 | -1/+10 | |
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-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-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 | 1 | -9/+9 | |
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-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. | |||||
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-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-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 | 1 | -7/+18 | |
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 | 1 | -1/+15 | |
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 | 1 | -1/+26 | |
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_0 | 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 | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | 1 | -39/+346 | |
2003-11-14 | R6.6 is the Xorg base-lineXORG-MAIN | Kaleb Keithley | 1 | -0/+246 | |