summaryrefslogtreecommitdiff
path: root/sway/tree/root.c
AgeCommit message (Expand)Author
2024-04-15feat: 1.9 merge (#277)Reza Jelveh
2023-07-29fix: not being able to build without xwayland support (#209)Erik Reider
2023-06-02fix: crash when moving tabbed container to scratchpad (#182)RAR27
2023-03-26Extend minimize logic to work with XWayland and XDG applications (#132)Erik Reider
2023-01-04rebase: Sway 1.8 (#78)Erik Reider
2022-08-15Revert "merge sway master"Will McKinnon
2022-04-27merge sway masterWilliam McKinnon
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
2018-08-24Refactor destroy functions and save workspaces when there's no outputsRyan Dwyer
2018-08-19Replace hacky L_FLOATING container with a listRyan Dwyer
2018-08-18Implement iterators per container typeRyan Dwyer
2018-08-15Merge pull request #2458 from RyanDwyer/cleanup-transactionsDrew DeVault
2018-08-15Use list_find in more places and refactor/fix workspace prev_next functionsRyan Dwyer
2018-08-15Simplify transactionsRyan Dwyer
2018-08-04Move workspace pid code to root.cRyan Dwyer
2018-08-04Separate root-related codeRyan Dwyer