Commit Graph

938 Commits

Author SHA1 Message Date
galister
cd18bdcea8 hardcode watch screens for now 2025-09-21 10:49:44 +09:00
Aleksander
4f71dc6097 dash-frontend: tab titles, home screen username 2025-09-20 16:54:16 +02:00
Aleksander
1358af75e3 update all cargo crates to the newest version, unify crate versions 2025-09-20 15:28:48 +02:00
Aleksander
aadf11590e wgui: use dark mode 2025-09-20 13:32:07 +02:00
Aleksander
0f82fb4144 wgui: make hover effects more responsive (remove fade-in duration, use cubic interpolation) 2025-09-20 13:10:18 +02:00
Aleksander
b9e5541971 📦📎-fixes, typo fixes 2025-09-20 12:17:17 +02:00
galister
cfb733de09 sorry about monster commit 2025-09-20 15:28:42 +09:00
Aleksander
c6a32f4109 ParserState: add fetch_component_by_widget_id 2025-09-18 17:01:30 +02:00
Aleksander
7004e11aa3 wgui: attrib pairs 2025-09-17 13:16:45 +02:00
Aleksander
dfec935388 wgui: component callbacks refactoring 2025-09-16 20:35:28 +02:00
Aleksander
0fdc0e3828 dash-frontend: clock, wgui: refactoring, non-panicking casts 2025-09-16 20:09:13 +02:00
Aleksander
129785daa7 wgui: customizable defaults 2025-09-16 18:32:56 +02:00
Aleksander
54767d75da dash-frontend: tabs, other fixes (desc)
- set rustfmt line width to 120 columns by default for wgui
- dashboard tabs
- wgui: `remove_children`
2025-09-15 20:37:55 +02:00
Aleksander
f115d2d2cf Button: hover_color, hover_border_color 2025-09-13 13:09:33 +02:00
Aleksander
9efe298f65 dash-frontend: Use native <Button>s, children support 2025-09-13 12:49:36 +02:00
Aleksander
c2628c0a15 uidev: re-format code 2025-09-13 12:18:27 +02:00
Aleksander
1d8f8aca3e move uidev dashboard to dash-frontend crate 2025-09-13 12:16:38 +02:00
galister
3f76dbe9cc add missing assets 2025-08-23 03:49:07 +09:00
Aleksander
14de2dd0b2 Update documentation 2025-08-17 22:00:19 +02:00
Aleksander
cf0dd55a0f wgui: make component names PascalCase 2025-08-17 21:03:17 +02:00
Aleksander
d54f74ed3c wgui: custom attribs 2025-08-16 22:55:40 +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
1f8960033c wgui: parser: ParseDocumentParams struct 2025-08-16 20:15:51 +02:00
Sorché
fbd5189521 [Feature] Add left-handed mouse emulation for swapped button handling (#249)
* Adds left handed mouse mode config

* cleanup
2025-08-13 22:09:39 +00:00
Aleksander
df35dba24f wgui: checkbox component 2025-08-13 19:42:48 +02:00
Aleksander
faec8866c5 wgui: button: pressed state visual feedback 2025-08-13 17:32:40 +02:00
Aleksander
a79ed0839b wgui: components base, anyhow event listener callbacks, 📦📎-fixes, typo fixes 2025-08-13 17:10:00 +02:00
Shiloh Fen
dd5e608fd1 Add Homebrew installation instructions (#244) 2025-08-12 08:35:18 +00:00
galister
6e77a93cf5 update wlx-capture to fix cosmic resolution issue 2025-08-12 17:34:05 +09:00
SpookySkeletons
a7996d7db8 fix: KDE vertical monitor fix (#247) 2025-08-12 08:30:42 +00:00
Aleksander
93a3fee349 wgui: interactable components, rename TextLabel -> WidgetLabel 2025-08-10 11:46:01 +02:00
Aleksander
91e584383f wgui: components refactoring, id handles 2025-08-09 13:23:49 +02:00
Aleksander
17b4eaa1e4 wgui: i18n: use fallback 2025-08-03 12:03:23 +02:00
galister
b2902f8f7f parser: ignore_in_mode attribute; watch additions 2025-08-03 17:26:34 +09: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
f950273a2d Merge remote-tracking branch 'origin/main' into next 2025-07-29 20:29:15 +02:00
xytovl
afb71b1985 Add X-WiVRn-VR category in .desktop file (#237) 2025-07-26 16:57:24 +00:00
galister
5e5d64e89d wayland: only consider current output mode 2025-07-17 04:56:27 +09:00
Karl Essinger
9dceaf30e5 Update Envision instructions (#231)
* Update Envision instructions

* Update README.md
2025-07-11 20:09:24 +00:00
Aleksander
77421b4e82 slider events and value setting 2025-07-07 21:58:41 +02:00
Aleksander
857c5ec865 listener handles, auto-clean destroyed listeners, minor refactor 2025-07-06 20:53:40 +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
40f50a147b bar + overlaybackend refactor 2025-07-03 02:42:49 +09:00
Aleksander
9bbc7b2d22 slider animations, ui tweaks 2025-06-28 23:11:37 +02:00
Aleksander
9d0c0f015c sliders (wip), fix wlx build 2025-06-28 19:28:05 +02:00
Aleksander
28d58fef59 implement listeners for Button component back 2025-06-28 18:30:38 +02:00
Aleksander
2420e8007c parser refactoring 2025-06-28 17:39:53 +02:00
galister
247c51c3b7 sprite colors 2025-06-28 19:28:28 +09:00