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
/
output.c
Age
Commit message (
Collapse
)
Author
2017-12-18
Add support for fractional output scale
emersion
2017-12-14
Use strtol instead of atoi in output command
emersion
2017-12-14
Fail if unknown output subcommand
emersion
2017-12-14
Replace refresh_rate and position by mode in output command
emersion
2017-12-12
Update output container box in event handler
emersion
2017-12-09
Remove output from layout
emersion
2017-12-06
Add new_output_config, update root container size on output hotplug
emersion
2017-12-06
Init, merge output config params, use wlr_output_layout
emersion
2017-12-06
Add output config
emersion
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-10-05
Clean up output command
Calvin Lee
Plugs memory leaks during failure of the output command and in other circumstances and fixes `bg` option. Fixes #1381
2017-03-10
UnGNUify the codebase
Drew DeVault
2016-12-15
Handle calloc failures
Drew DeVault
2016-12-15
Handle allocation failure in commands
Drew DeVault
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin