1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-29 01:58:26 +00:00

4 Commits

Author SHA1 Message Date
Tin Švagelj
ae8f1fa847 Fix build and includes after moving sources (#2119)
This is part 2 of #2119. The parent commit only moved files to retain
their correct history, this commit fixes all the includes and build files.

Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
2025-01-05 16:46:13 +01:00
donutAnees
ed6d18827d Made upspeedgraph and downspeed graph scale on a common axis 2024-07-21 08:08:10 -04:00
Brenden Matthews
35357e437c Update copyright 2024-02-22 08:53:35 -05:00
bi4k8
566fbe7187
Fix and test graph parsing (#1447)
* specials: comment all parser cases

* specials: scan_graph: early-return if args is null

* specials: fix logic in scan_graph

* tests: add scan_graph parsing test

* specials: separate command parsing from graph parsing

this simplifies the implementation of graph parsing and makes it less ambiguous to parse graphs in contexts where commands are not expected

* specials: tweak comments in scan_graph

* tests: update for scan_command separation

---------

Co-authored-by: bi4k8 <bi4k8@github>
2023-03-05 19:25:56 -05:00