Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add basic backlight percentage support | David Demelier | 2018-05-22 | 1 | -0/+2 |
* | Refactor fmt_human() and fix a bug | Laslo Hunhold | 2018-05-21 | 1 | -1/+1 |
* | Merge fmt_human_2 and fmt_human_10 to one function | Aaron Marcher | 2018-05-21 | 1 | -2/+1 |
* | Remove units from numbers | Aaron Marcher | 2018-05-21 | 1 | -2/+2 |
* | Implement fmt_human_2() and fmt_human_10() | Laslo Hunhold | 2018-05-19 | 1 | -1/+2 |
* | Implement esnprintf() and make formatted calls more efficient | Laslo Hunhold | 2018-05-19 | 1 | -0/+1 |
* | Add fmt_scaled util function | Aaron Marcher | 2018-05-18 | 1 | -0/+1 |
* | Add warn() and die() | Laslo Hunhold | 2018-05-18 | 1 | -0/+5 |
* | Remove UNUSED macro | Aaron Marcher | 2018-05-17 | 1 | -2/+0 |
* | Mark unused parameters, fix compiler warnings | Aaron Marcher | 2018-05-17 | 1 | -0/+2 |
* | Added LICENSE statements to all source files | Aaron Marcher | 2017-09-17 | 1 | -0/+1 |
* | Properly declare buf as extern and fix all unused-warnings | Laslo Hunhold | 2017-09-17 | 1 | -1/+1 |
* | Split into multiple files | Aaron Marcher | 2017-09-17 | 1 | -0/+6 |