Xinqi Bao's Git

Refactor swap.c to use getline() instead of buf-filling
[slstatus.git] / util.h
2018-05-27 Aaron MarcherRevert "Add basic backlight percentage support"
2018-05-22 David DemelierAdd basic backlight percentage support
2018-05-21 Laslo HunholdRefactor fmt_human() and fix a bug
2018-05-21 Aaron MarcherMerge fmt_human_2 and fmt_human_10 to one function
2018-05-20 Aaron MarcherRemove units from numbers
2018-05-19 Laslo HunholdImplement fmt_human_2() and fmt_human_10()
2018-05-19 Laslo HunholdImplement esnprintf() and make formatted calls more...
2018-05-18 Aaron MarcherAdd fmt_scaled util function
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
2017-09-17 Aaron MarcherAdded LICENSE statements to all source files
2017-09-17 Laslo HunholdProperly declare buf as extern and fix all unused-warnings
2017-09-17 Aaron MarcherSplit into multiple files