aboutsummaryrefslogtreecommitdiff
path: root/sway/tree
AgeCommit message (Expand)Author
2018-09-16Fix crash when unmapping last child of a tabbed workspaceRyan Dwyer
2018-09-15ipc: handle NULL cases for node_get_outputIan Fan
2018-09-15Remove redundant container creation in view initializationIan Fan
2018-09-11Merge pull request #2621 from emersion/fix-unmap-segfaultDrew DeVault
2018-09-12Minor fixes to tiling drag implementationRyan Dwyer
2018-09-11Don't use handler_context in view_unmapemersion
2018-09-11Fix crash in workspace_wrap_childrenRyan Dwyer
2018-09-11Implement tiling dragRyan Dwyer
2018-09-10Minor fixWilliam Wold
2018-09-10Minor fixWilliam Wold
2018-09-10Prevent stacked layout from crashingWilliam Wold
2018-09-10Give windows pointer focus immediately when they are switched toWilliam Wold
2018-09-08Align titles to baselineRyan Dwyer
2018-09-06Second attempt at restoring focus when closing a fullscreen viewRyan Dwyer
2018-09-06Introduce seat_set_focus_container and seat_set_focus_workspaceRyan Dwyer
2018-09-06Adjust container boxRyan Dwyer
2018-09-05Call wlr_output_enable on enable/disable if neededBrian Ashworth
2018-09-05Allow marked containers to be moved out of the scratchpad via move commandRyan Dwyer
2018-09-05Fix crash when view in scratchpad becomes urgentRyan Dwyer
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