6ea02f3064 
								
							
								 
							
						 
						
							
							
								
								Initial pass on HiDPI support  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								a5af3bce98 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #796  from Hummer12007/ipc_sub  
							
							... 
							
							
 
							
							Initialize client's subscribed events 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								cf8ef2aea2 
								
							
								 
							
						 
						
							
							
								
								Initialize client's subscribed events  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								178063319c 
								
							
								 
							
						 
						
							
							
								
								Add commit message guidelines to CONTRIBUTING.md  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								d07eaed79f 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #793  from thejan2009/workspace_layout_first_window_fix  
							
							... 
							
							
 
							
							bugfix: invisible windows on empty workspace with tabbed/stacked layout 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								ee67c5bee3 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #791  from acrisci/feature/focus-child  
							
							... 
							
							
 
							
							Implement `focus child` command 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								d03266a77a 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #792  from acrisci/feature/render-focused-stack-children-focused  
							
							... 
							
							
 
							
							Render focused stack/tab children focused 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7efc810e6b 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #794  from thejan2009/close-all-focused-containers  
							
							... 
							
							
 
							
							Close all focused container's child views on cmd_kill 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								33c1df38bd 
								
							
								 
							
						 
						
							
							
								
								Close all focused container's child views on kill  
							
							... 
							
							
 
							
							Previously, cmd_kill only closed a focused view, while containers were
not affected. Now it closes all views that are children of the focused
container. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								a46cf77549 
								
							
								 
							
						 
						
							
							
								
								bugfix: windows on empty workspaces with layout tabbed/stacked would spawn with 0x0 geometry  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								badfcf7c76 
								
							
								 
							
						 
						
							
							
								
								Render focused stack/tab children focused  
							
							... 
							
							
 
							
							Whenever a stacked or tabbed container has focused, paint the titlebars of all
its child windows to be focused as well to indicate the parent stack/tab
container has the focus. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								88b7cbe314 
								
							
								 
							
						 
						
							
							
								
								Implement `focus child` command  
							
							... 
							
							
 
							
							The `focus child` command focuses the child container within the selected
container. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								6d2b455727 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #790  from acrisci/bug/switch-focus-workspace-output  
							
							... 
							
							
 
							
							bugfix: set focus to workspace of an output 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								8a03f138bf 
								
							
								 
							
						 
						
							
							
								
								bugfix: set focus to workspace of an output  
							
							... 
							
							
 
							
							In `move_focus()`, when given an output, set the focus to the workspace of that
output instead of the output itself.
This fixes a bug that did not allow users to switch between outputs introduced
in afc6ad6 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								70e73d71db 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #789  from acrisci/bug/focus-parent-above-workspace  
							
							... 
							
							
 
							
							bugfix: cmd focus parent don't set focus above ws 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								afc6ad6419 
								
							
								 
							
						 
						
							
							
								
								bugfix: cmd focus parent don't set focus above ws  
							
							... 
							
							
 
							
							In the `focus parent` command, do not set focus above the workspace level.
These containers are not meant to be focused.
This prevents a crash on repeated `focus parent` commands. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								ba8f0da9de 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #787  from acrisci/bug/ipc-command-result-array  
							
							... 
							
							
 
							
							Put ipc command result json in an array 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0d461ad988 
								
							
								 
							
						 
						
							
							
								
								Put ipc command result json in an array  
							
							... 
							
							
 
							
							For compatibility with i3, put the command result into an array.
