1
0
Fork 0
forked from wry/wry
wry/src
2025-02-19 13:05:37 +01:00
..
async_engine all: warn on unsafe-op-in-unsafe-fn 2024-10-20 18:39:11 +02:00
backends metal: don't cache connector properties across forced probes 2025-02-19 13:05:37 +01:00
cli cli: add value hints for better completions 2025-01-26 19:47:36 +01:00
client ext-workspace: implement v1 2025-01-26 12:38:05 +01:00
config keyboard: replace xkbcommon by kbvm 2025-01-27 10:23:46 +01:00
cpu_worker all: address clippy lints 2024-12-07 14:59:28 +01:00
dbus all: remove unnecessary mem:: prefix 2024-10-12 14:50:05 +02:00
ei wl_keyboard: don't send key-up events for keys that are not logically down 2025-01-27 10:23:46 +01:00
forker all: remove unnecessary mem:: prefix 2024-10-12 14:50:05 +02:00
gfx_apis vulkan: don't equate buffer size with allocation size 2025-02-19 11:03:30 +01:00
ifs wl_keyboard: don't send key-up events for keys that are not logically down 2025-01-27 10:23:46 +01:00
io_uring all: remove unnecessary mem:: prefix 2024-10-12 14:50:05 +02:00
it keyboard: send keymap without actions/behaviors to xwayland 2025-01-27 10:23:46 +01:00
libinput all: mark extern blocks as unsafe 2024-10-20 16:28:47 +02:00
pango autocommit 2022-03-23 15:56:15 CET 2022-03-23 15:56:15 +01:00
pipewire all: warn on unsafe-op-in-unsafe-fn 2024-10-20 18:39:11 +02:00
portal screencast: re-negotiate format/modifier when size changes 2025-02-05 19:28:53 +01:00
rect tree: implement tile dragging 2024-10-02 11:35:05 +02:00
renderer fractional-scale: implement accurate rounding 2024-10-22 11:11:29 +02:00
tasks keyboard: replace xkbcommon by kbvm 2025-01-27 10:23:46 +01:00
tools idle: add a grace period 2025-01-26 12:34:04 +01:00
tracy all: address clippy lints 2025-01-22 15:02:49 +01:00
tree ext-workspace: implement v1 2025-01-26 12:38:05 +01:00
utils wl_keyboard: don't send key-up events for keys that are not logically down 2025-01-27 10:23:46 +01:00
video metal: reset unused DRM properties 2025-02-03 12:16:00 +01:00
wl_usr portal: damage buffer before committing 2024-10-10 21:21:34 +02:00
xcon all: remove unnecessary mem:: prefix 2024-10-12 14:50:05 +02:00
xwayland xwm: don't send take-focus messages for client-initiated focus change 2025-01-27 09:10:21 +01:00
acceptor.rs all: use tracy for tracing 2024-09-15 18:08:54 +02:00
allocator.rs vulkan: add an async allocator 2024-09-08 19:32:10 +02:00
async_engine.rs it: wait for async engine and cpu worker to become idle 2024-09-28 22:28:30 +02:00
backend.rs wayland: implement commit-timing-v1 2024-10-11 21:03:33 +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 cli: add value hints for better completions 2025-01-26 19:47:36 +01:00
client.rs ext-workspace: implement v1 2025-01-26 12:38:05 +01:00
clientmem.rs mmap: use MAP_PRIVATE for all keymaps 2024-12-18 11:57:01 +01:00
compositor.rs keyboard: replace xkbcommon by kbvm 2025-01-27 10:23:46 +01:00
config.rs all: warn on unsafe-op-in-unsafe-fn 2024-10-20 18:39:11 +02:00
cpu_worker.rs it: wait for async engine and cpu worker to become idle 2024-09-28 22:28:30 +02:00
cursor.rs metal: latch hardware cursors in the backend 2024-09-10 23:37:54 +02:00
cursor_user.rs render: use explicit sync for framebuffers 2024-09-17 23:28:16 +02:00
damage.rs backend: store damaged state in ConnectorData 2024-09-11 23:58:45 +02:00
dbus.rs all: use expect attribute where possible 2024-09-06 11:08:22 +02:00
drm_feedback.rs drm: include st_rdev in Drm object 2024-10-10 12:10:43 +02:00
edid.rs wp-presentation: implement version 2 2024-10-12 09:58:32 +02: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: mark env::set_var/remove_var unsafe 2024-10-20 18:43:51 +02:00
format.rs all: use expect attribute where possible 2024-09-06 11:08:22 +02:00
gfx_api.rs idle: add a grace period 2025-01-26 12:34:04 +01:00
gfx_apis.rs vulkan: create a vulkan allocator 2024-09-02 15:56:09 +02:00
globals.rs ext-workspace: implement v1 2025-01-26 12:38:05 +01:00
ifs.rs ext-workspace: implement v1 2025-01-26 12:38:05 +01:00
io_uring.rs all: remove unnecessary mem:: prefix 2024-10-12 14:50:05 +02:00
it.rs all: use tracy for tracing 2024-09-15 18:08:54 +02:00
kbvm.rs keyboard: send keymap without actions/behaviors to xwayland 2025-01-27 10:23:46 +01:00
keyboard.rs keyboard: send keymap without actions/behaviors to xwayland 2025-01-27 10:23:46 +01: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 all: replace enum-map by linearize 2025-01-22 14:58:30 +01:00
libinput.rs utils: remove AsciiTrim trait 2025-01-27 10:23:46 +01:00
logger.rs logging: use target instead of module_path 2025-01-27 10:23:46 +01:00
logind.rs all: address clippy lints 2023-10-22 16:01:40 +02:00
macros.rs keyboard: replace xkbcommon by kbvm 2025-01-27 10:23:46 +01:00
main.rs keyboard: replace xkbcommon by kbvm 2025-01-27 10:23:46 +01:00
object.rs all: use expect attribute where possible 2024-09-06 11:08:22 +02:00
output_schedule.rs output-schedule: refactor change tracking 2024-10-29 09:55:31 +01:00
pango.rs all: mark extern blocks as unsafe 2024-10-20 16:28:47 +02:00
pipewire.rs portal: add a desktop portal 2022-07-31 11:25:57 +02:00
portal.rs portal: unify remote desktop and screencast sessions 2024-10-10 21:21:34 +02:00
rect.rs tree: implement tile dragging 2024-10-02 11:35:05 +02:00
renderer.rs wl_subsurface: remove size from position 2024-12-07 15:01:55 +01:00
scale.rs fractional-scale: implement accurate rounding 2024-10-22 11:11:29 +02:00
screenshoter.rs idle: add a grace period 2025-01-26 12:34:04 +01:00
security_context_acceptor.rs all: use tracy for tracing 2024-09-15 18:08:54 +02:00
sighand.rs all: use tracy for tracing 2024-09-15 18:08:54 +02:00
state.rs keyboard: replace xkbcommon by kbvm 2025-01-27 10:23:46 +01:00
tasks.rs wayland: implement fifo-v1 2024-10-11 20:37:55 +02:00
text.rs vulkan: make async transfers generic over upload/download 2024-10-07 12:43:44 +02:00
theme.rs config: store font names in Arc 2024-09-28 22:29:02 +02: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: use tracy for tracing 2024-09-15 18:08:54 +02:00
tree.rs wl_keyboard: don't send key-up events for keys that are not logically down 2025-01-27 10:23:46 +01:00
udev.rs all: address clippy lints 2024-12-07 14:59:28 +01:00
udmabuf.rs all: warn on unsafe-op-in-unsafe-fn 2024-10-20 18:39:11 +02:00
user_session.rs io: use io_uring for all io 2022-12-31 17:56:58 +01:00
utils.rs utils: remove AsciiTrim trait 2025-01-27 10:23:46 +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: use tracy for tracing 2024-09-15 18:08:54 +02: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 wayland: include object id in request errors 2024-09-17 20:24:19 +02:00
xcon.rs all: update dependencies 2025-01-22 16:02:22 +01:00
xwayland.rs xwayland: allow windows to scale themselves 2024-10-08 11:14:30 +02:00