aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-29Fix breaking out of tabs/stacksBrian Ashworth
2018-05-29Merge pull request #2069 from RyanDwyer/ipc-workspace-representationDrew DeVault
Add tree representation to IPC workspace description
2018-05-29Add tree representation to IPC workspace descriptionRyan Dwyer
2018-05-29Merge pull request #2068 from RedSoxFan/workspace-layoutRyan Dwyer
Add config parser for workspace_layout
2018-05-28Implement config parser for workspace_layoutBrian Ashworth
2018-05-28Merge pull request #2067 from RedSoxFan/force-fully-opaque-fullscreenDrew DeVault
Force fullscreen views to be fully opaque
2018-05-28Force fullscreen views to be fully opaqueBrian Ashworth
2018-05-28Merge pull request #2066 from RedSoxFan/force-focus-wrappingemersion
Support i3's legacy force_focus_wrapping command
2018-05-28Support i3's legacy force_focus_wrapping commandBrian Ashworth
2018-05-28Merge pull request #2060 from RedSoxFan/focus-wrappingemersion
Implement focus_wrapping
2018-05-28Merge pull request #2058 from RyanDwyer/refactor-parse-title-formatemersion
Refactor parse_title_format
2018-05-28Merge pull request #2059 from RyanDwyer/ancestor-typoemersion
Fix ancestor typos
2018-05-28Merge pull request #2057 from RyanDwyer/swaymsg-fix-exit-codeemersion
swaymsg: Fix exit code
2018-05-28swaymsg: Fix exit codeRyan Dwyer
2018-05-27Implement focus_wrappingBrian Ashworth
2018-05-28Fix ancestor typosRyan Dwyer
2018-05-28Refactor parse_title_formatRyan Dwyer
Don't read properties until needed, and do it with less lines of code.
2018-05-27Merge pull request #2050 from smlx/focus-fixDrew DeVault
Focus containers only on entry.
2018-05-27Merge pull request #2055 from RedSoxFan/output-destroy-workspace-ipcDrew DeVault
Send workspace::move in container_output_destroy
2018-05-27Merge pull request #2056 from frsfnrrg/add-binding-lockedemersion
Implement bindsym/bindcode --locked
2018-05-27Implement bindsym/bindcode --lockedfrsfnrrg
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-28Improve comment.Scott Leggett
2018-05-27Send workspace::move in container_output_destroyBrian Ashworth
2018-05-28Avoid assert on container type.Scott Leggett
2018-05-28Move previous cursor_position inline.Scott Leggett
2018-05-27Merge pull request #2052 from emersion/output-destroy-empty-workspaceemersion
Don't move empty workspaces when output is destroyed
2018-05-27Don't move empty workspaces when output is destroyedemersion
2018-05-28Remove unused function.Scott Leggett
2018-05-28Simplify logic, remove redundant variables.Scott Leggett
2018-05-28Rely on view_is_visible rather thank walking the tree ourselves.Scott Leggett
2018-05-28Store previous position in sway_cursor.Scott Leggett
2018-05-28Merge pull request #2040 from RedSoxFan/cmd-swapRyan Dwyer
Implement swap command
2018-05-28Merge branch 'master' into cmd-swapRyan Dwyer
2018-05-27Merge pull request #2043 from emersion/pool-buffer-fixesemersion
Pool buffer fixes
2018-05-27client/pool-buffer: munmap in destroy_bufferemersion
2018-05-27client/pool-buffer: set CLOEXEC on buffer FD, just in caseemersion
2018-05-27Merge pull request #2053 from emersion/xdg-shell-tiledDrew DeVault
xdg-shell: make all toplevels tiled
2018-05-27Merge pull request #2042 from emersion/swaylock-render-loopDrew DeVault
swaylock: implement a proper render loop
2018-05-27Merge branch 'master' into xdg-shell-tiledDrew DeVault
2018-05-27swaylock: implement a proper render loopemersion
2018-05-27xdg-shell: make all toplevels tiledemersion
2018-05-27Merge pull request #2049 from RyanDwyer/criteria-shellemersion
Add shell criteria token
2018-05-27Rename view_get_type to view_get_shellRyan Dwyer
2018-05-27Add shell criteria tokenRyan Dwyer
Closes #2044.
2018-05-27Merge pull request #2048 from RyanDwyer/title-format-app-idemersion
Add %app_id to title_format
2018-05-27Focus containers only on entry.Scott Leggett
2018-05-27Add %app_id to title_formatRyan Dwyer
2018-05-26Implement swap commandBrian Ashworth
2018-05-26Replace oft-failing abort with if statementDrew DeVault
Fixes #2045
2018-05-26Merge pull request #2030 from chebykinn/fix-focus-follows-mouse-tabsRyan Dwyer
Don't focus tabbed and stacked containers on mouseover