Returning multiple command results is still unsupported. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								4637462a68 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #785  from thejan2009/floating-scroll-event-passthrough  
							
							... 
							
							
 
							
							don't passthrough a floating_scroll event to focused window 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								80858c1f57 
								
							
								 
							
						 
						
							
							
								
								don't passthrough a floating_scroll event to focused window  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								643bd8f158 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #779  from thejan2009/smart-gaps-outer  
							
							... 
							
							
 
							
							Hide outer gaps too when smart_gaps is on 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								1fb971fffc 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #781  from thejan2009/bottom-right-edges  
							
							... 
							
							
 
							
							properly hide bottom and right borders 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f16cb1464f 
								
							
								 
							
						 
						
							
							
								
								properly hide bottom and right borders  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								789870e60e 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #780  from zandrmartin/fix-edge-gap  
							
							... 
							
							
 
							
							fix regression in hide_edge_borders 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								3137615838 
								
									
								
							
								 
							
						 
						
							
							
								
								fix regression in hide_edge_borders  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								d61b59cad1 
								
							
								 
							
						 
						
							
							
								
								outer gap 0 with smart_gaps on  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9fe1d3da38 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #778  from thejan2009/hide_edge_borders-fix  
							
							... 
							
							
 
							
							Hide edge borders fix 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								03b0180c30 
								
							
								 
							
						 
						
							
							
								
								rename ws to workspace for clarity  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								b893f07ce1 
								
							
								 
							
						 
						
							
							
								
								calculate borders for hiding from workspace geometry  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f181bf9c54 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #777  from Hummer12007/bg-arng  
							
							... 
							
							
 
							
							Arrange backgrounds only when required 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								a2bc6f3bfd 
								
							
								 
							
						 
						
							
							
								
								Arrange backgrounds only when required  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								464239f7ac 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #776  from Hummer12007/window-events  
							
							... 
							
							
 
							
							[RFC] Implement window events 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f022628a2e 
								
							
								 
							
						 
						
							
							
								
								Handle transient_for  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f52daa26c9 
								
							
								 
							
						 
						
							
							
								
								Unite describe_view and describe_window  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e5c7b019ff 
								
							
								 
							
						 
						
							
							
								
								Fix dispatching and assigning events  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								2029fef6b8 
								
							
								 
							
						 
						
							
							
								
								More progress on window events  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								976e48d79f 
								
							
								 
							
						 
						
							
							
								
								Initial work on window events  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								095353d91d 
								
							
								 
							
						 
						
							
							
								
								Remove arrange_windows from post-render  
							
							... 
							
							
 
							
							Fixes  #741  
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								5de5c3838b 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #774  from Hummer12007/eventmasks  
							
							... 
							
							
 
							
							Properly construct event bitmasks 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0b5391ed77 
								
							
								 
							
						 
						
							
							
								
								Properly construct event bitmasks  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7e6c67c26c 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #773  from SethBarberee/patch-2  
							
							... 
							
							
 
							
							Update swaylock zsh completion 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								6ec51e3350 
								
							
								 
							
						 
						
							
							
								
								Update _swaylock  
							
							... 
							
							
 
							
							added new option of daemonize (-f --daemonize) that was added to swaylock in https://github.com/SirCmpwn/sway/pull/750  and added socket completion upon reading more into swaylock/main.c  (it also is in the usage help but never had it in completion) 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								4190ddb0d1 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #770  from minus7/that-bugged-me  
							
							... 
							
							
 
							
							clean up apply_input_config 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								50b09937b2 
								
							
								 
							
						 
						
							
							
								
								clean up apply_input_config  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								5a1d95ac2a 
								
							
								 
							
						 
						
							
							
								
								Move backgrounds to back after arrange_windows  
							
							... 
							
							
 
							
							Fixes  #769  
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								c0e4522202 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #764  from deklov/move-position-bug-02  
							
							... 
							
							
 
							
							Do not crash when handling the command 'move position' 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								2956645718 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #768  from gpyh/patch-1  
							
							... 
							
							
 
							
							Packages link to the wiki page with instructions 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								435509c871 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #767  from thejan2009/correct-container-titles  
							
							... 
							
							
 
							
							Construct titles of nested tabbed/stacked containers from app_id inst… 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								5d250f3da6 
								
							
								 
							
						 
						
							
							
								
								Construct titles of nested tabbed/stacked containers from app_id instead of title  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9b2780a6c2 
								
							
								 
							
						 
						
							
							
								
								Packages link to the wiki page with instructions  
							
							... 
							
							
 
							
							I wanted to make sure that NixOS users get the warning without polluting the README.
Turns out the "Install other distros" had plenty to say about supported packages, so I slightly restructured the page.
Now the README links to the wiki page. 
							
						 
						
							9 years ago