Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-03 | DPMS: Re-export the various DPMS variables. | Adam Jackson | 1 | -7/+7 | |
The drivers might not need them but extmod does. Should move it to builtin though. | |||||
2009-04-03 | DPMS: Remove the defaultDPMS* variables | Adam Jackson | 1 | -4/+0 | |
2009-04-03 | DPMS: Simplify command line parsing | Adam Jackson | 1 | -1/+0 | |
2009-04-03 | DPMS: Unexport all the various setup variables. | Adam Jackson | 1 | -12/+12 | |
The drivers don't need to know any of this. | |||||
2009-01-22 | XKB: Make XKB mandatory | Daniel Stone | 1 | -5/+0 | |
No more #ifdef XKB, because you can't disable the build, and no more noXkbExtension either. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||||
2008-12-03 | Rework symbol visibility for easier maintenance | Paulo Cesar Pereira de Andrade | 1 | -49/+53 | |
Save in a few special cases, _X_EXPORT should not be used in C source files. Instead, it should be used in headers, and the proper C source include that header. Some special cases are symbols that need to be shared between modules, but not expected to be used by external drivers, and symbols that are accessible via LoaderSymbol/dlopen. This patch also adds conditionally some new sdk header files, depending on extensions enabled. These files were added to match pattern for other extensions/modules, that is, have the headers "deciding" symbol visibility in the sdk. These headers are: o Xext/panoramiXsrv.h, Xext/panoramiX.h o fbpict.h (unconditionally) o vidmodeproc.h o mioverlay.h (unconditionally, used only by xaa) o xfixes.h (unconditionally, symbols required by dri2) LoaderSymbol and similar functions now don't have different prototypes, in loaderProcs.h and xf86Module.h, so that both headers can be included, without the need of defining IN_LOADER. xf86NewInputDevice() device prototype readded to xf86Xinput.h, but not exported (and with a comment about it). | |||||
2008-11-04 | Remove XEvIE | Daniel Stone | 1 | -4/+0 | |
It's unmaintained and has been broken for quite a while; MPX finally smashed it completely. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> | |||||
2008-11-04 | Xi: XINPUT has been mandatory for ages | Daniel Stone | 1 | -3/+0 | |
Ditch all #ifdef XINPUT, since it's always built. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> | |||||
2008-10-03 | Remove the Must_have_memory hack. | Adam Jackson | 1 | -1/+0 | |
Also remove an astonishing amount of misunderstanding of how casts work. | |||||
2008-08-20 | Centralize declaration of ConnectionInfo. | Adam Jackson | 1 | -0/+2 | |
2008-08-05 | Redefine WindowTable as a fixed array | Tomas Carnecky | 1 | -1/+1 | |
Instead of xalloc'ing it every server generation. The array is always the same size (MAXSCREENS), anyway. | |||||
2008-07-31 | Unifdef XIDLE. | Adam Jackson | 1 | -3/+0 | |
Seriously how was this still here. | |||||
2008-07-24 | Sync is built-in and mandatory. | Adam Jackson | 1 | -4/+0 | |
2008-07-24 | XC-MISC is built-in and mandatory. | Adam Jackson | 1 | -4/+0 | |
2008-07-24 | Bigreqs are built-in and mandatory. | Adam Jackson | 1 | -4/+0 | |
2008-07-24 | Shape extension is built-in and mandatory. | Adam Jackson | 1 | -4/+0 | |
2008-07-18 | Drop the FONTCACHE extension. | Adam Jackson | 1 | -4/+0 | |
This appears to have been dead code since X-TT was merged. | |||||
2008-07-16 | XFree86: Remove XFree86-Misc extension | Daniel Stone | 1 | -4/+0 | |
Its last remaining purpose in life has been destroyed by input properties. Au revoir: it's been fun, by which I mean awful. | |||||
2008-05-20 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -1/+0 | |
Conflicts: Xext/xprint.c (removed in master) config/hal.c dix/main.c hw/kdrive/ati/ati_cursor.c (removed in master) hw/kdrive/i810/i810_cursor.c (removed in master) hw/xprint/ddxInit.c (removed in master) xkb/ddxLoad.c | |||||
2008-05-14 | Simplify default font path setup. | Adam Jackson | 1 | -1/+0 | |
2008-04-25 | Remove all traces of #ifdef XINPUT and the matching bits from the configure.ac | Peter Hutterer | 1 | -2/+0 | |
2008-04-18 | Death to TOG-CUP. | Adam Jackson | 1 | -4/+0 | |
If you still care about 8bpp visuals that much, fix Composite to provide synthetic visuals. | |||||
2008-04-18 | Nuke the MIT-SUNDRY-NONSTANDARD extension. | Eric Anholt | 1 | -4/+0 | |
This extension provided bug-compatibility with pre-X11R6, but has been stubbed out in our server since 2006 to return BadRequest when you actually asked for it. | |||||
2008-04-18 | Death to APPGROUP. | Adam Jackson | 1 | -4/+0 | |
2008-04-18 | Death to Extended Visual Information. | Adam Jackson | 1 | -4/+0 | |
2008-03-28 | XSELinux: Add xorg.conf option for permissive/enforcing/disabled. | Eamon Walsh | 1 | -0/+10 | |
Patch by Joe Nall. The option goes in the "extmod" subsection. TODO: Make it easier for extension modules to handle their own options. | |||||
2007-11-05 | Remove all traces of external RGB database (and Speedo) | Daniel Stone | 1 | -1/+0 | |
Remove all references to an external RGB database (which hasn't been enabled for a very long time). Also get rid of some references to Speedo fonts. | |||||
2007-03-25 | Static cleanups, dead code deletion. | Adam Jackson | 1 | -4/+0 | |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 1 | -2/+0 | |
2006-06-07 | Add PanoramiXExtensionDisabledHack to globals.h as it was missing. | Greg Kroah-Hartman | 1 | -0/+1 | |
2006-06-01 | Kill LBX, too. | Daniel Stone | 1 | -5/+1 | |
2006-04-05 | Put the screensaver extension back in the Xext module. | Fredrik Höglund | 1 | -1/+5 | |
Move the screenSaverSuspended variable to DIX globals. Restore the old link order for the Xorg and Xdmx binaries. | |||||
2006-01-08 | Remove remaining #ifdef DPSEXT stanzas. | Adam Jackson | 1 | -4/+0 | |
2005-08-24 | Remove use of dix-config and xorg-config.h from public headers. | Daniel Stone | 1 | -4/+0 | |
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 | -1/+1 | |
2005-05-19 | Bug #3334: Clean up remnants from the PEX, XIE, and BEZIER extensions. | Adam Jackson | 1 | -13/+1 | |
2004-09-14 | Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1361 - RFE: Allow | Roland Mainz | 1 | -5/+145 | |
enabling/disabling of more extensions | |||||
2004-07-31 | Add "Extensions" section support to configuration parser | Kevin E Martin | 1 | -1/+5 | |
2004-07-31 | Add new extension enable/disable feature. This code is a small step in the | Kevin E Martin | 1 | -1/+8 | |
right direction -- i.e., moving towards full run-time config of extensions. Currently, only XTEST, XINERAMA, RENDER, XKB, and XEVIE are supported. | |||||
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 1 | -1/+2 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 | Egbert Eich | 1 | -1/+1 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 | Egbert Eich | 1 | -1/+1 | |
2004-02-26 | readding XFree86's cvs IDs | 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 | Initial revision | Kaleb Keithley | 1 | -0/+52 | |