8ce7e3b44e 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into destroy-output-destroy-empty-workspaces  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								48b911a459 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2281  from pvsr/X11_click  
							
							... 
							
							
 
							
							Send clicks to swaybar blocks as X11 button ids 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								e43c20134a 
								
							
								 
							
						 
						
							
							
								
								remove unnecessary parens  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								03d49490cc 
								
							
								 
							
						 
						
							
							
								
								Update cursor on focus change  
							
							... 
							
							
 
							
							This allows to send wl_pointer.enter when switching between views
in a split/tabbed layout for instance. This (1) updates the cursor
image accordingly (2) makes it unnecessary to move the mouse before
scrolling. It's harmless to always call cursor_send_pointer_motion
because in case the focused surface hasn't changed this is a no-op.
The `last_focus != NULL` condition is required otherwise
cursor_send_pointer_motion will crash when sway starts up (the
sway_output doesn't yet have a workspace). 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								bec982bba6 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2289  from frsfnrrg/memory-fixes  
							
							... 
							
							
 
							
							Fix memory leaks and reference to uninitialized 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								3931cb85b2 
								
							
								 
							
						 
						
							
							
								
								Fix memory leak in sway/desktop/idle_inhibit_v1.c  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								37471ac649 
								
							
								 
							
						 
						
							
							
								
								Fix memory leak in handle_layer_shell_surface  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								600676688a 
								
							
								 
							
						 
						
							
							
								
								Free individual criteria in free_config  
							
							... 
							
							
 
							
							Also free cmd_list when cleaning up a struct criteria. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								b3014f7b16 
								
							
								 
							
						 
						
							
							
								
								Fix uninitialized pointer in view_unmap  
							
							... 
							
							
 
							
							Otherwise, sway crashes due to uninitialized pointer
dereference when AddressSanitizer is active. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								f516dbfb6d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2286  from RyanDwyer/default-floating-border  
							
							... 
							
							
 
							
							Implement default_floating_border command and adjust CSD behaviour 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								10fc7a5b49 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into default-floating-border  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								db3a363734 
								
							
								 
							
						 
						
							
							
								
								Revert "config: free include path on successful load"  
							
							... 
							
							
 
							
							This reverts commit 92450883d7 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								9c8d73dad6 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2287  from RyanDwyer/superfluous-urgent-events  
							
							... 
							
							
 
							
							Remove superfluous IPC urgent events 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								9cbff272cb 
								
							
								 
							
						 
						
							
							
								
								Remove superfluous IPC urgent events  
							
							... 
							
							
 
							
							When an xwayland view is mapped, the IPC urgent event was being sent on
every surface commit.
I had intentionally ommitted the check because I figured an urgent
surface could update its urgent timestamp by sending urgent a second
time. But that's not how it works in xwayland's case, and it makes for
more complicated code. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								75c699db62 
								
							
								 
							
						 
						
							
							
								
								Implement default_floating_border command and adjust CSD behaviour  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								7268d544c2 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2285  from emersion/cleanup-swayidle  
							
							... 
							
							
 
							
							swayidle: cleanup 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								14511da75d 
								
							
								 
							
						 
						
							
							
								
								send scroll events to swaybar blocks  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								79a998849b 
								
							
								 
							
						 
						
							
							
								
								make hotspot callback take an x11 button id  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								d6bd314dff 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2276  from RyanDwyer/urgency  
							
							... 
							
							
 
							
							Implement urgency base functionality 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								255dc8bbb0 
								
							
								 
							
						 
						
							
							
								
								swaybar: Read urgent colors from IPC  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								297e32126f 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2265  from RedSoxFan/implement-1962  
							
							... 
							
							
 
							
							Implement swaylock configuration file parsing 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								4657ea5a42 
								
							
								 
							
						 
						
							
							
								
								swayidle: cleanup  
							
							... 
							
							
 
							
							No idea why wlr_output_layout was involved here. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								7b91712416 
								
							
								 
							
						 
						
							
							
								
								Switch to using getopt_long for config flag  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								14c949c1c7 
								
							
								 
							
						 
						
							
							
								
								Remove leftover parens  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								85584734ce 
								
							
								 
							
						 
						
							
							
								
								Remove int cast after changing to size_t  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								d375f6af18 
								
							
								 
							
						 
						
							
							
								
								Change to size_t in swaylock's get_config_path  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								296889f3d7 
								
							
								 
							
						 
						
							
							
								
								Implement swaylock configuration file parsing  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								6a9ca6efa0 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2283  from RyanDwyer/no-focus  
							
							... 
							
							
 
							
							Implement no_focus command 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								e2f28c023c 
								
							
								 
							
						 
						
							
							
								
								Focus view before running criteria when mapping  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								fc2484095a 
								
							
								 
							
						 
						
							
							
								
								Implement no_focus command  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								a588b326c2 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2282  from RyanDwyer/fix-tab-split-focus  
							
							... 
							
							
 
							
							Fix tab split focus bug 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								af5f736277 
								
							
								 
							
						 
						
							
							
								
								Render containers as urgent if they have an urgent child  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								9ca5cb7faf 
								
							
								 
							
						 
						
							
							
								
								Fix tab split focus bug  
							
							... 
							
							
 
							
							Fixes a bug where if you have a tab containing a split, then switch from
a non-split tab to the split tab, focus is not changed properly. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								be28c18ad5 
								
							
								 
							
						 
						
							
							
								
								Mark containers as urgent in IPC if they have urgent views  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								5f0a4bb6a4 
								
							
								 
							
						 
						
							
							
								
								Update workspace urgent state when views close or move workspaces  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								560627437b 
								
							
								 
							
						 
						
							
							
								
								Make container_for_each_descendant_dfs descend into floating views  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								64e3bc3ab0 
								
							
								 
							
						 
						
							
							
								
								Fix crash in ipc_json_describe_view  
							
							... 
							
							
 
							
							I didn't expect a function called ipc_json_describe_view to be passed a
container which wasn't a view :\ 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								a211daf9e6 
								
							
								 
							
						 
						
							
							
								
								Add documentation for urgent command  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								e3f90f00fe 
								
							
								 
							
						 
						
							
							
								
								Implement xwayland urgency hint  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								f86087d78f 
								
							
								 
							
						 
						
							
							
								
								Fix urgency IPC events  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								315d5311b2 
								
							
								 
							
						 
						
							
							
								
								Implement urgency base functionality  
							
							... 
							
							
 
							
							Introduces a command to manually set urgency, as well as rendering of
urgent views, sending the IPC event, removing urgency after focused for
one second, and matching urgent views via criteria. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								b314a8f2cc 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2280  from ianyfan/leaks  
							
							... 
							
							
 
							
							Fix some memory leaks 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								9559e3e2af 
								
							
								 
							
						 
						
							
							
								
								config output: free command string if unused  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								92450883d7 
								
							
								 
							
						 
						
							
							
								
								config: free include path on successful load  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								ba8981e44b 
								
							
								 
							
						 
						
							
							
								
								bar: free old position when changing  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								87334dbccb 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2277  from ianyfan/config-read-fix  
							
							... 
							
							
 
							
							Fix config buffer overflow and logic 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								011d43746f 
								
							
								 
							
						 
						
							
							
								
								Add error handling for getting config file size  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								e6209afcd6 
								
							
								 
							
						 
						
							
							
								
								Fix config buffer overflow and logic  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								8e05fb7826 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2275  from RyanDwyer/transactionise-focus  
							
							... 
							
							
 
							
							Make focus part of transactions 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								a120d4c79f 
								
							
								 
							
						 
						
							
							
								
								Make focus part of transactions  
							
							... 
							
							
 
							
							Rather than maintain copies of the entire focus stack, this PR
transactionises the focus by introducing two new properties to the
container state and using those when rendering.
* `bool focused` means this container has actual focus. Only one
container should have this equalling true in its current state.
* `struct sway_container *focus_inactive_child` points to the immediate
child that was most recently focused (eg. for tabbed and stacked
containers). 
							
						 
						
							7 years ago