Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-27 | Avoid adding duplicate criteria for no_focus and command | Ashkan Kiani | |
2019-01-14 | Remove now-unused "input" argument of cmd_results_new | M Stoeckl | |
Patch tested by compiling with `__attribute__ ((format (printf, 2, 3)))` applied to `cmd_results_new`. String usage constants have been converted from pointers to arrays when encountered. General handler format strings were sometimes modified to include the old input string, especially for unknown command errors. | |||
2018-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion | |
And make sure we don't define both in the same source file. | |||
2018-07-16 | Implement no_focus command | Ryan Dwyer | |
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2017-04-26 | Implement no_focus | Drew DeVault | |
Ref #2 |