aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/set.c
Commit message (Collapse)AuthorAge
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
| | | | | | | | | 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.
* Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
| | | | And make sure we don't define both in the same source file.
* commands: require set variable to start with $Libravatar Ian Fan2018-08-18
|
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
|
* add config handlersLibravatar Tony Crisci2018-02-24
|
* sway: change all sway_log to wlr_logLibravatar Dominique Martinet2018-01-05
|
* config: add 'set' commandLibravatar Dominique Martinet2018-01-05
|
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
|
* Fix issue #1287Libravatar Jonas Karlsson2017-10-03
| | | | All variables without a $ prefix lost their last character due to off by one error
* FreeBSD fixesLibravatar johalun2017-06-06
| | | | | | | 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).
* UnGNUify the codebaseLibravatar Drew DeVault2017-03-10
|
* Handle allocation failure in commandsLibravatar Drew DeVault2016-12-15
|
* merge in latest commitsLibravatar Zandr Martin2016-09-02
|
* refactor commands.cLibravatar Zandr Martin2016-09-01