summaryrefslogtreecommitdiff
path: root/sway/tree/layout.c
AgeCommit message (Expand)Author
2018-06-01Fix getting adjacent outputRyan Dwyer
2018-06-01Replace is_floating boolean with functionRyan Dwyer
2018-06-01Implement floatingRyan Dwyer
2018-06-01Implement `floating enable`Drew DeVault
2018-06-01Merge pull request #2081 from RedSoxFan/fix-2077emersion
2018-06-01Fix move perpendicular segfaultBrian Ashworth
2018-05-31Send reparent events in container_splitBrian Ashworth
2018-05-31Fix typoBrian Ashworth
2018-05-31Fix moving out of tab/stack when only childBrian Ashworth
2018-05-29Notify of subtree changeBrian Ashworth
2018-05-29Fix moving out of a tabbed/stacked workspaceBrian Ashworth
2018-05-29Fix breaking out of tabs/stacksBrian Ashworth
2018-05-28Merge pull request #2060 from RedSoxFan/focus-wrappingemersion
2018-05-27Implement focus_wrappingBrian Ashworth
2018-05-28Fix ancestor typosRyan Dwyer
2018-05-26Implement swap commandBrian Ashworth
2018-05-25Merge pull request #2033 from RyanDwyer/arrange-after-flattenDrew DeVault
2018-05-25Merge pull request #2034 from RyanDwyer/cleanup-container-titlesDrew DeVault
2018-05-25Fix focus bug when moving between outputsRyan Dwyer
2018-05-25Clean up container title functionsRyan Dwyer
2018-05-25Arrange views after flattening the parentRyan Dwyer
2018-05-24Fix crash in move workspace to output commandRyan Dwyer
2018-05-21Implement tabbed layoutRyan Dwyer
2018-04-28Refactor arrange_windows()Ryan Dwyer
2018-04-26Remove sway_container.workspace_layoutRyan Dwyer
2018-04-20Keep view fullscreened when moving to another workspace.Ryan Dwyer
2018-04-19container_get_in_direction(): Don't split this functionRyan Dwyer
2018-04-19arrange_windows(): Calculate workspace properties when fullscreenRyan Dwyer
2018-04-18More fullscreen fixes.Ryan Dwyer
2018-04-18Fullscreen fixes.Ryan Dwyer
2018-04-17Create sway_workspace struct.Ryan Dwyer
2018-04-17Feedback for fullscreen.Ryan Dwyer
2018-04-16Implement fullscreen.Ryan Dwyer
2018-04-13Fix gcc maybe-uninitialized warningDominique Martinet
2018-04-07container_create_notify on splitTony Crisci
2018-04-07seat get focus inactive viewTony Crisci
2018-04-07Fix output containers positionemersion
2018-04-06Don't rejigger if parent has two childrenemersion
2018-04-06When moving between outputs, use output center as referenceemersion
2018-04-06Fix issue with incorrectly rejiggered workspacesDrew DeVault
2018-04-06Fix moving to parallel container on another outputDrew DeVault
2018-04-06Address @emersion feedbackDrew DeVault
2018-04-06Fix another of @orestisf1993's issuesDrew DeVault
2018-04-06Fix moving into right end of containerDrew DeVault
2018-04-06Fix issues @orestisf1993 raisedDrew DeVault
2018-04-06Address @emersion's commentsDrew DeVault
2018-04-06Add debug tree viewDrew DeVault
2018-04-06Fix splitting workspacesDrew DeVault
2018-04-06Fix workspaces not updated on swaybarDrew DeVault
2018-04-06Implement move [left|right|up|down]Drew DeVault