]> git.scottworley.com Git - batteryviewer/history - batteryviewer.c
License
[batteryviewer] / batteryviewer.c
2023-02-24 Scott WorleyLicense master
2023-02-24 Scott WorleyUse the deprecated G_APPLICATION_FLAGS_NONE. :(
2023-02-24 Scott WorleyDrop NaNs
2023-02-24 Scott WorleyDisplay battery data!
2023-02-24 Scott WorleyGrab the current time
2023-02-24 Scott WorleyFind battery dir more flexibly
2023-02-24 Scott WorleyMake filenames from dir name
2023-02-24 Scott WorleyPut filenames in State
2023-02-23 Scott WorleyRead & parse voltage & current data
2023-02-23 Scott WorleyCall collect_data() regularly
2023-02-23 Scott WorleyKeep the charts in State
2023-02-23 Scott WorleyName
2023-02-23 Scott WorleyTwo charts
2023-02-23 Scott WorleyChart draws stuff
2023-02-23 Scott WorleyStart on chart GTK widget
2023-02-23 Scott WorleyC89 → C99
2023-02-23 Scott Worleygtk: 4 → 3 :(
2023-02-23 Scott Worley-Wall -Wextra -pedantic -Werror
2023-02-23 Scott WorleyGTK project's Hello World