aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/root.c
Commit message (Expand)AuthorAge
* Define _POSIX_C_SOURCE globallyLibravatar Simon Ser2024-02-23
* scene_graph: Port xwaylandLibravatar Alexander Orzechowski2024-01-18
* scene_graph: Port layer_shellLibravatar Alexander Orzechowski2024-01-18
* input: Query scene graph for relevant surface/node intersectionsLibravatar Alexander Orzechowski2024-01-18
* scene_graph: Port ext_session_v1Libravatar Alexander Orzechowski2024-01-18
* scene_graph: Port seat drag iconsLibravatar Alexander Orzechowski2024-01-18
* scene_graph: Maintain `wlr_scene_node`s for the sway tree.Libravatar Alexander Orzechowski2024-01-18
* Don't destroy output layout on exitLibravatar Alexander Orzechowski2023-12-01
* Pass wl_display to wlr_output_layoutLibravatar Simon Ser2023-11-23
* Add wlr/util/transform.h includesLibravatar Simon Ser2023-11-23
* root: Set inactive focus when scratchpad is moved to new workspaceLibravatar Ankit Pandey2023-03-24
* root: Try to preserve relative positions of floating containersLibravatar Ankit Pandey2023-03-14
* root: free non_desktop_outputs list on root_destroyLibravatar Tobias Predel2023-02-02
* root: move the workspace matching code to its own fileLibravatar Ronan Pigott2022-11-26
* sway: Add non-desktop-output typeLibravatar Alex Maese2022-09-19
* Remove all sprintf callsLibravatar Simon Ser2022-02-08
* sway: replace noop_output by fallback_outputLibravatar Simon Zeni2021-11-25
* 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