3f072bedd9 
								
									
								
							
								 
							
						 
						
							
							
								
								xdg-shell-v6: add map signal  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								ebdabc2030 
								
							
								 
							
						 
						
							
							
								
								Make X11 fully optional  
							
							... 
							
							
 
							
							Make X11 Backend (in addition to XWayland) optional and small bug fix on XWayland includes. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								c27fd1e1ee 
								
									
								
							
								 
							
						 
						
							
							
								
								rootston: add view_map and view_unmap  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								bfc0e95d2c 
								
							
								 
							
						 
						
							
							
								
								Add mode support to libinput backend  
							
							... 
							
							
 
							
							And extend tablet example with tilt and ring support 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a951fbb264 
								
									
								
							
								 
							
						 
						
							
							
								
								output: don't move hidden cursors  
							
							... 
							
							
 
							
							When using the DRM backend and multiple outputs, that reduces the
number of commits. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								36dcad13d0 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #707  from ascent12/xcb_fixes  
							
							... 
							
							
 
							
							Xcb fixes 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3c9fc7c68e 
								
							
								 
							
						 
						
							
							
								
								Add const to x11 and input interfaces  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								902d6cc240 
								
							
								 
							
						 
						
							
							
								
								Use xcb atoms properly  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								c986cc24a9 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #703  from swaywm/drop-travis  
							
							... 
							
							
 
							
							Remove Travis in favor of builds.sr.ht 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								925d7a4987 
								
							
								 
							
						 
						
							
							
								
								Remove Travis in favor of builds.sr.ht  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3a291b189b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #699  from martinetd/xcb_errors  
							
							... 
							
							
 
							
							Print xcb errors 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2910972b25 
								
							
								 
							
						 
						
							
							
								
								xwm.h: fix guard ifdef and remove wlr_ prefix from xwm_atoms_contains  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								0713cb043f 
								
							
								 
							
						 
						
							
							
								
								Change .build.yml upstream to GitHub  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d9a724c4a2 
								
							
								 
							
						 
						
							
							
								
								xcb errors: init errors context at start  
							
							... 
							
							
 
							
							`xcb_errors_context_new` is more than just a malloc, it does a few
xcb requests so we benefit from not generating a new context everytime 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								7d1870c6f1 
								
							
								 
							
						 
						
							
							
								
								move xwm.h out of include/wlr  
							
							... 
							
							
 
							
							xwm.h was meant to be private, so move it to include/xwayland/xwm.h
We had an ifdef WLR_HAS_XCB_ICCCM in xwayland.h which was easy to move
to xwm, it is not safe to use the WLR_HAS_* in the public headers.
I checked a few of our current users and none rely on xwm.h being
public as expected (rootston, sway, hsroots) 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								9a37a33f05 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #701  from mikkeloscar/fix-arch-travis  
							
							... 
							
							
 
							
							Enable docker service in travis 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f481791669 
								
							
								 
							
						 
						
							
							
								
								xcb error: get unhandled events names  
							
							... 
							
							
 
							
							This provides more friendly debug messages for unhandled events,
for example:
[xwayland/xwm.c:1033] unhandled X11 event: FocusOut (10)
[xwayland/xwm.c:1033] unhandled X11 event: MappingNotify (34) 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2c10344f8f 
								
									
								
							
								 
							
						 
						
							
							
								
								Enable docker service in travis  
							
							... 
							
							
 
							
							Adds the docker service in travis which is now required by arch-travis.
See: https://github.com/mikkeloscar/arch-travis/pull/40  
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								8026cd2a06 
								
							
								 
							
						 
						
							
							
								
								xcb error: always log sequence  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								0775d00c39 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #700  from martinetd/gitignore  
							
							... 
							
							
 
							
							Update .gitignore 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								69697e55a1 
								
							
								 
							
						 
						
							
							
								
								update .gitignore  
							
							... 
							
							
 
							
							- Remove old cmake ignores
- Add rootston.ini (example is rootston.ini.example) 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								6f9da97565 
								
							
								 
							
						 
						
							
							
								
								xcb errors: address declare-assign style  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f8428d1063 
								
							
								 
							
						 
						
							
							
								
								xcb errors: optional dependency with improved messages  
							
							... 
							
							
 
							
							Now message can look like:
[xwayland/xwm.c:991] xcb error: op ChangeProperty (no minor), code Window (no extension), value 6291465
instead of this one when the lib is not available:
[xwayland/xwm.c:999] xcb error: op 18:0, code 3, sequence 103, value 6291465
The value in case of Window is the window id, so we can tell what
function applied on which window which is a good start.
The sequence ought to be able to tell us more precisely which
invocation it was, but we never log it when calling functions
so is useless in practice and no longer logged. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2a9ba5c8dc 
								
							
								 
							
						 
						
							
							
								
								xcb errors: log raw values  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3d176fcd1a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #697  from martinetd/xwm_values  
							
							... 
							
							
 
							
							xwm: fix call of xcb_change_window_attributes for old gcc versions 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								5ec06dcecd 
								
							
								 
							
						 
						
							
							
								
								xwm: fix call of xcb_change_window_attributes for old gcc versions  
							
							... 
							
							
 
							
							gcc 6.3.0 (at least) complains about &values:
