38ccd3a23e 
								
							
								 
							
						 
						
							
							
								
								Do vt ioctl on the right fd.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								19ad6a9db3 
								
							
								 
							
						 
						
							
							
								
								Restore framebuffer when switching back to VT  
							
							... 
							
							
 
							
							The kernel currently automatically redirects
output to the kernel framebuffer when switching
VTs away from wayland.  It doesn't restore
output back to wayland's fb when coming back
to the VT.  This patch works around that issue. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								fe57347cb9 
								
							
								 
							
						 
						
							
							
								
								Add new event loop api for watching signals  
							
							... 
							
							
 
							
							This will provide us with a nice, safe mechanism
for getting notification of VT changes. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								90e701df08 
								
							
								 
							
						 
						
							
							
								
								Force pointer to stay on screen.  
							
							... 
							
							
 
							
							Without this change it's really easy to
accidentally send the pointer flying and not
be able to get it back. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								2d4219e542 
								
							
								 
							
						 
						
							
							
								
								Scale background pixbuf when loading.  
							
							... 
							
							
 
							
							This lets us avoid hitting the texture limit for some backgrounds. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								18fd33c9bb 
								
							
								 
							
						 
						
							
							
								
								Fix rgb byte order for GdkPixbuf backgrounds.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								e10b828562 
								
							
								 
							
						 
						
							
							
								
								Remember to handle rgb_visual case in surface_attach.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								de31d5ca6f 
								
							
								 
							
						 
						
							
							
								
								Add preliminary visual support.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								c8c5d5872d 
								
							
								 
							
						 
						
							
							
								
								Set terminal type to vt100.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								b7037a02f0 
								
							
								 
							
						 
						
							
							
								
								Don't pin front buffer, kernel modesetting takes care of that now.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								5b7f832eab 
								
							
								 
							
						 
						
							
							
								
								Fall back to solid color background if not image is found.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								d2412e2c2e 
								
							
								 
							
						 
						
							
							
								
								Redesign the compositor / server interface.  
							
							... 
							
							
 
							
							This lets the compositor directly provide the implementation of the RMI
objects for the surface object and a new compositor object.  We avoid the
manual forwarding of requests into the compositor and the clumsy compositor
interface struct. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								0ea4710b3d 
								
							
								 
							
						 
						
							
							
								
								Use gdk-pixbuf for saving the screenshot.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								3f16956c06 
								
							
								 
							
						 
						
							
							
								
								Initialize count to 0 in wl_list_length().  
							
							... 
							
							
 
							
							Not sure how this ever really worked before... 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								64949978f4 
								
							
								 
							
						 
						
							
							
								
								Fix default input device path.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								a7700c8ff1 
								
							
								 
							
						 
						
							
							
								
								Handle per-device keyboard focus.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								f0c7b2083a 
								
							
								 
							
						 
						
							
							
								
								Don't close uninitialized fd, check forkpty error.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								c492b482d0 
								
							
								 
							
						 
						
							
							
								
								Make multi-pointer work.  
							
							... 
							
							
 
							
							This also add command line parsing as a way to specify the input
device files to use. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								d6531261de 
								
							
								 
							
						 
						
							
							
								
								Add option parsing using GOption.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								864c468b42 
								
							
								 
							
						 
						
							
							
								
								Make sure we initialize object hash.  
							
							... 
							
							
 
							
							This patch also move the hash implementation details to wayland-util.c. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								997e71eb1e 
								
							
								 
							
						 
						
							
							
								
								Use the screen size for sizing the background.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								9e4c76b530 
								
							
								 
							
						 
						
							
							
								
								Pass -fPIC when compiling shared libraries.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								aad70ba986 
								
							
								 
							
						 
						
							
							
								
								Forgot to add egl-compositor.h.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								29573bc569 
								
							
								 
							
						 
						
							
							
								
								Implement passive grabs on button clicks.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								5ee1a60f1a 
								
							
								 
							
						 
						
							
							
								
								Rewrite input event delivery path.  
							
							... 
							
							
 
							
							Instead of having the input driver push the events into the core server,
