Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								472811dc4b 
								
							 
						 
						
							
							
								
								DPMS: Re-export the various DPMS variables.  
							
							 
							
							... 
							
							
							
							The drivers might not need them but extmod does.  Should move it to
builtin though. 
							
						 
						
							2009-04-03 22:27:51 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								6574ab092f 
								
							 
						 
						
							
							
								
								DPMS: Remove the defaultDPMS* variables  
							
							 
							
							
							
						 
						
							2009-04-03 18:22:20 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								c1cf36ee29 
								
							 
						 
						
							
							
								
								DPMS: Simplify command line parsing  
							
							 
							
							
							
						 
						
							2009-04-03 18:22:20 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								1c01127a21 
								
							 
						 
						
							
							
								
								DPMS: Unexport all the various setup variables.  
							
							 
							
							... 
							
							
							
							The drivers don't need to know any of this. 
							
						 
						
							2009-04-03 18:22:19 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Daniel Stone
							
						 
						
							
							
							
							
								
							
							
								40877c6680 
								
							 
						 
						
							
							
								
								XKB: Make XKB mandatory  
							
							 
							
							... 
							
							
							
							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> 
							
						 
						
							2009-01-22 15:06:25 +11:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Paulo Cesar Pereira de Andrade
							
						 
						
							
							
							
							
								
							
							
								49f77fff14 
								
							 
						 
						
							
							
								
								Rework symbol visibility for easier maintenance  
							
							 
							
							... 
							
							
							
							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-12-03 05:43:34 -02:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Daniel Stone
							
						 
						
							
							
							
							
								
							
							
								f4036f6ace 
								
							 
						 
						
							
							
								
								Remove XEvIE  
							
							 
							
							... 
							
							
							
							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 16:01:07 +10:30  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Daniel Stone
							
						 
						
							
							
							
							
								
							
							
								889a8dc02b 
								
							 
						 
						
							
							
								
								Xi: XINPUT has been mandatory for ages  
							
							 
							
							... 
							
							
							
							Ditch all #ifdef XINPUT, since it's always built.
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> 
							
						 
						
							2008-11-04 16:01:07 +10:30  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								0ce61e21d6 
								
							 
						 
						
							
							
								
								Remove the Must_have_memory hack.  
							
							 
							
							... 
							
							
							
							Also remove an astonishing amount of misunderstanding of how casts work. 
							
						 
						
							2008-10-03 17:51:19 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								64ef7ed072 
								
							 
						 
						
							
							
								
								Centralize declaration of ConnectionInfo.  
							
							 
							
							
							
						 
						
							2008-08-20 13:14:34 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Tomas Carnecky
							
						 
						
							
							
							
							
								
							
							
								5532d63488 
								
							 
						 
						
							
							
								
								Redefine WindowTable as a fixed array  
							
							 
							
							... 
							
							
							
							Instead of xalloc'ing it every server generation. The array is always
the same size (MAXSCREENS), anyway. 
							
						 
						
							2008-08-05 01:17:32 +03:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								63bdd4c27d 
								
							 
						 
						
							
							
								
								Unifdef XIDLE.  
							
							 
							
							... 
							
							
							
							Seriously how was this still here. 
							
						 
						
							2008-07-31 17:31:36 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								f3ff238601 
								
							 
						 
						
							
							
								
								Sync is built-in and mandatory.  
							
							 
							
							
							
						 
						
							2008-07-24 15:46:08 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								3fcf4d3eb8 
								
							 
						 
						
							
							
								
								XC-MISC is built-in and mandatory.  
							
							 
							
							
							
						 
						
							2008-07-24 15:46:08 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								f65c50c4e9 
								
							 
						 
						
							
							
								
								Bigreqs are built-in and mandatory.  
							
							 
							
							
							
						 
						
							2008-07-24 15:46:08 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								d6228cb22a 
								
							 
						 
						
							
							
								
								Shape extension is built-in and mandatory.  
							
							 
							
							
							
						 
						
							2008-07-24 15:46:08 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								0b45ba488d 
								
							 
						 
						
							
							
								
								Drop the FONTCACHE extension.  
							
							 
							
							... 
							
							
							
							This appears to have been dead code since X-TT was merged. 
							
						 
						
							2008-07-18 10:54:10 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Daniel Stone
							
						 
						
							
							
							
							
								
							
							
								22e64108ec 
								
							 
						 
						
							
							
								
								XFree86: Remove XFree86-Misc extension  
							
							 
							
							... 
							
							
							
							Its last remaining purpose in life has been destroyed by input
