aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2016-05-29Merge pull request #677 from zandrmartin/maintain-workspace-output-assignmentsDrew DeVault-15/+22
enforce workspace output assignents
2016-05-28enforce workspace output assignentsZandr Martin-15/+22
when creating a new output, move to that output all extant workspaces that are assigned to that output. (unrelated) remove comment that was no longer applicable, fix spacing in an assignment
2016-05-28Merge pull request #675 from zandrmartin/add-workspace-sortingDrew DeVault-19/+33
Implement sort_workspaces() function for outputs.
2016-05-28remove alphabetic sorting from sort_workspacesZandr Martin-4/+2
also add a couple missing spaces to container.c (unrelated)
2016-05-27Implement sort_workspaces() function for outputs.Zandr Martin-17/+33
This seems to have resolved issue #669 for me.
2016-05-26Merge pull request #673 from zandrmartin/swaylock-no-unlock-indicatorDrew DeVault-3/+14
add --no-unlock-indicator to swaylock
2016-05-26add --no-unlock-indicator to swaylockZandr Martin-3/+14
2016-05-26Merge pull request #672 from zandrmartin/add-ctrlu-to-swaylockDrew DeVault-0/+35
clear password buffer with ctrl-u in swaylock
2016-05-26clear swaylock password buffer with escZandr Martin-2/+3
for i3lock compatibility
2016-05-26clear password buffer with ctrl-u in swaylockZandr Martin-0/+34
also prevent screen redraws on modifier key presses
2016-05-24Merge pull request #671 from zandrmartin/fullscreen-focusDrew DeVault-3/+5
set focus on fullscreen view when changing focus
2016-05-23set focus on fullscreen view when changing focusZandr Martin-3/+5
2016-05-23Concatenate output cmd args, fixes #654Mykyta Holubakha-3/+4
2016-05-23Merge pull request #670 from sleep-walker/masterDrew DeVault-1/+2
2 minor things
2016-05-23Match definition with declarationTomáš Čech-1/+1
2016-05-23Add openSUSE Tumbleweed as distro with swayTomáš Čech-0/+1
2016-05-21Merge pull request #668 from mikkeloscar/rearrange-on-bg-change0.7Drew DeVault-1/+2
Rearrange output when setting background
2016-05-20Remove stray whitespaceMikkel Oscar Lyderik-1/+1
2016-05-20Rearrange output when setting backgroundMikkel Oscar Lyderik-0/+1
Fix #659
2016-05-18Merge pull request #666 from tajjada/fix-tabbed-stacked-bordersDrew DeVault-3/+9
Fix borders for tabbed and stacked containers when children have 'border none' set.
2016-05-18Fix issue #661.Jasen Borisov-3/+9
Borders are now drawn correctly (same behavior as i3) for tabbed and stacked containers, when the children have 'border none' set.
2016-05-14Merge pull request #662 from Hummer12007/scrollDrew DeVault-6/+32
Support floating_scroll sideways
2016-05-14Support floating_scroll sidewaysMykyta Holubakha-6/+32
2016-05-14Set Cairo and Pango as required dependenciesDrew DeVault-4/+4
2016-05-14Turn off ZSH completions by defaultDrew DeVault-1/+1
2016-05-14Merge pull request #656 from SirCmpwn/revert-650-segfaultDrew DeVault-1/+1
Revert "sway/container.c: fix segfault where view is assigned prematurely"
2016-05-14Revert "sway/container.c: fix segfault where view is assigned prematurely"Drew DeVault-1/+1
2016-05-13Merge pull request #653 from Hummer12007/patch-1Drew DeVault-0/+1
README.md: add reference to Gentoo package
2016-05-13README.md: add reference to Gentoo packageHummer12007-0/+1
2016-05-09Merge pull request #650 from neosilky/segfaultDrew DeVault-1/+1
sway/container.c: fix segfault where view is assigned prematurely
2016-05-09sway/container.c: fix segfault where view is assigned prematurelyDaniel Lockyer-1/+1
2016-05-09Merge pull request #649 from mikkeloscar/floating-layoutDrew DeVault-0/+4
Prevent changing layout when focusing float window
2016-05-09Prevent changing layout when focusing float windowMikkel Oscar Lyderik-0/+4
The layout command should only work with titled windows, thus it should have no effect when a floating window has focus. Should fix #643
2016-05-08Merge pull request #648 from Hummer12007/relative_wallpaperDrew DeVault-0/+11
Allow to set relative path for wallpapers in config
2016-05-08Allow to set relative path for wallpapers in configMykyta Holubakha-0/+11
2016-05-08Merge pull request #645 from Hummer12007/floating_scrollDrew DeVault-29/+44
Implement configurable floating scroll behavior
2016-05-08Remove FSB_GAPS_INNER and FSB_GAPS_OUTERMykyta Holubakha-75/+20
2016-05-08Documented floating_scrollMykyta Holubakha-0/+12
2016-05-07Implemented configurable floating scroll behaviorMykyta Holubakha-5/+63
2016-05-05Merge pull request #638 from neosilky/memleakDrew DeVault-3/+1
sway/main.c: simplify free'ing by switching to the helper method
2016-05-05Merge pull request #639 from neosilky/freefixDrew DeVault-2/+0
sway/config.c: fix double free issue as we need to store path in list
2016-05-05sway/config.c: fix double free issue as we need to store path in listDaniel Lockyer-2/+0
2016-05-05sway/main.c: simplify free'ing by switching to the helper methodDaniel Lockyer-3/+1
2016-05-02Merge pull request #632 from 1ace/refactor/logDrew DeVault-12/+9
Refactor preprocessor logic out of _sway_log()
2016-05-02common: refactor sway_log()Eric Engestrom-12/+9
This removes most preprocessor logic, leaving it only it the header.
2016-05-02Merge pull request #634 from 1ace/fix/log-double-closeDrew DeVault-3/+1
Fix double-close in error_handler()
2016-05-02common: fix double-close in error_handler()Eric Engestrom-3/+1
2016-05-02Merge pull request #633 from 1ace/fix/readme-linkDrew DeVault-1/+1
Remove empty params from url in README.md
2016-05-02README: remove empty params from urlEric Engestrom-1/+1
2016-05-02Merge pull request #628 from 1ace/fix/ipc-pathDrew DeVault-0/+1
Always terminate ipc path