okapii
f77557cf02
Further apply theme, simplify skeleton theme.
2025-06-16 10:48:31 +02:00
okapii
b7137fa5f5
Apply theme and further clean up skeleton theme
2025-06-16 10:48:31 +02:00
okapii
a5fe084264
Light theme refinements
2025-06-16 10:48:31 +02:00
okapii
2ccb498fae
SliderRound: fix input position
2025-06-16 10:48:31 +02:00
okapii
89ab20d213
Light theme progress
2025-06-16 10:48:31 +02:00
okapii
fac43db38b
Skeleton finished
2025-06-16 10:48:31 +02:00
okapii
fd0581a0c3
Finished Skeleton Theme
2025-06-16 10:48:31 +02:00
okapii
01d6072ab8
Skeleton theme progress
2025-06-16 10:48:31 +02:00
okapii
cbc35c4355
Skeleton Theme progress
2025-06-16 10:48:31 +02:00
okapii
8f7eb1ca52
Skeleton Theme progress
2025-06-16 10:48:31 +02:00
okapii
aea79debfd
Skeleton theme progress
2025-06-16 10:48:31 +02:00
okapii
4e11288e4f
Skeleton theme progress
2025-06-16 10:48:31 +02:00
okapii
fd76478d77
Skeleton theme progress
2025-06-16 10:48:31 +02:00
okapii
a93f68e56b
Subtly improve controsts
2025-06-16 10:48:31 +02:00
okapii
3be3b230d5
Design progress
2025-06-16 10:48:31 +02:00
okapii
74406d4d94
Theme styling progress
2025-06-16 10:48:30 +02:00
okapii
90ca93b3e0
Light Theme: progress
2025-06-16 10:48:30 +02:00
okapii
4e3ab93d4d
Filetree: Fix filler block
2025-06-16 10:48:30 +02:00
okapii
4c71616aaa
tab_bar: styling refinements
2025-06-16 10:48:30 +02:00
okapii
58e1dc7d63
Slider: refinements
2025-06-16 10:48:30 +02:00
okapii
bc4670b3be
Light theme progress
2025-06-16 10:48:30 +02:00
okapii
d49fd5114d
Make sure Hr and Vr don't become invisible when the global beveling theme parameter is 0.
2025-06-16 10:48:30 +02:00
okapii
de40099854
Remove opaque colors from theme to make sure the contrast global parameter works as expected
2025-06-16 10:48:30 +02:00
Julián Montes de Oca
e09f2cb2c5
AdaptiveView Improvements (some regression fixes) ( #764 )
...
* Fix DrawList generation mismatch in overlay cleanup
Prevents "Drawlist id generation wrong index" errors when AdaptiveView
switches between variants by using checked_index() instead of direct
indexing to safely handle recycled DrawList IDs in overlay.end().
* Dispatch WindowGeomChange on web upon CreateWindow
* Move display context updates to window and improve default selector in AdaptiveView
2025-06-03 22:11:55 +02:00
Admin
03652dec7c
move quest xr_net example into main repo
2025-05-31 19:20:56 +02:00
Julián Montes de Oca
8fd3d742ca
Improve Markdown heading scaling and general spacing ( #740 )
...
* Fix bug in text centering
* Improve markdown scaling and spacing
---------
Co-authored-by: Eddy Bruel <me@eddybruel.com>
2025-05-28 18:19:43 +02:00
Alex
b045075054
Remove unwrap() calls in JPEG size detection to prevent panics ( #757 )
2025-05-23 14:28:10 +02:00
admin
040afea830
filter text input
2025-05-17 14:20:25 +02:00
admin
d4b2f76152
filter text input
2025-05-17 14:14:25 +02:00
admin
e8d771c804
filter text input
2025-05-17 14:09:42 +02:00
Admin
1ef7b30c05
add back resumable drawing to root
2025-05-13 00:19:37 +02:00
Admin
ef6ea0718f
chinese font split
2025-05-12 12:08:13 +02:00
Admin
86289ef8d6
0.9.0 otw
2025-05-12 10:02:38 +02:00
Admin
380eb7287a
designer style
2025-05-11 20:12:11 +02:00
Admin
727f666886
fix html defaults
2025-05-11 17:41:05 +02:00
Admin
151e3aeade
fix heading margin top
2025-05-11 12:56:26 +02:00
Admin
0a6afa0c8a
paragraph and heading margins
2025-05-11 12:43:55 +02:00
Admin
b9903e7fec
fix wasm timerstorm
2025-05-11 12:25:26 +02:00
okapii
486d39583b
Theme: Changed default tinting color to blue
2025-05-11 12:09:35 +02:00
okapii
b8dfe335fd
Changed default tinting color
2025-05-11 12:09:35 +02:00
okapii
c655a1dec3
Base theme parameter: Improved tinting
2025-05-11 12:09:35 +02:00
okapii
aed4bf4070
Fix: font-size global theme-parameters
2025-05-11 12:09:35 +02:00
Admin
375837f279
heading margin
2025-05-11 11:14:04 +02:00
Admin
f2664f5b5b
fix margin left on codeblock on first line
2025-05-11 11:06:04 +02:00
Admin
aa096265f6
trim end newlines
2025-05-11 10:40:58 +02:00
Admin
7a34183c07
better linespacing
2025-05-11 10:31:59 +02:00
Kevin Boos
f40b6e77d5
Add Dock::replace_tab(): change the inner widget content of a tab ( #734 )
...
without having to remove and recreate the actual tab itself.
2025-05-10 19:50:49 +02:00
Kevin Boos
4af5aaeef1
Fix StackNavigation to forward non-visibility events to all subviews ( #735 )
2025-05-10 19:50:29 +02:00
Kevin Boos
03492fffc6
Allow saving/restoring the state of the TextInput widget ( #736 )
...
* Allow saving/restoring the state of the `TextInput` widget
This redoes the changes introduced in #533 , but modified for the new version of TextInput
* Properly restore the state of the TextInput
2025-05-10 19:50:16 +02:00
Kevin Boos
ed10ca8385
Add KeyModifiers parameter to TextInputAction::Returned ( #737 )
2025-05-10 19:48:59 +02:00