Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-16 | clang-format-3.5 -i **/*.[ch], update modeline | Michael Stapelberg | 1 | -184/+179 | |
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. | |||||
2013-02-10 | Add tztime module to support multiple different timezones. | Emil Mikulic | 1 | -2/+5 | |
2012-11-06 | Teen ordinal numbers always use a 'th' suffix. | Deiz | 1 | -0/+5 | |
2012-10-19 | Reduce the season day to 0-9 to properly print ordinal suffixes | Deiz | 1 | -1/+1 | |
2012-10-16 | Skip a day in the Discordian calendar when St. Tib's Day has passed | Deiz | 1 | -8/+10 | |
2012-05-02 | Fix harmless format string mistake (Thanks loblik) | Michael Stapelberg | 1 | -2/+2 | |
2012-04-08 | add yajl compat code | Michael Stapelberg | 1 | -0/+1 | |
2012-03-25 | Properly output JSON with libyajl | Michael Stapelberg | 1 | -28/+28 | |
2012-02-16 | Implement the i3bar JSON protocol | Michael Stapelberg | 1 | -0/+6 | |
This hardcodes all the JSON parts. Strings are not properly escaped currently. The best/easiest way to fix this is by actually using libyajl. | |||||
2011-04-22 | Also use the correct time for the ddate module | Michael Stapelberg | 1 | -9/+4 | |
2010-07-15 | print_ddate(): Correctly seperate the St. Tibs String from the rest | Axel Wagner | 1 | -3/+3 | |
2010-06-19 | ddate: Use static memory / only allocate format copy memory once | Michael Stapelberg | 1 | -22/+20 | |
2010-06-19 | Implemented a ddate-module | Axel Wagner | 1 | -0/+212 | |