Commit Graph

506 Commits

Author SHA1 Message Date
galister
5723d668e3 add issue template 2025-04-11 21:33:51 +09:00
Orion
1ae50a35ec add basic input blocking through libmonado (#190) 2025-04-11 11:14:09 +00:00
AdiMCS
5b23de0599 Add default space_reset binding for all controllers (#191)
* Converted tabs to spaces for consistency

* Added default space_reset binding as space_drag's double click variant for all controllers

* Fixed duplicate space_resets
2025-04-10 22:49:58 +00:00
galister
cdbe3c4ad3 openvr lines are dirty by default 2025-04-11 05:12:02 +09:00
galister
412f199f91 openvr: native is srgb, set image_view for lines 2025-04-11 04:41:04 +09:00
Aleksander
4e30bb8cbe WayVR: doc: Rename executable name in the wayvr.yaml (#192)
[skip ci]
2025-04-10 19:30:44 +00:00
galister
45e53c15a3 steamvr staging texture to use native_format 2025-04-11 04:14:27 +09:00
galister
21a4797d2a update wlx-capture 2025-04-11 02:23:01 +09:00
galister
a8ecc973a4 use srgb for openxr, linear for openvr 2025-04-11 02:13:02 +09:00
galister
f12d151abf workaround attempt for cosmic desktop 2025-04-11 02:05:11 +09:00
galister
5ca634b552 Release 25.4.1 2025-04-10 05:11:24 +09:00
galister
409b89585e release native binary as well as appimage 2025-04-10 05:07:42 +09:00
galister
92c59850b6 only run clippy on default features 2025-04-08 19:59:23 +09:00
galister
bffb4c12cf fix build with non-default features 2025-04-08 19:52:34 +09:00
galister
feac111949 CI to cover clippy + uidev 2025-04-08 19:25:11 +09:00
galister
f13a473048 use multi-threaded capture if vk queues ≥ 2 2025-04-08 00:49:34 +09:00
galister
b2a7d3c4cb use-bigger-hammer style fix for wayvr dmabufs 2025-04-07 07:56:01 +09:00
galister
4cb12a2a01 Revert "WayVR: Vulkano dmabuf attempt"
This reverts commit 45ab38c310.
2025-04-07 07:34:56 +09:00
galister
b830c826a0 separate transfer and capture queues 2025-04-07 05:41:02 +09:00
Aleksander
45ab38c310 WayVR: Vulkano dmabuf attempt 2025-04-06 22:03:40 +02:00
galister
bc6c510af1 get rid of cstr dependency 2025-04-07 04:46:47 +09:00
galister
3dd31ec468 fix mouse renderer 2025-04-07 03:38:16 +09:00
galister
60850d8d70 get rid of once_cell 2025-04-07 03:31:58 +09:00
galister
7ac3072506 move drm modifiers to WlxGraphics 2025-04-07 03:06:22 +09:00
galister
2952a3cea1 update vulkano 2025-04-07 02:33:40 +09:00
Aleksander
bb2f8380fd WayVR: Fix frame_meta returning None 2025-04-06 19:03:29 +02:00
galister
1deae19f92 refactors & clippy recommendations 2025-04-07 00:58:03 +09:00
galister
3365aefc13 update deps 2025-04-06 22:15:22 +09:00
galister
cf29682e66 rework rendering backend 2025-04-06 22:12:56 +09:00
galister
55867e803f Release 25.4 2025-04-04 04:06:11 +09:00
xytovl
60bc8b986e CI step to generate a tarball of crates (#185) 2025-03-29 01:26:32 +00:00
Jay
5f93bc9cac Config notification/toast sound (#179)
* try adding config to load different sound

looks like include_bytes!() doesn't take a variable parameter, so will need a different solution lol.

* no errors in loading, but toast.rs now has a lifetime issue

* hey, config toast sound works now!

the sound is loaded in AppState now, since Toast are created in several different places at different times, and i don't want to load the sound every time a toast is made.

also put back the original sound since i accidentally commited my custom one.

* clean up

* change custom toast sound leak to happen on load rather than every play

* move toast sound loading into a function

so it can be reused in the future, for example if we want to load arbitrary keypress sounds or other [u8] data.

* remove label from try_load_bytes, return early when failing
2025-03-24 11:32:29 +00:00
Aleksander
659f1492fb Merge pull request #180 from olekolek1000/devel
WayVR: Convert `target_display` to lowercase at runtime (Closes #158)
2025-03-12 18:01:21 +01:00
Aleksander
a55d0d74bb WayVR: Convert target_display to lowercase at runtime (Closes #158)
[skip ci]
2025-03-12 17:55:05 +01:00
Aleksander
6d39380ebc WayVR: Implement software texture blitting as an alternative to dmabuf (Closes #174) (#178) 2025-03-11 22:42:37 +00:00
galister
a1cc41f541 cargo fmt 2025-03-12 03:07:35 +09:00
galister
bca6376b50 only log keys if debug build and log level trace 2025-03-12 03:06:52 +09:00
Aleksander
049f91eed3 Merge pull request #177 from olekolek1000/devel
WayVR: Clean-up destroyed toplevel windows
2025-03-09 22:13:58 +01:00
Aleksander
05b3baa5d9 WayVR: Clean-up destroyed toplevel windows 2025-03-09 22:04:46 +01:00
Aleksander
ed804820e9 Merge pull request #176 from olekolek1000/devel
WayVR: Read the `WAYVR_DISPLAY_AUTH` environment variable from external processes, matching it to our virtual display
2025-03-09 21:26:08 +01:00
Aleksander
91af7c99b1 WayVR: Read the WAYVR_DISPLAY_AUTH environment variable from external processes, matching it to our virtual display.
This enables applications to be run via Flatpak or any other wrapper application.
2025-03-09 21:14:50 +01:00
galister
0b7cd61d05 wayvr modifiers 2025-03-10 03:45:00 +09:00
galister
59b489680a fix wayvr keyboard focus 2025-03-10 02:21:19 +09:00
AdiMCS
b0883e81bf Switch to WheelHiRes. Add horizontal scrolling (#171)
* Switch to HiResScroll. Add horizontal scrolling

* Fix OpenVR compilation for horizontal scrolling

* fix OpenXR scroll using x axis for both scroll axes
2025-03-09 17:20:10 +00:00
Aleksander
36074307b7 Use tracing-subscriber for logging (#175) 2025-03-09 17:05:18 +00:00
galister
fa3af63e89 pin smithay version 2025-03-09 05:02:04 +09:00
Aleksander
5cf6eeedb0 Merge pull request #170 from Beyley/main
Fix OpenXR IPD calculation
2025-03-04 00:38:28 +01:00
Beyley Thomas
89680bf8cc Fix OpenXR IPD calculation 2025-03-03 14:22:11 -08:00
galister
009862e2a2 Release 25.3 2025-03-02 21:52:50 +09:00
Aleksander
075e55a8e8 WayVR: Add DashboardShown and DashboardHidden events, add WlxInputState support (#167)
Wlx: Fix various Clippy warnings
2025-02-28 21:05:27 +00:00