Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl | |
This commit mostly duplicates the wlr_log functions, although with a sway_* prefix. (This is very similar to PR #2009.) However, the logging function no longer needs to be replaceable, so sway_log_init's second argument is used to set the exit callback for sway_abort. wlr_log_init is still invoked in sway/main.c This commit makes it easier to remove the wlroots dependency for the helper programs swaymsg, swaybg, swaybar, and swaynag. | |||
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-10-07 | swaynag: s/Toggle Details/Toggle details/ | Drew DeVault | |
2018-08-20 | Fix bad-free in swaynag | Brian Ashworth | |
2018-08-03 | Add missing stdlib.h includes to swaynag | Marien Zwart | |
2018-08-01 | swaynag: fix hidpi | Brian Ashworth | |
2018-08-01 | swaynag: allow more config options | Brian Ashworth | |
2018-08-01 | swaynag: refactor {sway_,}nagbar to swaynag | Brian Ashworth | |
2018-08-01 | swaynag: split config into own file and fix optind | Brian Ashworth | |
2018-08-01 | swaynag: implement config file support | Brian Ashworth | |
2018-08-01 | Address first round review for swaynag | Brian Ashworth | |