aboutsummaryrefslogtreecommitdiff
path: root/sway/tree
AgeCommit message (Expand)Author
2018-10-10Fix floating click eventsRyan Dwyer
2018-10-09Fix undesirable height change of floating viewsmwenzkowski
2018-10-08Only consider tiling views for gaps outerBrian Ashworth
2018-10-09Merge pull request #2772 from RyanDwyer/improve-popup-damageDrew DeVault
2018-10-08Remove duplicate codeRyan Dwyer
2018-10-08Introduce container_is_transient_forRyan Dwyer
2018-10-08Implement popup_during_fullscreenRyan Dwyer
2018-10-07Handle subsurfaces in view_child_damageRyan Dwyer
2018-10-07Only damage popups when popups have damageRyan Dwyer
2018-10-06Move sticky containers when switching workspace via criteriaRyan Dwyer
2018-10-03Merge pull request #2759 from minus7/fix-view-container-nullemersion
2018-10-03Fix crash if view has no containerminus
2018-10-03Reenable popup-handling for determining focusJonathan Buch
2018-10-03Use "raycasting" for determining focus for floating windowsJonathan Buch
2018-10-03Fix focusing topmost floating windowsJonathan Buch
2018-10-03Merge pull request #2703 from RyanDwyer/csd-borderDrew DeVault
2018-10-01Handle border options for gapsBrian Ashworth
2018-10-01Fix smart gapsBrian Ashworth
2018-09-30Merge pull request #2726 from RyanDwyer/overhaul-gapsDrew DeVault
2018-09-30Merge pull request #2728 from RedSoxFan/move-sticky-on-evacDrew DeVault
2018-09-30Turn funcs() into funcs(void)Arkadiusz Hiler
2018-09-30Fix hotplugging down to zero outputsRyan Dwyer
2018-09-28Move sticky containers in output_evacuateBrian Ashworth
2018-09-29Make gaps implementation consistent with i3-gapsRyan Dwyer
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-27Improve CSD logicRyan Dwyer
2018-09-27Rename view_set_csd_from_client to view_update_csd_from_clientRyan Dwyer
2018-09-27Add CSD to border modesRyan 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