Commit Graph

69 Commits (7cbac666b8abc717ada8bc25dbe3d83caafc8448)
 

Author SHA1 Message Date
Christian Seiler 7cbac666b8 C++: fix font positioning 2 weeks ago
Christian Seiler 02b4b8b4cc C++, font renderer: add support for explicit newlines 2 weeks ago
Christian Seiler 4b4febb3ea C++: fix parser bug in structured logic 2 weeks ago
Christian Seiler 2a96abf2a1 Specification: better document the differences between v1 and v2 2 weeks ago
Christian Seiler 603a469896 PHP: add full serialization / unserialization (binary & JSON) implementation 2 weeks ago
Christian Seiler 2c69d3a685 C++: fix bug in serialization code (doesn't request correct version for CurrentTimeElement) 2 weeks ago
Christian Seiler c83b4425be C++/Specification: introduce new format version 2 with some additions 2 weeks ago
Christian Seiler 8557f7a401 C++: fix various bugs related to different section types 2 weeks ago
Christian Seiler 5a633ed791 C++/font rendering: properly handle spaces at the end of strings 2 weeks ago
Christian Seiler 5e66961854 C++: add JSON serialization and parsing support 2 weeks ago
Christian Seiler ecf835175c C++: serialization: add version-dependent serialization support 2 weeks ago
Christian Seiler efc4ed8de4 C++: parser code: propagate format version into individual parsing methods 2 weeks ago
Christian Seiler c77efa8461 C++: refactor flags into their own structs (for better code readability) 2 weeks ago
Christian Seiler 6602bec421 C++: refactor bit manipulation into discrete functions 2 weeks ago
flop 96d9123f19 fix: default background is rendered all the time 3 weeks ago
flop 85ca7dd318 fix: rework most of the UI 3 weeks ago
flop 5c6a665b45 fix: move all to browser.ts again 3 weeks ago
flop 4edc71a611 fix: export all methods 3 weeks ago
flop a7d0700022 fix!: move to web.ts 3 weeks ago
flop 656342a30f fix: move stylesheet 3 weeks ago
flop 3b3a4e0cfe fix(demo): smaller display width 3 weeks ago
flop 256fde9214 fix: load sections too 3 weeks ago
flop d1c042922b feat(theme): switch between light and dark 3 weeks ago
Christian Seiler 45617022f7 PHP: send application/octet-stream MIME type 4 weeks ago
Christian Seiler 857e9bb6a9 C++/Embedded: don't use std::format 4 weeks ago
Christian Seiler 1130186c9e C++/CMake: don't build structured code in embedded systems 4 weeks ago
flop 6167d127ba Merge pull request 'feat/typescript' (#1) from feat/typescript into main 4 weeks ago
flop bc3e7cc7e4 Merge branch 'main' into feat/typescript 4 weeks ago
Christian Seiler 08932f4ff8 Add minimal PHP script 4 weeks ago
Christian Seiler 48f71fea6d README: update README 4 weeks ago
Christian Seiler b9ff412df5 C++: implement (mostly) non-allocating parser that immediately renders 4 weeks ago
Christian Seiler 9237b2b1ac C++: implement drawing code for all elements 4 weeks ago
flop 18f8749594 fix: set default size to 120x60 4 weeks ago
Christian Seiler 41738b4a3b C++/Structured: implement parsing logic 4 weeks ago
flop 01a032ffc8 feat(editor-ui): now with loading / checking and add demos 4 weeks ago
flop 21859cc366 feat(editor-ui): claude sonnet 4.6 4 weeks ago
flop c1691ba069 feat(demo): improve currentTime 4 weeks ago
flop 730099c78d chore: import from https://github.com/Finomnis/u8g2-fonts/ 4 weeks ago
flop e958cecbc0 feat(font): u8g2 full support 4 weeks ago
Christian Seiler 51f60eb817 C++/Structured: implement serialization functions 4 weeks ago
Christian Seiler 328f338a6c Fix bug in specification (text length missing) 4 weeks ago
flop 9d48c79c0b add u8g2 font renderings 4 weeks ago
flop b9fa8ba3ac feat: first font implementation 4 weeks ago
Christian Seiler 305c039d83 C++: create all stub methods for structured analysis 4 weeks ago
Christian Seiler 87d36abe87 Specification: fix id of custom font 4 weeks ago
flop 5af50fcd29 Merge remote-tracking branch 'ts-source/main' into feat/typescript 4 weeks ago
flop 6fb4b390ad feat: current Time support 4 weeks ago
flop c8a2b03a54 feat; add font handling 4 weeks ago
flop 75d3f49631 fix: other demos 4 weeks ago
flop 2e102dbba2 fix: blink config 4 weeks ago