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
/
sticky.c
Age
Commit message (
Expand
)
Author
2021-02-16
container: Move pending state to state struct
Kenny Levinsen
2020-11-11
tree/container: introduce `container_is_sticky[_or_child]` functions
Tudor Brindus
2019-02-21
Handle NULL from output_get_active_workspace
Brian Ashworth
2019-01-28
Introduce container_is_scratchpad_hidden
Ryan Dwyer
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-11
fix: cmd_sticky crash sway with empty container
meak
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-08-26
Remove layout.c
Ryan Dwyer
2018-08-25
Relocate container_move, container_move_to and container_get_in_direction
Ryan Dwyer
2018-08-18
commands: move newly-stickied containers to focused workspace
Ian Fan
2018-06-01
Replace is_floating boolean with function
Ryan Dwyer
2018-06-01
Implement floating
Ryan Dwyer
2017-11-18
Move everything to sway/old/
Drew DeVault
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin