9e49ceb129 
								
							
								 
							
						 
						
							
							
								
								data-control: add primary selection support  
							
							... 
							
							
 
							
							data-control: separate out a data_offer struct
This is a prerequisite to adding primary selection support.
data-control: separate out data_control_source
This is a prerequisite to adding primary selection support, since that
doesn't use wlr_data_source, but rather wlr_primary_selection_source.
Update the data-control protocol
data-control: add primary selection support
Merge create_offer and create_primary_offer
Extract code into data_control_source_destroy()
Fix pointer style
Move resource neutralization to destructor
Store wl_resource in the data_offer
Extract data_offer destruction into a function 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								9fe8e37961 
								
							
								 
							
						 
						
							
							
								
								Implement the pointer-gestures-unstable-v1 protocol  
							
							... 
							
							
 
							
							This protocol relays touchpad gesture events produced by libinput to
supporting clients (e.g. Evince, Eye of GNOME). 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								af3de7ea68 
								
									
								
							
								 
							
						 
						
							
							
								
								text-input-v3: use protocol from wayland-protocols  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								d4de2bd708 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1476  from emersion/fullscreen-shell  
							
							... 
							
							
 
							
							fullscreen-shell-v1: initial protocol implementation 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								e61ea7706b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1423  from emersion/data-control  
							
							... 
							
							
 
							
							Implement data-control-unstable-v1 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								86f263a0b8 
								
									
								
							
								 
							
						 
						
							
							
								
								fullscreen-shell-v1: initial protocol implementation  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								69e7fd61b7 
								
									
								
							
								 
							
						 
						
							
							
								
								data-control-v1: update to latest protocol proposal  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								4423630687 
								
									
								
							
								 
							
						 
						
							
							
								
								data-control-v1: update protocol to allow NULL selections  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								99d879c887 
								
									
								
							
								 
							
						 
						
							
							
								
								data-control-v1: initial protocol implementation  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								3a3d1b6617 
								
							
								 
							
						 
						
							
							
								
								relative_pointer: create skeleton and build  
							
							... 
							
							
 
							
							Add protocol, header and type files to build. Create skeleton structs,
creator and destroyer, and define implementations. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								5b1b9657bf 
								
							
								 
							
						 
						
							
							
								
								types: implement wlr_foreign_toplevel_management_v1  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								66e8908e9a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1203  from dcz-purism/input  
							
							... 
							
							
 
							
							Support input method and text input 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								cec7471119 
								
							
								 
							
						 
						
							
							
								
								wlroots: add basic support for zwp_input_method_v2  
							
							... 
							
							
 
							
							Implemented basic input method functionality. Not included: popups, grabbing. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								427735fcd9 
								
							
								 
							
						 
						
							
							
								
								wlroots: add support for zwp_text_input_unstable_v3  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								3aad9fd6a9 
								
							
								 
							
						 
						
							
							
								
								presentation-time: add protocol implementation  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								5e9959daaa 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #852  from Laaas/master  
							
							... 
							
							
 
							
							Implement pointer-constraints-unstable-v1 protocol 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								6fd1c63a69 
								
							
								 
							
						 
						
							
							
								
								Fix partial dependency in protocol/meson.build  
							
							... 
							
							
 
							
							External dependencies in Meson do not have include_directories,
therefore "includes: true" means nothing for the wayland-client partial
dependency. Because of this, the -I CFLAGs for wayland-client are not
used by the build command. This commit fixes this by using compile_args. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								fa2e6e7d9d 
								
							
								 
							
						 
						
							
							
								
								Implement pointer-constraints protocol in wlroots and rootston  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								fd3fa760d3 
								
							
								 
							
						 
						
							
							
								
								Revert "Revert "Merge pull request  #1194  from ascent12/meson_feature""  
							
							... 
							
							
 
							
							This reverts commit 9c886f20b9 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								9c886f20b9 
								
							
								 
							
						 
						
							
							
								
								Revert "Merge pull request  #1194  from ascent12/meson_feature"  
							
							... 
							
							
 
							
							This breaks wlroots when used as a meson subproject.
This reverts commit dea311992e6db9c4b746 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								39ac21401f 
								
							
								 
							
						 
						
							
							
								
								Replace generator with custom_target  
							
							... 
							
							
 
							
							This stops the protocol header constantly being regenerated for every
