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
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