aboutsummaryrefslogtreecommitdiff
path: root/sway/tree
AgeCommit message (Expand)Author
2018-09-28Check for NULL output in workspace_valid_on_outputRyan Dwyer
2018-09-28Rename workspace_outputs to workspace_configs and fix memory leakRyan Dwyer
2018-09-28Fix floating views in tabbed/stacked workspaces not getting frame eventsRyan Dwyer
2018-09-26Fix race condition crash when view unmaps + maps quicklyRyan Dwyer
2018-09-25Fix crash when disconnecting outputRyan Dwyer
2018-09-23Merge pull request #2694 from RyanDwyer/fix-sticky-jumping-on-switchemersion
2018-09-23Merge pull request #2686 from RyanDwyer/tab-scrollingemersion
2018-09-23Prevent sticky containers from jumping on workspace switchRyan Dwyer
2018-09-22Merge pull request #2688 from RyanDwyer/exec-commands-without-focusDrew DeVault
2018-09-23Allow running commands on containers without focusing themRyan Dwyer
2018-09-22commands: remove obselete code for sticky windows when switching workspaceIan Fan
2018-09-22swaybar, swaylock, & tree/container: Set cairo font options to render text an...Geoff Greer
2018-09-22Merge pull request #2660 from RyanDwyer/fix-scratchpad-iterationemersion
2018-09-22Fix pango escaping and refactor escape_markup_textRyan Dwyer
2018-09-22Implement tab cycling using mouse wheelRyan Dwyer
2018-09-20swaybar: handle hotpluggingemersion
2018-09-19ipc: add pid information for views in layout treeIan Fan
2018-09-18Fix double iteration of scratchpad containersRyan Dwyer
2018-09-16Rename seat_get_active_child to seat_get_active_tiling_childRyan Dwyer
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