]> git.scottworley.com Git - batteryviewer/shortlog
batteryviewer
2023-02-24 Scott WorleyLicense master
2023-02-24 Scott WorleyDraw axis over data
2023-02-24 Scott WorleyUse the deprecated G_APPLICATION_FLAGS_NONE. :(
2023-02-24 Scott WorleyDraw axis if data crosses zero
2023-02-24 Scott WorleyExtract draw_data()
2023-02-24 Scott WorleyCompile with optimizations
2023-02-24 Scott WorleyExtract to_screen()
2023-02-24 Scott WorleyDon't draw connecting lines across large gaps
2023-02-24 Scott WorleyDrop NaNs
2023-02-24 Scott WorleyChart margin
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 WorleyTrack min & max coordinates
2023-02-23 Scott WorleyCharts have points
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