[ ] app [ ] event playback [ ] win32 [x] sleep [ ] hot reload / plugins [ ] tests using yield [ ] touchpad gestures: https://learn.microsoft.com/en-us/windows/win32/wintouch/windows-touch-gestures-overview [ ] linux [ ] wasm [ ] drag and drop [ ] open file dialog [ ] os [?] wasm (explore) [ ] win32 [ ] linux [ ] render [x] fix opengl warnings on win32 -> no need [ ] wasm (maybe try first without opengl and then opengl) [x] canvas [ ] opengl [ ] maybe copy package stuff to build? [ ] ui [ ] RECT STACK [ ] table [ ] vertical scroll [x] working [ ] we depend on ui_boxes existing to calculate max_size which doesn't play well with efficient horiscroll, canm this be fixed? [x] horizontal scroll [x] efficient, on fixed size [x] non-efficient [ ] context menu [x] working [ ] maybe a separate root for context menu? [ ] hover tooltips [ ] separate root which gets drawn on top of all ui [ ] upper left menu dynamics [x] debug console, lines [x] fix elements getting offset when font large and they are on the edge [ ] text input [x] basic working [ ] enter signal [ ] ctrl backspace, ctrl delete [ ] set mouse cursor on hover [ ] everything lister (with edits etc.) [ ] pernament storage? [ ] push pop flag [ ] how to do colors? - css like based on ids and pre built palettes - fat box with stacks (now) [ ] demo style, with different buttons and controls, headings [x] palette idea, also push pop palette [x] replace padding with something more 'real' [ ] color picker [ ] slider [ ] draw image in box ui [ ] core [ ] ast [ ] move to core layer at some point as the abstract format for different types of serialization [ ] use bit fields instead of ast_flag [ ] mt_tag syntax // f32 value; mt_tag(min = 0, min = 10) // mt_tag(something) [ ] remove most flags [ ] explore metadata flags for common formats aka (key_value, list etc.. will [ ] json format [ ] ini format [x] remove dates and time from core [ ] meta [ ] parser errors should not point to location of fatalf call but to the code!!!!!!!!! [x] prototype something like templates, readable string generation [x] search for python snippets and execute meta.py script on that file [x] simplify logging!!!! [x] somehow index properly the meta files and ignore generated files [x] extract declarations from c files meta(introspect) [x] tweak variables and embeds declared in c code [x] replace @tags with mt_tag(dont_serialize) [x] revisit api [ ] s8_bin [x] hash table [x] intern table [x] safe cast