summaryrefslogtreecommitdiff
path: root/components/battery.c
Commit message (Expand)AuthorAgeFilesLines
* battery_remaining: check for division by zeroAaron Marcher2018-05-211-0/+4
* battery_remaining: Change float to doubleAaron Marcher2018-05-211-3/+3
* battery: Minor coding style fixesAaron Marcher2018-05-211-10/+15
* Remove units from numbersAaron Marcher2018-05-211-2/+2
* Support energy_now/power_now in battery_remainingDavid Demelier2018-05-201-14/+27
* Add the percent sign to *_perc functionsAaron Marcher2018-05-191-2/+2
* Implement esnprintf() and make formatted calls more efficientLaslo Hunhold2018-05-191-11/+30
* Revert aac29e2 as it is nonsenseAaron Marcher2018-05-191-8/+14
* battery: Move out struct as common codeAaron Marcher2018-05-191-14/+8
* Use %d instead of accidentally %iAaron Marcher2018-05-181-3/+3
* Port battery_remaining to LinuxAaron Marcher2018-05-181-3/+31
* Fix memory leakAaron Marcher2018-05-181-1/+1
* battery: fixed remaining time on connected ACTobias Tschinkowitz2018-05-181-2/+6
* Fix indentationAaron Marcher2018-05-181-1/+1
* Add battery_remaining function on OpenBSDTobias Tschinkowitz2018-05-181-25/+45
* Add warn() and die()Laslo Hunhold2018-05-181-6/+4
* Remove UNUSED macroAaron Marcher2018-05-171-6/+2
* Mark unused parameters, fix compiler warningsAaron Marcher2018-05-171-1/+5
* Unify type of in for loopsAaron Marcher2018-05-171-1/+2
* Unify type of `i` in for loopsAaron Marcher2018-05-171-2/+1
* Fix coding styleAaron Marcher2018-05-061-2/+1
* battery: Remove full indicatorAaron Marcher2018-05-041-1/+0
* battery_state: Unify unknown state with "?" symbolAaron Marcher2018-05-021-2/+0
* Remove battery_power for various reasonsAaron Marcher2018-05-011-12/+0
* battery_perc: Port to OpenBSDAaron Marcher2018-05-011-0/+37
* Use indentation to increase readabilityLaslo Hunhold2018-05-011-69/+69
* Revert component-splitLaslo Hunhold2018-05-011-0/+91
* battery: OS splitQuentin Rameau2018-04-301-91/+0
* battery: Separate function for readbilityAaron Marcher2018-04-291-2/+6
* Format error messages properlyAaron Marcher2018-03-281-2/+4
* Get rid of err.h as it is not portableAaron Marcher2018-03-281-3/+2
* More robust preprocessor switchesAaron Marcher2018-03-211-5/+5
* battery_perc: Port to OpenBSD.Aaron Marcher2018-03-191-1/+29
* Build Linux-only functions only on LinuxAaron Marcher2018-03-181-0/+2
* Move components into dedicated subdirectoryLaslo Hunhold2017-09-241-0/+56