aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2018-08-06commands: check for special workspaces in workspace & move commandsIan Fan
2018-08-06commands: document <criteria> focusIan Fan
2018-08-06commands: add optional flags to moveIan 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: better type for con_id string lengthIan Fan
2018-08-06commands: complete move implementationIan Fan
2018-08-06commands: complete layout implementationIan Fan
2018-08-06commands: allow __focused__ for con_id criterionIan Fan
2018-08-06commands: allow "first", "last", "newest" and "recent" as values for urgent c...Ian Fan
2018-08-05Fix compiler errors.Geoff Greer
2018-08-04Move workspace pid code to root.cRyan Dwyer
2018-08-04Separate root-related codeRyan Dwyer
2018-08-04Merge branch 'master' into fix-2416Ryan Dwyer
2018-08-03Check correct ws for sticky and fix floating iterBrian Ashworth
2018-08-03Remove swaynag_clone and use memcpyBrian Ashworth
2018-08-03Write to swaynag pipe fd directly on config errorsBrian Ashworth
2018-08-03Show swaynag on config errorsBrian Ashworth
2018-08-03Merge pull request #2414 from RyanDwyer/fix-inactive-fullscreen-crashemersion
2018-08-03Merge pull request #2415 from RyanDwyer/fix-fullscreen-container-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-03Deny "move container" when an empty workspace is focusedRyan Dwyer
2018-08-02Merge branch 'master' into wlr-gamma-controlemersion
2018-08-02Fix pointer events for fullscreen viewsemersion
2018-08-02Fix crash on mouse motion on fullscreen containerminus
2018-08-02Convert toplevel coordinates to output-localRyan Dwyer
2018-08-02Revert "Revert "Fix popups""Ryan Dwyer
2018-08-02Merge pull request #2366 from RedSoxFan/nagbarDrew DeVault
2018-08-02Merge branch 'master' into nagbarRyan Dwyer
2018-08-02Revert "Fix popups"Drew DeVault
2018-08-02Merge pull request #2404 from RyanDwyer/move-containers-when-workspace-focusedDrew DeVault
2018-08-02Merge pull request #2403 from RyanDwyer/fix-transaction-unmapDrew DeVault
2018-08-02Merge pull request #2406 from RyanDwyer/fix-focus-crashesDrew DeVault
2018-08-02Fix focus related crashesRyan Dwyer
2018-08-02Reset signal mask after forkMarien Zwart
2018-08-02Allow moving containers when workspace itself is focusedRyan Dwyer
2018-08-02Fix race condition crashes when unmapping viewsRyan Dwyer
2018-08-02Link xcb dependency to meson options "enable_xwayland" (#2393)Michel Ganguin
2018-08-02Merge branch 'master' into fix-resize-wiggleemersion
2018-08-01Address first round review for swaynagBrian Ashworth
2018-08-01Arrange output in arrange_layers and commit dirtyBrian Ashworth
2018-08-01Merge pull request #2391 from RyanDwyer/fix-popups-v2Drew DeVault
2018-08-01ipc: remove extraneous valuesIan Fan
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 tick eventIan Fan
2018-08-01ipc: always include old property in workspace eventsIan Fan
2018-08-01ipc: add workspace::reload eventIan Fan
2018-08-01ipc: add binding eventIan Fan