871646d225 
								
							
								 
							
						 
						
							
							
								
								Double-fork for xwayland execution  
							
							... 
							
							
 
							
							The intermediate fork needs to wait for SIGUSR1 for when Xserver is
ready, or SIGCHLD if the exec didn't work out.
Also change the exit() to _exit() as that is apparently more appropriate
for forks (and waitpid's status was wrong without it for some reason)
Fixes  #122 . 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2f5ff45039 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #123  from ascent12/session-multi-gpu  
							
							... 
							
							
 
							
							Session Multi-GPU 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								48fa59c22e 
								
							
								 
							
						 
						
							
							
								
								Remove __PRETTY_FUNCTION__  
							
							... 
							
							
 
							
							This is pointlessly non-portable and completely equivilent to __func__
in C. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d16b2977f6 
								
							
								 
							
						 
						
							
							
								
								Remove single GPU assumptions from wlr_session  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								fb93628bda 
								
							
								 
							
						 
						
							
							
								
								Merge wlr_udev into wlr_session  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								46823152ea 
								
							
								 
							
						 
						
							
							
								
								Rename functions to be consistent with  #93  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f10da8291b 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #119  from martinetd/xwayland  
							
							... 
							
							
 
							
							Xwayland 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b29c7d01b1 
								
							
								 
							
						 
						
							
							
								
								xwayland: relinquish wl_fd[0] after creating client  
							
							... 
							
							
 
							
							wayland WILL close this fd during wl_client_destroy, after our handler
if we close it as well this will close some of the fd we reopened 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								4a288fdacb 
								
							
								 
							
						 
						
							
							
								
								xwm: free x11 windows on finish  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								e3143b50b6 
								
							
								 
							
						 
						
							
							
								
								xwayland: fix some shutdown cases  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								fd3ad3b9e4 
								
							
								 
							
						 
						
							
							
								
								xwayland: fix shutdown caused by Xwayland/client stop  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								0196284331 
								
							
								 
							
						 
						
							
							
								
								xwm: remove xcb-util dependency  
							
							... 
							
							
 
							
							This hardcodes a define, but other projects (wlc/weston) either use the raw
number or just redefine it with another name anyway...
This should fix travis build. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3391e5b634 
								
							
								 
							
						 
						
							
							
								
								xwayland: fix style issues  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a39b091bd9 
								
							
								 
							
						 
						
							
							
								
								xwm: reply to configure_requests  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								1458a95e65 
								
							
								 
							
						 
						
							
							
								
								example compositor: loop through xwayland surfaces  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f912316d9b 
								
							
								 
							
						 
						
							
							
								
								xwm: handle some more events  
							
							... 
							
							
 
							
							handle map/unmap_notify, property_notify (just logging for now), and
client_message for wl_surface_id.
We almost can display an X window now, just need the compositor to
iterate over them 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								ea906ea3e2 
								
							
								 
							
						 
						
							
							
								
								wlr surface/shell types: add message on creation  
							
							... 
							
							
 
							
							Not sure if we really want to keep that, would be helpful to get more
logging levels at some point 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								eb5b9cc6da 
								
							
								 
							
						 
						
							
							
								
								xwayland: move & split internal header file  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								fa0e1015c6 
								
							
								 
							
						 
						
							
							
								
								xwm: fix minimal init, this gets us some events on window creations  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								6eb20fb8d2 
								
							
								 
							
						 
						
							
							
								
								init xwm only once Xwayland server is ready  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3cc5b1acc6 
								
							
								 
							
						 
						
							
							
								
								wlr_compositor: add signal for create_surface  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b2bab1af5c 
								
							
								 
							
						 
						
							
							
								
								xwayland: split xwm structure out, initial xwm.c  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								60451521bd 
								
							
								 
							
						 
						
							
							
								
								start xwayland in example compositor  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								49a823d4c6 
								
							
								 
							
						 
						
							
							
								
								Xwayland: first draft, just start server for now  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a138657598 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #121  from martinetd/wlr_seat_destroy  
							
							... 
							
							
 
							
							wlr_seat: fix destroy with multiple handles 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								ee3c5c7fef 
								
							
								 
							
						 
						
							
							
								
								wlr_seat: fix destroy with multiple handles  
							
							... 
							
							
 
							
							Need to use for_each_safe because wl_resource_destroy's callback will
remove the handle from the list itself 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								9f6c8e6288 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #118  from martinetd/delay_handle_keyboard_cb  
							
							... 
							
							
 
							
							example compositor: handle keyboard after we're done with init 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b56f15bca7 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #117  from ascent12/meson-options  
							
							... 
							
							
 
							
							Change meson to be more configurable 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2948f53721 
								
							
								 
							
						 
						
							
							
								
								example compositor: handle keyboard after we're done with init  
							
							... 
							
							
 
							
							the libinput backend does wl_display roundtrips, during which there is a
small window where keystrokes can be handled before the rest of the example
compositor is ready.
Setting the callback later ensures we're not called at this point 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								75978636d9 
								
							
								 
							
						 
						
							
							
								
								Change meson to be more configurable  
							
							... 
							
							
 
							
							We move the warning options into the project's default_options, meaning
a user can configure them with `meson configure` and not need to edit
the file.
We also make it possible to disable logind/libcap even if they're
present. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a1c3636d69 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #115  from martinetd/move_wl_compositor  
							
							... 
							
							
 
							
							move wl_compositor into wlroots as wlr_compositor 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								1ca08dc4cb 
								
							
								 
							
						 
						
							
							
								
								wlr_compositor: change _init/finish to _create/destroy  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								4110788159 
								
							
								 
							
						 
						
							
							
								
								move wl_compositor into wlroots as wlr_compositor  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b876bea288 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #114  from martinetd/cleanups  
							
							... 
							
							
 
							
							Cleanups 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								84c0c87a5d 
								
							
								 
							
						 
						
							
							
								
								wlr_surface: change update_size/damage to bool  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								062d923b0a 
								
							
								 
							
						 
						
							
							
								
								wayland backend: wl_event_source_remove on destroy  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								5885679e33 
								
							
								 
							
						 
						
							
							
								
								examples: separate compositor_fini from run  
							
							... 
							
							
 
							
							compositor_fini destroys the display, but it is an error to destroy it
before e.g. wlr_seat that references it.
This lets us order destroy calls properly, following first-in-last-out
logic. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								4da976bfad 
								
							
								 
							
						 
						
							
							
								
								wlr_surface: small refactoring  
							
							... 
							
							
 
							
							- split surface damage and buffer damage
 - the pending buffers are always valid, so can be 'fini'shed
 - consider opaque buffer and input buffer in commit, just to free
 - only update size if scale/transform/buffer changed 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								03b29eb32c 
								
							
								 
							
						 
						
							
							
								
								wlr region/surface: explicitely select interface fields  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								fc1a851415 
								
							
								 
							
						 
						
							
							
								
								wlr_surface: clear/fini buffers when appropriate  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f24b3df980 
								
							
								 
							
						 
						
							
							
								
								wlr renderer/texture: rename init to create when it does alloc  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								12782eabfe 
								
							
								 
							
						 
						
							
							
								
								libinput: wl_event_source_remove on destroy  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								58efb8f90a 
								
							
								 
							
						 
						
							
							
								
								wayland backend: remove explicit scale = 1  
							
							... 
							
							
 
							
							This is now set correctly in the wlr_output init 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3674085fae 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #113  from acrisci/feature/rename-wlr-cursor  
							
							... 
							
							
 
							
							rename wlr_cursor to wlr_xcursor 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f334dcaf40 
								
							
								 
							
						 
						
							
							
								
								rename wlr_cursor.c to wlr_xcursor.c  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f03be94309 
								
							
								 
							
						 
						
							
							
								
								rename wlr_cursor to wlr_xcursor  
							
							... 
							
							
 
							
							This is for the implementation of another type that should be called wlr_cursor. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								01d9eda702 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #110  from acrisci/feature/refactor-example-config  
							
							... 
							
							
 
							
							Refactor example output config 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								e3edb08126 
								
							
								 
							
						 
						
							
							
								
								bring output configuration into shared.h  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								769549c652 
								
							
								 
							
						 
						
							
							
								
								Refactor example output config  
							
							... 
							
							
 
							
							Put all the config parsing into shared.h so it is shared among the examples. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a1551bccc0 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #107  from nyorain/wlr_data_device_manager  
							
							... 
							
							
 
							
							Implement wlr_data_{source,device,device_manager} 
							
						 
						
							8 years ago