| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-04-02 | Adding the option "format_down" to path_exists and run_watch. | Christian Kohlstedde | 1 | -2/+8 | |
| This fixes #1. | |||||
| 2015-03-16 | clang-format-3.5 -i **/*.[ch], update modeline | Michael Stapelberg | 1 | -20/+21 | |
| From here on, we’ll use clang-format to automatically format the source. This has worked well in i3, so we are introducing it for i3status. | |||||
| 2014-03-12 | Unify use of string comparisons | Mats | 1 | -2/+2 | |
| * strncmp(s1, s2, strlen(s2)) → BEGINS_WITH(s1, s2) * strncmp(s1, s2, strlen(s1)) → strcmp(s1, s2) * Prefer case-insensitive comparison for options | |||||
| 2013-11-22 | Add support for path_exists directive. | Kinware AB | 1 | -0/+35 | |
