]> git.sur5r.net Git - i3/i3status/shortlog
i3/i3status
2009-10-27 Michael StapelbergUpdate debian packaging for 2.0 2.0
2009-10-27 Michael StapelbergUpdate manpage for output_format
2009-10-24 Michael StapelbergUpdate debian/ for single binary
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-23 Michael Stapelbergdebian: symlink the manpage of i3status for the i3statu...
2009-10-23 Michael Stapelbergdebian: Update standards version
2009-10-23 Michael StapelbergFix Makefile to create correct tarball
2009-10-23 Michael StapelbergUpdate debian packaging
2009-10-23 Michael StapelbergDon’t compile for DZEN by default
2009-10-23 Michael StapelbergAdd error message if neither DZEN nor XMOBAR is defined
2009-10-16 Michael Stapelbergbattery: split up %remaining into %percentage and ...
2009-10-16 Michael StapelbergActually use the format string for the battery (Thanks...
2009-10-16 Michael StapelbergChange Makefile to make releases containing our current...
2009-10-16 Michael StapelbergImplement option to use the last full capacity instead...
2009-10-16 Michael StapelbergObey format for run_watches
2009-10-16 Michael StapelbergImplement format_up/format_down for ethernet
2009-10-15 Michael StapelbergBugfix: Cast the integers to uint64_t *before* multiply...
2009-10-15 Michael StapelbergSeparate license into file LICENSE
2009-10-15 Michael StapelbergUpdate default config
2009-10-13 Michael StapelbergBugfix: Install manpage from new path (Thanks shatter)
2009-10-12 Michael StapelbergGenerate manpage in Makefile
2009-10-12 Michael StapelbergAdd manpage in asciidoc format
2009-10-11 Michael StapelbergCleanup disk "module"
2009-10-11 Michael StapelbergImplement disk info (%free/%used/%total)
2009-10-11 Michael StapelbergBreaks configfiles! Major refactoring of i3status,...
2009-10-02 Michael StapelbergAdd debian changelog entry to keep updates from overwri...
2009-10-01 Michael StapelbergFix linking (Thanks Atsutane)
2009-10-01 Michael StapelbergBugfix: close the filehandle when done
2009-10-01 Michael StapelbergImplement getting the wireless ESSID
2009-09-26 Michael StapelbergBugfix: Don’t show colors in wireless info if colors...
2009-09-26 Michael StapelbergDon’t display an error message if getaddrinfo() fails...
2009-09-11 AtsutaneSmall improvement regarding readability if one hasn...
2009-09-01 Michael StapelbergInitialize order array with -1 to avoid printing duplic...
2009-09-01 Michael StapelbergFix compilation warning
2009-09-01 Axel BeckertSupport for (Debian) GNU/kFreeBSD
2009-08-18 Michael StapelbergBugfix: Correctly terminate output if time is specified...
2009-08-18 Michael StapelbergAdd support for xmobar
2009-08-17 Michael Stapelbergdebian: fix issues with initscript
2009-08-02 Michael StapelbergUpdate debian changelog
2009-07-25 Michael StapelbergReturn "no battery" instead of dying if a battery wasn...
2009-07-25 Michael StapelbergDon’t perror("connect") when there most likely is no...
2009-07-23 Michael StapelbergUpdate i3status.conf
2009-07-23 Michael StapelbergBugfix: Use interface instead of eth_interface in get_i...
2009-07-23 Michael StapelbergImplement battery status and thermal zones for FreeBSD...
2009-07-22 Michael StapelbergRemove unneeded struct
2009-07-22 Michael Stapelberglittle fixes for FreeBSD
2009-07-22 Michael StapelbergUse the highest order actually used, not MAX_ORDER...
2009-07-22 Michael StapelbergImplement getting the interface speed on FreeBSD, patch...
2009-07-22 Michael StapelbergFree the addresses correctly
2009-07-22 Michael StapelbergObtain IP address in a portable way, patch by Baptiste...
2009-07-21 Michael StapelbergUse getloadavg() instead of using /proc, patch by Bapti...
2009-07-21 Michael StapelbergHide ugly compilation calls in Makefile
2009-07-21 Michael Stapelbergget_ipv6_addr: more documentation, use SOCK_DGRAM,...
2009-07-21 Michael StapelbergAdd modelines and retab! all files
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-22 Michael Stapelbergdebian: add README.Debian to git
2009-06-22 Michael Stapelbergdebian: use make distclean instead of make clean betwee...
2009-06-21 Michael Stapelbergdebian: change Priority to extra (makes more sense)
2009-06-21 Michael Stapelbergdebian: Increase Standards-Version for next upload
2009-06-21 Michael Stapelbergdebian: add initscripts/default files
2009-06-21 Michael Stapelbergdebian: revert packaging to produce only one package...
2009-06-21 Michael StapelbergBugfix: Correctly handle SIGPIPE to avoid unnecessary... 1.2
2009-06-17 Michael Stapelbergdebian: correctly build an i3status-common package...
2009-06-17 Michael Stapelbergdebian: update policy-version to 3.8.2, fix build,...
2009-06-17 Michael Stapelbergmakefile: fix linking 1.1
2009-06-17 Michael Stapelbergmakefile: fix dependencies
2009-06-17 Michael Stapelbergmakefile: fix release target
2009-06-17 Michael Stapelbergrelease 1.1 / debian: update changelog
2009-06-17 Michael Stapelbergdebian: build separate packages for dzen2/wmii
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-09 Michael Stapelbergdebian: Add ${misc:Depends}
2009-05-01 Michael StapelbergDebian: Fix email address, add build-dependency
2009-05-01 Michael StapelbergFix URLs, fix make release, update debian/changelog 1.0
2009-05-01 Michael StapelbergDebian: Recommend dzen2
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 StapelbergReplace last occurences of wmiistatus
2009-04-30 Michael StapelbergEnable expandtab, retab! source
2009-04-30 Michael StapelbergFix display of IP addresses (display "no IP" correctly)
2009-04-30 Michael StapelbergDebian: Change maintainer email address, set DM-Upload...
2009-04-17 Michael StapelbergModify debian package to use the new name, remove inits...
2009-04-17 Michael StapelbergReplace wmiistatus with i3status in files
2009-04-17 Michael StapelbergRename wmiistatus* to i3status*
2009-04-16 Michael StapelbergAdd forgotten file
2009-04-16 Michael StapelbergImplement arbitrary number of batteries to support...
2009-04-13 Michael StapelbergFix initscript to be dash-compatible (Thanks Mirko)
2009-04-09 Michael Stapelberg*doh* logic error
2009-04-09 Michael StapelbergDisplay the information we have
2009-04-09 Michael StapelbergBugfix: Check if the present rate is > 0, not only...
2009-02-22 Michael StapelbergRemove unnecessary code for dzen
2009-02-22 Michael StapelbergAdd dzen2-compatible mode
2009-01-25 Michael StapelbergUpdate manpage, remove unnecessary ifdefs
2009-01-25 Michael StapelbergMove configuration file parsing into wmiistatus.c,...
2009-01-25 Michael StapelbergSimplify config file parsing *a lot*
2009-01-25 Michael StapelbergFix warnings due to unused variables on NetBSD
2009-01-25 Michael StapelbergAdd code for getting process status (running/not) and...
next