aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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-19Allow subsurfaces which overflow the container to be interacted withRyan Dwyer-3/+20
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
2018-08-18commands: fix documentation formatting mistakes for move commandIan Fan-3/+3
2018-08-18commands: require set variable to start with $Ian Fan-12/+2
2018-08-18commands: add nopIan Fan-0/+12
2018-08-18Merge pull request #2473 from RyanDwyer/iterators-per-typeDrew DeVault-110/+268
2018-08-18Implement iterators per container typeRyan Dwyer-110/+268
2018-08-18Merge pull request #2460 from RyanDwyer/implement-mousedownDrew DeVault-8/+63
2018-08-18Merge pull request #2481 from RyanDwyer/rename-functionsDrew DeVault-54/+54
2018-08-18Rename container_sort_workspaces and container_wrap_childrenRyan Dwyer-54/+54
2018-08-18Merge pull request #2480 from RyanDwyer/fix-mod-resizeemersion-5/+5
2018-08-18Fix mod+resizeRyan Dwyer-5/+5
2018-08-18Fix nitpickRyan Dwyer-4/+4
2018-08-18Store geometry in the view and handle any floating view resizingRyan Dwyer-112/+144