summaryrefslogtreecommitdiff
path: root/include/sway/tree/layout.h
AgeCommit message (Expand)Author
2018-08-26Remove layout.cRyan Dwyer
2018-08-25Relocate container_move, container_move_to and container_get_in_directionRyan Dwyer
2018-08-21Replace enum resize_edge with wlr_edgesRyan Dwyer
2018-08-18Rename container_sort_workspaces and container_wrap_childrenRyan Dwyer
2018-08-04Separate root-related codeRyan Dwyer
2018-07-25reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Pascal Pascher
2018-07-24style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falsePascal Pascher
2018-07-24Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Pascal Pascher
2018-07-23Store scratchpad list in sway_root instead of serverRyan Dwyer
2018-07-22Implement floating_modifier and mouse operations for floating viewsRyan Dwyer
2018-06-09Render drag iconsemersion
2018-06-06Switch output storing from list_t to wl_listBrian Ashworth
2018-06-06Store sway_outputs so that they can be reenabledBrian Ashworth
2018-05-26Implement swap commandBrian Ashworth
2018-04-28Refactor arrange_windows()Ryan Dwyer
2018-04-26Remove sway_container.workspace_layoutRyan Dwyer
2018-04-06Add debug tree viewDrew DeVault
2018-04-05Implement resize commandDrew DeVault
2018-04-03fix old todosTony Crisci
2018-04-03clean up container_get_default_layoutTony Crisci
2018-04-03move container_set_layout to layout.hTony Crisci
2018-04-02change reap container approachTony Crisci
2018-04-02Merge branch 'wlroots' into split-containersTony Crisci
2018-04-02Merge branch 'wlroots' into view-redesignemersion
2018-04-02Xwayland unmanaged views aren't views anymoreemersion
2018-04-02Merge branch 'wlroots' into split-containersTony Crisci
2018-04-02Partially implement move commandDrew DeVault
2018-03-31add docstrings and todosTony Crisci
2018-03-31basic split containersTony Crisci
2018-03-30Fix workspace deletion edge casesDrew DeVault
2018-03-30Destroy empty workspaces when moving awayDrew DeVault
2018-03-29Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Tony Crisci
2018-03-29Revert "Refactor tree"Drew DeVault
2018-03-29arrange windowsTony Crisci
2018-03-29more renaming thingsTony Crisci
2018-03-29rename container functionsTony Crisci
2018-03-29remove swayc_t typedefTony Crisci
2018-03-29move tree includes to their own directoryTony Crisci