Joshua Ashton 
								
							 
						 
						
							
							
							
							
								
							
							
								846ccb9eb9 
								
							 
						 
						
							
							
								
								action: Implement shift to go backwards in OSD  
							
							 
							
							... 
							
							
							
							Signed-off-by: Joshua Ashton <joshua@froggi.es> 
							
						 
						
							2021-10-18 17:28:34 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									ARDiDo 
								
							 
						 
						
							
							
							
							
								
							
							
								f5072151a9 
								
							 
						 
						
							
							
								
								add pointer constraints  
							
							 
							
							
							
						 
						
							2021-10-17 22:32:25 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joshua Ashton 
								
							 
						 
						
							
							
							
							
								
							
							
								a6e1ee0a25 
								
							 
						 
						
							
							
								
								include: Add min/max helpers  
							
							 
							
							... 
							
							
							
							Signed-off-by: Joshua Ashton <joshua@froggi.es> 
							
						 
						
							2021-10-17 19:49:05 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joshua Ashton 
								
							 
						 
						
							
							
							
							
								
							
							
								8652f97887 
								
							 
						 
						
							
							
								
								view: Add view_min_size helper function  
							
							 
							
							... 
							
							
							
							Signed-off-by: Joshua Ashton <joshua@froggi.es> 
							
						 
						
							2021-10-17 19:49:05 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joshua Ashton 
								
							 
						 
						
							
							
							
							
								
							
							
								8e3108c032 
								
							 
						 
						
							
							
								
								action: Add 'SnapToEdge'  
							
							 
							
							... 
							
							
							
							Implements snap-style edge snapping that works between multiple monitors.
Signed-off-by: Joshua Ashton <joshua@froggi.es> 
							
						 
						
							2021-10-17 12:19:35 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								e2ae63a7cf 
								
							 
						 
						
							
							
								
								xdg/wayland-shell: handle set_app_id and set_class events  
							
							 
							
							
							
						 
						
							2021-10-16 21:50:56 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								e140682528 
								
							 
						 
						
							
							
								
								view: call wlr_foreign_toplevel_handle_v1_set_app_id() on map  
							
							 
							
							... 
							
							
							
							Fix issue #74 
Add view-impl.c with view_impl_map() containing common code for xdg-shell
and xwayland-shell. 
							
						 
						
							2021-10-16 21:26:57 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								4d44659c08 
								
							 
						 
						
							
							
								
								desktop: remove deprecated functions  
							
							 
							
							... 
							
							
							
							- set_activated()
- desktop_set_focus_view_only() 
							
						 
						
							2021-10-16 19:53:00 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								9a290feeea 
								
							 
						 
						
							
							
								
								desktop: simplify interface for view raise/focus  
							
							 
							
							... 
							
							
							
							Split desktop_focus_view() into the following two functions:
  - desktop_focus_and_activate_view()
  - desktop_raise_view()
Always call view_set_activated() rather than using the private
set_activated(). This keeps the code cleaner and ensures
wlr_foreign_toplevel_handle_v1_set_activated() is called. 
							
						 
						
							2021-10-16 19:44:54 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								70144ac113 
								
							 
						 
						
							
							
								
								view: add view_set_activated()  
							
							 
							
							... 
							
							
							
							Call wlr_foreign_toplevel_handle_v1_set_activated() from it in support of
