Xinqi Bao's Git

Fix CPU frequency on OpenBSD
[slstatus.git] / components / battery.c
2019-02-05 Michael BuchAdd FreeBSD support for temperature and battery components
2018-07-08 Aaron MarcherConsistency with 80 char limit and breaks
2018-07-07 Aaron MarcherSimplify format specifiers for uintmax_t
2018-07-07 Aaron MarcherChange uint64_t to uintmax_t
2018-07-07 Aaron Marcherbattery: 64 bit ints on Linux
2018-07-06 Aaron Marcherbattery: Remove unnecessary defines for paths
2018-05-30 Aaron MarcherClean up header includes
2018-05-20 Aaron Marcherbattery_remaining: check for division by zero
2018-05-20 Aaron Marcherbattery_remaining: Change float to double
2018-05-20 Aaron Marcherbattery: Minor coding style fixes
2018-05-20 Aaron MarcherRemove units from numbers
2018-05-20 David DemelierSupport energy_now/power_now in battery_remaining
2018-05-19 Aaron MarcherAdd the percent sign to *_perc functions
2018-05-19 Laslo HunholdImplement esnprintf() and make formatted calls more...
2018-05-19 Aaron MarcherRevert aac29e2 as it is nonsense
2018-05-18 Aaron Marcherbattery: Move out struct as common code
2018-05-18 Aaron MarcherUse %d instead of accidentally %i
2018-05-18 Aaron MarcherPort battery_remaining to Linux
2018-05-18 Aaron MarcherFix memory leak
2018-05-18 Tobias Tschinkowitzbattery: fixed remaining time on connected AC
2018-05-18 Aaron MarcherFix indentation
2018-05-18 Tobias TschinkowitzAdd battery_remaining function on OpenBSD
2018-05-18 Laslo HunholdAdd warn() and die()
2018-05-17 Aaron MarcherRemove UNUSED macro
2018-05-17 Aaron MarcherMark unused parameters, fix compiler warnings
2018-05-17 Aaron MarcherUnify type of in for loops
2018-05-17 Aaron MarcherUnify type of `i` in for loops
2018-05-06 Aaron MarcherFix coding style
2018-05-04 Aaron Marcherbattery: Remove full indicator
2018-05-02 Aaron Marcherbattery_state: Unify unknown state with "?" symbol
2018-05-01 Aaron MarcherRemove battery_power for various reasons
2018-05-01 Aaron Marcherbattery_perc: Port to OpenBSD
2018-05-01 Laslo HunholdUse indentation to increase readability
2018-05-01 Laslo HunholdRevert component-split
2018-04-30 Quentin Rameaubattery: OS split
2018-04-29 Aaron Marcherbattery: Separate function for readbility
2018-03-28 Aaron MarcherFormat error messages properly
2018-03-28 Aaron MarcherGet rid of err.h as it is not portable
2018-03-21 Aaron MarcherMore robust preprocessor switches
2018-03-19 Aaron Marcherbattery_perc: Port to OpenBSD.
2018-03-18 Aaron MarcherBuild Linux-only functions only on Linux
2017-09-24 Laslo HunholdMove components into dedicated subdirectory