flop
395e5efa54
feat(ts-editor): resize display support
1 month ago
Christian Seiler
faeb89fb42
PHP/schedule.php: additional improvements
1 month ago
Christian Seiler
2417aee259
PHP: fix bug in serialization code
1 month ago
flop
8efc44d1c2
feat: mobile support for drag/touch
1 month ago
flop
2b60c30f7f
feat(ts-editor): add mobile support
1 month ago
flop
e7e60d4de6
docs: rename Specification.rst from v1 folder
1 month ago
flop
59d683dbd2
Merge branch 'feat/typescript_changes'
1 month ago
flop
2dafdacd53
chore(ts): remove old index
1 month ago
flop
23662243be
chore(ts-editor): clean up
1 month ago
flop
1d1a7577dc
chore: remove font
1 month ago
flop
2f763d9355
chore: move to examples folders
1 month ago
flop
d901725c17
chore: move GPN files to its own folder
1 month ago
flop
3c44b97400
chore: remove Kulturanzeiger folder (avj20260523
1 month ago
flop
ed4456b7a5
fix: bugfixes so its clean
1 month ago
flop
6370191553
fix: imports for browser
1 month ago
flop
2a63573c1b
fix: remove old files
1 month ago
flop
c37b172991
feat: fix exports
1 month ago
Christian Seiler
4e03152676
C++, PHP: various bugfixes and improvements
1 month ago
flop
23d99d6a41
feat: go for dist instead of public folder
1 month ago
flop
a1e9110c14
feat: changes for library exports
1 month ago
flop
0d759e8315
refactor(editor): split out web editor
1 month ago
flop
2817d4a845
gatest wifi
1 month ago
flop
82d5ade615
chore: gpn24 wifi update
1 month ago
flop
4fc827e8d8
chore: gpn24 animated wifi default image
1 month ago
flop
79edde4319
feat: drag and drop support
1 month ago
flop
176e787a09
chore: GPN24 default screen
1 month ago
Christian Seiler
3e87cb8dbe
PHP: add support for automatic word wrap
1 month ago
Christian Seiler
7c371b04e3
C++, Spec: add support for automatic word wrap
1 month ago
Christian Seiler
7cbac666b8
C++: fix font positioning
1 month ago
Christian Seiler
02b4b8b4cc
C++, font renderer: add support for explicit newlines
1 month ago
Christian Seiler
4b4febb3ea
C++: fix parser bug in structured logic
...
The bug was already fixed in the parseonly code, but not in the
generic structured code.
1 month ago
flop
d8371d77cf
chore: template updates for gpn24
1 month ago
flop
847b2c832b
chore: updates for 0.text
1 month ago
flop
66c453fb58
feat: update line support
1 month ago
flop
f5ba0ff0f6
chore: updated template for gpn
1 month ago
flop
f7c02d7426
chore: updated template for gpn24
1 month ago
flop
47b210b2ec
chore: more example bin files
1 month ago
flop
a902c172dd
feat: updated .bin file
1 month ago
Christian Seiler
2a96abf2a1
Specification: better document the differences between v1 and v2
1 month ago
Christian Seiler
603a469896
PHP: add full serialization / unserialization (binary & JSON) implementation
...
This allows PHP scripts to read and/or generate these types of files.
1 month ago
Christian Seiler
2c69d3a685
C++: fix bug in serialization code (doesn't request correct version for CurrentTimeElement)
1 month ago
Christian Seiler
c83b4425be
C++/Specification: introduce new format version 2 with some additions
...
- We try to write format version 1 if possible to stay as
compatible as possible (unless newer features are actually
used)
- Format version 2 has new section types:
- MultiTimeBasedDrawn: with multiple timestamp ranges
- ExpiryDate: to indicate this file has expired
- An additional Box element type that fills a box is available
- Also there are lots of flags to draw things in dark are now
available - to draw dark pixels on a light background
1 month ago
Christian Seiler
8557f7a401
C++: fix various bugs related to different section types
1 month ago
Christian Seiler
5a633ed791
C++/font rendering: properly handle spaces at the end of strings
1 month ago
Christian Seiler
5e66961854
C++: add JSON serialization and parsing support
1 month ago
Christian Seiler
ecf835175c
C++: serialization: add version-dependent serialization support
...
The code always tries to serialize with the lowest possible version,
but will use the minimum version required to satisfy all settings
used in the file description.
1 month ago
Christian Seiler
efc4ed8de4
C++: parser code: propagate format version into individual parsing methods
...
This allows us to differentiate once we introduce new formats.
1 month ago
Christian Seiler
c77efa8461
C++: refactor flags into their own structs (for better code readability)
1 month ago
Christian Seiler
6602bec421
C++: refactor bit manipulation into discrete functions
1 month ago
flop
5d200a1dde
updates
2 months ago