issue #73  
							
						 
						
							2021-10-16 19:24:26 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								597650b457 
								
							 
						 
						
							
							
								
								theme: add window_(in)active_label_text_color  
							
							 
							
							... 
							
							
							
							Support both active and inactive colors for titlebar text 
							
						 
						
							2021-10-15 21:35:41 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									ARDiDo 
								
							 
						 
						
							
							
							
							
								
							
							
								d4e1791c88 
								
							 
						 
						
							
							
								
								Reconfigure inputs  
							
							 
							
							
							
						 
						
							2021-10-10 21:52:40 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								6a00166cff 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/johanmalm/labwc  
							
							 
							
							
							
						 
						
							2021-10-04 06:24:34 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									ARDiDo 
								
							 
						 
						
							
							
							
							
								
							
							
								6bf3bb97f5 
								
							 
						 
						
							
							
								
								implement basic drag and drop  
							
							 
							
							
							
						 
						
							2021-10-03 21:50:29 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								1e4598cdce 
								
							 
						 
						
							
							
								
								s/desktop_view_at()/desktop_surface_and_view_at()/  
							
							 
							
							... 
							
							
							
							Make is clearer what the function does. 
							
						 
						
							2021-09-25 10:04:37 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								b5addb62e0 
								
							 
						 
						
							
							
								
								labwc.h: fix coding style  
							
							 
							
							
							
						 
						
							2021-09-22 20:24:02 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								119ef87373 
								
							 
						 
						
							
							
								
								s/focused_view()/desktop_focused_view()  
							
							 
							
							
							
						 
						
							2021-09-20 22:12:34 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								e4b51fc5e8 
								
							 
						 
						
							
							
								
								desktop.c: make topmost_mapped_view() private  
							
							 
							
							
							
						 
						
							2021-09-20 22:07:19 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									bi4k8 
								
							 
						 
						
							
							
							
							
								
							
							
								815cd4aa46 
								
							 
						 
						
							
							
								
								define focused_view function and use it for keyboard actions  
							
							 
							
							
							
						 
						
							2021-09-20 21:14:24 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									bi4k8 
								
							 
						 
						
							
							
							
							
								
							
							
								b7cce58f56 
								
							 
						 
						
							
							
								
								implement ToggleDecorations and ToggleFullscreen actions  
							
							 
							
							
							
						 
						
							2021-09-20 21:14:24 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								a9042e3cde 
								
							 
						 
						
							
							
								
								Fix coding style following  824282dd 
							
							 
							
							
							
						 
						
							2021-08-25 19:59:49 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								824282dd2e 
								
							 
						 
						
							
							
								
								Merge pull request  #54  from telent/lockdown  
							
							 
							
							... 
							
							
							
							implement input_inhibit protocol, needed for swaylock 
							
						 
						
							2021-08-24 21:56:13 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								7bfe350f25 
								
							 
						 
						
							
							
								
								view: fix impl->set_fullscreen() argument bug  
							
							 
							
							
							
						 
						
							2021-08-24 21:53:20 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Daniel Barlow 
								
							 
						 
						
							
							
							
							
								
							
							
								ab9838888d 
								
							 
						 
						
							
							
								
								implement commented-out bit in seat_disinhibit_input  
							
							 
							
							
							
						 
						
							2021-08-24 21:24:08 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								645a8e46a6 
								
							 
						 
						
							
							
								
								Support fullscreen mode (issue  #53 )  
							
							 
							
							
							
						 
						
							2021-08-23 22:05:30 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Daniel Barlow 
								
							 
						 
						
							
							
							
							
								
							
							
								39b1d92f9b 
								
							 
						 
						
							
							
								
								implement input_inhibit protocol, needed for swaylock  
							
							 
							
							... 
							
							
							
							this is in "it appears to work" state, though I blindly copy-pasted a little
more code than I'm happy with, so might benefit from a review 
							
						 
						
							2021-08-22 21:30:42 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Daniel Barlow 
								
							 
						 
						
							
							
							
							
								
							
							
								804384368c 
								
							 
						 
						
							
							
								
								add support for primary selection  
							
							 
							
							
							
						 
						
							2021-08-18 23:42:56 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								77ade08158 
								
							 
						 
						
							
							
								
								osd: support 'alt-tab' on screen display  
							
							 
							
							... 
							
							
							
							The osd window shows title, app_id/class and shell of all views that can
be cycled between. 
							
						 
						
							2021-08-16 07:16:56 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								f857aea8f4 
								
							 
						 
						
							
							
								
								ssd: add application title to title bar  
							
							 
							
							
							
						 
						
							2021-08-07 09:35:53 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								9cf0608aba 
								
							 
						 
						
							
							
								
								foreign: handle minimize request  
							
							 
							
							
							
						 
						
							2021-08-05 13:00:34 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								b4722d988e 
								
							 
						 
						
							
							
								
								foreign: handle maximize request  
							
							 
							
							
							
						 
						
							2021-08-05 12:52:42 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								042ea266a5 
								
							 
						 
						
							
							
								
								Add simple foreign toplevel implementation  
							
							 
							
							
							
						 
						
							2021-08-05 12:18:10 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								526ab1ae75 
								
							 
						 
						
							
							
								
								view: add view_toggle_maximize()  
							
							 
							
							
							
						 
						
							2021-08-02 16:49:41 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								82e47ac1f5 
								
							 
						 
						
							
							
								
								Remove src/common/log.c  
							
							 
							
							... 
							
							
							
							Use wlr_log() instead 
							
						 
						
							2021-07-23 21:15:55 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								22f5073ebd 
								
							 
						 
						
							
							
								
								xdg: use "usable_area" when positioning view  
							
							 
							
							
							
						 
						
							2021-07-21 22:04:54 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								5e83ce6b46 
								
							 
						 
						
							
							
								
								Add view_move_to_edge() to header file  
							
							 
							
							
							
						 
						
							2021-07-20 20:24:39 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								69f0f68cc2 
								
							 
						 
						
							
							
								
								Open new views on output where cursor is  
							
							 
							
							
							
						 
						
							2021-07-13 21:50:02 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								eaed1a3cab 
								
							 
						 
						
							
							
								
								action: add "Close" to close top-most view  
							
							 
							
							
							
						 
						
							2021-07-12 21:47:27 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								a3ac2f2767 
								
							 
						 
						
							
							
								
								layers: take into account usable area when maximizing views  
							
							 
							
							
							
						 
						
							2021-07-12 21:39:09 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								ee15a5fe56 
								
							 
						 
						
							
							
								
								cursor: handle button press on layer-surface (issue  #41 )  
							
							 
							
							
							
						 
						
							2021-07-12 16:44:30 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								cb98f8f197 
								
							 
						 
						
							
							
								
								view: add view_center()  
							
							 
							
							
							
						 
						
							2021-07-09 21:39:20 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Mikhail Kshevetskiy 
								
							 
						 
						
							
							
							
							
								
							
							
								00db22e44f 
								
							 
						 
						
							
							
								
								focus: add basic follow mouse support  
							
							 
							
							
							
						 
						
							2021-05-28 21:25:19 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								2a48f2801b 
								
							 
						 
						
							
							
								
								Create a linked list of SSD for each view  
							
							 
							
							
							
						 
						
							2021-03-21 21:46:16 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								fc76100fd5 
								
							 
						 
						
							
							
								
								Add ssd.h  
							
							 
							
							
							
						 
						
							2021-03-21 20:54:55 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								a262b729df 
								
							 
						 
						
							
							
								
								Rename deco.c ssd.c  
							
							 
							
							
							
						 
						
							2021-03-20 14:41:39 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jan Beich 
								
							 
						 
						
							
							
							
							
								
							
							
								ad07acc13c 
								
							 
						 
						
							
							
								
								xdg: chase  swaywm/wlroots@f574ca934c  
							
							 
							
							... 
							
							
							
							src/xdg.c:180:2: warning: implicit declaration of function 'wlr_xdg_surface_for_each_popup' is invalid in C99 [-Wimplicit-function-declaration]
        wlr_xdg_surface_for_each_popup(view->xdg_surface, iterator, data);
        ^
ld: error: undefined symbol: wlr_xdg_surface_for_each_popup
>>> referenced by xdg.c:180 (src/xdg.c:180)
>>>               labwc.p/src_xdg.c.o:(xdg_toplevel_view_for_each_popup)
Based on 5438cc158a 
							
						 
						
							2021-03-13 23:23:33 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								fc3a170c78 
								
							 
						 
						
							
							
								
								Merge pull request  #21  from apbryan/output-management  
							
							 
							
							... 
							
							
							
							Output management 
							
						 
						
							2021-03-06 18:15:48 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								d54a998dd8 
								
							 
						 
						
							
							
								
								Handle wlr_surface->events.new_subsurface  
							
							 
							
							... 
							
							
							
							Add view-child.c, xdg-popup.c, subsurface.c in order to track damage
associated with new XDG subsurfaces. 
							
						 
						
							2021-03-02 20:37:23 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								e0067536fc 
								
							 
						 
						
							
							
								
								view.c: refactor view_maximize()  
							
							 
							
							
							
						 
						
							2021-03-01 18:15:02 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johan Malm 
								
							 
						 
						
							
							
							
							
								
							
							
								be3fea0c1a 
								
							 
						 
						
							
							
								
								view.c: remember unmaximized geometry  
							
							 
							
							
							
						 
						
							2021-02-28 18:12:10 +00:00