target using them. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								b1ed61b649 
								
							
								 
							
						 
						
							
							
								
								Use pkg-config to find wayland-scanner  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								a2bbf2c1f7 
								
							
								 
							
						 
						
							
							
								
								Make style more consistent  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								1d97202ec2 
								
							
								 
							
						 
						
							
							
								
								examples: add gamma-control  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								a149c2370a 
								
							
								 
							
						 
						
							
							
								
								Implement wlr-gamma-control-unstable-v1  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								555721f714 
								
							
								 
							
						 
						
							
							
								
								Add xdg-decoration-unstable-v1 support  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								bf8751d632 
								
							
								 
							
						 
						
							
							
								
								Start tablet protocol  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								c421700f3d 
								
									
								
							
								 
							
						 
						
							
							
								
								screncopy: update protocol  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								bf7560b7cd 
								
									
								
							
								 
							
						 
						
							
							
								
								screencopy: add capture_output_region support  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								2b9cbaddf3 
								
									
								
							
								 
							
						 
						
							
							
								
								screencopy: add support for frame flags  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								bd8be19b79 
								
									
								
							
								 
							
						 
						
							
							
								
								screencopy: add presentation timestamp  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								73755ad348 
								
									
								
							
								 
							
						 
						
							
							
								
								screencopy-v1: add basic implementation  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								9eddcbc376 
								
							
								 
							
						 
						
							
							
								
								Update example and protocol  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								b9b397ef80 
								
									
								
							
								 
							
						 
						
							
							
								
								Add a demo client for dmabuf export  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a16ad4327a 
								
									
								
							
								 
							
						 
						
							
							
								
								Update protocol  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								1377e551ef 
								
									
								
							
								 
							
						 
						
							
							
								
								Update wlr-export-dmabuf protocol  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								36bd4795d4 
								
									
								
							
								 
							
						 
						
							
							
								
								export-dmabuf: add basic and incomplete implementation  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								5334ee8bfd 
								
							
								 
							
						 
						
							
							
								
								virtual-keyboard: add support for the virtual-keyboard-v1 protocol  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								5bd170b2f3 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix typos in documentation  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								177b548b15 
								
							
								 
							
						 
						
							
							
								
								Update layer shell with optional wl_output  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								cd66d4732f 
								
							
								 
							
						 
						
							
							
								
								Use 'private-code' for wayland-scanner code generation  
							
							... 
							
							
 
							
							They deprecated 'code' for 'public-code', but suggest using 'private-code'... 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								abfe7923c4 
								
							
								 
							
						 
						
							
							
								
								Add wlr_xdg_output_manager  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								ef4e833f13 
								
							
								 
							
						 
						
							
							
								
								Add wlr_input_inhibitor  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								e841e5602b 
								
							
								 
							
						 
						
							
							
								
								Address @emersion's feedback  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								86ca4bea6d 
								
							
								 
							
						 
						
							
							
								
								Fix layer rendering/layout bugs  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d1c0e6fe2c 
								
							
								 
							
						 
						
							
							
								
								Add layer_surface.close  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								4bf936360d 
								
							
								 
							
						 
						
							
							
								
								Arrange & render layer surfaces  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b31ce4220c 
								
							
								 
							
						 
						
							
							
								
								Add broken test client and rootston stubs  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								88eec637a4 
								
							
								 
							
						 
						
							
							
								
								Address feedback  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b06105b564 
								
							
								 
							
						 
						
							
							
								
								Implement layer surface requests  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f29d8b55ae 
								
							
								 
							
						 
						
							
							
								
								Initial scaffolding of layer shell  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								14cdb6153f 
								
							
								 
							
						 
						
							
							
								
								Add initial linux_dmabuf protocol support  
							
							... 
							
							
 
							
							Tested with
    ./weston-simple-dmabuf-drm
    ./weston-simple-dmabuf-drm --import-immediate=1
    ./weston-simple-dmabuf-drm --y-inverted=1
    (and combinations)
Supports only single plane XRGB dmabufs for now. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								6c7e1c867c 
								
							
								 
							
						 
						
							
							
								
								protocol: sort protocols from wayland-protocols alphabetically  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								87a7afb641 
								
							
								 
							
						 
						
							
							
								
								idle-inhibit: second feedback pass  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3016133f91 
								
							
								 
							
						 
						
							
							
								
								idle-inhibit: feedback pass  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a0bce86006 
								
							
								 
							
						 
						
							
							
								
								adds the client example for idle-inhibit  
							
							... 
							
							
 
							
							Adds a client example for the idle-inhibit-unsable-v1 protocol.
The client creates a surface and requests an idle inhibitor.
On pointer BTN_LEFT the inhibitor is destroyed if it exists, or
recreated if it was destroyed before.
The surfaces colour is based on the idle-inhibit state.
Green if an inhibitor exists, yellow if it does not. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								50d573b2ca 
								
							
								 
							
						 
						
							
							
								
								implements the idle_inhibit protocol type  
							
							... 
							
							
 
							
							This adds the types/wlr_idle_inhibit_v1 implementation. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b46cc3cafd 
								
							
								 
							
						 
						
							
							
								
								wayland protocol build: remove client protocols we do not use  
							
							... 
							
							
 
							
							Only include client protocols that we use on the client side.
Since these are not installed, there should not be any change
with this.
Testers - please note 'ninja -C build clean' does not remove
the old headers, you need to start from a new directory. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								7d26a6debd 
								
							
								 
							
						 
						
							
							
								
								xdg-shell stable: copy-pasta implementation  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								c2e1474010 
								
									
								
							
								 
							
						 
						
							
							
								
								Reformat all #include directives  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								21cc5e6fef 
								
							
								 
							
						 
						
							
							
								
								Add idle protocol  
							
							... 
							
							
 
							
							Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								0a171d3ace 
								
									
								
							
								 
							
						 
						
							
							
								
								Add wlr_primary_selection_device_manager and wlr_primary_selection_source  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								e521b0404b 
								
									
								
							
								 
							
						 
						
							
							
								
								Add server-decoration skeleton  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a5fe9aa736 
								
							
								 
							
						 
						
							
							
								
								Add FreeBSD compatibility  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								35f9700251 
								
									
								
							
								 
							
						 
						
							
							
								
								First attempt to implement screenshooter  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								1c8b72e0cd 
								
									
								
							
								 
							
						 
						
							
							
								
								Add screenshooter skeleton  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								1b588e7c1f 
								
									
								
							
								 
							
						 
						
							
							
								
								Add gamma_control skeleton  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								368f74e4df 
								
							
								 
							
						 
						
							
							
								
								Refactor meson build files  
							
							... 
							
							
 
							
							Use tabs for indentation and break up function calls over 80 col. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								577d2f6fcd 
								
							
								 
							
						 
						
							
							
								
								wayland backend: switch to xdg shell  
							
							... 
							
							
 
							
							Closes  #72  and #96 . 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d4b4bfb8bc 
								
							
								 
							
						 
						
							
							
								
								Fix   #64  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								62d8b252c0 
								
							
								 
							
						 
						
							
							
								
								Refactor meson and move xdg-shell into wlroots  
							
							
 
							
						 
						
							8 years ago