]> git.sur5r.net Git - i3/i3status/shortlog
i3/i3status
2012-05-11 Michael Stapelbergupdate changelog 2.5.1
2012-05-09 Michael StapelbergError handling: Never output null as full_text (JSON...
2012-05-09 Michael StapelbergRemove cpu_temperature from the default config
2012-05-09 Michael StapelbergImprove error message when the cpu temperature cannot...
2012-05-07 Michael StapelbergUse (void) instead of () for functions without args...
2012-05-04 Jasper Lievisse... - Remove some superfluous #ifdef clutter - If we're...
2012-05-04 Jasper Lievisse... Update wrt. recent OpenBSD changes.
2012-05-04 Michael Stapelbergadd CHANGELOG to release tarball
2012-05-04 Michael Stapelbergmakefile: include yajl-fallback in release tarballs
2012-05-04 Ewgenij StarostinHandle %d with non-default CPU temperature path.
2012-05-02 Michael StapelbergFix harmless format string mistake (Thanks loblik) 2.5
2012-05-02 Michael Stapelbergadd CHANGELOG file
2012-05-02 Michael Stapelbergbump copyright
2012-05-02 Michael Stapelbergbump version number
2012-05-02 Michael Stapelbergclean (generated) i3status.1 in distclean target
2012-05-02 Michael Stapelbergmanpage: spelling / sentence fixes
2012-05-02 Michael Stapelbergmanpage: remove paragraph about version 2, that’s outda...
2012-04-30 Michael Stapelbergbugfix: don’t use TOPDIR (Thanks loblik)
2012-04-30 Michael Stapelbergdocument the i3bar output format in the manpage
2012-04-30 Jasper Lievisse... Implement displaying battery status on OpenBSD.
2012-04-30 Jasper Lievisse... Implement basic fetching of cpu temperature on OpenBSD.
2012-04-29 Jasper Lievisse... Allow overriding of a2x in the environment; as it may...
2012-04-29 Jasper Lievisse... Print the volume on OpenBSD too. Add missing library...
2012-04-29 Jasper Lievisse... Fix disk usage on OpenBSD.
2012-04-29 Jasper Lievisse... Fix CPU usage on OpenBSD. Currently only takes the...
2012-04-28 Jasper Lievisse... Fix include order; fixes build on OpenBSD.
2012-04-28 Jasper Lievisse... Add some extra paths if we're compiling on OpenBSD.
2012-04-26 Thorsten TöpperAdded %emptytime to the battery part
2012-04-08 Michael Stapelbergadd yajl compat code
2012-03-25 Michael Stapelbergdebian: recommend libcap2-bin only on linux, recommend...
2012-03-25 Michael Stapelberguse printf instead of write to not mix two ways of...
2012-03-25 Michael StapelbergProperly output JSON with libyajl
2012-03-17 Stefan Breunigadd "exit 1" to example shell script.
2012-03-11 Michael StapelbergFix indentation in i3status.conf
2012-03-11 Michael StapelbergFix configuration paths in error message
2012-02-24 Michael Stapelbergadd a section to the manpage explaining why we don...
2012-02-16 Michael StapelbergImplement the i3bar JSON protocol
2012-01-02 Michael Stapelberguse the actual default format string for run_watch
2012-01-02 theoAdd a "format" example for run_watch
2011-12-26 Michael Stapelbergbump version in i3status.man
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
next