]>
git.scottworley.com Git - batteryviewer/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Scott Worley [Thu, 23 Feb 2023 20:38:26 +0000 (12:38 -0800)]
Read & parse voltage & current data
Scott Worley [Thu, 23 Feb 2023 18:32:04 +0000 (10:32 -0800)]
Call collect_data() regularly
Scott Worley [Thu, 23 Feb 2023 18:31:09 +0000 (10:31 -0800)]
Keep the charts in State
Scott Worley [Thu, 23 Feb 2023 18:06:30 +0000 (10:06 -0800)]
Name
Scott Worley [Thu, 23 Feb 2023 18:04:56 +0000 (10:04 -0800)]
Two charts
Scott Worley [Thu, 23 Feb 2023 07:44:03 +0000 (23:44 -0800)]
Chart draws stuff
Scott Worley [Thu, 23 Feb 2023 06:33:28 +0000 (22:33 -0800)]
Track min & max coordinates
Scott Worley [Thu, 23 Feb 2023 06:28:57 +0000 (22:28 -0800)]
Charts have points
Scott Worley [Thu, 23 Feb 2023 05:44:03 +0000 (21:44 -0800)]
Start on chart GTK widget
Scott Worley [Thu, 23 Feb 2023 04:25:21 +0000 (20:25 -0800)]
C89 → C99
Scott Worley [Thu, 23 Feb 2023 04:18:59 +0000 (20:18 -0800)]
gtk: 4 → 3 :(
We want to be really easy to build.
Debian Stable doesn't have GTK4 yet.
Scott Worley [Thu, 23 Feb 2023 03:51:54 +0000 (19:51 -0800)]
-Wall -Wextra -pedantic -Werror
Scott Worley [Thu, 23 Feb 2023 03:39:16 +0000 (19:39 -0800)]
GTK project's Hello World