]> git.sur5r.net Git - i3/i3status/history - i3status.c
bump copyright
[i3/i3status] / i3status.c
2011-07-21 Michael Stapelbergbump copyright 2.3
2011-07-21 Michael StapelbergBugfix: Use gettimeofday instead of time. It provides...
2011-07-19 Michael Stapelbergupdate manpage, bump version, update copyrights, sync...
2011-07-13 Michael Stapelbergmagic: try to auto-detect output_format by default...
2011-06-30 Michael StapelbergBugfix: call setlocale() to make %c work in the date...
2011-05-06 Michael StapelbergFix trailing whitespaces, document cpu_usage in manpage
2011-05-06 Peter BuiAdd print_cpu_usage
2011-04-21 Michael StapelbergAlso use the correct time for the ddate module
2011-04-21 Michael StapelbergBugfix: use localtime_r so that later calls in print_ba...
2011-04-21 Michael Stapelbergget time at the beginning of the loop
2011-01-06 Michael Stapelbergimplement the 'path' option for cpu temperature
2010-10-23 Fernando Tarlá Car... More sensible lookup order loading the config.
2010-09-22 Michael Stapelberginitialize result to NULL to shun compiler warning
2010-09-22 Michael Stapelbergport support for xdg basedir and some makefile fixes...
2010-09-22 Michael StapelbergImplement --version/-v parameter
2010-09-22 Michael StapelbergImplement displaying the wireless connection speed...
2010-07-21 Michael StapelbergBugfix: s/CASE_SEC/CASE_SEC_TITLE for volume
2010-07-20 Michael StapelbergImplement ALSA volume support
2010-07-04 Fernando Tarlá Car... Support customized colors.
2010-06-28 Michael StapelbergAdd fernandotcl to copyright notice
2010-06-19 Axel WagnerImplemented a ddate-module
2010-04-06 Christian Dietrichipv6: provide format strings for ipv6 up and ipv6 down
2010-04-06 Christian Dietrichipv6: don't require a title for config option
2010-01-29 Michael StapelbergInstead of a relative sleep(1), sleep until the full...
2009-10-24 Michael StapelbergFix function signature / pointer type
2009-10-24 Michael Stapelbergconfig: first try ~/.i3status.conf, then /etc/i3status...
2009-10-24 Michael StapelbergChange output format to be a config option instead...
2009-10-16 Michael Stapelbergbattery: split up %remaining into %percentage and ...
2009-10-16 Michael StapelbergImplement option to use the last full capacity instead...
2009-10-16 Michael StapelbergImplement format_up/format_down for ethernet
2009-10-15 Michael StapelbergSeparate license into file LICENSE
2009-10-11 Michael StapelbergImplement disk info (%free/%used/%total)
2009-10-11 Michael StapelbergBreaks configfiles! Major refactoring of i3status,...
2009-09-01 Michael StapelbergFix compilation warning
2009-08-18 Michael StapelbergBugfix: Correctly terminate output if time is specified...
2009-08-18 Michael StapelbergAdd support for xmobar
2009-07-21 Michael StapelbergCorrectly handle the order of items
2009-07-21 Michael StapelbergUse own files for each function, add get_ipv6_addr.c
2009-06-21 Michael StapelbergBugfix: Correctly handle SIGPIPE to avoid unnecessary... 1.2
2009-06-16 Michael StapelbergBugfix: Exit upon errors from printf in dzen2-mode...
2009-05-22 Michael StapelbergMerge getting thermal zone temperature from atsutane...
2009-05-01 Michael StapelbergImplement flags for batteries to use the last full...
2009-05-01 Michael StapelbergDisplay 0 instead of negative values for remaining...
2009-04-30 Michael StapelbergEnable expandtab, retab! source
2009-04-30 Michael StapelbergFix display of IP addresses (display "no IP" correctly)
2009-04-17 Michael StapelbergReplace wmiistatus with i3status in files
2009-04-17 Michael StapelbergRename wmiistatus* to i3status*