aboutsummaryrefslogtreecommitdiff
path: root/sway/tree/root.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2024-01-18scene_graph: Port xwaylandAlexander Orzechowski
2024-01-18scene_graph: Port layer_shellAlexander Orzechowski
2024-01-18input: Query scene graph for relevant surface/node intersectionsAlexander Orzechowski
2024-01-18scene_graph: Port ext_session_v1Alexander Orzechowski
2024-01-18scene_graph: Port seat drag iconsAlexander Orzechowski
2024-01-18scene_graph: Maintain `wlr_scene_node`s for the sway tree.Alexander Orzechowski
2023-12-01Don't destroy output layout on exitAlexander Orzechowski
2023-11-23Pass wl_display to wlr_output_layoutSimon Ser
2023-11-23Add wlr/util/transform.h includesSimon Ser
2023-03-24root: Set inactive focus when scratchpad is moved to new workspaceAnkit Pandey
2023-03-14root: Try to preserve relative positions of floating containersAnkit Pandey
2023-02-02root: free non_desktop_outputs list on root_destroyTobias Predel
2022-11-26root: move the workspace matching code to its own fileRonan Pigott
2022-09-19sway: Add non-desktop-output typeAlex Maese
2022-02-08Remove all sprintf callsSimon Ser
2021-11-25sway: replace noop_output by fallback_outputSimon Zeni
2021-02-16container: Move pending state to state structKenny Levinsen
2021-01-30Check the output state for recorded workspacesKonstantin Pospelov
2020-01-16Fix crash when showing scratchpad hidden split containersRonan Pigott
2020-01-09view: remove workspace pid mapping for assignsBrian Ashworth
2019-12-16root_scratchpad_hide: disable fullscreen descendantsBrian Ashworth
2019-12-12Fix lingering workspace with scratchpad showRonan Pigott
2019-06-16Fix sway crashes for scratchpad layoutsRouven Czerwinski
2019-04-13Fix scratchpad fullscreen behavior and crashBrian Ashworth
2019-04-12Fix scratchpad logic for floating windowsAshkan Kiani
2019-04-03root_scratchpad_hide: fix crash when layer focusedBrian Ashworth
2019-03-31scratchpad: set initial sizeBrian Ashworth
2019-03-31Fix xwayland configure request scratchpad crashBrian Ashworth
2019-03-23Allow for workspace renaming during exec handlingmliszcz
2019-03-12Handle seat_get_focused_workspace returning NULLBrian Ashworth
2019-01-28Introduce container_is_scratchpad_hiddenRyan Dwyer
2019-01-25Implement fullscreen globalRyan Dwyer
2019-01-22Fix dead stores found by scan-buildM Stoeckl
2019-01-22root_scratchpad_remove_container: do not showBrian Ashworth
2019-01-22Use noop output when there's no outputs connectedRyan Dwyer
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-15Handle hidden scratchpad containers in commandsBrian Ashworth
2018-12-29Fix crash when scratchpad contains split containersRyan Dwyer
2018-11-28Fix scratchpad segfault - NULL focused workspaceBrian Ashworth
2018-11-26IPC: Trigger move events for scratchpad containersMihai Coman
2018-11-18Use #if instead of #ifdefemersion
2018-10-25Fix containers not being resized when entering scratchpadRyan Dwyer
2018-10-20Minor refactor of input managerRyan Dwyer
2018-09-30Fix hotplugging down to zero outputsRyan Dwyer
2018-09-18Fix double iteration of scratchpad containersRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-28Prepare arrange code for type safe argumentsRyan Dwyer
2018-08-25Rename sway_root.outputs to sway_root.all_outputsRyan Dwyer