expected ‘const uint32_t * {aka const unsigned int *}’ but argument
is of type ‘uint32_t (*)[1] {aka unsigned int (*)[1]}’
Reported by thorwil on irc 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								aa2b62fbff 
								
									
								
							
								 
							
						 
						
							
							
								
								output-layout: fix output global not destroyed  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								0820557c8c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #693  from emersion/fix-output-bind-multiple  
							
							... 
							
							
 
							
							Fix clients binding multiple times to the same output 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								7340cf19ea 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #694  from Ongy/keep_current_mode  
							
							... 
							
							
 
							
							prevent current_mode null on output_enable(false) 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								6c7e1c867c 
								
							
								 
							
						 
						
							
							
								
								protocol: sort protocols from wayland-protocols alphabetically  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2cea430488 
								
							
								 
							
						 
						
							
							
								
								prevent current_mode null on output_enable(false)  
							
							... 
							
							
 
							
							The current mode was set to NULL to abuse it as state variable
persisting DRM suspend/resume, this results resulted in a segfault on
normal DPMS cycle.
This reverts that change and uses the wlr_output enabled variable, which
also persists and makes more sense. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								90148e64ab 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix clients binding multiple times to the same output  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d9571f27e6 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #691  from agx/egl_ext_match  
							
							... 
							
							
 
							
							Avoid false positives on egl extension matching 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d9f2e90df6 
								
							
								 
							
						 
						
							
							
								
								Avoid false positives on egl extension matching  
							
							... 
							
							
 
							
							Due to the strstr prefix match EGL_EXT_foo would be incorrectly matched
if EGL_EXT_foobar would be available but not foo.
This doesn't matter for the currently checked extensions but will matter
for EGL_EXT_image_dma_buf_import_modifiers vs
EGL_EXT_image_dma_buf_import
Code borrowed from weston 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								8ba8cc37f2 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #692  from agx/texture_format_err  
							
							... 
							
							
 
							
							textures: tell us which texture format is unsupported 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2dc8a35db2 
								
							
								 
							
						 
						
							
							
								
								textures: tell us which texture format is unsupported  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								73045a7d9d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #690  from agx/eglCreateImageKHR  
							
							... 
							
							
 
							
							wlr_egl_create_image: return NULL when function is missing 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d928ddc36c 
								
							
								 
							
						 
						
							
							
								
								wlr_egl_create_image: return NULL when function is missing  
							
							... 
							
							
 
							
							This matches the return value of elgCreateImage in case of error. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								75a7340a27 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #689  from Ongy/fullscreen-opacity  
							
							... 
							
							
 
							
							set fullscreen alpha to 1 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								14bb550bff 
								
							
								 
							
						 
						
							
							
								
								set alpha to 1.0 for drag icons  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								333110515e 
								
							
								 
							
						 
						
							
							
								
								set fullscreen alpha to 1  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								c2ba1869ce 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #670  from Ongy/xwayland_unmanaged  
							
							... 
							
							
 
							
							add xwayland unmanaged tests to support dmenu 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								1171368cfc 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #687  from agx/roots_view.alpha  
							
							... 
							
							
 
							
							rootston: drop saved.alpha from roots_view 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f97ef3f5d4 
								
							
								 
							
						 
						
							
							
								
								rootston: drop saved.alpha from roots_view  
							
							... 
							
							
 
							
							It's currently unused. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								bae17ab97c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #683  from Ongy/drm_remember_dpms  
							
							... 
							
							
 
							
							restore dpms state on drm resume 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a65ef8ea86 
								
							
								 
							
						 
						
							
							
								
								restore dpms state on drm resume  
							
							... 
							
							
 
							
							If there is no current mode, set outputs to dpms off in drm resume.
Sets current mode to null on disable to ensure this can be checked. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								bb676013ed 
								
							
								 
							
						 
						
							
							
								
								add xwayland unmanaged tests to support dmenu  
							
							... 
							
							
 
							
							This adds `wlr_xwayland_surface_is_unamanged`, to allow compositors more
fine grained control over XWayland focus.
A surface that is unmanaged should not receive focus, while other
windows that are just override redirect may want it (dmenu).
The way unamanged is determined is taken from wlc. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3296365ce5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #659  from agx/alpha  
							
							... 
							
							
 
							
							Make wlr_render_with_matrix use alpha 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								202a728ee9 
								
							
								 
							
						 
						
							
							
								
								rootstion: handle alpha in server side decorations  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								9864f1c136 
								
							
								 
							
						 
						
							
							
								
								rootston: wire up window alpha keybinding  
							
							
 
							
						 
						
							8 years ago