|
2b1565e35b
|
AppUI lifted to its own file, Got horizontal and vertical boxes working
|
2024-05-10 19:20:50 -04:00 |
|
|
1afe74b4b5
|
Some cleanup, resize handles lifted to ui_resizeable_handles
Fixed some bugs with the handles as well. Old cruft for resizing was removed.
|
2024-05-10 02:08:36 -04:00 |
|
|
a2b6325b5b
|
coordinate space math fixes, got resize handles working in settings menu prototype
will eventually lift to its own generic widget
I still need to implement the corner resize..
|
2024-05-09 04:02:33 -04:00 |
|
|
b8e8e7c88a
|
Progress on setting up app's UI and horizontal/vertical box widgets
|
2024-05-08 02:26:39 -04:00 |
|
|
ee8b68ac3e
|
Fixed text auto-layout
|
2024-03-14 10:11:04 -04:00 |
|
|
cf7660e385
|
first 'full' layout draft impl done.
found a memory bug...
|
2024-03-14 02:02:09 -04:00 |
|
|
0627794e28
|
saving a mess of stuff with auto-layout before updating with new mess
|
2024-03-14 00:00:22 -04:00 |
|
|
304e710c16
|
It works but there is a memory issue... (parsing in tick update)
|
2024-03-10 20:09:04 -04:00 |
|
|
c80254adbc
|
Got whitespace parser working + widget generation for basic case!
|
2024-03-10 10:31:21 -04:00 |
|
|
7b69723f35
|
Made the ui_resize_border_width percent based instead of pixel based.
|
2024-03-09 14:24:02 -05:00 |
|
|
4a53a158e0
|
Lefted text box test to its own widget proc, fixed overlapping widget interaction!
|
2024-03-09 13:55:47 -05:00 |
|
|
f1edf1c43e
|
Added basic string interning
|
2024-03-08 23:20:49 -05:00 |
|
|
c395cbaeb6
|
Some cleanup
need todo string interning next....
|
2024-03-08 19:51:46 -05:00 |
|