aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/root.c
Commit message (Expand)AuthorAge
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* Check the output state for recorded workspacesLibravatar Konstantin Pospelov2021-01-30
* Fix crash when showing scratchpad hidden split containersLibravatar Ronan Pigott2020-01-16
* view: remove workspace pid mapping for assignsLibravatar Brian Ashworth2020-01-09
* root_scratchpad_hide: disable fullscreen descendantsLibravatar Brian Ashworth2019-12-16
* Fix lingering workspace with scratchpad showLibravatar Ronan Pigott2019-12-12
* Fix sway crashes for scratchpad layoutsLibravatar Rouven Czerwinski2019-06-16
* Fix scratchpad fullscreen behavior and crashLibravatar Brian Ashworth2019-04-13
* Fix scratchpad logic for floating windowsLibravatar Ashkan Kiani2019-04-12
* root_scratchpad_hide: fix crash when layer focusedLibravatar Brian Ashworth2019-04-03
* scratchpad: set initial sizeLibravatar Brian Ashworth2019-03-31
* Fix xwayland configure request scratchpad crashLibravatar Brian Ashworth2019-03-31
* Allow for workspace renaming during exec handlingLibravatar mliszcz2019-03-23
* Handle seat_get_focused_workspace returning NULLLibravatar Brian Ashworth2019-03-12
* Introduce container_is_scratchpad_hiddenLibravatar Ryan Dwyer2019-01-28
* Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* Fix dead stores found by scan-buildLibravatar M Stoeckl2019-01-22
* root_scratchpad_remove_container: do not showLibravatar Brian Ashworth2019-01-22
* Use noop output when there's no outputs connectedLibravatar Ryan Dwyer2019-01-22
* Move sway-specific functions in common/util.c into sway/Libravatar M Stoeckl2019-01-21
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Handle hidden scratchpad containers in commandsLibravatar Brian Ashworth2019-01-15
* Fix crash when scratchpad contains split containersLibravatar Ryan Dwyer2018-12-29
* Fix scratchpad segfault - NULL focused workspaceLibravatar Brian Ashworth2018-11-28
* IPC: Trigger move events for scratchpad containersLibravatar Mihai Coman2018-11-26
* Use #if instead of #ifdefLibravatar emersion2018-11-18
* Fix containers not being resized when entering scratchpadLibravatar Ryan Dwyer2018-10-25
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* Fix hotplugging down to zero outputsLibravatar Ryan Dwyer2018-09-30
* Fix double iteration of scratchpad containersLibravatar Ryan Dwyer2018-09-18
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Prepare arrange code for type safe argumentsLibravatar Ryan Dwyer2018-08-28
* Rename sway_root.outputs to sway_root.all_outputsLibravatar Ryan Dwyer2018-08-25
* Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* Implement iterators per container typeLibravatar Ryan Dwyer2018-08-18
* Merge pull request #2458 from RyanDwyer/cleanup-transactionsLibravatar Drew DeVault2018-08-15
|\
| * Simplify transactionsLibravatar Ryan Dwyer2018-08-15
* | Use list_find in more places and refactor/fix workspace prev_next functionsLibravatar Ryan Dwyer2018-08-15
|/
* Move workspace pid code to root.cLibravatar Ryan Dwyer2018-08-04
* Separate root-related codeLibravatar Ryan Dwyer2018-08-04