aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2018-06-01Render floating views before top layer and unmanagedRyan Dwyer-2/+1
2018-06-01Store swayc coordinates as layout-localRyan Dwyer-130/+71
2018-06-01Add L_FLOATING back to debug treeRyan Dwyer-1/+3
2018-06-01Rename set_maximized functions to set_tiledRyan Dwyer-16/+16
2018-06-01Prevent splitting a floating viewRyan Dwyer-6/+9
2018-06-01Fix issues with sticky containers and workspacesRyan Dwyer-33/+54
* Attach sticky containers to new workspaces when switching * Fire the close event *before* we start destroying the workspace to prevent a crash Because the sticky container now follows the visible workspace, this simplifies the rendering and container_at logic.
2018-06-01Fix unfullscreening a floating viewRyan Dwyer-18/+31
2018-06-01Respect view's border config for floating containersRyan Dwyer-2/+7
2018-06-01Replace is_floating boolean with functionRyan Dwyer-36/+44
2018-06-01Use L_FLOATING instead of reapable booleanRyan Dwyer-7/+14
2018-06-01Implement floatingRyan Dwyer-169/+572
2018-06-01Send frame done to floating viewsDrew DeVault-5/+13
Also centers them on the screen when initially floated In the future we'll need a more sophisticated solution than that
2018-06-01Render floating viewsDrew DeVault-0/+1
2018-06-01Implement `floating enable`Drew DeVault-5/+99
2018-06-01Merge pull request #2081 from RedSoxFan/fix-2077emersion-2/+3
Send reparent events in container_split
2018-06-01Merge pull request #2082 from RedSoxFan/fix-move-perpendicular-segfaultemersion-1/+2
Fix move perpendicular segfault
2018-06-01Fix move perpendicular segfaultBrian Ashworth-1/+2
2018-05-31Send reparent events in container_splitBrian Ashworth-2/+3
2018-05-31Merge pull request #2079 from RedSoxFan/fix-2078Drew DeVault-0/+13
Fix moving out of tab/stack when only child
2018-05-31Fix typoBrian Ashworth-1/+1
2018-05-31Fix moving out of tab/stack when only childBrian Ashworth-0/+13
2018-05-30Merge pull request #2065 from RedSoxFan/fix-2018Ryan Dwyer-6/+43
Fix #2018 - Moving containers out of tabs/stacks
2018-05-29Send IPC layout of node itselfBrian Ashworth-5/+1
2018-05-29Notify of subtree changeBrian Ashworth-0/+1
2018-05-29Fix layout in -t get_treeBrian Ashworth-1/+2
2018-05-29Fix moving out of a tabbed/stacked workspaceBrian Ashworth-5/+14
2018-05-29Fix breaking out of tabs/stacksBrian Ashworth-2/+32
2018-05-29Merge pull request #2069 from RyanDwyer/ipc-workspace-representationDrew DeVault-7/+15
Add tree representation to IPC workspace description
2018-05-29Add tree representation to IPC workspace descriptionRyan Dwyer-7/+15
2018-05-29Merge pull request #2068 from RedSoxFan/workspace-layoutRyan Dwyer-0/+23
Add config parser for workspace_layout
2018-05-28Implement config parser for workspace_layoutBrian Ashworth-0/+23
2018-05-28Merge pull request #2067 from RedSoxFan/force-fully-opaque-fullscreenDrew DeVault-4/+4
Force fullscreen views to be fully opaque
2018-05-28Force fullscreen views to be fully opaqueBrian Ashworth-4/+4
2018-05-28Merge pull request #2066 from RedSoxFan/force-focus-wrappingemersion-0/+31
Support i3's legacy force_focus_wrapping command
2018-05-28Support i3's legacy force_focus_wrapping commandBrian Ashworth-0/+31
2018-05-28Merge pull request #2060 from RedSoxFan/focus-wrappingemersion-10/+59
Implement focus_wrapping
2018-05-28Merge pull request #2058 from RyanDwyer/refactor-parse-title-formatemersion-20/+13
Refactor parse_title_format
2018-05-28Merge pull request #2059 from RyanDwyer/ancestor-typoemersion-12/+12
Fix ancestor typos
2018-05-28Merge pull request #2057 from RyanDwyer/swaymsg-fix-exit-codeemersion-4/+17
swaymsg: Fix exit code
2018-05-28swaymsg: Fix exit codeRyan Dwyer-4/+17
2018-05-27Implement focus_wrappingBrian Ashworth-10/+59
2018-05-28Fix ancestor typosRyan Dwyer-12/+12
2018-05-28Refactor parse_title_formatRyan Dwyer-20/+13
Don't read properties until needed, and do it with less lines of code.
2018-05-27Merge pull request #2050 from smlx/focus-fixDrew DeVault-33/+22
Focus containers only on entry.
2018-05-27Merge pull request #2055 from RedSoxFan/output-destroy-workspace-ipcDrew DeVault-0/+1
Send workspace::move in container_output_destroy
2018-05-27Merge pull request #2056 from frsfnrrg/add-binding-lockedemersion-31/+52
Implement bindsym/bindcode --locked
2018-05-27Implement bindsym/bindcode --lockedfrsfnrrg-31/+52
Adds the --locked flag to bindsym and bindcode commands. When a keyboard's associated seat has an exclusive client (i.e, a screenlocker), then bindings are only executed if they have the locked flag. When there is no such client, this restriction is lifted.
2018-05-28Improve comment.Scott Leggett-1/+1
2018-05-27Send workspace::move in container_output_destroyBrian Ashworth-0/+1
2018-05-28Avoid assert on container type.Scott Leggett-8/+3