properties.  Au revoir: it's been fun, by which I mean awful. 
							
						 
						
							2008-07-16 06:25:26 +03:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Peter Hutterer
							
						 
						
							
							
							
							
								
							
							
								99d28c3ef3 
								
							 
						 
						
							
							
								
								Merge branch 'master' into mpx  
							
							 
							
							... 
							
							
							
							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-20 10:20:14 +09:30  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								166177e36b 
								
							 
						 
						
							
							
								
								Simplify default font path setup.  
							
							 
							
							
							
						 
						
							2008-05-14 16:02:05 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Peter Hutterer
							
						 
						
							
							
							
							
								
							
							
								e251c9e75a 
								
							 
						 
						
							
							
								
								Remove all traces of #ifdef XINPUT and the matching bits from the configure.ac  
							
							 
							
							
							
						 
						
							2008-04-25 16:49:35 +09:30  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								a7503615a6 
								
							 
						 
						
							
							
								
								Death to TOG-CUP.  
							
							 
							
							... 
							
							
							
							If you still care about 8bpp visuals that much, fix Composite to provide
synthetic visuals. 
							
						 
						
							2008-04-18 19:56:41 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Eric Anholt
							
						 
						
							
							
							
							
								
							
							
								25827fde68 
								
							 
						 
						
							
							
								
								Nuke the MIT-SUNDRY-NONSTANDARD extension.  
							
							 
							
							... 
							
							
							
							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 16:37:08 -07:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								eafaf40fb3 
								
							 
						 
						
							
							
								
								Death to APPGROUP.  
							
							 
							
							
							
						 
						
							2008-04-18 18:50:05 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								f6617b4127 
								
							 
						 
						
							
							
								
								Death to Extended Visual Information.  
							
							 
							
							
							
						 
						
							2008-04-18 18:28:01 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Eamon Walsh
							
						 
						
							
							
							
							
								
							
							
								b5f98fcea2 
								
							 
						 
						
							
							
								
								XSELinux: Add xorg.conf option for permissive/enforcing/disabled.  
							
							 
							
							... 
							
							
							
							Patch by Joe Nall.
The option goes in the "extmod" subsection.
TODO: Make it easier for extension modules to handle their own options. 
							
						 
						
							2008-03-28 14:14:23 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Daniel Stone
							
						 
						
							
							
							
							
								
							
							
								dda10c9066 
								
							 
						 
						
							
							
								
								Remove all traces of external RGB database (and Speedo)  
							
							 
							
							... 
							
							
							
							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-11-05 16:28:35 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								9a0f25de7c 
								
							 
						 
						
							
							
								
								Static cleanups, dead code deletion.  
							
							 
							
							
							
						 
						
							2007-03-25 12:27:01 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								0aaac95b0d 
								
							 
						 
						
							
							
								
								Remove RCS tags.  Fix Xprint makefile braindamage.  
							
							 
							
							
							
						 
						
							2006-07-21 17:56:00 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Greg Kroah-Hartman
							
						 
						
							
							
							
							
								
							
							
								101ae61696 
								
							 
						 
						
							
							
								
								Add PanoramiXExtensionDisabledHack to globals.h as it was missing.  
							
							 
							
							
							
						 
						
							2006-06-07 12:06:22 -07:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Daniel Stone
							
						 
						
							
							
							
							
								
							
							
								a9ed5a8790 
								
							 
						 
						
							
							
								
								Kill LBX, too.  
							
							 
							
							
							
						 
						
							2006-06-01 22:06:41 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Fredrik Höglund
							
						 
						
							
							
							
							
								
							
							
								e1fc15a85f 
								
							 
						 
						
							
							
								
								Put the screensaver extension back in the Xext module.  
							
							 
							
							... 
							
							
							
							Move the screenSaverSuspended variable to DIX globals.
