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
/
swap.c
Age
Commit message (
Expand
)
Author
2023-04-14
commands: add printf attribute to cmd_results_new()
Simon Ser
2023-02-19
container: rehome the container_swap function into container.c
Ronan Pigott
2022-01-22
cmd/swap: error on swapping a container with itself
Ronan Pigott
2021-02-16
container: Move pending state to state struct
Kenny Levinsen
2020-02-13
cmd_swap: fix test_mark condition
Brian Ashworth
2019-08-06
cmd_swap: add floating support
Brian Ashworth
2019-07-14
Layout tiled using a width/height fraction
Pedro CĂ´rte-Real
2019-07-09
Make mouse drag in tiled mode swap containers if no edge is selected
Sebastian Parborg
2019-02-21
Handle NULL from output_get_active_workspace
Brian Ashworth
2019-01-25
Implement fullscreen global
Ryan Dwyer
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2019-01-09
cmd_swap: use handler context seat
Brian Ashworth
2018-11-18
Use #if instead of #ifdef
emersion
2018-11-14
Fix unused function in swap command
emersion
2018-11-08
Fix building with clang
sghctoma
2018-11-01
Move view marks properties to container struct
Ryan Dwyer
2018-10-26
Deny several commands when there's no outputs connected
Ryan Dwyer
2018-10-21
Make workspace back_and_forth seat-specific
Ryan Dwyer
2018-10-20
Minor refactor of input manager
Ryan Dwyer
2018-10-18
Remove cursor warping from seat_set_focus
Ryan Dwyer
2018-10-16
Merge branch 'master' into set-set-raw-focus
Ian Fan
2018-10-15
Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warp
Ryan Dwyer
2018-10-15
Fix crash in swap command
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
Implement iterators per container type
Ryan Dwyer
2018-07-25
reverted includes of "sway/config.h" and replaced with "config.h" from meson ...
Pascal Pascher
2018-07-25
more style fixes, included "sway/config.h" where needed
Pascal Pascher
2018-07-24
style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false
Pascal Pascher
2018-07-24
Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...
Pascal Pascher
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-05-28
Fix ancestor typos
Ryan Dwyer
2018-05-26
Implement swap command
Brian Ashworth