index
:
swayfx.git
master
SwayFX: Sway, but with eye candy!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
tree
/
root.c
Age
Commit message (
Expand
)
Author
2024-04-15
feat: 1.9 merge (#277)
Reza Jelveh
2023-07-29
fix: not being able to build without xwayland support (#209)
Erik Reider
2023-06-02
fix: crash when moving tabbed container to scratchpad (#182)
RAR27
2023-03-26
Extend minimize logic to work with XWayland and XDG applications (#132)
Erik Reider
2023-01-04
rebase: Sway 1.8 (#78)
Erik Reider
2022-08-15
Revert "merge sway master"
Will McKinnon
2022-04-27
merge sway master
William McKinnon
2021-11-25
sway: replace noop_output by fallback_output
Simon Zeni
2021-02-16
container: Move pending state to state struct
Kenny Levinsen
2021-01-30
Check the output state for recorded workspaces
Konstantin Pospelov
2020-01-16
Fix crash when showing scratchpad hidden split containers
Ronan Pigott
2020-01-09
view: remove workspace pid mapping for assigns
Brian Ashworth
2019-12-16
root_scratchpad_hide: disable fullscreen descendants
Brian Ashworth
2019-12-12
Fix lingering workspace with scratchpad show
Ronan Pigott
2019-06-16
Fix sway crashes for scratchpad layouts
Rouven Czerwinski
2019-04-13
Fix scratchpad fullscreen behavior and crash
Brian Ashworth
2019-04-12
Fix scratchpad logic for floating windows
Ashkan Kiani
2019-04-03
root_scratchpad_hide: fix crash when layer focused
Brian Ashworth
2019-03-31
scratchpad: set initial size
Brian Ashworth
2019-03-31
Fix xwayland configure request scratchpad crash
Brian Ashworth
2019-03-23
Allow for workspace renaming during exec handling
mliszcz
2019-03-12
Handle seat_get_focused_workspace returning NULL
Brian Ashworth
2019-01-28
Introduce container_is_scratchpad_hidden
Ryan Dwyer
2019-01-25
Implement fullscreen global
Ryan Dwyer
2019-01-22
Fix dead stores found by scan-build
M Stoeckl
2019-01-22
root_scratchpad_remove_container: do not show
Brian Ashworth
2019-01-22
Use noop output when there's no outputs connected
Ryan Dwyer
2019-01-21
Move sway-specific functions in common/util.c into sway/
M Stoeckl
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2019-01-15
Handle hidden scratchpad containers in commands
Brian Ashworth
2018-12-29
Fix crash when scratchpad contains split containers
Ryan Dwyer
2018-11-28
Fix scratchpad segfault - NULL focused workspace
Brian Ashworth
2018-11-26
IPC: Trigger move events for scratchpad containers
Mihai Coman
2018-11-18
Use #if instead of #ifdef
emersion
2018-10-25
Fix containers not being resized when entering scratchpad
Ryan Dwyer
2018-10-20
Minor refactor of input manager
Ryan Dwyer
2018-09-30
Fix hotplugging down to zero outputs
Ryan Dwyer
2018-09-18
Fix double iteration of scratchpad containers
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-08-28
Prepare arrange code for type safe arguments
Ryan Dwyer
2018-08-25
Rename sway_root.outputs to sway_root.all_outputs
Ryan Dwyer
2018-08-24
Refactor destroy functions and save workspaces when there's no outputs
Ryan Dwyer
2018-08-19
Replace hacky L_FLOATING container with a list
Ryan Dwyer
2018-08-18
Implement iterators per container type
Ryan Dwyer
2018-08-15
Merge pull request #2458 from RyanDwyer/cleanup-transactions
Drew DeVault
2018-08-15
Use list_find in more places and refactor/fix workspace prev_next functions
Ryan Dwyer
2018-08-15
Simplify transactions
Ryan Dwyer
2018-08-04
Move workspace pid code to root.c
Ryan Dwyer
2018-08-04
Separate root-related code
Ryan Dwyer