Commit Graph

10 Commits

Author SHA1 Message Date
Aleksander
0f82fb4144 wgui: make hover effects more responsive (remove fade-in duration, use cubic interpolation) 2025-09-20 13:10:18 +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
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
92444bb5c4 simplify and optimize event states, deduplication 2025-07-02 22:55:42 +02:00
Aleksander
283d7fd64e separate CallbackData and CallbackDataCommon, refactoring 2025-07-02 22:06:19 +02:00
galister
f9475248d3 wgui: widget_node_map to use more performant SecondaryMap 2025-06-25 21:13:16 +09: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