c73a40555f 
								
							
								 
							
						 
						
							
							
								
								swaybar/bg: Fix crash on DPMS off  
							
							... 
							
							
 
							
							When turning off displays via DPMS, swaybar and swaybg still tried to
render, but did not get a valid buffer, causing them to crash. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								e0e31418d4 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2267  from emersion/simplify-popup-constraints  
							
							... 
							
							
 
							
							Simplify popup_unconstrain 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								efda33b285 
								
							
								 
							
						 
						
							
							
								
								Simplify popup_unconstrain  
							
							... 
							
							
 
							
							Just use the parent output. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								82c978d34b 
								
							
								 
							
						 
						
							
							
								
								Remove orbital screenshooter  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								671a202c94 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2260  from emersion/fix-has-opaque-lockscreen  
							
							... 
							
							
 
							
							Fix output_has_opaque_lockscreen 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								d88f1d2196 
								
							
								 
							
						 
						
							
							
								
								Fix output_has_opaque_lockscreen  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								bcdf04d79c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2252  from rkubosz/scroll-button-option  
							
							... 
							
							
 
							
							feature: scroll button option for input devices 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								f8bc928b2d 
								
									
								
							
								 
							
						 
						
							
							
								
								add error handling for scroll button out of range  
							
							... 
							
							
 
							
							user will be informed if the scroll button indentifier values causes
underflow or overflow. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								683a307151 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2255  from emersion/xwayland-floating-borders  
							
							... 
							
							
 
							
							Don't disable borders for xwayland floating views 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								53133fdefb 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into xwayland-floating-borders  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								89db5b5716 
								
									
								
							
								 
							
						 
						
							
							
								
								expanded error detection for scroll button option  
							
							... 
							
							
 
							
							Now the scroll_button will not accept:
  - letters on string beginning;
  - negative numbers.
What is tolerated:
  - letters after number;
  - rational numbers: the fraction after dot will be omitted. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								da8149c066 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2253  from Hello71/issue2249  
							
							... 
							
							
 
							
							config.c: fix current_config uninit warning (#2249 ) 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								447e1e6f8a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2256  from emersion/xdg-positioner  
							
							... 
							
							
 
							
							Add xdg-positioner support 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								a96f1c22fe 
								
							
								 
							
						 
						
							
							
								
								Add xdg-positioner support  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								9b16227ec3 
								
							
								 
							
						 
						
							
							
								
								Don't disable borders for xwayland floating views  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								fbecfc2d35 
								
							
								 
							
						 
						
							
							
								
								config.c: fix current_config uninit warning ( #2249 )  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								094edcbea2 
								
									
								
							
								 
							
						 
						
							
							
								
								rm constraint for max value of button identifier  
							
							... 
							
							
 
							
							updated error message to be more adequate for current contraint 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								20d6c7c2e4 
								
									
								
							
								 
							
						 
						
							
							
								
								add paragraph to sway-input man page  
							
							... 
							
							
 
							
							The added paragraph describes how to get button identifier and set it in
config. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								08edaf4e76 
								
									
								
							
								 
							
						 
						
							
							
								
								increase maximum value of button identifier  
							
							... 
							
							
 
							
							and also cleanup spaces 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								abcc2ef9eb 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2250  from RyanDwyer/fix-crash  
							
							... 
							
							
 
							
							Fix crash when launching swaylock 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								ee0e1b170e 
								
							
								 
							
						 
						
							
							
								
								Fix crash in seat code  
							
							... 
							
							
 
							
							Container will be NULL if launching swaylock. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								106a9eaf11 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2235  from emersion/wlr-surface-role  
							
							... 
							
							
 
							
							Update for swaywm/wlroots#1116  
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								60fdb71a1f 
								
							
								 
							
						 
						
							
							
								
								Updates for  swaywm/wlroots#1116  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								2bc18d8cf7 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2248  from Dudemanguy911/fix_crash_on_floating_windows  
							
							... 
							
							
 
							
							fix crash on floating windows 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								41b80c28df 
								
									
								
							
								 
							
						 
						
							
							
								
								add scroll button option  
							
							... 
							
							
 
							
							This commit introduces a scroll_button option, which is intended to be
used with scroll_method. Now user can edit his sway config and add an
scroll_button option to device section. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								588abbb128 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2245  from RyanDwyer/floating-minmax-size  
							
							... 
							
							
 
							
							Implement floating_minimum_size and floating_maximum_size 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								600c126150 
								
							
								 
							
						 
						
							
							
								
								fix crash on floating windows  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								f2d1cf3ceb 
								
							
								 
							
						 
						
							
							
								
								Implement floating_minimum_size and floating_maximum_size  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								73084c5fa6 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2243  from RyanDwyer/use-fullscreen-saved-buffer  
							
							... 
							
							
 
							
							Use saved buffer when fullscreen view is in a transaction 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								edfe42032c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2240  from RedSoxFan/implement-1961  
							
							... 
							
							
 
							
							Implement swaylock customization flags 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								00daa17446 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2242  from RyanDwyer/floating-zindex  
							
							... 
							
							
 
							
							Move floating windows to front when focused 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								3b50a2a3af 
								
							
								 
							
						 
						
							
							
								
								Use saved buffer when fullscreen view is in a transaction  
							
							... 
							
							
 
							
							Fixes  #2237 . 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								15dc5286e2 
								
							
								 
							
						 
						
							
							
								
								Move floating windows to front when focused  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								0f14abf512 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2241  from rustysec/master  
							
							... 
							
							
 
							
							fix tabbed titlebar widths 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								6ae1004cd1 
								
							
								 
							
						 
						
							
							
								
								removed unnecessary parens  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								c06266e12d 
								
							
								 
							
						 
						
							
							
								
								fix line lengths  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								b9d8ecc548 
								
							
								 
							
						 
						
							
							
								
								tabs instead of spaces  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								22d152f1fe 
								
							
								 
							
						 
						
							
							
								
								Change formatting of swaylock usage in the code  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								936a920a8e 
								
							
								 
							
						 
						
							
							
								
								Implement swaylock customization flags  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								89c25dd149 
								
							
								 
							
						 
						
							
							
								
								fix tabbed titlebar widths  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								60bba5a961 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2233  from emersion/remove-clipboard  
							
							... 
							
							
 
							
							Remove `clipboard` command and `get_clipboard` message 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								ba3511b243 
								
							
								 
							
						 
						
							
							
								
								Remove `clipboard` command and `get_clipboard` message  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								8afe68f920 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2232  from ianyfan/ipc  
							
							... 
							
							
 
							
							Add some missing ipc message types from i3 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								23c1c26c3f 
								
							
								 
							
						 
						
							
							
								
								Add get_config message type to ipc  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								5fd36164a0 
								
							
								 
							
						 
						
							
							
								
								Add get_binding_modes message type to ipc  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								c1bb73f865 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2236  from kupospelov/fix-stacked-layout  
							
							... 
							
							
 
							
							Fix title bar rendering for nested stacked containers 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								56ad148403 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into fix-stacked-layout  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								5709c5d375 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2228  from emersion/focus-mode-toggle  
							
							... 
							
							
 
							
							Implement `focus mode_toggle` 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								6fd9a2bfd6 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into focus-mode-toggle  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								fbeef1322f 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2234  from emersion/wlr-log-prefix  
							
							... 
							
							
 
							
							Update for swaywm/wlroots#1126  
							
						 
						
							7 years ago