aboutsummaryrefslogtreecommitdiff
path: root/sway/tree
AgeCommit message (Expand)Author
2018-09-05Fix floating view moving to 0,0 when splittingRyan Dwyer
2018-09-05Fix scratchpad related crashesRyan Dwyer
2018-09-05Fix output position issueRyan Dwyer
2018-09-05Apply default config to outputRyan Dwyer
2018-09-05Remove offset argument to container_add_siblingRyan Dwyer
2018-09-05Don't use wlr_output propertiesRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-09-03Change _XOPEN_SOURCE defines to _POSIX_C_SOURCEsghctoma
2018-09-03Merge remote-tracking branch 'upstream/master' into fix-freebsd-buildsghctoma
2018-09-02Rename fowa enum and use switch in view_request_activateRyan Dwyer
2018-09-02Implement focus_on_window_activationRyan Dwyer
2018-08-30Fix feature macros for FreeBSDsghctoma
2018-08-29Fix crash when reaping a workspaceRyan Dwyer
2018-08-28Fix gaps issuesRyan Dwyer
2018-08-28Prepare arrange code for type safe argumentsRyan Dwyer
2018-08-27Merge pull request #2523 from RedSoxFan/fix-floating-drag-outputsDrew DeVault
2018-08-27Merge pull request #2494 from RyanDwyer/fix-overflowing-subsurfacesDrew DeVault
2018-08-27Stop floaters from snapping on move to new outputBrian Ashworth
2018-08-27Destroy empty workspaces in output_evacuateBrian Ashworth
2018-08-26ipc: clean-up container_create_notify functionIan Fan
2018-08-26ipc: emit window close event earlier, before destroyingIan Fan
2018-08-26Merge pull request #2513 from RyanDwyer/rename-root-outputsDrew DeVault
2018-08-26Remove layout.cRyan Dwyer
2018-08-26Make separate gaps functions per container typeRyan Dwyer
2018-08-25Rename sway_root.outputs to sway_root.all_outputsRyan Dwyer
2018-08-25Relocate container_move, container_move_to and container_get_in_directionRyan Dwyer
2018-08-24Refactor destroy functions and save workspaces when there's no outputsRyan Dwyer
2018-08-22Translate floating containers when a workspace is movedRyan Dwyer
2018-08-22Fix sending fullscreen event to viewRyan Dwyer
2018-08-21Replace enum resize_edge with wlr_edgesRyan Dwyer
2018-08-20Improve new workspace name selectionminus
2018-08-20Fix jumping viewsRyan Dwyer
2018-08-20Fix crash when adding outputRyan Dwyer
2018-08-20Clean up tracked outputs when an output is destroyedRyan Dwyer
2018-08-20Send output enter/leave events correctlyRyan Dwyer
2018-08-19Allow subsurfaces which overflow the container to be interacted withRyan Dwyer
2018-08-19Replace hacky L_FLOATING container with a listRyan Dwyer
2018-08-19Merge branch 'master' into commandsRyan Dwyer
2018-08-18Merge pull request #2466 from RyanDwyer/geometryDrew DeVault
2018-08-18Fix double iterating in container_for_each_childIan Fan
2018-08-18commands: complete assign commandIan Fan
2018-08-18commands: saner workspace number handlingIan Fan
2018-08-18Implement iterators per container typeRyan Dwyer
2018-08-18Rename container_sort_workspaces and container_wrap_childrenRyan Dwyer
2018-08-18Store geometry in the view and handle any floating view resizingRyan Dwyer
2018-08-18Handle xwayland views sending new sizes in their commitsRyan Dwyer
2018-08-18Fix geometryRyan Dwyer
2018-08-18Add view_get_geometryemersion
2018-08-17Attempt to reap old tiling parent when floating a containerRyan Dwyer
2018-08-16When the workspace is focused, return it instead of checking parentDonnie West