flop
debce36336
feat(ts-editor): display change support
4 days ago
flop
395e5efa54
feat(ts-editor): resize display support
4 days ago
Christian Seiler
faeb89fb42
PHP/schedule.php: additional improvements
4 days ago
Christian Seiler
2417aee259
PHP: fix bug in serialization code
4 days ago
flop
8efc44d1c2
feat: mobile support for drag/touch
4 days ago
flop
2b60c30f7f
feat(ts-editor): add mobile support
4 days ago
flop
e7e60d4de6
docs: rename Specification.rst from v1 folder
6 days ago
flop
59d683dbd2
Merge branch 'feat/typescript_changes'
1 week ago
flop
2dafdacd53
chore(ts): remove old index
1 week ago
flop
23662243be
chore(ts-editor): clean up
1 week ago
flop
1d1a7577dc
chore: remove font
1 week ago
flop
2f763d9355
chore: move to examples folders
1 week ago
flop
d901725c17
chore: move GPN files to its own folder
1 week ago
flop
3c44b97400
chore: remove Kulturanzeiger folder (avj20260523
1 week ago
flop
ed4456b7a5
fix: bugfixes so its clean
2 weeks ago
flop
6370191553
fix: imports for browser
2 weeks ago
flop
2a63573c1b
fix: remove old files
2 weeks ago
flop
c37b172991
feat: fix exports
2 weeks ago
Christian Seiler
4e03152676
C++, PHP: various bugfixes and improvements
2 weeks ago
flop
23d99d6a41
feat: go for dist instead of public folder
2 weeks ago
flop
a1e9110c14
feat: changes for library exports
2 weeks ago
flop
0d759e8315
refactor(editor): split out web editor
2 weeks ago
flop
2817d4a845
gatest wifi
2 weeks ago
flop
82d5ade615
chore: gpn24 wifi update
2 weeks ago
flop
4fc827e8d8
chore: gpn24 animated wifi default image
2 weeks ago
flop
79edde4319
feat: drag and drop support
2 weeks ago
flop
176e787a09
chore: GPN24 default screen
2 weeks ago
Christian Seiler
3e87cb8dbe
PHP: add support for automatic word wrap
2 weeks ago
Christian Seiler
7c371b04e3
C++, Spec: add support for automatic word wrap
2 weeks ago
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
...
The bug was already fixed in the parseonly code, but not in the
generic structured code.
2 weeks ago
flop
d8371d77cf
chore: template updates for gpn24
2 weeks ago
flop
847b2c832b
chore: updates for 0.text
2 weeks ago
flop
66c453fb58
feat: update line support
2 weeks ago
flop
f5ba0ff0f6
chore: updated template for gpn
2 weeks ago
flop
f7c02d7426
chore: updated template for gpn24
2 weeks ago
flop
47b210b2ec
chore: more example bin files
2 weeks ago
flop
a902c172dd
feat: updated .bin file
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
...
This allows PHP scripts to read and/or generate these types of files.
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
...
- 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
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
...
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.
2 weeks ago
Christian Seiler
efc4ed8de4
C++: parser code: propagate format version into individual parsing methods
...
This allows us to differentiate once we introduce new formats.
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