aboutsummaryrefslogtreecommitdiff
path: root/sway/tree
AgeCommit message (Expand)Author
2018-08-08Deny moving a sticky container to workspace if it's the same outputRyan Dwyer
2018-08-08Fix edge cases when moving floating container to new workspaceRyan Dwyer
2018-08-08Implement move to workspace on a floating containerRyan Dwyer
2018-08-07Fix infinite loop when focusing sticky containers via workspace commandRyan Dwyer
2018-08-06Merge branch 'master' into workspace-move-to-outputBrian Ashworth
2018-08-07Move workspace moving code out of container_move_toRyan Dwyer
2018-08-06commands: fix workspace edge casesIan Fan
2018-08-06commands: check for special workspaces in workspace & move commandsIan Fan
2018-08-06commands: complete workspace implementationIan Fan
2018-08-06commands: fix layout implementation (also better name for previous split layout)Ian Fan
2018-08-06commands: complete move implementationIan Fan
2018-08-05Fix segv when sway is terminatingMariusz Bialonczyk
2018-08-04Move workspace pid code to root.cRyan Dwyer
2018-08-04Separate root-related codeRyan Dwyer
2018-08-03Check correct ws for sticky and fix floating iterBrian Ashworth
2018-08-03Merge pull request #2414 from RyanDwyer/fix-inactive-fullscreen-crashemersion
2018-08-03Fix crash when moving cursor over a fullscreen split containerRyan Dwyer
2018-08-03Fix crash when fullscreen view closes on inactive workspaceRyan Dwyer
2018-08-02Fix pointer events for fullscreen viewsemersion
2018-08-02Revert "Revert "Fix popups""Ryan Dwyer
2018-08-02Revert "Fix popups"Drew DeVault
2018-08-02Fix focus related crashesRyan Dwyer
2018-08-02Merge branch 'master' into fix-resize-wiggleemersion
2018-08-01Merge pull request #2391 from RyanDwyer/fix-popups-v2Drew DeVault
2018-08-01ipc: prevent emitting a workspace::focus event when moving a container to a d...Ian Fan
2018-08-01ipc: fix workspace::focus event behaviourIan Fan
2018-08-01ipc: add window::move eventsIan Fan
2018-08-01ipc: fix workspace::move calls argument orderIan Fan
2018-08-01ipc: only emit window::create event for viewsIan Fan
2018-08-01ipc: add window::mark eventIan Fan
2018-08-01ipc: add workspace::empty eventIan Fan
2018-08-01ipc: add window::title eventIan Fan
2018-08-01ipc: add window::close eventIan Fan
2018-08-01ipc: add workspace::init eventIan Fan
2018-08-01Correctly track saved surfaces during multiple transactionsRyan Dwyer
2018-07-31Close popups when changing focusRyan Dwyer
2018-07-31Fix popupsRyan Dwyer
2018-07-30Fix title textures on scale changeBrian Ashworth
2018-07-28Merge pull request #2360 from RyanDwyer/floating-containersDrew DeVault
2018-07-28Fix crash when a deferred command destroys a workspaceRyan Dwyer
2018-07-28Fix crash when unfloating child of container into empty workspaceRyan Dwyer
2018-07-28Fix focus mode_toggle from a child of a floating containerRyan Dwyer
2018-07-28When unfloating, return container to previously focused tiled containerRyan Dwyer
2018-07-28Fix crash when a child of a floating container is in the scratchpadRyan Dwyer
2018-07-28Allow containers to floatRyan Dwyer
2018-07-28Preserve workspace nameMihai Coman
2018-07-27Fix assign to workspaceRyan Dwyer
2018-07-26Refactor view_mapRyan Dwyer
2018-07-26Allow containers to be fullscreenRyan Dwyer
2018-07-25fix #2355: "move workspace to output up" crashesCédric Cabessa