flop
1cbaee1dd2
chore: gpn24 animated wifi default image
1 month ago
flop
86a51d3cf9
feat: drag and drop support
1 month ago
flop
e44da7cb20
chore: GPN24 default screen
1 month ago
flop
e992a4c8e4
chore: template updates for gpn24
1 month ago
flop
f543016595
chore: updates for 0.text
1 month ago
flop
213ead59b2
feat: update line support
1 month ago
flop
9a3e435cfc
chore: updated template for gpn
1 month ago
flop
3d7daf8b74
chore: updated template for gpn24
1 month ago
flop
97a1feb06e
chore: more example bin files
1 month ago
flop
79fa6e2fc8
feat: updated .bin file
1 month ago
flop
211480d61f
updates
1 month ago
flop
9cdd672342
fix(kulturanzeiger_avj): updated formats
1 month ago
flop
3e497f512b
feat(browser): add two more flags to text scroll
1 month ago
flop
9a1d9c1d6a
fix: top align fonts
1 month ago
flop
6e169930f7
original files
1 month ago
flop
28667774dd
feat(php): updates to live
1 month ago
flop
178243a9cc
feat(php): update live
1 month ago
flop
9e31555d6f
feat(cpp): add nix build stuff
1 month ago
flop
1fb38e3e0d
feat(php): live script
1 month ago
flop
1831ef6f95
feat: fix dark/light style
1 month ago
flop
d6c712dfc3
feat: vibe color
1 month ago
flop
f674459af9
fix: selection bug
1 month ago
flop
cca5be7e23
fix: font rendering
1 month ago
flop
ef63b862ae
fix: default values
1 month ago
flop
5bce254f65
fix: redraw on reloads
1 month ago
flop
de45362fe4
feat: clear all
1 month ago
flop
c4bd427eff
feat: session persistence
1 month ago
flop
e8f5d5e451
fix: animation support
1 month ago
flop
71ade5290a
feat: prevent easy reloading
1 month ago
flop
958ebdf4f0
feat: create nice image defaults
1 month ago
flop
ef07183a66
feat: image draw editor support
1 month ago
flop
15b94d51f9
feat: image editor support
1 month ago
flop
7316a9d3a8
fix: sections change instead of deleteing
1 month ago
flop
a20213b6e8
fix: timestamps for timespan sections
1 month ago
flop
4c90223474
refactor: move to mithril
1 month ago
flop
0db0e11815
fix: multiple adjustments to rendering and updating fields
1 month ago
Christian Seiler
4e03152676
C++, PHP: various bugfixes and improvements
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
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