0ad1c359c5 
								
							 
						 
						
							
							
								
								Darwin: Use __APPLE__ instead of __DARWIN__  
							
							... 
							
							
							
							(cherry picked from commit 54654815fa5e59b25cfd1fa72610120b72c10175) 
							
						 
						
							2007-12-07 18:54:58 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								def6f74f2d 
								
							 
						 
						
							
							
								
								Xvfb: Remove usage of alloca  
							
							... 
							
							
							
							Replace with heap allocations 
							
						 
						
							2007-11-05 14:34:42 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								378c7ebef4 
								
							 
						 
						
							
							
								
								XVFB: Removed obsolete hack to build on Darwin  
							
							
							
						 
						
							2007-09-19 03:43:40 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a02db0d500 
								
							 
						 
						
							
							
								
								Convert servers to using _DEPENDENCIES to ensure proper rebuilds.  
							
							... 
							
							
							
							This cleans up server Makefile.ams a little bit, but also means that people
messing with configure.ac need to be careful with whether they put libraries
in the _LIBS or _SYS_LIBS targets.  Hopefully the comment in configure.ac will
clarify the issues. 
							
						 
						
							2007-08-31 13:09:45 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a240c039c4 
								
							 
						 
						
							
							
								
								Split the xserver/fb/fbcmap.c file into two files.  
							
							... 
							
							
							
							Now, fbcmap_mi.c contains the fb functions which just wrap mi functions.
Previously, these were in fbcmap.c and compiled when XFree86Server was defined.
Now, clients of fbcmap should either use fbcmap.c or fbcmap_mi.c and not worry
about setting the XFree86Server symbol. 
							
						 
						
							2007-04-03 09:28:21 -06:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a492d494f5 
								
							 
						 
						
							
							
								
								Update Xvfb man page: remove monolith build instructions, use /var/tmp instead of /usr/tmp  
							
							
							
						 
						
							2007-02-13 18:32:59 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								17d85387d1 
								
							 
						 
						
							
							
								
								dmx, vfb, xnest: fix fbcmap compilation  
							
							... 
							
							
							
							Don't always define XFree86Server, but only for damn fbcmap.c.
Split fbcmap.c into its own library to achieve this. 
							
						 
						
							2007-02-05 03:43:10 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c92f7bef54 
								
							 
						 
						
							
							
								
								For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86Server  
							
							
							
						 
						
							2006-12-16 12:01:49 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								028bbdc041 
								
							 
						 
						
							
							
								
								Merge master back to randr-1.2  
							
							
							
						 
						
							2006-11-04 17:46:26 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7ffbe9d232 
								
							 
						 
						
							
							
								
								Add DIX_CFLAGS to hw/vfb/Makefile.am  
							
							
							
						 
						
							2006-11-04 17:41:09 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								81728558a0 
								
							 
						 
						
							
							
								
								input: add non-keyboard bell ringing function  
							
							... 
							
							
							
							Add a generic 'ring the bell' function (console bell on Linux and BSD,
/dev/audio on Solaris), and add DDX functions for this.  Make this the
core keyboard's bell.
Port Xvfb and Xnest to this.
Port XFree86 to this, with OS-specific hooks for Linux, BSD, and Solaris
taken from foo_io.c in the old layer. 
							
						 
						
							2006-11-01 23:10:26 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b9e180e632 
								
							 
						 
						
							
							
								
								port all users to the new DIX motion history API  
							
							... 
							
							
							
							Port KDrive, Xvfb, and Xnest, as well as the virtual core devices, to the
new motion history API.  Make GetPointerEvents also update the history. 
							
						 
						
							2006-10-25 01:09:19 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cd3b16a57e 
								
							 
						 
						
							
							
								
								Xvfb: port to new mieq API  
							
							
							
						 
						
							2006-10-23 02:51:13 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ad631afcf3 
								
							 
						 
						
							
							
								
								make core keyboard/pointer map functions act on all core-sending devices  
							
							... 
							
							
							
							Make Set{Keyboard,Modifier,Pointer}Mapping act on all devices which send core
