d22582dc5a 
								
							 
						 
						
							
							
								
								Remove a stray LBX reference.  
							
							
							
						 
						
							2006-06-04 16:13:26 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ae935832fa 
								
							 
						 
						
							
							
								
								Refactored the screensaver and DPMS timer code to use the screensaver timer  
							
							... 
							
							
							
							for both screensaver and DPMS. Removed the SetDPMSTimers() and
    FreeDPMSTimers() functions. 
							
						 
						
							2006-03-24 20:50:13 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								53dbd00a75 
								
							 
						 
						
							
							
								
								Remove remaining #ifdef DPSEXT stanzas.  
							
							
							
						 
						
							2006-01-08 23:43:54 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								54b2a14f0f 
								
							 
						 
						
							
							
								
								Bug  #3411 : fix handling of keyboard Autorepeat rate in xorg.conf.  
							
							
							
						 
						
							2005-10-01 17:30:58 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9d1b349b37 
								
							 
						 
						
							
							
								
								Back out previous change until I figure out something smarter.  
							
							
							
						 
						
							2005-08-26 16:34:55 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6d34a2ac8a 
								
							 
						 
						
							
							
								
								Add Xv symbol from Xext.  
							
							
							
						 
						
							2005-08-26 06:35:00 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4073f24c90 
								
							 
						 
						
							
							
								
								add missing PictureTransformPoint3d call  
							
							
							
						 
						
							2005-07-06 15:14:30 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0bb669638f 
								
							 
						 
						
							
							
								
								Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".  
							
							
							
						 
						
							2005-07-03 08:53:54 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9b1debcdb6 
								
							 
						 
						
							
							
								
								Change all misc.h and os.h references to <X11/foo.h>.  
							
							
							
						 
						
							2005-07-01 22:43:43 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8537146e36 
								
							 
						 
						
							
							
								
								Bug  #3368 : Cosmetic cleanup to DIX export list.  
							
							
							
						 
						
							2005-05-30 18:44:55 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								62343f5162 
								
							 
						 
						
							
							
								
								Bugzilla  #2800  < https://bugs.freedesktop.org/show_bug.cgi?id=2800 > Xevie  
							
							... 
							
							
							
							extension crash with signal 11 on keyboard Bugzilla #1205 
    <https://bugs.freedesktop.org/show_bug.cgi?id=1205 > Xevie client
    receives two KeyPress events on consumed keys when XKB is enabled
Patch #2223  <https://bugs.freedesktop.org/attachment.cgi?id=2223 > Fixes for
    both of these and some other Xevie bugs (Derek Wang - Sun Microsystems) 
							
						 
						
							2005-05-22 01:12:49 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ef4401ff8a 
								
							 
						 
						
							
							
								
								Bug  #3334 : Clean up remnants from the PEX, XIE, and BEZIER extensions.  
							
							
							
						 
						
							2005-05-19 18:53:51 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								33ab2a2abc 
								
							 
						 
						
							
							
								
								Bug  #2835 : Add symbol exports to support the ReadDisplay extension.  
							
							
							
						 
						
							2005-04-01 20:05:11 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f642fc729b 
								
							 
						 
						
							
							
								
								Refix for  http://freedesktop.org/bugzilla/show_bug.cgi?id=1361  - RFE: Allow  
							
							... 
							
							
							
							enabling/disabling of more extensions (fixing duplicate symbols caused
    by previous checkin; attachment #899 ) 
							
						 
						
							2004-09-14 23:21:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bd3e6e4425 
								
							 
						 
						
							
							
								
								Add missing no.*Extension symbols (Bug  #1131 , Aaron Plattner).  
							
							
							
						 
						
							2004-08-19 04:08:40 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								26847ef926 
								
							 
						 
						
							
							
								
								Move the new render symbols to dixsym.c instead so they are grouped with  
							
							... 
							
							
							
							the other render symbols.
Initialize screen_x and screen_y to 0. This fixes a problem with the new
    Damage based sprite, where intersection test against the root pixmap
    would fail because the two fields were not initialized (damage.c,
    166-170). 
							
						 
						
							2004-08-09 03:40:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								57eab4dc87 
								
							 
						 
						
							
							
								
								- Fix building without Xfixes extension  
							
							... 
							
							
							
							- Fix building without Xevie
- Fix building without DPMS
- Fix "Extensions" section config file support to accept general boolean
    options 
							
						 
						
							2004-08-09 02:08:35 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2fb5886200 
								
							 
						 
						
							
							
								
								Merging XORG-CURRENT into trunk  
							
							
							
						 
						
							2004-04-23 19:54:30 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								12e532010b 
								
							 
						 
						
							
							
								
								XFree86 4.3.99.902 (RC 2)  
							
							
							
						 
						
							2003-12-19 20:55:39 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a84f16a9ad 
								
							 
						 
						
							
							
								
								XFree86 4.3.99.901 (RC 1)  
							
							
							
						 
						
							2003-12-04 22:03:38 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								adc7f9a4eb 
								
							 
						 
						
							
							
								
								XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks  
							
							
							
						 
						
							2003-11-25 19:29:01 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9508a382f8 
								
							 
						 
						
							
							
								
								Initial revision  
							
							
							
						 
						
							2003-11-14 16:48:57 +00:00