aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/floating.c
AgeCommit message (Expand)Author
2021-02-16container: Move pending state to state structKenny Levinsen
2019-04-13Fix scratchpad fullscreen behavior and crashBrian Ashworth
2019-03-26Fix crash for floating command on scratchpad windowAshkan Kiani
2019-01-22commands: allow setting floating on scratchpad containersIan Fan
2019-01-22commands: allow tiled containers to be stickiedIan Fan
2019-01-15Handle hidden scratchpad containers in commandsBrian Ashworth
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2018-11-10Use parse_boolean where possible.Connor E
2018-10-26Deny several commands when there's no outputs connectedRyan Dwyer
2018-09-06Introduce seat_set_focus_container and seat_set_focus_workspaceRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-26Remove layout.cRyan Dwyer
2018-08-19Replace hacky L_FLOATING container with a listRyan Dwyer
2018-08-18Rename container_sort_workspaces and container_wrap_childrenRyan Dwyer
2018-07-28Operate on floating split container when a child is focusedRyan Dwyer
2018-07-28Allow containers to floatRyan Dwyer
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer
2018-06-09Refactor everything that needs to arrange windowsRyan Dwyer
2018-06-01Replace is_floating boolean with functionRyan Dwyer
2018-06-01Implement floatingRyan Dwyer
2018-06-01Send frame done to floating viewsDrew DeVault
2018-06-01Implement `floating enable`Drew DeVault
2017-11-18Move everything to sway/old/Drew DeVault
2017-04-05Improve criteria handlingCalvin Lee
2017-03-10UnGNUify the codebaseDrew DeVault
2016-09-02merge in latest commitsZandr Martin
2016-09-01refactor commands.cZandr Martin