Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-23 | Concatenate output cmd args, fixes #654 | Mykyta Holubakha | |
2016-05-23 | Merge pull request #670 from sleep-walker/master | Drew DeVault | |
2 minor things | |||
2016-05-23 | Match definition with declaration | Tomáš Čech | |
2016-05-23 | Add openSUSE Tumbleweed as distro with sway | Tomáš Čech | |
2016-05-21 | Merge pull request #668 from mikkeloscar/rearrange-on-bg-change | Drew DeVault | |
Rearrange output when setting background | |||
2016-05-20 | Remove stray whitespace | Mikkel Oscar Lyderik | |
2016-05-20 | Rearrange output when setting background | Mikkel Oscar Lyderik | |
Fix #659 | |||
2016-05-18 | Merge pull request #666 from tajjada/fix-tabbed-stacked-borders | Drew DeVault | |
Fix borders for tabbed and stacked containers when children have 'border none' set. | |||
2016-05-18 | Fix issue #661. | Jasen Borisov | |
Borders are now drawn correctly (same behavior as i3) for tabbed and stacked containers, when the children have 'border none' set. | |||
2016-05-14 | Merge pull request #662 from Hummer12007/scroll | Drew DeVault | |
Support floating_scroll sideways | |||
2016-05-14 | Support floating_scroll sideways | Mykyta Holubakha | |
2016-05-14 | Set Cairo and Pango as required dependencies | Drew DeVault | |
2016-05-14 | Turn off ZSH completions by default | Drew DeVault | |
2016-05-14 | Merge pull request #656 from SirCmpwn/revert-650-segfault | Drew DeVault | |
Revert "sway/container.c: fix segfault where view is assigned prematurely" | |||
2016-05-14 | Revert "sway/container.c: fix segfault where view is assigned prematurely" | Drew DeVault | |
2016-05-13 | Merge pull request #653 from Hummer12007/patch-1 | Drew DeVault | |
README.md: add reference to Gentoo package | |||
2016-05-13 | README.md: add reference to Gentoo package | Hummer12007 | |
2016-05-09 | Merge pull request #650 from neosilky/segfault | Drew DeVault | |
sway/container.c: fix segfault where view is assigned prematurely | |||
2016-05-09 | sway/container.c: fix segfault where view is assigned prematurely | Daniel Lockyer | |
2016-05-09 | Merge pull request #649 from mikkeloscar/floating-layout | Drew DeVault | |
Prevent changing layout when focusing float window | |||
2016-05-09 | Prevent changing layout when focusing float window | Mikkel Oscar Lyderik | |
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-08 | Merge pull request #648 from Hummer12007/relative_wallpaper | Drew DeVault | |
Allow to set relative path for wallpapers in config | |||
2016-05-08 | Allow to set relative path for wallpapers in config | Mykyta Holubakha | |
2016-05-08 | Merge pull request #645 from Hummer12007/floating_scroll | Drew DeVault | |
Implement configurable floating scroll behavior | |||
2016-05-08 | Remove FSB_GAPS_INNER and FSB_GAPS_OUTER | Mykyta Holubakha | |
2016-05-08 | Documented floating_scroll | Mykyta Holubakha | |
2016-05-07 | Implemented configurable floating scroll behavior | Mykyta Holubakha | |
2016-05-05 | Merge pull request #638 from neosilky/memleak | Drew DeVault | |
sway/main.c: simplify free'ing by switching to the helper method | |||
2016-05-05 | Merge pull request #639 from neosilky/freefix | Drew DeVault | |
sway/config.c: fix double free issue as we need to store path in list | |||
2016-05-05 | sway/config.c: fix double free issue as we need to store path in list | Daniel Lockyer | |
2016-05-05 | sway/main.c: simplify free'ing by switching to the helper method | Daniel Lockyer | |
2016-05-02 | Merge pull request #632 from 1ace/refactor/log | Drew DeVault | |
Refactor preprocessor logic out of _sway_log() | |||
2016-05-02 | common: refactor sway_log() | Eric Engestrom | |
This removes most preprocessor logic, leaving it only it the header. | |||
2016-05-02 | Merge pull request #634 from 1ace/fix/log-double-close | Drew DeVault | |
Fix double-close in error_handler() | |||
2016-05-02 | common: fix double-close in error_handler() | Eric Engestrom | |
2016-05-02 | Merge pull request #633 from 1ace/fix/readme-link | Drew DeVault | |
Remove empty params from url in README.md | |||
2016-05-02 | README: remove empty params from url | Eric Engestrom | |
2016-05-02 | Merge pull request #628 from 1ace/fix/ipc-path | Drew DeVault | |
Always terminate ipc path | |||
2016-05-02 | Merge pull request #629 from cyberhuman/master | Drew DeVault | |
fix a typo (horiziontal -> horizontal) | |||
2016-05-02 | Merge pull request #630 from 1ace/fix/obob | Drew DeVault | |
Fix off-by-one bug in log functions | |||
2016-05-02 | fix a typo (horiziontal -> horizontal) | Raman Varabets | |
2016-05-02 | Fix off-by-one bug in log functions | Eric Engestrom | |
2016-05-02 | sway: always terminate ipc path | Eric Engestrom | |
2016-05-01 | Merge pull request #627 from mikkeloscar/update-title-when-tabbed | Drew DeVault | |
Update view title of tabbed/stacked windows | |||
2016-05-01 | Update view title of tabbed/stacked windows | Mikkel Oscar Lyderik | |
Requires Cloudef/wlc@80bf003 Fix #623 | |||
2016-05-01 | Merge pull request #625 from 1ace/fix/buffer-overflow | Drew DeVault | |
Fix a couple potential buffer overflows | |||
2016-05-01 | sway: fix potential buffer overflow | Eric Engestrom | |
2016-05-01 | common: fix potential buffer overflow | Eric Engestrom | |
2016-05-01 | Merge pull request #624 from tajjada/add-input-accel-profile | Drew DeVault | |
Add input cmd for setting pointer accel profile. | |||
2016-05-01 | Add input cmd for setting pointer accel profile. | Jasen Borisov | |