only to have the server call back out to the compositor hooks, the driver now
just calls the compositor directly.  The input drivers are always dependent on
the type of compositor anyway so there was no point in passing the events
through the server.  Now the server is only involved when it's time to actually
send the events to the clients. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								d1c58d60f6 
								
							
								 
							
						 
						
							
							
								
								Fix signature for pointer motion event.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								b96785ca61 
								
							
								 
							
						 
						
							
							
								
								Drop glx-compositor for now.  
							
							... 
							
							
 
							
							Might want to resurrect this later, but for now, let's not try to
drag it along. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								4a8767bbb7 
								
							
								 
							
						 
						
							
							
								
								Install libraries plus headers and add pkg-config files.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								7fdff04cdc 
								
							
								 
							
						 
						
							
							
								
								Only send key events to toplevel surface.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								5a75c90d01 
								
							
								 
							
						 
						
							
							
								
								Feed button events through compositor.  
							
							... 
							
							
 
							
							This also generalizes the code to send events to a surface a bit. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								715a081cf4 
								
							
								 
							
						 
						
							
							
								
								Feed motion events through compositor.  
							
							... 
							
							
 
							
							This lets us pass events only to the window that we're mousing over
and we can now transform input events back to the window coordinate space. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								201a904889 
								
							
								 
							
						 
						
							
							
								
								Drop surface iterator API, just track surfaces in the compositor.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								eac149ad06 
								
							
								 
							
						 
						
							
							
								
								Pass button clicks through to compositor.  
							
							... 
							
							
 
							
							This lets us handle raising windows, which is useful. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								98fed0fb84 
								
							
								 
							
						 
						
							
							
								
								Use bilinear filtering.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								fdea72a078 
								
							
								 
							
						 
						
							
							
								
								Handle interrupted system calls in connection code.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								dbd54640f4 
								
							
								 
							
						 
						
							
							
								
								Implement a bunch of escape codes.  
							
							... 
							
							
 
							
							Bash command line editing and gdb is pretty much there.  Emacs, vi and even less
need more work. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								73f4e760a2 
								
							
								 
							
						 
						
							
							
								
								Fix wl_method for screenshooter.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								6e0a2f8953 
								
							
								 
							
						 
						
							
							
								
								Tweak terminal font color.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								9f88b185a0 
								
							
								 
							
						 
						
							
							
								
								Don't forget to initialize overlay position.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								221067654c 
								
							
								 
							
						 
						
							
							
								
								Let clients override the suggested size on resize.  
							
							... 
							
							
 
							
							This lets gears enforce a square aspect ration and minimum size of 300x300
and the terminal now properly resizes in steps of character cells. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								1584c57edc 
								
							
								 
							
						 
						
							
							
								
								Snap terminal size to an integer number of character cells.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								17809b1e43 
								
							
								 
							
						 
						
							
							
								
								Handle \e[J and \e[H so we can clear the terminal.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								721f09f187 
								
							
								 
							
						 
						
							
							
								
								Make sure we don't miss queue redraws between commit and ack.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								c47303f2d2 
								
							
								 
							
						 
						
							
							
								
								Destroy back buffer in acknowledge handler.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								7a8431f670 
								
							
								 
							
						 
						
							
							
								
								Only update gears angle in frame handler.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								0d77fd484c 
								
							
								 
							
						 
						
							
							
								
								Add key map for ctrl modifier as well.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								b29415ee6d 
								
							
								 
							
						 
						
							
							
								
								Update tail pointer correctly so scrolling works.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								f04e838d4a 
								
							
								 
							
						 
						
							
							
								
								Skip escape codes for now.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								6e83d58153 
								
							
								 
							
						 
						
							
							
								
								Add keyboard input to terminal.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								269d6e3daf 
								
							
								 
							
						 
						
							
							
								
								Run command in a pty and feed output to wayland terminal.  
							
							
 
							
						 
						
							17 years ago