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
/
assign.c
Age
Commit message (
Expand
)
Author
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2023-04-14
commands: add printf attribute to cmd_results_new()
Simon Ser
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
2018-11-25
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
emersion
2018-08-18
commands: complete assign command
Ian Fan
2018-07-09
Update for swaywm/wlroots#1126
emersion
2018-07-02
cmd_assign: fix leak on error
Dominique Martinet
2018-05-14
Revert "Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements""
Ryan Dwyer
2018-05-12
Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements"
Drew DeVault
2018-05-11
Overhaul criteria implementation
Ryan Dwyer
2018-04-24
Use size_t instead of int and calloc instead of malloc
Ryan Dwyer
2018-04-24
Implement criteria commands
Ryan Dwyer
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-06-06
FreeBSD fixes
johalun
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