1
0
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
LordMZTE 4e67de14b3
chore: port to latest Zig master 2024-03-26 17:18:48 +01:00
LordMZTE c4ae23938d
feat: implement relayouting
closes #18
2024-01-30 16:13:59 +01:00
LordMZTE d55439e94e
feat: implement focus system 2024-01-10 23:24:59 +01:00
LordMZTE 1862a0e3fe
feat: scrap platform backevents
Backevents are no longer sent to the platform event loop. Instead, a
user must implement a custom widget to handle backevents. The advantage
of this is that the existance of the widget is still guaranteed at the
time the event is handled. Also, this removes some pointless need to
data allocation in most backend implementations.

We should think about an alternative, cross-platform API that still
allows the user to utlilize the platform's event loop somehow.
2023-12-21 14:34:51 +01:00
LordMZTE 4705b42515
init 2023-11-26 14:01:22 +01:00