summaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Collapse)AuthorAge
* 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
* Allow to set relative path for wallpapers in configLibravatar Mykyta Holubakha2016-05-08
|
* 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
| |
* | sway/config.c: fix double free issue as we need to store path in listLibravatar Daniel Lockyer2016-05-05
|/
* Merge pull request #628 from 1ace/fix/ipc-pathLibravatar Drew DeVault2016-05-02
|\ | | | | Always terminate ipc path
| * sway: always terminate ipc pathLibravatar Eric Engestrom2016-05-02
| |
* | fix a typo (horiziontal -> horizontal)Libravatar Raman Varabets2016-05-02
|/
* Update view title of tabbed/stacked windowsLibravatar Mikkel Oscar Lyderik2016-05-01
| | | | | | Requires Cloudef/wlc@80bf003 Fix #623
* sway: fix potential buffer overflowLibravatar Eric Engestrom2016-05-01
|
* Add input cmd for setting pointer accel profile.Libravatar Jasen Borisov2016-05-01
|
* Remove premature breakLibravatar Mikkel Oscar Lyderik2016-04-30
|
* sway/config.c: Initialise struct valueLibravatar Daniel Lockyer2016-04-30
|
* sway/workspace.c: Cleanup some un-free'd memoryLibravatar Daniel Lockyer2016-04-29
|
* sway/config.c: Move the wordfree call before the if statement so it is ↵Libravatar Daniel Lockyer2016-04-29
| | | | always called
* sway/config.c: Change to the useful free_cmd_results helper methodLibravatar Daniel Lockyer2016-04-29
|
* sway/config.c: move free call to after sway_logLibravatar Daniel Lockyer2016-04-29
|
* sway/config.c: Leading on from cdf017c, we need to free pathLibravatar Daniel Lockyer2016-04-29
|
* sway/config.c: res->input is a malloc'ed section which wasn't freedLibravatar Daniel Lockyer2016-04-29
|
* sway/config.c: wordexp has a corresponding wordfree which was never usedLibravatar Daniel Lockyer2016-04-29
| | | | | I had to change the assignment to path to be wrapped by strdup as we pass the data out of the method.
* sway/config.c: config_home is the result of a malloc but was never freedLibravatar Daniel Lockyer2016-04-29
|
* sway/commands.c: add some free calls to release allocated memoryLibravatar Daniel Lockyer2016-04-29
|
* Fix oversight in ebdce71Libravatar Drew DeVault2016-04-29
|
* Fix -Wunused-result problemsLibravatar Drew DeVault2016-04-29
|
* Fix uninitialized variableLibravatar Mikkel Oscar Lyderik2016-04-29
|
* Fix bindcode by offsetting xkb keycode by 8Libravatar Mikkel Oscar Lyderik2016-04-28
| | | | | | The bindcode has to be offset by 8 to match the keycode we get from wlc. https://github.com/xkbcommon/libxkbcommon/blob/master/xkbcommon/xkbcommon.h#L160
* Fix missing include pathsLibravatar Tomáš Čech2016-04-28
| | | | | | When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it.
* border: clear buffer on fullscreen viewsLibravatar Mikkel Oscar Lyderik2016-04-27
| | | | | | This patch makes sure to clear the border buffer of fullscreen view so the border doesn't get drawn behind a fullscreen view, which would be visible if the view was transparent.
* Only check tabbed_stacked_parent for focused windowsLibravatar Mikkel Oscar Lyderik2016-04-27
|
* Remove commented codeLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Remove unused functionLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Don't send invisble view to backLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Use correct geometry for nested containersLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Add title to nested tabbed/stacked containersLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Disable inner gaps when in tabbed/stacked modeLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Add support for nested tabbed/stacked containersLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Use tabs for indentationLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Make floating border fixes work with tabbed/stacked codeLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Reapply prev layout when exiting tabbed/stackedLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Improve move command with tabbed/stacked layoutLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Correctly determine default layoutLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Fix problems with floating windowsLibravatar Mikkel Oscar Lyderik2016-04-25
| | | | | Makes any tabbed/stacked layout a container to separate from floating windows which may be attached to a workspace.
* Tabbed and stacked layoutLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Renamed pango_markup config optionsLibravatar Mykyta Holubakha2016-04-24
|
* Renamed to pango_markupLibravatar Mykyta Holubakha2016-04-24
|
* Added plaintext_markup to swaybar IPCLibravatar Mykyta Holubakha2016-04-24
|
* Added plaintext markup configurationLibravatar Mykyta Holubakha2016-04-24
|