1173 Commits

Author SHA1 Message Date
Aleksander
03a1f449b5 Running games list (Closes #398) 2026-01-18 03:20:29 +00:00
Aleksander
7b3a2a1e48 UI gradient intensity slider, update wgui Defaults for dashboard, prepend ui-related config entries with ui_ 2026-01-18 03:20:29 +00:00
Aleksander
dabd122a1d translations, minor refactoring, wgui: gradient intensity in globals, dash-frontend: remove unused window_list, process_list and window_options 2026-01-18 03:20:29 +00:00
Orion
0181119393 input blocking improvements (#399)
* move input blocking hover logic into InteractionState

* add per-window input blocking setting

* OpenVR: per-hand input blocking

* move block_input setting into OverlayWindowState
2026-01-18 03:09:22 +00:00
Orion
2e1d07abc2 fix 2D scroll in apps spawned inside wayvr (#401) 2026-01-18 02:00:31 +00:00
Jay
fe61319fc2 OSC: Change ::OscSend format and restore String support to Button Actions. (#388)
* OscSend: support strings poc
- change value delimiter to `;`
- default convert values to String when not converted to another type

* add `_arg<n>="<value>"` format instead of `;` delimiter
that is, vrchat chatbox is controlled like `_press="::OscSend /chatbox/input" _arg0="${send}" _arg1="true" _arg2="true"` now

old format still supported as shorthand, with same "strings can't have spaces" limit as before. `_arg<n>` are appended after these.

* fix accidentally resetting `osc_args` to empty between formats

* update readme to document `::OscSend` paramter-form

* clean up, use `while let` instead of `while match`

* merge `parse_osc_value` into while condition

* remove second log from shortform arg parsing
2026-01-16 02:13:44 +00:00
galister
da644c97d3 Fix readme formatting 2026-01-15 12:34:30 +00:00
galister
b67914b956 expand vars in paths 2026-01-15 20:47:43 +09:00
Kresny
e4caa1d6d4 Fix typos,improve clarity remove Homebrew in README.md (#392)
* Fix typos and improve clarity in README.md

Also replaced wlx with wayvr in build instructions

* Remove Homebrew
2026-01-15 09:13:03 +00:00
galister
ea62be8ad7 openvr lines 2026-01-15 18:11:41 +09:00
galister
6ab1db9a76 fix openvr lines 2026-01-15 14:32:36 +09:00
galister
cd0d49eaf6 steamvr is broken completely, not just steam link 2026-01-15 02:31:31 +00:00
galister
a97ee2cee2 wayvrctl switch-set 2026-01-14 15:01:01 +09:00
galister
9d43068271 adjust mouse for stereo 2026-01-14 14:24:14 +09:00
oo8dev
c7ebb7492e Merge pull request #390 from wlx-team/staging
Tooltip improvements
2026-01-13 18:08:38 +01:00
Aleksander
c5356724fd Tooltip fade-in animations, implement tooltip for CheckBox and Slider, use FnOnce for layout tasks 2026-01-13 17:51:35 +01:00
galister
d02efc2657 always visible checkbox 2026-01-13 23:59:03 +09:00
galister
40cd532134 add help for handsfree mode 2026-01-13 20:00:43 +09:00
galister
869c0ba5e2 bindings for eye + pinch 2026-01-13 19:23:04 +09:00
galister
fd24060d7b handsfree mode 2026-01-13 19:15:51 +09:00
Orion
1318f23947 task bar: toggle overlays on right click (#385) 2026-01-13 01:28:16 +00:00
galister
d2385fd3b2 exported images to have dedicated allocations 2026-01-12 22:27:26 +09:00
Jay
7059a85742 Re-implement custom audio files support. (#379)
* reimplement custom audio loading for `toast` and `key_click` using `from_mp3`

* run cargo fmt

* `try_bytes_from_config`: output with `log::trace` when file cannot be opened

* rewrite `try_bytes_from_config`

* use file `read_to_end`, log categories

* edit `register_wgui_samples`

* rework audio functions for loading custom wgui sounds
oh hey, it works!

* clean up

* allow custom `startup` and `app_start` sounds
these sounds are loaded on-demand and never registered; this behaviour is unchanged

* edit `bytes_from_config` outputs

* use return value of `read_to_end` instead of `len()` for reported file size

* implement suggested changes
- remove now-unused `register_mp3_sample_from_assets` function
- replace implementation of `try_bytes_from_config`
  - missing the `real_path` context

* swap out `context`s for `inspect_err`s with closures to output `real_path`

* clean up `audio.rs`
- remove unused import
- unify capitalisation + quotes in output messages.
2026-01-12 12:42:03 +00:00
Orion
2e5dcd62c1 add missing test_button checks in button.rs (#384) 2026-01-12 04:16:29 +00:00
galister
72e64ad965 Update documentation for sprite and image widgets
Added emphasis on setting width and height for sprite and image widgets.
2026-01-12 04:07:59 +00:00
galister
0e004e7b3f fix some button actions missing filters 2026-01-12 12:17:30 +09:00
oo8dev
91bc46defe Merge pull request #382 from wlx-team/feat-dash-tabbed-settings
dash-frontend: Tabbed settings, minor fixes
2026-01-11 19:45:26 +01:00
oo8dev
b8f266ea6a Merge pull request #383 from BERADQ/chinese/1-11
Add Chinese (Simplified) translation
2026-01-11 19:24:53 +01:00
galister
a33d4ec9d0 log svg loads 2026-01-12 02:32:45 +09:00
ZokuTe
4c3500ea16 chore(i18n): Fix typo in Chinese (Simplified) translation
Co-authored-by: Amos Wong <8733840+amoshydra@users.noreply.github.com>
2026-01-12 01:10:33 +08:00
BERADQ
bc1c993e17 chore(i18n): Add Chinese (Simplified) translation 2026-01-11 23:24:08 +08:00
galister
3889c9d2ea fix stereo on wayvr overlays 2026-01-11 23:38:35 +09:00
Aleksander
8eda46fb5e update logo 2026-01-11 15:05:23 +01:00
Aleksander
a0451408aa wgui: fix possible panic 2026-01-11 14:59:26 +01:00
Aleksander
84d4fb7cc2 Tabbed settings (Closes #355) 2026-01-11 14:41:47 +01:00
amoshydra
b48320c7bc feat: use contextual label for full frame 3d base on stereo mode
show Full-SBS when stereo is LeftRight or RightLeft
show Full-TAB when stereo is TopBottom
show Full-BAT when stereo is BottomTop
2026-01-11 12:03:45 +00:00
amoshydra
ce5191ddd1 feat: add full frame 3d support
Related to #346
2026-01-11 12:03:45 +00:00
Aleksander
37e3ab1bda dash-frontend: Scrollable audio device list (Closes #353), wgui: fix scrollbar rendering 2026-01-11 11:11:01 +01:00
Aleksander
6b98d5f188 openxr: Fix 1.0 click threshold (Closes #374), wgi: less aggressive scrolling 2026-01-11 10:45:45 +01:00
oo8dev
f059c5668a Merge pull request #373 from wlx-team/staging
Add Italian translations
2026-01-10 21:41:53 +01:00
Aleksander
e7fc7be950 Add Italian translations
[skip ci]
2026-01-10 21:40:38 +01:00
galister
6136fae885 Remove button label update instructions from README
Removed section about updating button label from stdout in README.
2026-01-10 17:15:41 +00:00
galister
9505352f37 Release 26.1.2 2026-01-10 22:52:10 +09:00
galister
07cb0e7ab8 fix icon loading in cache folder missing 2026-01-10 22:51:22 +09:00
galister
285f6db134 fix bindings for wmr controllers 2026-01-10 22:51:04 +09:00
galister
c7757500b0 Release 26.1.1 2026-01-10 22:33:08 +09:00
galister
7f2d62b506 fix drm_exporter panic 2026-01-10 22:26:52 +09:00
galister
7deb2a30db previously wlxoverlay note 2026-01-10 21:20:42 +09:00
galister
df7e9be13d update readme 2026-01-10 21:16:26 +09:00
oo8dev
1d605888a3 Update readme screenshot (#366)
[skip ci]
2026-01-10 12:11:28 +00:00