9 Commits

Author SHA1 Message Date
2d54e583b7 commands restructured to be const vectors
Some checks failed
Build ptprnt / build (push) Failing after 1m1s
2024-04-20 12:03:20 +02:00
b42e866a49 Got it almost working...
All checks were successful
Build ptprnt / build (push) Successful in 2m29s
2023-12-03 22:08:59 +01:00
3e9c3267e2 Removing files that shouldn't have been staged 2023-12-03 13:23:58 +01:00
46cc16e431 Some side tracking fixing undefined behaviour and memory vulnurabilities
All checks were successful
Build ptprnt / build (push) Successful in 3m23s
2023-12-03 13:20:30 +01:00
0704081326 Rename Image class to Label
All checks were successful
Build ptprnt / build (push) Successful in 5m1s
2023-12-03 11:13:52 +01:00
f0812d3166 Remove debug output as build pipeline does not have pango >=v1.5.0
All checks were successful
Build ptprnt / build (push) Successful in 1m57s
2023-11-21 21:14:27 +01:00
c3110ff32a Fix typo
Some checks failed
Build ptprnt / build (push) Failing after 41s
2023-11-21 21:05:48 +01:00
f4036e6a83 Width is no automatically chosen based on image width
Some checks failed
Build ptprnt / build (push) Failing after 38s
2023-11-21 20:46:52 +01:00
778a01429c A somewhat working state, but still struggeling with pangocairo
Some checks failed
Build ptprnt / build (push) Failing after 43s
2023-11-21 19:25:12 +01:00

1
.gitignore vendored
View File

@@ -6,7 +6,6 @@ subprojects/*
coverageReport/ coverageReport/
# Files # Files
ptprnt.log
!subprojects/*.wrap !subprojects/*.wrap
.vscode/* .vscode/*
!.vscode/c_cpp_properties.json !.vscode/c_cpp_properties.json