Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-23 | Define _POSIX_C_SOURCE globally | Simon Ser | |
See discussion in https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4555 | |||
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-08-18 | commands: require set variable to start with $ | Ian Fan | |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion | |
2018-02-24 | add config handlers | Tony Crisci | |
2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet | |
2018-01-05 | config: add 'set' command | Dominique Martinet | |
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2017-10-03 | Fix issue #1287 | Jonas Karlsson | |
All variables without a $ prefix lost their last character due to off by one error | |||
2017-06-06 | FreeBSD fixes | johalun | |
Increase _POSIX_SOURCE value where needed. Increase _XOPEN_SOURCE value where needed. Conditionally link to libcap (only on Linux). Possibly some trailing whitespace fixes (automatic). | |||
2017-03-10 | UnGNUify the codebase | 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 | |