| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-05-29 | Fix breaking out of tabs/stacks | Brian Ashworth | -2/+32 | |
| 2018-05-29 | Merge pull request #2069 from RyanDwyer/ipc-workspace-representation | Drew DeVault | -7/+15 | |
| Add tree representation to IPC workspace description | ||||
| 2018-05-29 | Add tree representation to IPC workspace description | Ryan Dwyer | -7/+15 | |
| 2018-05-29 | Merge pull request #2068 from RedSoxFan/workspace-layout | Ryan Dwyer | -0/+23 | |
| Add config parser for workspace_layout | ||||
| 2018-05-28 | Implement config parser for workspace_layout | Brian Ashworth | -0/+23 | |
| 2018-05-28 | Merge pull request #2067 from RedSoxFan/force-fully-opaque-fullscreen | Drew DeVault | -4/+4 | |
| Force fullscreen views to be fully opaque | ||||
| 2018-05-28 | Force fullscreen views to be fully opaque | Brian Ashworth | -4/+4 | |
| 2018-05-28 | Merge pull request #2066 from RedSoxFan/force-focus-wrapping | emersion | -0/+31 | |
| Support i3's legacy force_focus_wrapping command | ||||
| 2018-05-28 | Support i3's legacy force_focus_wrapping command | Brian Ashworth | -0/+31 | |
| 2018-05-28 | Merge pull request #2060 from RedSoxFan/focus-wrapping | emersion | -10/+59 | |
| Implement focus_wrapping | ||||
| 2018-05-28 | Merge pull request #2058 from RyanDwyer/refactor-parse-title-format | emersion | -20/+13 | |
| Refactor parse_title_format | ||||
| 2018-05-28 | Merge pull request #2059 from RyanDwyer/ancestor-typo | emersion | -12/+12 | |
| Fix ancestor typos | ||||
| 2018-05-28 | Merge pull request #2057 from RyanDwyer/swaymsg-fix-exit-code | emersion | -4/+17 | |
| swaymsg: Fix exit code | ||||
| 2018-05-28 | swaymsg: Fix exit code | Ryan Dwyer | -4/+17 | |
| 2018-05-27 | Implement focus_wrapping | Brian Ashworth | -10/+59 | |
| 2018-05-28 | Fix ancestor typos | Ryan Dwyer | -12/+12 | |
| 2018-05-28 | Refactor parse_title_format | Ryan Dwyer | -20/+13 | |
| Don't read properties until needed, and do it with less lines of code. | ||||
| 2018-05-27 | Merge pull request #2050 from smlx/focus-fix | Drew DeVault | -33/+22 | |
| Focus containers only on entry. | ||||
| 2018-05-27 | Merge pull request #2055 from RedSoxFan/output-destroy-workspace-ipc | Drew DeVault | -0/+1 | |
| Send workspace::move in container_output_destroy | ||||
| 2018-05-27 | Merge pull request #2056 from frsfnrrg/add-binding-locked | emersion | -31/+52 | |
| Implement bindsym/bindcode --locked | ||||
| 2018-05-27 | Implement bindsym/bindcode --locked | frsfnrrg | -31/+52 | |
| Adds the --locked flag to bindsym and bindcode commands. When a keyboard's associated seat has an exclusive client (i.e, a screenlocker), then bindings are only executed if they have the locked flag. When there is no such client, this restriction is lifted. | ||||
| 2018-05-28 | Improve comment. | Scott Leggett | -1/+1 | |
| 2018-05-27 | Send workspace::move in container_output_destroy | Brian Ashworth | -0/+1 | |
| 2018-05-28 | Avoid assert on container type. | Scott Leggett | -8/+3 | |
| 2018-05-28 | Move previous cursor_position inline. | Scott Leggett | -16/+6 | |
| 2018-05-27 | Merge pull request #2052 from emersion/output-destroy-empty-workspace | emersion | -41/+52 | |
| Don't move empty workspaces when output is destroyed | ||||
| 2018-05-27 | Don't move empty workspaces when output is destroyed | emersion | -41/+52 | |
| 2018-05-28 | Remove unused function. | Scott Leggett | -7/+0 | |
| 2018-05-28 | Simplify logic, remove redundant variables. | Scott Leggett | -9/+4 | |
| 2018-05-28 | Rely on view_is_visible rather thank walking the tree ourselves. | Scott Leggett | -16/+5 | |
| 2018-05-28 | Store previous position in sway_cursor. | Scott Leggett | -47/+56 | |
| 2018-05-28 | Merge pull request #2040 from RedSoxFan/cmd-swap | Ryan Dwyer | -0/+218 | |
| Implement swap command | ||||
| 2018-05-28 | Merge branch 'master' into cmd-swap | Ryan Dwyer | -76/+185 | |
| 2018-05-27 | Merge pull request #2043 from emersion/pool-buffer-fixes | emersion | -11/+37 | |
| Pool buffer fixes | ||||
| 2018-05-27 | client/pool-buffer: munmap in destroy_buffer | emersion | -1/+8 | |
| 2018-05-27 | client/pool-buffer: set CLOEXEC on buffer FD, just in case | emersion | -10/+29 | |
| 2018-05-27 | Merge pull request #2053 from emersion/xdg-shell-tiled | Drew DeVault | -5/+7 | |
| xdg-shell: make all toplevels tiled | ||||
| 2018-05-27 | Merge pull request #2042 from emersion/swaylock-render-loop | Drew DeVault | -57/+108 | |
| swaylock: implement a proper render loop | ||||
| 2018-05-27 | Merge branch 'master' into xdg-shell-tiled | Drew DeVault | -3/+27 | |
| 2018-05-27 | swaylock: implement a proper render loop | emersion | -57/+108 | |
| 2018-05-27 | xdg-shell: make all toplevels tiled | emersion | -5/+7 | |
| 2018-05-27 | Merge pull request #2049 from RyanDwyer/criteria-shell | emersion | -3/+27 | |
| Add shell criteria token | ||||
| 2018-05-27 | Rename view_get_type to view_get_shell | Ryan Dwyer | -5/+5 | |
| 2018-05-27 | Add shell criteria token | Ryan Dwyer | -0/+24 | |
| Closes #2044. | ||||
| 2018-05-27 | Merge pull request #2048 from RyanDwyer/title-format-app-id | emersion | -0/+6 | |
| Add %app_id to title_format | ||||
| 2018-05-27 | Focus containers only on entry. | Scott Leggett | -25/+43 | |
| 2018-05-27 | Add %app_id to title_format | Ryan Dwyer | -0/+6 | |
| 2018-05-26 | Implement swap command | Brian Ashworth | -0/+218 | |
| 2018-05-26 | Replace oft-failing abort with if statement | Drew DeVault | -4/+1 | |
| Fixes #2045 | ||||
| 2018-05-26 | Merge pull request #2030 from chebykinn/fix-focus-follows-mouse-tabs | Ryan Dwyer | -1/+31 | |
| Don't focus tabbed and stacked containers on mouseover | ||||
