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
/
border.c
Age
Commit message (
Expand
)
Author
2021-02-16
container: Move pending state to state struct
Kenny Levinsen
2019-08-12
Remove redundant checks
Antonin Décimo
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2018-11-17
Move view {x,y,width,height} into container struct
Ryan Dwyer
2018-10-31
Move view border properties to container struct
Ryan Dwyer
2018-10-25
Rebase the cursor after applying transactions
Ryan Dwyer
2018-10-20
Minor refactor of input manager
Ryan Dwyer
2018-10-19
Introduce cursor_rebase
Ryan Dwyer
2018-10-17
Fix crashes when running certain commands on an empty workspace
Ryan Dwyer
2018-10-14
Document `border csd`
Drew DeVault
2018-09-27
Improve CSD logic
Ryan Dwyer
2018-09-27
Remove CSD from toggle list if client doesn't support it
Ryan Dwyer
2018-09-27
Add CSD to border modes
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-09-01
Implement deprecated new_window and new_float commands
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
Fix changing borders on floating views
Ryan Dwyer
2018-05-20
Fix border commands from changing focus
Brian Ashworth
2018-05-01
Update cursor when border is changed
Ryan Dwyer
2018-04-30
Implement borders
Ryan Dwyer
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