]> git.sur5r.net Git - i3/i3status/history - src
Merge pull request #266 from moreais/master
[i3/i3status] / src /
2018-02-12 Ingo BürkMerge pull request #266 from moreais/master
2018-02-12 Carlin BinghamOpenBSD: fix volume display on some hardware 266/head
2018-01-28 johcgtTreat zero battery capacity as "not available" (#259)
2017-12-11 Emeric PlanetUpdate comment as in #247 (#254)
2017-12-11 Emeric PlanetAdd IPv6 address when IPv4 isn't available (#247)
2017-12-09 Ingo BürkMerge pull request #253 from eplanet/always_reload_tz
2017-12-09 eplanetCall tzset at each time print 253/head
2017-10-06 Michael StapelbergMerge pull request #237 from kousu/215-battery
2017-08-24 kousuBe more cautious about handling invalid battery measure...
2017-08-19 Emeric PlanetUse local timezone for battery %emptytime (#236)
2017-04-16 Ingo BürkMerge pull request #219 from flammi/master
2017-04-13 Emeric PlanetAdd battery capacity parsing (#216)
2017-04-13 Fabian FranzenAdded braces 219/head
2017-04-12 Fabian FranzenFix memory leak/Use BEGINS_WITH macro
2017-04-12 Fabian FranzenAdd check for virtual ethernet devices
2017-03-26 eplanetMultiple CPU support for cpu_usage (#209)
2017-03-16 Ingo BürkMerge pull request #211 from ixjlyons/issue210
2017-03-10 Kenneth Lyonsdisk: don't remove trailing slash if path is a single... 211/head
2017-03-08 Ingo BürkMerge pull request #208 from stapelberg/warning
2017-03-08 Ingo BürkMerge pull request #207 from stapelberg/disk_info
2017-03-08 Michael Stapelbergremove useless checks (we use char, not unsigned char) 208/head
2017-03-08 Michael Stapelbergdisk: sanitize trailing slashes 207/head
2017-02-07 Ingo BürkMerge pull request #202 from jasperla/openbsd_fdleak
2017-02-07 Ingo BürkMerge pull request #201 from jasperla/openbsd_bat_info
2017-02-07 Jasper Lievisse... Plug an fd leak in the OpenBSD-specific code for _first_ 202/head
2017-02-07 Jasper Lievisse... Suppress printing :00 seconds of remaining battery... 201/head
2017-02-01 Baptiste DaroussinFix the deciKelvin to Celsius conversion on FreeBSD...
2017-02-01 Jasper Lievisse... Make first_eth_interface() work on OpenBSD: (#197)
2017-02-01 Jasper Lievisse... Include sys/select.h on OpenBSD (#198)
2016-11-16 Michael StapelbergMerge pull request #179 from mihaicmn/feature-threshold...
2016-11-14 Mihai ComanAdd 'format_below_threshold' option for 'disk' module
2016-11-12 Jon BernardUse blank padding for wireless quality (#166) (#167)
2016-10-24 Björn LindströmSetting of custom locale in tztime configuration. ...
2016-10-23 Stu ZhaoDetect batteries using glob (#163)
2016-09-14 Watcompulse device may be specified by name (#126) (#162)
2016-08-29 Michael StapelbergMerge pull request #140 from tommie/multibatt
2016-08-28 Tommie GannertImplement aggregates for batteries. 140/head
2016-08-22 Tommie GannertMatch trailing equal sign in slurp_battery_info.
2016-08-22 Cihangir AkturkParse uevent file to detect network device type (#153)
2016-08-22 Michael Stapelbergprint_wireless_info: fix FTBFS on hurd and kfreebsd
2016-08-21 tnnnAdded missing ampere to watt conversion for last full...
2016-08-16 eplanetPrint empty string for not mounted disks. (#148)
2016-08-15 tommieMove time and ratio computations out of slurp_battery_i...
2016-08-14 Michael StapelbergMerge pull request #150 from tommie/incremental_multibatt
2016-08-14 Tommie GannertMove full_design and full_last into struct battery_info. 150/head
2016-08-14 Tommie GannertAlso capture charge rate in NetBSD.
2016-08-14 Michael StapelbergMerge pull request #149 from tommie/incremental_multibatt
2016-08-14 Tommie GannertFix warnings about using a char array index on NetBSD. 149/head
2016-08-14 Tommie GannertSimplify string comparisons in slurp_battery_info for...
2016-08-14 Tommie GannertMake print_disk_info, print_eth_info and print_wireless...
2016-08-14 Tommie GannertRemove warnings about unused variables in slurp_battery...
2016-08-14 Tommie GannertDefine IW_ESSID_MAX_SIZE for OpenBSD.
2016-08-13 Michael StapelbergMerge pull request #145 from tommie/incremental_multibatt
2016-08-03 Tommie GannertMove OS-specific code to slurp_battery_info. 145/head
2016-08-03 Tommie GannertIntroduce a struct battery_info to carry information...
2016-08-03 Michael StapelbergMerge pull request #144 from tommie/incremental_multibatt
2016-08-03 Tommie GannertRefactor common seconds_remaining code in print_battery... 144/head
2016-08-03 Tommie GannertRemove an END_COLOR in print_battery_info for OpenBSD.
2016-08-03 Tommie GannertMove START_COLOR to after OS-specific code.
2016-08-03 Michael StapelbergMerge pull request #143 from tommie/incremental_multibatt
2016-08-03 Tommie GannertRemove consumptionbuf from print_battery_info. 143/head
2016-08-03 Tommie GannertRemove emptytimebuf from print_battery_info.
2016-08-03 Michael StapelbergMerge pull request #142 from tommie/incremental_multibatt
2016-08-03 Tommie GannertRemove remainingbuf from print_battery_info. 142/head
2016-07-31 Tommie GannertRemove percentagebuf from print_battery_info.
2016-07-31 Tommie GannertRemove statusbuf from print_battery_info.
2016-07-30 Michael StapelbergMerge pull request #139 from Gjum/wb-colored-cpu-usage
2016-05-13 Alexis HildebrandtAdd ifdef to compile wireless_info on Mac (#127)
2016-05-07 Watcomreconnect to PulseAudio if connection is lost (fixes...
2016-04-13 Mark SchreiberAdd CPU usage color thresholds 122/head
2016-03-30 Michael StapelbergMerge pull request #117 from egroat/master upstream/master
2016-03-21 eoinAdded status_unk to battery_info 117/head
2016-03-21 Michael StapelbergMerge pull request #116 from eplanet/55_path_cputemp
2016-03-20 eplanetAdding glob check to cpu temperature fixes #55 116/head
2016-01-25 Michael StapelbergMerge pull request #103 from craftyguy/bat_full_remaining
2016-01-25 Clayton CraftThis removes the 'remaining' time when the battery... 103/head
2016-01-12 Michael StapelbergMerge pull request #96 from bebehei/symbols-battery
2016-01-12 Michael StapelbergMerge pull request #95 from Watcom/nanosleep
2016-01-12 Watcom Hechtrevert back to using nanosleep 95/head
2016-01-12 Michael StapelbergBugfix: check that format_not_mounted is not NULL befor...
2015-12-27 Michael StapelbergMerge pull request #88 from auscompgeek/swaybar
2015-12-27 Davidformat detection: recognise swaybar 88/head
2015-12-05 Michael StapelbergMerge pull request #72 from ixjlyons/pango-setting
2015-12-04 Kenneth LyonsAdded support for Pango markup. 72/head
2015-11-24 Michael Stapelbergfix compilation on FreeBSD
2015-11-16 Michael Stapelbergfirst_eth_interface: ignore MAC addresses, look for...
2015-10-16 Michael StapelbergMerge pull request #77 from StefaBa/master
2015-10-12 Stefan BaderCorrectly calculate Wireless link quality 77/head
2015-10-12 Michael StapelbergMerge pull request #76 from lahwaacz/volume_fix
2015-10-12 Jakub KlinkovskýVolume percentage should be obtained by float division... 76/head
2015-10-09 Michael StapelbergMerge pull request #71 from bsdjhb/freebsd_wifi_buildfix
2015-10-09 Michael StapelbergMerge pull request #70 from bsdjhb/freebsd_battery
2015-10-08 John BaldwinFix build under FreeBSD after recent changes for Linux. 71/head
2015-10-08 John BaldwinProperly detect the battery charging status under FreeBSD. 70/head
2015-10-04 Michael StapelbergMerge pull request #68 from bsvh/master
2015-10-04 Brendan Van HookAdded support for lemonbar 68/head
2015-09-25 Michael Stapelbergdocument code origins
2015-09-25 Michael StapelbergFix comparison between signed/unsigned warning for...
2015-09-25 Michael Stapelberguse proper unsigned type for ESSID length
2015-09-25 Michael Stapelberguse nlmsg_data instead of the too-new genlmsg_hdr
next