1
0
Fork 0
forked from wry/wry
wry/src
2026-02-10 20:28:48 +01:00
..
async_engine all: warn on unsafe-op-in-unsafe-fn 2024-10-20 18:39:11 +02:00
backend color-management: use more consistent naming 2025-09-05 19:55:09 +02:00
backends metal: disable VRR if connector loses capability 2026-01-17 19:05:22 +01:00
cli cli: fix tearing/vrr mixup 2026-01-09 22:47:33 +01:00
client wp-color-management-v1: update to version 2 2025-12-18 16:52:11 +01:00
cmm cmm: add support for compound_power_2_4 2025-12-18 18:03:35 +01:00
config config: add fallback output mode 2026-01-17 13:16:14 +01:00
cpu_worker wl_surface: ignore toplevel damage bounds if toplevel is detached 2025-04-14 13:08:08 +02:00
criteria all: address clippy lints 2025-08-29 11:21:11 +02:00
dbus dbus: simplify auth function 2026-01-18 16:01:33 +01:00
ei seat: implement key repeat 2025-10-16 21:18:26 +02:00
forker all: set rust edition to 2024 2025-02-21 10:44:29 +01:00
gfx_apis vulkan: log information about mixed device use 2026-02-10 18:57:26 +01:00
ifs gfx: identify wl_buffer by address during ctx change 2026-02-10 20:28:48 +01:00
io_uring all: add musl support 2025-05-09 15:39:56 +02:00
it tree: allow focusing workspace nodes 2026-01-17 13:29:04 +01:00
libinput metal: enable keyboard LEDs 2025-09-07 12:41:31 +02:00
pango autocommit 2022-03-23 15:56:15 CET 2022-03-23 15:56:15 +01:00
pipewire all: address clippy lints 2025-08-29 11:21:11 +02:00
portal color-management: use more consistent naming 2025-09-05 19:55:09 +02:00
rect rect: safer construction 2026-01-09 09:41:46 +01:00
renderer vulkan: log information about mixed device use 2026-02-10 18:57:26 +01:00
tasks tree: allow focusing workspace nodes 2026-01-17 13:29:04 +01:00
tools cli: allow setting keymaps from RMLVO names 2025-12-29 21:09:59 +01:00
tracy all: set rust edition to 2024 2025-02-21 10:44:29 +01:00
tree Merge pull request #449 from khyperia/relative-behavior-mode 2026-01-18 12:39:17 +01:00
utils all: update dependencies 2026-02-10 19:10:38 +01:00
video dmabuf: optimize sync-file export/import 2025-10-01 23:37:04 +02:00
wl_usr dmabuf: cache is_disjoint property 2025-10-01 23:33:44 +02:00
xcon all: use let chains 2025-07-01 11:20:48 +02:00
xwayland rect: safer construction 2026-01-09 09:41:46 +01:00
acceptor.rs config: allow configuring client capabilities 2025-09-18 21:17:34 +02:00
allocator.rs all: set rust edition to 2024 2025-02-21 10:44:29 +01:00
async_engine.rs config: add just-mapped window criteria 2025-05-07 22:41:43 +02:00
backend.rs seat: implement key repeat 2025-10-16 21:18:26 +02:00
backends.rs autocommit 2022-04-01 01:44:10 CEST 2022-04-01 01:44:10 +02:00
bridge.c keyboard: replace xkbcommon by kbvm 2025-01-27 10:23:46 +01:00
bugs.rs toplevel: send 0x0 size until window has been mapped 2024-09-04 12:48:14 +02:00
cli.rs all: address clippy lints 2025-11-28 13:33:07 +01:00
client.rs gfx: identify wl_buffer by address during ctx change 2026-02-10 20:28:48 +01:00
clientmem.rs linux-dmabuf: intercept udmabuf buffers 2025-10-01 22:58:53 +02:00
cmm.rs color-management: use more consistent naming 2025-09-05 19:55:09 +02:00
compositor.rs gfx: identify wl_buffer by address during ctx change 2026-02-10 20:28:48 +01:00
config.rs config: add Seat::show_workspace_on 2025-10-07 05:08:57 +02:00
cpu_worker.rs cpu-worker: clear tasks on shutdown 2025-07-19 00:34:44 +02:00
criteria.rs config: add window-rule infrastructure 2025-05-07 22:41:43 +02:00
cursor.rs rect: safer construction 2026-01-09 09:41:46 +01:00
cursor_user.rs rect: safer construction 2026-01-09 09:41:46 +01:00
damage.rs rect: safer construction 2026-01-09 09:41:46 +01:00
dbus.rs dbus: use challenge-response authentication 2026-01-18 15:20:54 +01:00
drm_feedback.rs all: set rust edition to 2024 2025-02-21 10:44:29 +01:00
edid.rs metal: allow configuring color space and transfer function 2025-03-11 18:42:47 +01:00
ei.rs ei: add support for libei 2024-07-25 19:40:29 +02:00
fixed.rs xwayland: allow windows to scale themselves 2024-10-08 11:14:30 +02:00
forker.rs all: use let chains 2025-07-01 11:20:48 +02:00
format.rs formats: add support for additional formats 2025-11-28 15:03:04 +01:00
gfx_api.rs rect: safer construction 2026-01-09 09:41:46 +01:00
gfx_apis.rs vulkan: implement software rendering 2025-09-16 19:16:32 +02:00
globals.rs xdg-popup: implement jay-popup-ext-v1 2025-12-20 19:56:32 +01:00
icons.rs config: allow disabling window titles 2025-10-16 18:47:08 +02:00
ifs.rs xdg-popup: implement jay-popup-ext-v1 2025-12-20 19:56:32 +01:00
io_uring.rs io_uring: increase cmsg_buf size from 256 to 1024 2025-12-17 14:16:18 +01:00
it.rs all: use trait upcasting 2025-04-03 17:03:32 +02:00
kbvm.rs config: Add keymap_from_names for RMLVO keymaps 2025-12-29 21:09:57 +01:00
keyboard.rs kbvm: use indicators to determine the active LEDs 2025-09-07 15:34:44 +02:00
keycodes.xkb autocommit 2022-02-14 21:13:42 CET 2022-02-14 21:13:42 +01:00
keymap.xkb keyboard: map super key to LOGO modifier 2022-06-03 12:00:08 +02:00
leaks.rs leaks: properly align allocations 2025-07-18 23:28:23 +02:00
libinput.rs all: address clippy lints 2025-08-29 11:21:11 +02:00
logger.rs all: set rust edition to 2024 2025-02-21 10:44:29 +01:00
logind.rs all: set rust edition to 2024 2025-02-21 10:44:29 +01:00
macros.rs backend: implement output transactions 2025-07-12 08:15:22 +02:00
main.rs all: address clippy lints 2025-11-28 13:33:07 +01:00
object.rs all: use trait upcasting 2025-04-03 17:03:32 +02:00
output_schedule.rs all: set rust edition to 2024 2025-02-21 10:44:29 +01:00
pango.rs rect: safer construction 2026-01-09 09:41:46 +01:00
pipewire.rs portal: add a desktop portal 2022-07-31 11:25:57 +02:00
portal.rs portal: double-fork before creating the io_uring 2025-04-25 19:49:45 +02:00
pr_caps.rs vulkan: create high-priority queues if possible 2025-05-10 22:44:00 +02:00
rect.rs rect: safer construction 2026-01-09 09:41:46 +01:00
renderer.rs tree: allow focusing workspace nodes 2026-01-17 13:29:04 +01:00
scale.rs cli: add scale --round-to-float 2025-11-28 12:43:40 +01:00
screenshoter.rs color-management: use more consistent naming 2025-09-05 19:55:09 +02:00
security_context_acceptor.rs config: allow configuring client capabilities 2025-09-18 21:17:34 +02:00
sighand.rs compositor: reset all signals during startup 2025-04-26 19:53:03 +02:00
state.rs gfx: identify wl_buffer by address during ctx change 2026-02-10 20:28:48 +01:00
tasks.rs wayland: implement fifo-v1 2024-10-11 20:37:55 +02:00
text.rs rect: safer construction 2026-01-09 09:41:46 +01:00
theme.rs cmm: add support for compound_power_2_4 2025-12-18 18:03:35 +01:00
time.rs metal: commit 1.5ms before the next page flip 2024-09-11 17:02:48 +02:00
tools.rs autocommit 2022-03-30 03:00:46 CEST 2022-03-30 03:00:46 +02:00
tracy.rs all: set rust edition to 2024 2025-02-21 10:44:29 +01:00
tree.rs tree: fix visiting output children 2025-12-21 15:42:26 +01:00
udev.rs all: address clippy lints 2025-08-29 11:21:11 +02:00
udmabuf.rs udmabuf: log device status 2025-10-02 19:55:48 +02:00
user_session.rs all: set rust edition to 2024 2025-02-21 10:44:29 +01:00
utils.rs dbus: use challenge-response authentication 2026-01-18 15:20:54 +01:00
version.rs logging: include version information 2024-04-11 10:00:56 +02:00
video.rs all: use expect attribute where possible 2024-09-06 11:08:22 +02:00
wheel.rs all: set rust edition to 2024 2025-02-21 10:44:29 +01:00
wire.rs autocommit 2022-02-21 23:21:13 CET 2022-02-21 23:21:13 +01:00
wire_dbus.rs portal: add a desktop portal 2022-07-31 11:25:57 +02:00
wire_ei.rs ei: add support for libei 2024-07-25 19:40:29 +02:00
wire_xcon.rs all: address clippy lints 2022-08-13 17:46:23 +02:00
wl_usr.rs all: set rust edition to 2024 2025-02-21 10:44:29 +01:00
xcon.rs all: set rust edition to 2024 2025-02-21 10:44:29 +01:00
xwayland.rs config: allow configuring client capabilities 2025-09-18 21:17:34 +02:00