summaryrefslogtreecommitdiff
path: root/sway/tree/container.c
AgeCommit message (Expand)Author
2018-10-10Fix floating click eventsRyan Dwyer
2018-10-08Introduce container_is_transient_forRyan Dwyer
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-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-28Move sticky containers in output_evacuateBrian Ashworth
2018-09-29Make gaps implementation consistent with i3-gapsRyan Dwyer
2018-09-27Improve CSD logicRyan 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 #2686 from RyanDwyer/tab-scrollingemersion
2018-09-22swaybar, swaylock, & tree/container: Set cairo font options to render text an...Geoff Greer
2018-09-22Implement tab cycling using mouse wheelRyan 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-12Minor fixes to tiling drag implementationRyan Dwyer
2018-09-11Fix crash in workspace_wrap_childrenRyan Dwyer
2018-09-11Implement tiling dragRyan Dwyer
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-05Allow marked containers to be moved out of the scratchpad via move commandRyan Dwyer
2018-09-05Fix floating view moving to 0,0 when splittingRyan Dwyer
2018-09-05Remove offset argument to container_add_siblingRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
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 #2494 from RyanDwyer/fix-overflowing-subsurfacesDrew DeVault
2018-08-26ipc: clean-up container_create_notify functionIan Fan
2018-08-26ipc: emit window close event earlier, before destroyingIan Fan
2018-08-26Remove layout.cRyan Dwyer
2018-08-26Make separate gaps functions per container typeRyan 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-22Fix sending fullscreen event to viewRyan 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-18Merge pull request #2466 from RyanDwyer/geometryDrew DeVault