Restore the old link order for the Xorg and Xdmx binaries. 
							
						 
						
							2006-04-05 21:08:45 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								53dbd00a75 
								
							 
						 
						
							
							
								
								Remove remaining #ifdef DPSEXT stanzas.  
							
							 
							
							
							
						 
						
							2006-01-08 23:43:54 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Daniel Stone
							
						 
						
							
							
							
							
								
							
							
								825a95a1fa 
								
							 
						 
						
							
							
								
								Remove use of dix-config and xorg-config.h from public headers.  
							
							 
							
							
							
						 
						
							2005-08-24 11:18:35 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Daniel Stone
							
						 
						
							
							
							
							
								
							
							
								e03198972c 
								
							 
						 
						
							
							
								
								Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.  
							
							 
							
							... 
							
							
							
							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-03 07:02:09 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Daniel Stone
							
						 
						
							
							
							
							
								
							
							
								9b1debcdb6 
								
							 
						 
						
							
							
								
								Change all misc.h and os.h references to <X11/foo.h>.  
							
							 
							
							
							
						 
						
							2005-07-01 22:43:43 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								ef4401ff8a 
								
							 
						 
						
							
							
								
								Bug  #3334 : Clean up remnants from the PEX, XIE, and BEZIER extensions.  
							
							 
							
							
							
						 
						
							2005-05-19 18:53:51 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Roland Mainz
							
						 
						
							
							
							
							
								
							
							
								d9df39ee2b 
								
							 
						 
						
							
							
								
								Fix for  http://freedesktop.org/bugzilla/show_bug.cgi?id=1361  - RFE: Allow  
							
							 
							
							... 
							
							
							
							enabling/disabling of more extensions 
							
						 
						
							2004-09-14 00:51:25 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Kevin E Martin
							
						 
						
							
							
							
							
								
							
							
								383b6b5986 
								
							 
						 
						
							
							
								
								Add "Extensions" section support to configuration parser  
							
							 
							
							
							
						 
						
							2004-07-31 09:14:06 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Kevin E Martin
							
						 
						
							
							
							
							
								
							
							
								25bd6ff4a6 
								
							 
						 
						
							
							
								
								Add new extension enable/disable feature. This code is a small step in the  
							
							 
							
							... 
							
							
							
							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 04:23:21 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Egbert Eich
							
						 
						
							
							
							
							
								
							
							
								2fb5886200 
								
							 
						 
						
							
							
								
								Merging XORG-CURRENT into trunk  
							
							 
							
							
							
						 
						
							2004-04-23 19:54:30 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Egbert Eich
							
						 
						
							
							
							
							
								
							
							
								dae90c3af9 
								
							 
						 
						
							
							
								
								Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004  
							
							 
							
							
							
						 
						
							2004-03-14 08:34:49 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Egbert Eich
							
						 
						
							
							
							
							
								
							
							
								867451f1ab 
								
							 
						 
						
							
							
								
								Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004  
							
							 
							
							
							
						 
						
							2004-03-03 12:12:50 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Egbert Eich
							
						 
						
							
							
							
							
								
							
							
								df0313d35b 
								
							 
						 
						
							
							
								
								readding XFree86's cvs IDs  
							
							 
							
							
							
						 
						
							2004-02-26 13:36:15 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Egbert Eich
							
						 
						
							
							
							
							
								
							
							
								147aae87fd 
								
							 
						 
						
							
							
								
								Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004  
							
							 
							
							
							
						 
						
							2004-02-26 09:23:53 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Kaleb Keithley
							
						 
						
							
							
							
							
								
							
							
								9508a382f8 
								
							 
						 
						
							
							
								
								Initial revision  
							
							 
							
							
							
						 
						
							2003-11-14 16:48:57 +00:00