index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
commands
/
floating.c
Age
Commit message (
Expand
)
Author
2021-02-16
container: Move pending state to state struct
Kenny Levinsen
2019-04-13
Fix scratchpad fullscreen behavior and crash
Brian Ashworth
2019-03-26
Fix crash for floating command on scratchpad window
Ashkan Kiani
2019-01-22
commands: allow setting floating on scratchpad containers
Ian Fan
2019-01-22
commands: allow tiled containers to be stickied
Ian Fan
2019-01-15
Handle hidden scratchpad containers in commands
Brian Ashworth
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2018-11-10
Use parse_boolean where possible.
Connor E
2018-10-26
Deny several commands when there's no outputs connected
Ryan Dwyer
2018-09-06
Introduce seat_set_focus_container and seat_set_focus_workspace
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-08-26
Remove layout.c
Ryan Dwyer
2018-08-19
Replace hacky L_FLOATING container with a list
Ryan Dwyer
2018-08-18
Rename container_sort_workspaces and container_wrap_children
Ryan Dwyer
2018-07-28
Operate on floating split container when a child is focused
Ryan Dwyer
2018-07-28
Allow containers to float
Ryan Dwyer
2018-07-14
Simplify transactions by utilising a dirty flag on containers
Ryan Dwyer
2018-06-09
Refactor everything that needs to arrange windows
Ryan Dwyer
2018-06-01
Replace is_floating boolean with function
Ryan Dwyer
2018-06-01
Implement floating
Ryan Dwyer
2018-06-01
Send frame done to floating views
Drew DeVault
2018-06-01
Implement `floating enable`
Drew DeVault
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-04-05
Improve criteria handling
Calvin Lee
2017-03-10
UnGNUify the codebase
Drew DeVault
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin