c27cd5f065 
								
							 
						 
						
							
							
								
								document the map/unmap xdg-shell events  
							
							
							
						 
						
							2018-05-28 11:16:33 -04:00  
				
					
						
							
							
								 
						
							
								f95bd1facf 
								
							 
						 
						
							
							
								
								Merge pull request  #1007  from emersion/xdg-toplevel-tiled  
							
							... 
							
							
							
							xdg-shell: add wlr_xdg_toplevel_set_tiled 
							
						 
						
							2018-05-27 08:58:05 -04:00  
				
					
						
							
							
								 
						
							
								47f097e09b 
								
							 
						 
						
							
							
								
								xdg-shell: add wlr_xdg_toplevel_set_tiled  
							
							
							
						 
						
							2018-05-27 13:38:06 +01:00  
				
					
						
							
							
								 
						
							
								ebc8004c8c 
								
							 
						 
						
							
							
								
								Merge pull request  #1006  from emersion/drm-logs  
							
							... 
							
							
							
							backend/drm: better connector cleanup, add more logs 
							
						 
						
							2018-05-27 08:37:46 -04:00  
				
					
						
							
							
								 
						
							
								79683ee497 
								
							 
						 
						
							
							
								
								backend/drm: better connector cleanup, add more logs  
							
							
							
						 
						
							2018-05-27 13:21:41 +01:00  
				
					
						
							
							
								 
						
							
								b597f5e380 
								
							 
						 
						
							
							
								
								Merge pull request  #1004  from emersion/surface-buffer-send-release  
							
							... 
							
							
							
							surface: remove wl_resource_post_event 
							
						 
						
							2018-05-26 15:57:28 -04:00  
				
					
						
							
							
								 
						
							
								da504f9253 
								
							 
						 
						
							
							
								
								surface: remove wl_resource_post_event  
							
							
							
						 
						
							2018-05-26 19:43:55 +01:00  
				
					
						
							
							
								 
						
							
								4dfcbcf5dd 
								
							 
						 
						
							
							
								
								Merge pull request  #1003  from acrisci/document-keyboard-events  
							
							... 
							
							
							
							document key and modifier signals 
							
						 
						
							2018-05-26 19:12:50 +01:00  
				
					
						
							
							
								 
						
							
								9971d06afb 
								
							 
						 
						
							
							
								
								document key and modifier signals  
							
							
							
						 
						
							2018-05-26 11:32:45 -04:00  
				
					
						
							
							
								 
						
							
								0eec0c7303 
								
							 
						 
						
							
							
								
								Merge pull request  #1001  from ammen99/xterm-fix  
							
							... 
							
							
							
							xwm: set the proper event mask in client messages 
							
						 
						
							2018-05-26 08:19:52 +01:00  
				
					
						
							
							
								 
						
							
								5dd1a838f3 
								
							 
						 
						
							
							
								
								xwm: set the proper event mask in client messages  
							
							... 
							
							
							
							Fixes  #927  
						
							2018-05-26 10:08:20 +03:00  
				
					
						
							
							
								 
						
							
								6eb4b5b54d 
								
							 
						 
						
							
							
								
								Merge pull request  #993  from emersion/bind-wl-drm-in-renderer  
							
							... 
							
							
							
							render: bind wl_drm in renderer 
							
						 
						
							2018-05-25 13:54:16 +01:00  
				
					
						
							
							
								 
						
							
								35b31dcfb7 
								
							 
						 
						
							
							
								
								Merge pull request  #1000  from ammen99/custom-renderer-initialization  
							
							... 
							
							
							
							[RFC] backends: implement custom EGL and renderer initialization 
							
						 
						
							2018-05-25 08:38:44 -04:00  
				
					
						
							
							
								 
						
							
								24cf70ae96 
								
							 
						 
						
							
							
								
								backends: implement custom EGL and renderer initialization  
							
							... 
							
							
							
							Compositors now have more control over how the backend creates its
