027931bd33 
								
							
								 
							
						 
						
							
							
								
								Define the shell resize enumeration in the xml spec  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								8dc378ff76 
								
							
								 
							
						 
						
							
							
								
								Add new surface.map_transient() request to map a surface relative to another  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								ae6c8a6d73 
								
							
								 
							
						 
						
							
							
								
								First attempt at selection support  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								82da52b15b 
								
							
								 
							
						 
						
							
							
								
								Update surface.attach and change surface.map to surface.map_toplevel  
							
							... 
							
							
 
							
							The new map_toplevel() request no longer specifies a position and takes
the size from the attached buffer.  The attach request now takes a
position relative to the top-left corner of the old buffer to let
clients specify the relative position of the new buffer. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								67f367f329 
								
							
								 
							
						 
						
							
							
								
								Document the shell.configure event a bit  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								f8fc08f771 
								
							
								 
							
						 
						
							
							
								
								Add origin information to output.geometry event  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								d44bc8b8ee 
								
							
								 
							
						 
						
							
							
								
								Add reject round trip to dnd protocol  
							
							... 
							
							
 
							
							This lets a drag target reject a drop. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								c1ad1f9c9b 
								
							
								 
							
						 
						
							
							
								
								Consolidate 'sync' and 'frame' events into just one 'key' event  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								4ee7138609 
								
							
								 
							
						 
						
							
							
								
								Describe the protocol using inline XML comments  
							
							... 
							
							
 
							
							Signed-off-by: Yuval Fledel <yuvalfl@gmail.com> 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								d1c4310715 
								
							
								 
							
						 
						
							
							
								
								xml tag should close, or some parsers fail  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								f0152daad7 
								
							
								 
							
						 
						
							
							
								
								Use automake  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								3d5bae0700 
								
							
								 
							
						 
						
							
							
								
								Add a shm buffer sharing mechanism  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								2cd5144fa5 
								
							
								 
							
						 
						
							
							
								
								scanner: Use protocol name for #include guards  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								ce457ba68c 
								
							
								 
							
						 
						
							
							
								
								Add timestamp to pointer image attach request  
							
							... 
							
							
 
							
							This lets the server discard requests received after the pointer has
exited and the re-entered a surface. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								6dd08ebbe1 
								
							
								 
							
						 
						
							
							
								
								Move core protocol libraries into wayland/ subdirectory  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								9d69f8e796 
								
							
								 
							
						 
						
							
							
								
								Replace commit/ack/frame protocol with simpler sync and frame callbacks  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								e9d37bdc5f 
								
							
								 
							
						 
						
							
							
								
								Use a transient object for the dnd session  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								4eb536091a 
								
							
								 
							
						 
						
							
							
								
								Update drag protocol to use fd passing for data transfer  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								1d7ffd32f8 
								
							
								 
							
						 
						
							
							
								
								Set pointer image only in response to 'target' event  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								eef08fbb1a 
								
							
								 
							
						 
						
							
							
								
								First step towards drag and drop protocol  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								77fb167956 
								
							
								 
							
						 
						
							
							
								
								Add protocol for setting the pointer image  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								3862e43779 
								
							
								 
							
						 
						
							
							
								
								Generate client side marshal stubs from protocol spec  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								5fcd0aa58e 
								
							
								 
							
						 
						
							
							
								
								Introduce 'buffer' object for attaching, image cahce and cursor images  
							
							... 
							
							
 
							
							The buffer object is created by a 'drm' object, which encapsulates the
buffer sharing and authentication mechanism.  Once the buffer is created
it can be attached to a surface. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								6d70202f80 
								
							
								 
							
						 
						
							
							
								
								Send out coordinates with pointer_focus event  
							
							... 
							
							
 
							
							We can't rely on motion events happening right away, pointer_focus could
change because of windows coming or going etc. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								83fc061c9c 
								
							
								 
							
						 
						
							
							
								
								Introduce 'shell' object for moving and resizing surfaces in the compositor  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								a1f3f60bea 
								
							
								 
							
						 
						
							
							
								
								Generate protocol types and metadata from xml  
							
							
 
							
						 
						
							15 years ago