]> git.sur5r.net Git - i3/i3status/shortlog
i3/i3status
2011-12-26 Michael Stapelbergbump version 2.4
2011-12-26 Michael Stapelbergupdate debian/changelog
2011-12-09 Baptiste DaroussinFreeBSD: fix disk usage print
2011-12-09 Baptiste DaroussinFreeBSD: switch from acpi to coretemp to get the cpu...
2011-11-26 Michael Stapelbergman/i3status.man: Fix indention (Thanks sur5r)
2011-11-26 Michael Stapelbergbattery: implement "path" option for batteries with...
2011-10-30 Michael Stapelbergmanpage: remove the obsolete i3bar -d invocation
2011-10-18 Michael Stapelbergmake libconfuse handle config files case insensitive
2011-10-10 Michael StapelbergDon’t use a default setting for 'order'
2011-10-03 Michael StapelbergFix the default value for the load, also the manpage...
2011-09-05 Michael Stapelbergdoc fix: the load supports %1min, not %10min in the...
2011-09-01 Connor Lane... Makefile: fix PREFIX usage
2011-08-29 Mateusz Poszwafix parentheses in cc1457c4f0f4cccb8bec326dd0bb13082ac806e6
2011-08-27 Michael StapelbergMakefile: actually use PREFIX (Thanks cls)
2011-08-25 Michael Stapelberginitialize variables to fix compiler warning
2011-08-25 Connor Lane... make modules more resilient to failure
2011-08-25 Michael Stapelbergs/while [ 1 ]/while :/ (Thanks cls)
2011-08-25 Michael Stapelbergmanpage: add example for using external scripts/program...
2011-07-29 Michael Stapelbergdebian/i3status.postinst: Check if setcap is there...
2011-07-24 Michael Stapelbergonly compile print_cpu_temperature if THERMAL_ZONE...
2011-07-24 Baptiste DaroussinAdd simple volume support on FreeBSD
2011-07-24 Baptiste DaroussinAdd support for cpu usage on FreeBSD
2011-07-24 Baptiste DaroussinSupport wifi on FreeBSD
2011-07-23 Michael Stapelbergclose appropriate bug in changelog
2011-07-23 Axel BeckertFix missing build-dependency on kfreebsd
2011-07-21 Michael Stapelbergbump copyright 2.3
2011-07-21 Michael StapelbergBugfix: Use gettimeofday instead of time. It provides...
2011-07-21 Axel BeckertFix FTBFS on kFreeBSD
2011-07-19 Michael Stapelbergdebian: update changelog
2011-07-19 Michael Stapelbergdebian: update copyright
2011-07-19 Michael Stapelbergupdate manpage, bump version, update copyrights, sync...
2011-07-19 Michael Stapelbergdebian: use [linux-any] instead of hardcoded architectu...
2011-07-13 Michael Stapelbergslurp(): null-terminate buffer (Thanks mist)
2011-07-13 Michael Stapelbergcorrectly auto-detect the output format with zsh (Thank...
2011-07-13 Michael Stapelbergdebian: update packaging, add changelog entries
2011-07-13 Michael Stapelbergmanpage: fix config paths
2011-07-13 Michael Stapelbergmakefile: respect and use LIBS/CPPFLAGS, use $(MAKE...
2011-07-13 Michael Stapelbergfix memory leak
2011-07-13 Michael Stapelbergmagic: try to auto-detect output_format by default...
2011-07-13 Michael Stapelbergi3status.conf: fix indention
2011-06-30 Michael StapelbergBugfix: call setlocale() to make %c work in the date...
2011-05-08 Michael Stapelbergmanpage: give a better example of the color_good option...
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 Stapelbergdocument the path option in sample config
2011-01-06 Michael Stapelbergimplement the 'path' option for cpu temperature
2011-01-06 Felix Kaisermanpage: fix sample config (ethernet module)
2011-01-03 Michael StapelbergCache the result of the DNS query also if there is...
2010-11-28 Michael StapelbergUse kill(pid, 0) to check if the process is alive
2010-11-03 Michael Stapelbergbattery: use POWER_NOW if CURRENT_NOW is not available
2010-10-23 Fernando Tarlá... More sensible lookup order loading the config.
2010-09-22 Michael Stapelbergmanpage: fix example for xmobar/dzen2 2.2
2010-09-22 Michael Stapelbergbump version in asciidoc.conf
2010-09-22 Michael Stapelbergdebian: bump version, wrap changelog
2010-09-22 Michael Stapelbergdebian: add source/format file
2010-09-22 Michael Stapelberginitialize result to NULL to shun compiler warning
2010-09-22 Michael Stapelbergmakefile: also copy include/ in make release
2010-09-22 Michael Stapelbergport support for xdg basedir and some makefile fixes...
2010-09-22 Michael StapelbergBump version in manpage
2010-09-22 Michael StapelbergImplement --version/-v parameter
2010-09-22 Michael Stapelbergmakefile: define GIT_VERSION, statically include *VERSI...
2010-09-22 Michael Stapelbergmakefile: remove obsolete compilation flag
2010-09-22 Michael Stapelbergupdate changelog
2010-09-22 Michael StapelbergImplement displaying the wireless connection speed...
2010-07-21 Michael StapelbergBugfix: Correctly check for interface up/down-status...
2010-07-21 Michael StapelbergBugfix: s/CASE_SEC/CASE_SEC_TITLE for volume
2010-07-20 Michael StapelbergImplement ALSA volume support
2010-07-15 Axel Wagnerprint_ddate(): Correctly seperate the St. Tibs String...
2010-07-04 Michael Stapelbergdebian: add libcap2-bin as dependency (for setcap(8))
2010-07-04 Fernando Tarlá... Updated the manual page with the color_* directives.
2010-07-04 Fernando Tarlá... Support customized colors.
2010-06-30 Fernando Tarlá... Don't leak skfd on errors. Don't spam stderr if the...
2010-06-28 Michael StapelbergAdd fernandotcl to copyright notice
2010-06-25 Fernando Tarlá... Evaluate wireless quality average. Fix dBm calculations.
2010-06-24 Mirko Augsburgerdisk_info: implement %avail
2010-06-24 Michael Stapelbergwireless: fix formats
2010-06-24 Michael StapelbergDisplay wireless quality as percentage
2010-06-24 Fernando Tarlá... Take into account the wireless quality maximum.
2010-06-19 Michael Stapelbergddate: Use static memory / only allocate format copy...
2010-06-19 Axel WagnerImplemented a ddate-module
2010-06-19 Axel WagnerDo proper error handling in print_time()
2010-06-08 Michael Stapelbergs/systemcalls/system calls
2010-04-19 Michael StapelbergTreat the interface as 'down' when it cannot be found...
2010-04-10 Michael Stapelbergdebian: depend on libcap2-bin for setcap
2010-04-10 Michael Stapelbergdebian: update packaging 2.1
2010-04-10 Michael Stapelbergupdate changelog
2010-04-06 Michael StapelbergLittle style fixes for the last commit
2010-04-06 Christian Dietrichipv6: update manpage
2010-04-06 Christian Dietrichipv6: provide format strings for ipv6 up and ipv6 down
2010-04-06 Michael Stapelbergdebian: add postinst file which issues setcap
2010-04-06 Michael Stapelbergmakefile: don’t fail if setcap is unsuccessful
2010-04-06 Christian Dietrichipv6: don't require a title for config option
2010-04-01 Michael Stapelberginstall i3status with cap_net_admin capability, document it
2010-02-14 Michael Stapelbergmakefile: only regenerate i3status.1 when necessary...
2010-02-14 Michael StapelbergColorize ethernet output (patch by Peter Johnson)
2010-01-29 Michael StapelbergInstead of a relative sleep(1), sleep until the full...
2010-01-26 Michael Stapelbergwireless: display no IP instead of (null)
next