wayvr/wgui/src
Aleksander 71898056f3 add `WguiFontSystem`, remove `FONT_SYSTEM` singleton, custom fonts, add `Light` font weight
there are a few gzip-compressed ttf as for now, looks like variable fonts aren't parsed properly by cosmic_text. Not sure why. Also, we probably need to have a fallback for CJK characters in the future, or just fallback to the built-in ones in the OS.
2025-11-07 22:21:57 +01:00
..
components add `WguiFontSystem`, remove `FONT_SYSTEM` singleton, custom fonts, add `Light` font weight 2025-11-07 22:21:57 +01:00
gfx wgui: Separate user and wgui assets, topmost widgets (poc) 2025-10-05 13:48:58 +02:00
parser add `WguiFontSystem`, remove `FONT_SYSTEM` singleton, custom fonts, add `Light` font weight 2025-11-07 22:21:57 +01:00
renderer_vk add `WguiFontSystem`, remove `FONT_SYSTEM` singleton, custom fonts, add `Light` font weight 2025-11-07 22:21:57 +01:00
widget add `WguiFontSystem`, remove `FONT_SYSTEM` singleton, custom fonts, add `Light` font weight 2025-11-07 22:21:57 +01:00
animation.rs Tooltips, minor changes 2025-10-18 22:38:39 +02:00
any.rs new workspace 2025-06-18 01:14:04 +09:00
assets.rs add `WguiFontSystem`, remove `FONT_SYSTEM` singleton, custom fonts, add `Light` font weight 2025-11-07 22:21:57 +01:00
assets_internal.rs wgui: Separate user and wgui assets, topmost widgets (poc) 2025-10-05 13:48:58 +02:00
drawing.rs add `WguiFontSystem`, remove `FONT_SYSTEM` singleton, custom fonts, add `Light` font weight 2025-11-07 22:21:57 +01:00
event.rs add `WguiFontSystem`, remove `FONT_SYSTEM` singleton, custom fonts, add `Light` font weight 2025-11-07 22:21:57 +01:00
font_config.rs add `WguiFontSystem`, remove `FONT_SYSTEM` singleton, custom fonts, add `Light` font weight 2025-11-07 22:21:57 +01:00
globals.rs add `WguiFontSystem`, remove `FONT_SYSTEM` singleton, custom fonts, add `Light` font weight 2025-11-07 22:21:57 +01:00
i18n.rs add `WguiFontSystem`, remove `FONT_SYSTEM` singleton, custom fonts, add `Light` font weight 2025-11-07 22:21:57 +01:00
layout.rs add `WguiFontSystem`, remove `FONT_SYSTEM` singleton, custom fonts, add `Light` font weight 2025-11-07 22:21:57 +01:00
lib.rs add `WguiFontSystem`, remove `FONT_SYSTEM` singleton, custom fonts, add `Light` font weight 2025-11-07 22:21:57 +01:00
stack.rs wgui: Smooth scrolling, TransformStack: fix scrollable area boundaries (mouse wheel), separate into raw_dim and visual_dim, refactoring 2025-10-04 18:40:44 +02:00
windowing.rs events refactor 2025-10-12 17:30:30 +09:00