aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2018-08-26Remove layout.cRyan Dwyer-479/+449
2018-08-25Merge pull request #2488 from RyanDwyer/separate-gaps-functionsDrew DeVault-55/+86
2018-08-26Make separate gaps functions per container typeRyan Dwyer-55/+86
2018-08-25Merge pull request #2512 from apreiml/workspace_move_wrapBrian Ashworth-10/+38
2018-08-25Workspace move cycleArmin Preiml-10/+38
2018-08-25Merge pull request #2510 from RyanDwyer/relocate-layout-functionsDrew DeVault-631/+637
2018-08-25Merge pull request #2495 from ianyfan/commandsRyan Dwyer-8/+29
2018-08-25Merge branch 'master' into commandsRyan Dwyer-336/+326
2018-08-25Relocate container_move, container_move_to and container_get_in_directionRyan Dwyer-631/+637
2018-08-24Merge pull request #2499 from RyanDwyer/refactor-destroy-functionsDrew DeVault-308/+267
2018-08-24Refactor destroy functions and save workspaces when there's no outputsRyan Dwyer-308/+267
2018-08-22Merge pull request #2470 from ianyfan/completionsemersion-3/+3
2018-08-22Merge pull request #2507 from RyanDwyer/move-workspace-translate-floatingemersion-0/+20
2018-08-22Merge pull request #2506 from vilhalmer/ipc-get_tree-return-app_id-and-classemersion-0/+11
2018-08-22Translate floating containers when a workspace is movedRyan Dwyer-0/+20
2018-08-21Add app_id and class to get_tree outputvilhalmer-0/+11
2018-08-21Merge pull request #2505 from RyanDwyer/fix-set-fullscreenDrew DeVault-0/+1
2018-08-22Fix sending fullscreen event to viewRyan Dwyer-0/+1
2018-08-20Merge pull request #2503 from RyanDwyer/use-wlr-edgesBrian Ashworth-16/+11
2018-08-21Replace enum resize_edge with wlr_edgesRyan Dwyer-16/+11
2018-08-20Merge pull request #2502 from minus7/workspace-namesDrew DeVault-0/+1
2018-08-20Improve new workspace name selectionminus-0/+1
2018-08-20Merge pull request #2501 from RedSoxFan/fix-bad-free-swaynagDrew DeVault-9/+12
2018-08-20Fix bad-free in swaynagBrian Ashworth-9/+12
2018-08-20commands: implement move absoluteIan Fan-8/+29
2018-08-20Merge pull request #2498 from RyanDwyer/fix-jumping-viewsemersion-1/+6
2018-08-20Fix jumping viewsRyan Dwyer-1/+6
2018-08-19Merge pull request #2483 from RyanDwyer/floating-emit-reparentDrew DeVault-98/+107
2018-08-19Merge pull request #2496 from RyanDwyer/fix-transaction-crashDrew DeVault-2/+4
2018-08-20Fix crash when adding outputRyan Dwyer-4/+11
2018-08-20Clean up tracked outputs when an output is destroyedRyan Dwyer-0/+10
2018-08-20Send output enter/leave events correctlyRyan Dwyer-101/+93
2018-08-20Fix crash when a view destroys with pending transactionsRyan Dwyer-2/+4
2018-08-19Merge pull request #2493 from RyanDwyer/fix-popup-positionemersion-2/+4
2018-08-19Merge pull request #2478 from RyanDwyer/standardise-debugDrew DeVault-80/+68
2018-08-19Fix popup position when parent uses geometryRyan Dwyer-2/+4
2018-08-19Merge pull request #2487 from RyanDwyer/workspace-floating-listemersion-136/+109
2018-08-19Replace hacky L_FLOATING container with a listRyan Dwyer-136/+109
2018-08-19Use enum for damage debug optionsRyan Dwyer-12/+14
2018-08-19Standardise debug variablesRyan Dwyer-77/+63
2018-08-19Merge pull request #2453 from ianyfan/commandsRyan Dwyer-57/+121
2018-08-19Merge branch 'master' into commandsRyan Dwyer-61/+152
2018-08-18Merge pull request #2466 from RyanDwyer/geometryDrew DeVault-60/+151
2018-08-19Merge pull request #2484 from ianyfan/con-for-each-child-fixRyan Dwyer-1/+1
2018-08-18commands: move newly-stickied containers to focused workspaceIan Fan-0/+16
2018-08-18Fix double iterating in container_for_each_childIan Fan-1/+1
2018-08-18commands: prevent focusing mode with no containersIan Fan-0/+4
2018-08-18commands: complete assign commandIan Fan-23/+45
2018-08-18commands: saner workspace number handlingIan Fan-18/+29
2018-08-18commands: handle quoted exec commandIan Fan-1/+10