Age | Commit message (Expand) | Author |
2018-06-23 | Fix crash when deleting last child in a tabbed or stacked container | Ryan Dwyer |
2018-06-23 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer |
2018-06-23 | Implement atomic layout updates for tree operations | Ryan Dwyer |
2018-06-19 | Perform (partial) server initialization before dropping privileges. | Tobias Blass |
2018-06-18 | Automatically float xwayland windows | emersion |
2018-06-18 | Preserve buffers during transactions | Ryan Dwyer |
2018-06-18 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer |
2018-06-12 | Fix keyboard shortcut handling inconsistencies | frsfnrrg |
2018-06-12 | Sort binding key lists | frsfnrrg |
2018-06-11 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer |
2018-06-09 | Merge pull request #2124 from emersion/drag-icons | Drew DeVault |
2018-06-09 | Implement gaps (PR #2047) | Nate Symer |
2018-06-09 | Render drag icons | emersion |
2018-06-09 | Refactor everything that needs to arrange windows | Ryan Dwyer |
2018-06-09 | Make main properties be the pending state | Ryan Dwyer |
2018-06-09 | WIP: Atomic layout updates ground work | Ryan Dwyer |
2018-06-08 | Restore workspaces to outputs based on priority | Brian Ashworth |
2018-06-08 | swaylock: implement ^U to clear buffer | Dominique Martinet |
2018-06-06 | Switch output storing from list_t to wl_list | Brian Ashworth |
2018-06-06 | Store sway_outputs so that they can be reenabled | Brian Ashworth |
2018-06-03 | Refactor cmd_output to use config_subcommand | Brian Ashworth |
2018-06-02 | Address emersion's feedback on peek_line | Brian Ashworth |
2018-06-02 | Address first round of review for generic blocks | Brian Ashworth |
2018-06-02 | Support braces on next line for config blocks | Brian Ashworth |
2018-06-02 | Make command block implementation generic | Brian Ashworth |
2018-06-01 | Comment to explain sway_shortcut_state lists | frsfnrrg |
2018-06-01 | Rewrite shortcut handling code to avoid hardcoded values | frsfnrrg |
2018-06-01 | Fix mpv damage issue when unfullscreening into floating | Ryan Dwyer |
2018-06-01 | Don't unmaximize floating views | Ryan Dwyer |
2018-06-01 | Don't let xwayland views set position unless unmanaged | Ryan Dwyer |
2018-06-01 | Remove container_self_or_parent_floating | Ryan Dwyer |
2018-06-01 | Rename container_set_geometry_from_view | Ryan Dwyer |
2018-06-01 | Store swayc coordinates as layout-local | Ryan Dwyer |
2018-06-01 | Rename set_maximized functions to set_tiled | Ryan Dwyer |
2018-06-01 | Fix unfullscreening a floating view | Ryan Dwyer |
2018-06-01 | Replace is_floating boolean with function | Ryan Dwyer |
2018-06-01 | Use L_FLOATING instead of reapable boolean | Ryan Dwyer |
2018-06-01 | Implement floating | Ryan Dwyer |
2018-06-01 | Send frame done to floating views | Drew DeVault |
2018-06-01 | Implement `floating enable` | Drew DeVault |
2018-05-28 | Support i3's legacy force_focus_wrapping command | Brian Ashworth |
2018-05-28 | Merge pull request #2060 from RedSoxFan/focus-wrapping | emersion |
2018-05-27 | Implement focus_wrapping | Brian Ashworth |
2018-05-28 | Fix ancestor typos | Ryan Dwyer |
2018-05-27 | Merge pull request #2050 from smlx/focus-fix | Drew DeVault |
2018-05-27 | Implement bindsym/bindcode --locked | frsfnrrg |
2018-05-28 | Move previous cursor_position inline. | Scott Leggett |
2018-05-28 | Store previous position in sway_cursor. | Scott Leggett |
2018-05-28 | Merge branch 'master' into cmd-swap | Ryan Dwyer |
2018-05-27 | client/pool-buffer: munmap in destroy_buffer | emersion |