events.
Change LegalModifier to accept a DeviceIntPtr. 
							
						 
						
							2006-09-29 00:34:23 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9f2a108051 
								
							 
						 
						
							
							
								
								Make 'Xvfb -render' also disable Composite, lest we segfault on startup.  
							
							
							
						 
						
							2006-08-23 14:38:34 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0aaac95b0d 
								
							 
						 
						
							
							
								
								Remove RCS tags.  Fix Xprint makefile braindamage.  
							
							
							
						 
						
							2006-07-21 17:56:00 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								985c34bf06 
								
							 
						 
						
							
							
								
								Remove the DDXTIME conditional, for being unused.  
							
							
							
						 
						
							2006-07-20 17:33:13 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								84683f19b4 
								
							 
						 
						
							
							
								
								get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE  
							
							... 
							
							
							
							Get rid of almost all uses of these definitions.  They're still defined for
delinquent out-of-tree drivers, and also for the Mesa build.  As well as
for miinitext.c.  But largely gone. 
							
						 
						
							2006-07-18 18:17:38 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9f2793551f 
								
							 
						 
						
							
							
								
								fix compiler warning in hw/vfb/InitOutput.c  
							
							
							
						 
						
							2006-06-19 11:50:47 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								21ef7e17ef 
								
							 
						 
						
							
							
								
								Add some missing .gitignore stuff for Mesa symlinks and other generated files.  
							
							
							
						 
						
							2006-06-18 19:47:51 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a73e0f8cdf 
								
							 
						 
						
							
							
								
								Die XTESTEXT1, die!  
							
							
							
						 
						
							2006-06-01 18:47:47 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fc0772de36 
								
							 
						 
						
							
							
								
								Add HAS_MMAP for Xvfb  
							
							... 
							
							
							
							Fix Xvfb option parsing to exit on bad arguments, not just issue error
    messages and continue on. (Coverity #492 ) 
							
						 
						
							2006-03-11 02:10:14 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2dc7b5e0d9 
								
							 
						 
						
							
							
								
								Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove  
							
							... 
							
							
							
							stubs in other DDX. 
							
						 
						
							2006-02-13 04:43:40 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5249416d09 
								
							 
						 
						
							
							
								
								Add stub xf86WrapperInits so that the servers will build even if os/ was  
							
							... 
							
							
							
							built with XFree86LOADER set. 
							
						 
						
							2006-02-11 22:40:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6798fd0170 
								
							 
						 
						
							
							
								
								Bug  #4190 : Add a rule for 'make relink' since automake sucks.  
							
							
							
						 
						
							2005-12-26 19:13:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4a39354e14 
								
							 
						 
						
							
							
								
								Change *man_SOURCES ==> *man_PRE to fix autotools warnings.  
							
							
							
						 
						
							2005-12-06 22:48:51 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7c00afd0ec 
								
							 
						 
						
							
							
								
								Define XFree86Server only where it is required.  
							
							
							
						 
						
							2005-12-02 06:02:45 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								51a721a6db 
								
							 
						 
						
							
							
								
								Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4  
							
							... 
							
							
							
							update to fix bug #5167  (Linux prefers *.1x man pages in man1 subdir) 
							
						 
						
							2005-11-28 22:05:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								267cbffa41 
								
							 
						 
						
							
							
								
								Bug  #5019  < https://bugs.freedesktop.org/show_bug.cgi?id=5019 > xserver  
							
							... 
							
							
							
							installs manpages into 'man1' instead of 'man1x' 
							
						 
						
							2005-11-13 20:53:24 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e73cdba865 
								
							 
						 
						
							
							
								
								Fix Xvfb to work properly in depth 15 mode. Fixes XTS5 XCloseDisplay-3  
							
							... 
							
							
							
							server crash. 
							
						 
						
							2005-11-07 21:03:49 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cd9ff6aec8 
								
							 
						 
						
							
							
								
								cpp processing for Xvfb man page  
							
							
							
						 
						
							2005-10-06 20:16:13 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9000c0321b 
								
							 
						 
						
							
							
								
								Install correct man page and add to dist  
							
							
							
						 
						
							2005-10-06 04:05:30 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								dc6ac8e46f 
								
							 
						 
						
							
							
								
								Add DGA configure option and add various files that we should be dist'ing.  
							
							... 
							
							
							
							Simplify xf86DefModeSet.c rule a bit. 
							
						 
						
							2005-10-05 21:38:40 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2f9d01c968 
								
							 
						 
						
							
							
								
								Remove some references to mfb/cfb support that is no longer there.  
							
							
							
						 
						
							2005-09-08 01:15:47 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								86529c07d6 
								
							 
						 
						
							
							
								
								Fix distcheck for server  
							
							
							
						 
						
							2005-07-28 23:28:34 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a5532e456d 
								
							 
						 
						
							
							
								
								Change the default depth back to 8 like it was originally. Disable the  
							
							... 
							
							
							
							addition of depth 12 & 30. It causes more than MAXFORMATS depths to be
    added to the screen which causes an array in the Screen structure to
    overflow and crash on server reset. 
							
						 
						
							2005-07-23 18:16:06 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0635acab08 
								
							 
						 
						
							
							
								
								Add record module building support Change module building to not use  
							
							... 
							
							
							
							-include Fix xnest, dmx and vfb builds to -DXFree86Server for fbcmap
    compilation 
							
						 
						
							2005-07-16 03:46:01 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c2ec9fbb15 
								
							 
						 
						
							
							
								
								Only build Xi/stubs.c on DDXs that don't support the Xinput extension  
							
							
							
						 
						
							2005-07-13 21:17:53 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								02427d4d04 
								
							 
						 
						
							
							
								
								Add support for building Xdmx and Xvfb  
							
							
							
						 
						
							2005-07-12 01:20:36 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e348ac4b4d 
								
							 
						 
						
							
							
								
								Prepare Xdmx and Xvfb for modularization by adding appropriate #include  
							
							... 
							
							
							
							<{dix,dmx}-config.h> to the source files. 
							
						 
						
							2005-07-12 00:52:48 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								292c4cff26 
								
							 
						 
						
							
							
								
								Fix includes right throughout the Xserver tree:  
							
							... 
							
							
							
							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-20 12:25:48 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								00a551393c 
								
							 
						 
						
							
							
								
								Reenable BackingStore in Xvfb.  
							
							
							
						 
						
							2005-04-11 10:54:13 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1be6e2388b 
								
							 
						 
						
							
							
								
								xc/programs/Xserver/hw/vfb/InitOutput.c  
							
							... 
							
							
							
							//bugs.freedesktop.org/show_bug.cgi?id=2791) attachment #2197 
    (https://bugs.freedesktop.org/attachment.cgi?id=2197 ) Add support for
    12bit PseudoColor and 30bit TrueColor to Xvfb. 
							
						 
						
							2005-03-23 20:49:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ac18f8e308 
								
							 
						 
						
							
							
								
								//bugs.freedesktop.org/show_bug.cgi?id=2789) attachment  #2187  
							
							... 
							
							
							
							(https://bugs.freedesktop.org/attachment.cgi?id=2187 ) Fix Xvfb to honor
    the "-dpi" option (instead of using a hardcoded value of 100DPI). 
							
						 
						
							2005-03-23 00:32:49 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c0bff215de 
								
							 
						 
						
							
							
								
								Fix xtest failures in Xvfb from XMatchVisualInfo test.  
							
							
							
						 
						
							2004-08-27 01:15:10 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a45bc0df7a 
								
							 
						 
						
							
							
								
								Fix DRI module loading (Bug  #1057 , Ronny Vindenes).  
							
							... 
							
							
							
							Fix Xvfb at 8bpp (Bug #1091 ).
Fix link order when building with Xprint in glxgears (Bug #1060 , Alexander
    Gottwald). 
							
						 
						
							2004-08-17 17:55:02 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								45fde3b041 
								
							 
						 
						
							
							
								
								Eliminate mfb support. Fix visuals to match "normal" PC hardware (making  
							
							... 
							
							
							
							lightpipe work). 
							
						 
						
							2004-08-07 01:19:01 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ed7f92e791 
								
							 
						 
						
							
							
								
								Bug 778: add ddxBeforeReset  
							
							
							
						 
						
							2004-06-21 13:44:14 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2fb5886200 
								
							 
						 
						
							
							
								
								Merging XORG-CURRENT into trunk  
							
							
							
						 
						
							2004-04-23 19:54:30 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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