Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | battery_remaining: check for division by zero | Aaron Marcher | 2018-05-21 | 1 | -0/+4 |
* | battery_remaining: Change float to double | Aaron Marcher | 2018-05-21 | 1 | -3/+3 |
* | battery: Minor coding style fixes | Aaron Marcher | 2018-05-21 | 1 | -10/+15 |
* | Remove units from numbers | Aaron Marcher | 2018-05-21 | 1 | -2/+2 |
* | Support energy_now/power_now in battery_remaining | David Demelier | 2018-05-20 | 1 | -14/+27 |
* | Add the percent sign to *_perc functions | Aaron Marcher | 2018-05-19 | 1 | -2/+2 |
* | Implement esnprintf() and make formatted calls more efficient | Laslo Hunhold | 2018-05-19 | 1 | -11/+30 |
* | Revert aac29e2 as it is nonsense | Aaron Marcher | 2018-05-19 | 1 | -8/+14 |
* | battery: Move out struct as common code | Aaron Marcher | 2018-05-19 | 1 | -14/+8 |
* | Use %d instead of accidentally %i | Aaron Marcher | 2018-05-18 | 1 | -3/+3 |
* | Port battery_remaining to Linux | Aaron Marcher | 2018-05-18 | 1 | -3/+31 |
* | Fix memory leak | Aaron Marcher | 2018-05-18 | 1 | -1/+1 |
* | battery: fixed remaining time on connected AC | Tobias Tschinkowitz | 2018-05-18 | 1 | -2/+6 |
* | Fix indentation | Aaron Marcher | 2018-05-18 | 1 | -1/+1 |
* | Add battery_remaining function on OpenBSD | Tobias Tschinkowitz | 2018-05-18 | 1 | -25/+45 |
* | Add warn() and die() | Laslo Hunhold | 2018-05-18 | 1 | -6/+4 |
* | Remove UNUSED macro | Aaron Marcher | 2018-05-17 | 1 | -6/+2 |
* | Mark unused parameters, fix compiler warnings | Aaron Marcher | 2018-05-17 | 1 | -1/+5 |
* | Unify type of in for loops | Aaron Marcher | 2018-05-17 | 1 | -1/+2 |
* | Unify type of `i` in for loops | Aaron Marcher | 2018-05-17 | 1 | -2/+1 |
* | Fix coding style | Aaron Marcher | 2018-05-06 | 1 | -2/+1 |
* | battery: Remove full indicator | Aaron Marcher | 2018-05-04 | 1 | -1/+0 |
* | battery_state: Unify unknown state with "?" symbol | Aaron Marcher | 2018-05-02 | 1 | -2/+0 |
* | Remove battery_power for various reasons | Aaron Marcher | 2018-05-01 | 1 | -12/+0 |
* | battery_perc: Port to OpenBSD | Aaron Marcher | 2018-05-01 | 1 | -0/+37 |
* | Use indentation to increase readability | Laslo Hunhold | 2018-05-01 | 1 | -69/+69 |
* | Revert component-split | Laslo Hunhold | 2018-05-01 | 1 | -0/+91 |
* | battery: OS split | Quentin Rameau | 2018-04-30 | 1 | -91/+0 |
* | battery: Separate function for readbility | Aaron Marcher | 2018-04-29 | 1 | -2/+6 |
* | Format error messages properly | Aaron Marcher | 2018-03-28 | 1 | -2/+4 |
* | Get rid of err.h as it is not portable | Aaron Marcher | 2018-03-28 | 1 | -3/+2 |
* | More robust preprocessor switches | Aaron Marcher | 2018-03-21 | 1 | -5/+5 |
* | battery_perc: Port to OpenBSD. | Aaron Marcher | 2018-03-19 | 1 | -1/+29 |
* | Build Linux-only functions only on Linux | Aaron Marcher | 2018-03-18 | 1 | -0/+2 |
* | Move components into dedicated subdirectory | Laslo Hunhold | 2017-09-24 | 1 | -0/+56 |