summaryrefslogtreecommitdiff
path: root/mi/miinitext.c
AgeCommit message (Collapse)AuthorFilesLines
2007-11-08Fixed check to refer to DarwinApp, not all Darwin targetsBen Byer1-1/+1
2007-11-07Merge branch 'master' into mpxPeter Hutterer1-14/+11
Conflicts: Xi/extinit.c Xi/grabdev.c Xi/setmode.c Xi/ungrdev.c dix/devices.c dix/events.c dix/getevents.c include/dix.h mi/midispcur.c mi/misprite.c xkb/xkbActions.c xkb/xkbEvents.c xkb/xkbPrKeyEv.c
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-10/+10
Conflicts: dix/dispatch.c dix/property.c hw/xfree86/common/xf86VidMode.c include/xkbsrv.h render/glyph.c xkb/xkbActions.c
2007-10-29Change the GLX module to initialize after COMPOSITE.Kristian Høgsberg1-10/+10
This changes the module initalization order so that the GLX module initializes after COMPOSITE. The reason for this change is to be able to initialize a GLX visual config for the COMPOSITE ARGB visual.
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh1-4/+1
Conflicts: GL/glx/glxscreens.c hw/xnest/Screen.c render/glyph.c render/glyphstr.h render/render.c
2007-10-18Simplify and clean up GLX visual initialization.Kristian Høgsberg1-4/+1
Instead of the fragile setup where we filter the modes common between the DDX generated GLX visuals and the DRI driver generated fbconfigs, we now just take the fbconfigs returned by the DRI driver to be our supported set.
2007-10-17xselinux: Started reworking extension using new XACE hooks.Eamon Walsh1-5/+1
2007-08-03security: drop the "declare extension security" dix call. Use theEamon Walsh1-5/+1
SecurityPolicy configuration file instead.
2007-04-30Add GenericEvent extension to Xext.Peter Hutterer1-0/+6
This adds (unconditional) support for the GE extension. Anything from now on that sends events in MPX will have to use the GE extension. No GE, no MPX events. GE is not actually used yet from anywhere with this commit. You will need to update x11proto, xextproto, libX11, libXext and xcb to the matching xge branches. Things will _NOT_ work without the updated protocol headers and libraries.
2007-03-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-12/+15
2007-02-17cleaned up some linking ugliness in hw/darwin/quartzBen Byer1-14/+14
2007-02-17dix mods for DarwinBen Byer1-3/+6
2006-12-12Add SELinux extension to the module/extension loader.Eamon Walsh1-0/+16
2006-11-07Bug #8937: Extension setup functions not called on server resetsEamon Walsh1-0/+10
2006-10-23miinitext: Xi and XKB are not hardware-only extensionsDaniel Stone1-2/+2
Xi is now a required extension, and XKB can be used without hardware, so include them both when NO_HW_ONLY_EXTS is defined.
2006-08-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Alan Coopersmith1-3/+1
XACE-modular
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-3/+0
2006-07-11Bug #7346: Disable Composite extension in XprtDrew Parsons1-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-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Coopersmith1-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-20Move Xserver API for security extension to securitysrv.hAlan Coopersmith1-1/+1
2006-06-19Add XACE extensionEamon Walsh1-1/+17
(partially cherry picked from 8d4f21ab53c44ca48501d6211ea6db0c0b8af916 commit)
2006-06-09put function prototype for ShapeExtensionInit() in proper placeGreg Kroah-Hartman1-3/+0
based on FIXME in mi/miinitext.c
2006-06-08fix noDamageExtension warning in Xprint/Init.cGreg Kroah-Hartman1-3/+1
Also took out duplicate definition of this variable in mi/miinitext.c
2006-06-01Kill LBX, too.Daniel Stone1-20/+1
2006-06-01Die XTESTEXT1, die!Daniel Stone1-10/+1
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg1-1/+6
2006-02-15Mark everything in misym.c as _X_EXPORT.Adam Jackson1-3/+4
2006-01-08Remove remaining #ifdef DPSEXT stanzas.Adam Jackson1-16/+1
2006-01-06Bug #5525: Build a working Xprt. (Drew Parsons)Adam Jackson1-2/+2
2005-12-29Add necessary *CONFIG_H declarations and a force-off of XF86* extensions inEric Anholt1-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-28Enough build fixes to get {sdl,ephyr,fake} to link.Adam Jackson1-1/+10
2005-07-16Fix the *-config.h includes so that it is possible to build modules withoutKevin E Martin1-0/+4
having to use -include in the Makefile.
2005-07-14Add #include <xnest-config.h> to the Xnest source files for modularization.Kevin E Martin1-0/+5
2005-07-12Prepare Xdmx and Xvfb for modularization by adding appropriate #includeKevin E Martin1-0/+4
<{dix,dmx}-config.h> to the source files.
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-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-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-2/+2
2005-05-19Bug #3334: Clean up remnants from the PEX, XIE, and BEZIER extensions.Adam Jackson1-46/+0
2005-04-24xc/config/cf/X11.tmplRoland Mainz1-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-20Change xf86bigfstr.h to X11/extensions/xf86bigfstr.h for includes.Daniel Stone1-2/+2
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-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 #2148Roland Mainz1-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 #938Roland Mainz1-73/+14
(https://bugs.freedesktop.org/attachment.cgi?id=938): Allow more extensions to be enabled/disabled.
2004-10-25Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1664 - RFE: AddRoland Mainz1-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-14Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1361 - RFE: AllowRoland Mainz1-51/+252
enabling/disabling of more extensions
2004-08-12Apply a kludge to initialize the composite wrapper before DamageSetup. IfEric Anholt1-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-03The Damage extension has to wrap after (be called before) the CompositeEric Anholt1-7/+9
extension so that the redirecting of drawables by the wrapper doesn't confuse Damage.
2004-07-31Fix typoKevin E Martin1-2/+2
2004-07-31Add "Extensions" section support to configuration parserKevin E Martin1-5/+16
2004-07-31Integrate COMPOSITEWRAP branch including composite wrapper. This code stillEric Anholt1-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.