Aleksander
9dbd86db39
wgui: pass motion events further, add consume_mouse_events parameter to widgets ( Closes #306 ), always reverse iter events
2025-12-18 22:02:17 +01:00
galister
b28c402ddf
fmt
2025-12-17 16:13:40 +09:00
galister
bdc1bf87b2
sunset theme.xml in favor of globals
2025-12-16 18:55:03 +01:00
galister
17165123b9
sunset theme.xml in favor of globals
2025-12-14 00:34:06 +09:00
Aleksander
192ffab4fd
wgui: new_pass attrib, refactoring
2025-11-27 20:32:59 +01:00
Aleksander
830be58c7a
style: add display="none"
2025-11-13 20:54:19 +01:00
Aleksander
4d4292255a
rename to timestep_alpha
2025-11-13 20:23:27 +01:00
galister
595324814a
opacity & additive & curvature works
2025-11-13 15:40:08 +09:00
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
Aleksander
89c083991f
wgui: pretty-print tree
2025-10-05 17:23:27 +02:00
Aleksander
3dff9c5882
wgui: Separate user and wgui assets, topmost widgets (poc)
2025-10-05 13:48:58 +02:00
Aleksander
40cc27f7b0
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
Aleksander
a1edc2f0b8
scissor stack fixes, proper render & event transformations
2025-09-29 22:04:16 +02:00
galister
90bdf99e32
text shadow + battery display poc
2025-09-29 17:43:16 +09:00
Aleksander
eb12a6a319
overflow: hidden/scroll scissor support, remove depth
2025-09-25 23:21:11 +02:00
Aleksander
8f75d451e4
working scissor proof of concept
2025-09-24 21:53:43 +02:00
Aleksander
8d41d8bbd1
scissor attempt
2025-09-23 17:43:19 +02:00
Aleksander
7004e11aa3
wgui: attrib pairs
2025-09-17 13:16:45 +02:00
Aleksander
481db7f23c
refactor: pedantic cargo clippy, do not use Results for always-succeeding functions
2025-08-16 21:27:47 +02:00
Aleksander
faec8866c5
wgui: button: pressed state visual feedback
2025-08-13 17:32:40 +02:00
Aleksander
93a3fee349
wgui: interactable components, rename TextLabel -> WidgetLabel
2025-08-10 11:46:01 +02:00
Aleksander
eaa81450b5
wgui: basic i18n support, refactoring: use LayoutState, translation framework (LLM-based generator)
2025-08-02 23:31:23 +02:00
Aleksander
4e46c45bcf
wgui: Refactoring, various changes (see desc)
...
- use parking_lot for mutex (less restrictive and easier to use)
- simplify event callbacks and widget type casting
- defer component initialization at start (required for setting the initial state of sliders)
- fix non-working scroll events
- update testbed.xml
- replace slider with the real one in bar.xml
- show slider text on its handle
2025-07-29 22:12:01 +02:00
Aleksander
9bbc7b2d22
slider animations, ui tweaks
2025-06-28 23:11:37 +02:00
Aleksander
a2a7c71c22
Animated transforms on hover
2025-06-20 13:06:04 +02:00
galister
f05d3a8251
new workspace
2025-06-18 01:14:04 +09:00