renderer. Currently all backends create an EGL/GLES2 renderer, so
the necessary attributes for creating the context are passed to a
user-provided callback function. It is responsible for initializing
provided wlr_egl and to return a renderer. On fail, return 0.
Fixes  #987  
							
						 
						
							2018-05-25 14:56:52 +03:00  
				
					
						
							
							
								 
						
							
								a0eb37e2ea 
								
							 
						 
						
							
							
								
								Merge pull request  #997  from dcz-purism/master  
							
							... 
							
							
							
							Ignore clicks on un-focuseable things. 
							
						 
						
							2018-05-24 10:30:15 -04:00  
				
					
						
							
							
								 
						
							
								a94c56a828 
								
							 
						 
						
							
							
								
								rootston: Keep focus unchanged when non-focusable element clicked  
							
							... 
							
							
							
							Before this change, a view would lose focus after clicking something that's not keyboard-interactive. This would lead to edge cases with layer-shell windows like input methods, which are pointer-only-interactive, but are not intended to change the state of any focus. 
							
						 
						
							2018-05-24 16:10:29 +02:00  
				
					
						
							
							
								 
						
							
								fa13493ad5 
								
							 
						 
						
							
							
								
								rootston: Disable keyboard focus on inactive views  
							
							... 
							
							
							
							After clicking on something non-interactive, the current view was getting deactivated, but still received keyboard events. roots_seat_set_focus now changes both together in this case. 
							
						 
						
							2018-05-24 16:05:12 +02:00  
				
					
						
							
							
								 
						
							
								0ab37db543 
								
							 
						 
						
							
							
								
								Merge pull request  #994  from agreppin/master  
							
							... 
							
							
							
							fix server error on exit: eglMakeCurrent Invalid display 
							
						 
						
							2018-05-23 15:30:11 +01:00  
				
					
						
							
							
								 
						
							
								4e89e0fc6c 
								
							 
						 
						
							
							
								
								fix server exit: eglMakeCurrent Invalid display  
							
							
							
						 
						
							2018-05-23 16:17:29 +02:00  
				
					
						
							
							
								 
						
							
								41130fe54b 
								
							 
						 
						
							
							
								
								render: bind wl_drm in renderer  
							
							
							
						 
						
							2018-05-21 19:07:08 +01:00  
				
					
						
							
							
								 
						
							
								341af97125 
								
							 
						 
						
							
							
								
								Merge pull request  #978  from emersion/wlr-backend-env  
							
							... 
							
							
							
							backend: add WLR_BACKEND env variable 
							
						 
						
							2018-05-20 16:21:02 -04:00  
				
					
						
							
							
								 
						
							
								327aa7f49d 
								
							 
						 
						
							
							
								
								Merge pull request  #990  from emersion/fullscreen-clear-alpha  
							
							... 
							
							
							
							output: correctly clear screen when fullscreened 
							
						 
						
							2018-05-20 13:52:14 +01:00  
				
					
						
							
							
								 
						
							
								e849a68e6e 
								
							 
						 
						
							
							
								
								output: correctly clear screen when fullscreened  
							
							
							
						 
						
							2018-05-20 13:44:18 +01:00  
				
					
						
							
							
								 
						
							
								8585533a78 
								
							 
						 
						
							
							
								
								Merge pull request  #989  from ascent12/unused_arg  
							
							... 
							
							
							
							Remove unused argument 
							
						 
						
							2018-05-19 13:01:50 +01:00  
				
					
						
							
							
								 
						
							
								1a3921d4d4 
								
							 
						 
						
							
							
								
								Remove unused argument  
							
							
							
						 
						
							2018-05-19 23:39:51 +12:00  
				
					
						
							
							
								 
						
							
								9e3dd6b560 
								
							 
						 
						
							
							
								
								backend/wayland: fix segfault when destroying backend before starting it  
							
							
							
						 
						
							2018-05-19 09:34:16 +01:00  
				
					
						
							
							
								 
						
							
								75b10cd621 
								
							 
						 
						
							
							
								
								backend: support creating DRM and libinput via WLR_BACKENDS  
							
							
							
						 
						
							2018-05-19 09:32:08 +01:00  
				
					
						
							
							
								 
						
							
								b547279625 
								
							 
						 
						
							
							
								
								Merge pull request  #986  from ammen99/master  
							
							... 
							
							
							
							gles2: pre-multiply alpha and fix blending function 
							
						 
						
							2018-05-19 09:21:35 +01:00  
				
					
						
							
							
								 
						
							
								007d83c6ee 
								
							 
						 
						
							
							
								
								backend: allow multiple backends in WLR_BACKENDS  
							
							
							
						 
						
							2018-05-19 09:09:03 +01:00  
				
					
						
							
							
								 
						
							
								52bd8aa716 
								
							 
						 
						
							
							
								
								backend/multi: disallow multiple renderers at the same time  
							
							
							
						 
						
							2018-05-19 09:09:03 +01:00  
				
					
						
							
							
								 
						
							
								a1631dd9ee 
								
							 
						 
						
							
							
								
								backend: add WLR_BACKEND env variable  
							
							
							
						 
						
							2018-05-19 09:08:59 +01:00  
				
					
						
							
							
								 
						
							
								47ffd0e184 
								
							 
						 
						
							
							
								
								gles2: pre-multiply alpha and fix blending function  
							
							
							
						 
						
							2018-05-18 20:34:36 +03:00  
				
					
						
							
							
								 
						
							
								98088e78df 
								
							 
						 
						
							
							
								
								Merge pull request  #977  from emersion/split-xdg-shell  
							
							... 
							
							
							
							Split xdg-shell into multiple files 
							
						 
						
							2018-05-17 08:14:34 -04:00  
				
					
						
							
							
								 
						
							
								c74f5b1138 
								
							 
						 
						
							
							
								
								xdg-output: bump output manager version to 2  
							
							
							
						 
						
							2018-05-17 09:30:10 +01:00  
				
					
						
							
							
								 
						
							
								ec6e56a314 
								
							 
						 
						
							
							
								
								Merge pull request  #966  from emersion/xdg-output-2  
							
							... 
							
							
							
							Add support for version 2 of the xdg-output protocol 
							
						 
						
							2018-05-17 09:21:17 +01:00  
				
					
						
							
							
								 
						
							
								63fd2203fe 
								
							 
						 
						
							
							
								
								Add support for version 2 of the xdg-output protocol  
							
							
							
						 
						
							2018-05-17 08:42:59 +01:00  
				
					
						
							
							
								 
						
							
								f1fcc685b6 
								
							 
						 
						
							
							
								
								Merge pull request  #983  from Ongy/drm_cursor_transform  
							
							... 
							
							
							
							update drm cursor matrix on set_transform 
							
						 
						
							2018-05-16 15:25:59 +01:00  
				
					
						
							
							
								 
						
							
								6a46fcc6f2 
								
							 
						 
						
							
							
								
								recalculate cursor projection matrix on set_cursor  
							
							... 
							
							
							
							Updates the projection matrix for the cursor plane in the DRM backend,
