index
:
slstatus.git
master
status monitor
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
components
/
battery.c
Age
Commit message (
Expand
)
Author
2018-05-18
Use %d instead of accidentally %i
Aaron Marcher
2018-05-18
Port battery_remaining to Linux
Aaron Marcher
2018-05-18
Fix memory leak
Aaron Marcher
2018-05-18
battery: fixed remaining time on connected AC
Tobias Tschinkowitz
2018-05-18
Fix indentation
Aaron Marcher
2018-05-18
Add battery_remaining function on OpenBSD
Tobias Tschinkowitz
2018-05-18
Add warn() and die()
Laslo Hunhold
2018-05-17
Remove UNUSED macro
Aaron Marcher
2018-05-17
Mark unused parameters, fix compiler warnings
Aaron Marcher
2018-05-17
Unify type of in for loops
Aaron Marcher
2018-05-17
Unify type of `i` in for loops
Aaron Marcher
2018-05-06
Fix coding style
Aaron Marcher
2018-05-04
battery: Remove full indicator
Aaron Marcher
2018-05-02
battery_state: Unify unknown state with "?" symbol
Aaron Marcher
2018-05-01
Remove battery_power for various reasons
Aaron Marcher
2018-05-01
battery_perc: Port to OpenBSD
Aaron Marcher
2018-05-01
Use indentation to increase readability
Laslo Hunhold
2018-05-01
Revert component-split
Laslo Hunhold
2018-04-30
battery: OS split
Quentin Rameau
2018-04-29
battery: Separate function for readbility
Aaron Marcher
2018-03-28
Format error messages properly
Aaron Marcher
2018-03-28
Get rid of err.h as it is not portable
Aaron Marcher
2018-03-21
More robust preprocessor switches
Aaron Marcher
2018-03-19
battery_perc: Port to OpenBSD.
Aaron Marcher
2018-03-18
Build Linux-only functions only on Linux
Aaron Marcher
2017-09-24
Move components into dedicated subdirectory
Laslo Hunhold