aboutsummaryrefslogtreecommitdiff
path: root/src/output.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-08remove useless checks (we use char, not unsigned char)Michael Stapelberg1-4/+3
2015-12-04Added support for Pango markup.Kenneth Lyons1-0/+43
2015-10-04Added support for lemonbarBrendan Van Hook1-1/+6
2015-03-16clang-format-3.5 -i **/*.[ch], update modelineMichael Stapelberg1-39/+40
2014-03-01Typo in function nameMarco Hunsicker1-1/+1
2014-03-01i3status: Allow customization of module separatorMarco Hunsicker1-5/+8
2013-05-19Implement term-output-formatAxel Wagner1-1/+24
2012-05-07Use (void) instead of () for functions without args (Thanks fernandotcl)Michael Stapelberg1-2/+2
2012-03-25Properly output JSON with libyajlMichael Stapelberg1-4/+0
2012-02-16Implement the i3bar JSON protocolMichael Stapelberg1-0/+4
2010-07-04Support customized colors.Fernando Tarlá Cardoso Lemos1-4/+4
2009-10-24Change output format to be a config option instead of a compile time defineMichael Stapelberg1-13/+14
2009-10-11Breaks configfiles! Major refactoring of i3status, see belowMichael Stapelberg1-150/+4
2009-09-26Bugfix: Don’t show colors in wireless info if colors are disabled (Thanks s...Michael Stapelberg1-0/+4
2009-08-18Add support for xmobarMichael Stapelberg1-3/+33
2009-07-21Add modelines and retab! all filesMichael Stapelberg1-0/+1
2009-07-21Correctly handle the order of itemsMichael Stapelberg1-6/+7
2009-07-21Use own files for each function, add get_ipv6_addr.cMichael Stapelberg1-0/+157