when the cursor is set, so new cursor are uploaded with the correct
transformation. 
							
						 
						
							2018-05-16 15:44:41 +02:00  
				
					
						
							
							
								 
						
							
								027ead2de7 
								
							 
						 
						
							
							
								
								Merge pull request  #982  from RedSoxFan/fix-alpha  
							
							... 
							
							
							
							Fix alpha for src_rgba and src_rgbx 
							
						 
						
							2018-05-16 08:29:45 +01:00  
				
					
						
							
							
								 
						
							
								35e83800d4 
								
							 
						 
						
							
							
								
								Fix alpha for src_rgba and src_rgbx  
							
							
							
						 
						
							2018-05-15 22:29:36 -04:00  
				
					
						
							
							
								 
						
							
								5758498831 
								
							 
						 
						
							
							
								
								Merge pull request  #981  from emersion/fix-lingering-hw-cursor  
							
							... 
							
							
							
							output: fix lingering hardware cursors 
							
						 
						
							2018-05-15 14:17:17 -04:00  
				
					
						
							
							
								 
						
							
								dbba1311b7 
								
							 
						 
						
							
							
								
								output: fix lingering hardware cursors  
							
							
							
						 
						
							2018-05-15 18:13:26 +01:00  
				
					
						
							
							
								 
						
							
								9e6d9779a0 
								
							 
						 
						
							
							
								
								Merge pull request  #979  from emersion/wayland-backend-title-output-name  
							
							... 
							
							
							
							backend/wayland: print output name in window title 
							
						 
						
							2018-05-14 19:29:07 -04:00  
				
					
						
							
							
								 
						
							
								198ad27bd5 
								
							 
						 
						
							
							
								
								backend/wayland: print output name in window title  
							
							
							
						 
						
							2018-05-15 00:16:18 +01:00  
				
					
						
							
							
								 
						
							
								3036507463 
								
							 
						 
						
							
							
								
								xdg-shell: split into multiple files  
							
							
							
						 
						
							2018-05-14 22:28:45 +01:00  
				
					
						
							
							
								 
						
							
								c7480d5084 
								
							 
						 
						
							
							
								
								xdg-shell-v6: rename shared private functions to prevent conflicts with xdg-shell stable  
							
							
							
						 
						
							2018-05-14 19:16:46 +01:00  
				
					
						
							
							
								 
						
							
								1e5b5d15a6 
								
							 
						 
						
							
							
								
								Merge pull request  #973  from emersion/split-xdg-shell-v6  
							
							... 
							
							
							
							xdg-shell-v6: split into separate files 
							
						 
						
							2018-05-13 18:12:33 -04:00  
				
					
						
							
							
								 
						
							
								facc5aa359 
								
							 
						 
						
							
							
								
								xdg-shell-v6: split into separate files  
							
							
							
						 
						
							2018-05-13 22:32:03 +01:00  
				
					
						
							
							
								 
						
							
								383ce3d5b7 
								
							 
						 
						
							
							
								
								Merge pull request  #975  from acrisci/fix-pointer-example  
							
							... 
							
							
							
							pointer example fixes 
							
						 
						
							2018-05-13 10:52:36 -04:00  
				
					
						
							
							
								 
						
							
								a078e50ec0 
								
							 
						 
						
							
							
								
								rename sample state to "state"  
							
							
							
						 
						
							2018-05-13 10:45:18 -04:00