aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/output.c
Commit message (Collapse)AuthorAge
* Switch restore workspaces to a nested for-loopLibravatar Brian Ashworth2018-06-08
|
* Restore workspaces to outputs based on priorityLibravatar Brian Ashworth2018-06-08
|
* Fix initial workspace orientation on a rotated outputLibravatar Ryan Dwyer2018-06-03
|
* move output create to its own fileLibravatar Tony Crisci2018-04-03
|
* move output code out of the treeLibravatar Tony Crisci2018-04-03
|
* unify container destroy functionsLibravatar Tony Crisci2018-04-03
|
* Merge branch 'wlroots' into view-redesignLibravatar emersion2018-04-02
|\
| * Partially implement move commandLibravatar Drew DeVault2018-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Works: - move [container|window] to workspace <name> - Note, this should be able to move C_CONTAINER but this is untested - move [workspace] to output [left|right|up|down|<name>] Not implemented yet: - move [left|right|up|down] - move scratchpad - move position
* | Address review commentsLibravatar emersion2018-04-02
|/
* Add lite damage trackingLibravatar emersion2018-03-30
| | | | | This skips the renderer if nothing has changed, and renders everything otherwise.
* Fix workspace deletion edge casesLibravatar Drew DeVault2018-03-30
|
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
|
* Wire up output frame loopLibravatar Drew DeVault2017-11-11
|
* Move sway's internal tree code to sway/tree/Libravatar Drew DeVault2017-11-11