summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * | sway: refactor ipc_client_handle_command()Libravatar Eric Engestrom2016-05-31
| |/ | | | | | | | | This fixes a few mem leaks, as well as remove a false-positive error msg in IPC_GET_BAR_CONFIG
| * sway: fix IPC resource leakLibravatar Eric Engestrom2016-05-31
|/
* Update configuration info in readmeLibravatar Drew DeVault2016-05-29
|
* Remove bar position left:right from docsLibravatar Drew DeVault2016-05-29
| | | | | And adds a warning about using them (currently these are not supported by swaybar).
* Merge pull request #677 from zandrmartin/maintain-workspace-output-assignmentsLibravatar Drew DeVault2016-05-29
|\ | | | | enforce workspace output assignents
| * enforce workspace output assignentsLibravatar Zandr Martin2016-05-28
|/ | | | | | | | 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
* Merge pull request #675 from zandrmartin/add-workspace-sortingLibravatar Drew DeVault2016-05-28
|\ | | | | Implement sort_workspaces() function for outputs.
| * remove alphabetic sorting from sort_workspacesLibravatar Zandr Martin2016-05-28
| | | | | | | | also add a couple missing spaces to container.c (unrelated)
| * Implement sort_workspaces() function for outputs.Libravatar Zandr Martin2016-05-27
|/ | | | This seems to have resolved issue #669 for me.
* Merge pull request #673 from zandrmartin/swaylock-no-unlock-indicatorLibravatar Drew DeVault2016-05-26
|\ | | | | add --no-unlock-indicator to swaylock
| * add --no-unlock-indicator to swaylockLibravatar Zandr Martin2016-05-26
|/
* Merge pull request #672 from zandrmartin/add-ctrlu-to-swaylockLibravatar Drew DeVault2016-05-26
|\ | | | | clear password buffer with ctrl-u in swaylock
| * clear swaylock password buffer with escLibravatar Zandr Martin2016-05-26
| | | | | | | | for i3lock compatibility
| * clear password buffer with ctrl-u in swaylockLibravatar Zandr Martin2016-05-26
|/ | | | also prevent screen redraws on modifier key presses
* Merge pull request #671 from zandrmartin/fullscreen-focusLibravatar Drew DeVault2016-05-24
|\ | | | | set focus on fullscreen view when changing focus
| * set focus on fullscreen view when changing focusLibravatar Zandr Martin2016-05-23
|/
* Concatenate output cmd args, fixes #654Libravatar Mykyta Holubakha2016-05-23
|
* Merge pull request #670 from sleep-walker/masterLibravatar Drew DeVault2016-05-23
|\ | | | | 2 minor things
| * Match definition with declarationLibravatar Tomáš Čech2016-05-23
| |
| * Add openSUSE Tumbleweed as distro with swayLibravatar Tomáš Čech2016-05-23
|/
* Merge pull request #668 from mikkeloscar/rearrange-on-bg-change0.7Libravatar Drew DeVault2016-05-21
|\ | | | | Rearrange output when setting background
| * Remove stray whitespaceLibravatar Mikkel Oscar Lyderik2016-05-20
| |
| * Rearrange output when setting backgroundLibravatar Mikkel Oscar Lyderik2016-05-20
|/ | | | Fix #659
* Merge pull request #666 from tajjada/fix-tabbed-stacked-bordersLibravatar Drew DeVault2016-05-18
|\ | | | | Fix borders for tabbed and stacked containers when children have 'border none' set.
| * Fix issue #661.Libravatar Jasen Borisov2016-05-18
|/ | | | | Borders are now drawn correctly (same behavior as i3) for tabbed and stacked containers, when the children have 'border none' set.
* Merge pull request #662 from Hummer12007/scrollLibravatar Drew DeVault2016-05-14
|\ | | | | Support floating_scroll sideways
| * Support floating_scroll sidewaysLibravatar Mykyta Holubakha2016-05-14
|/
* Set Cairo and Pango as required dependenciesLibravatar Drew DeVault2016-05-14
|
* Turn off ZSH completions by defaultLibravatar Drew DeVault2016-05-14
|
* Merge pull request #656 from SirCmpwn/revert-650-segfaultLibravatar Drew DeVault2016-05-14
|\ | | | | Revert "sway/container.c: fix segfault where view is assigned prematurely"
| * Revert "sway/container.c: fix segfault where view is assigned prematurely"Libravatar Drew DeVault2016-05-14
|/
* Merge pull request #653 from Hummer12007/patch-1Libravatar Drew DeVault2016-05-13
|\ | | | | README.md: add reference to Gentoo package
| * README.md: add reference to Gentoo packageLibravatar Hummer120072016-05-13
|/
* Merge pull request #650 from neosilky/segfaultLibravatar Drew DeVault2016-05-09
|\ | | | | sway/container.c: fix segfault where view is assigned prematurely
| * sway/container.c: fix segfault where view is assigned prematurelyLibravatar Daniel Lockyer2016-05-09
|/
* Merge pull request #649 from mikkeloscar/floating-layoutLibravatar Drew DeVault2016-05-09
|\ | | | | Prevent changing layout when focusing float window
| * Prevent changing layout when focusing float windowLibravatar Mikkel Oscar Lyderik2016-05-09
|/ | | | | | | The layout command should only work with titled windows, thus it should have no effect when a floating window has focus. Should fix #643
* Merge pull request #648 from Hummer12007/relative_wallpaperLibravatar Drew DeVault2016-05-08
|\ | | | | Allow to set relative path for wallpapers in config
| * Allow to set relative path for wallpapers in configLibravatar Mykyta Holubakha2016-05-08
|/
* Merge pull request #645 from Hummer12007/floating_scrollLibravatar Drew DeVault2016-05-08
|\ | | | | Implement configurable floating scroll behavior
| * Remove FSB_GAPS_INNER and FSB_GAPS_OUTERLibravatar Mykyta Holubakha2016-05-08
| |
| * Documented floating_scrollLibravatar Mykyta Holubakha2016-05-08
| |
| * Implemented configurable floating scroll behaviorLibravatar Mykyta Holubakha2016-05-07
|/
* Merge pull request #638 from neosilky/memleakLibravatar Drew DeVault2016-05-05
|\ | | | | sway/main.c: simplify free'ing by switching to the helper method
| * sway/main.c: simplify free'ing by switching to the helper methodLibravatar Daniel Lockyer2016-05-05
| |
* | Merge pull request #639 from neosilky/freefixLibravatar Drew DeVault2016-05-05
|\ \ | |/ |/| sway/config.c: fix double free issue as we need to store path in list
| * sway/config.c: fix double free issue as we need to store path in listLibravatar Daniel Lockyer2016-05-05
|/
* Merge pull request #632 from 1ace/refactor/logLibravatar Drew DeVault2016-05-02
|\ | | | | Refactor preprocessor logic out of _sway_log()
| * common: refactor sway_log()Libravatar Eric Engestrom2016-05-02
|/ | | | This removes most preprocessor logic, leaving it only it the header.
* Merge pull request #634 from 1ace/fix/log-double-closeLibravatar Drew DeVault2016-05-02
|\ | | | | Fix double-close in error_handler()