1
0
Fork 0
forked from wry/wry
Commit graph

807 commits

Author SHA1 Message Date
Julian Orth
435b0a49da output-schedule: refactor change tracking 2024-10-29 09:55:31 +01:00
Julian Orth
7e40e90c4d output-schedule: fix hardware cursor updates 2024-10-29 09:54:49 +01:00
Julian Orth
4abbe94995 ipc: implement ext-data-control 2024-10-25 15:29:10 +02:00
Julian Orth
be1462d0ef ipc: move data control logic out of wlr code 2024-10-25 15:29:10 +02:00
Julian Orth
dfc0a11935 data-control: remove wlr-specific code 2024-10-25 15:29:09 +02:00
Julian Orth
40f7bc2542 ipc: remove DynDataSource::offer_to_regular/wlr 2024-10-25 15:29:08 +02:00
Julian Orth
487efafdf5 ipc: remove X-only code from traits 2024-10-25 15:29:07 +02:00
Julian Orth
8c3cd97ae3 wayland: implement jay-tray-v1 2024-10-24 09:27:32 +02:00
Julian Orth
18bddbc987 seat: keep track of serials that are allowed to steal keyboard focus 2024-10-24 09:12:11 +02:00
Julian Orth
324540c41e seat: keep track of focus serials 2024-10-24 09:12:11 +02:00
Julian Orth
e2806a6337 fractional-scale: implement accurate rounding 2024-10-22 11:11:29 +02:00
Julian Orth
faf5559075 it: handle new warnings 2024-10-20 18:50:06 +02:00
Julian Orth
a0984a1205 all: mark env::set_var/remove_var unsafe 2024-10-20 18:43:51 +02:00
Julian Orth
73a6e0d5c2 all: warn on unsafe-op-in-unsafe-fn 2024-10-20 18:39:11 +02:00
Julian Orth
b6345f095c all: don't use gen identifier 2024-10-20 18:00:25 +02:00
Julian Orth
448b9e332e all: mark extern blocks as unsafe 2024-10-20 16:28:47 +02:00
Julian Orth
0cbaf4493e all: mark no_mangle attribute as unsafe 2024-10-20 16:25:12 +02:00
Julian Orth
3f001588b8 metal: unset O_NONBLOCK for DRM file descriptors 2024-10-19 08:58:29 +02:00
Julian Orth
cf5d544ebf xdg_popup: copy parent properties during construction 2024-10-17 16:37:31 +02:00
Julian Orth
a2eb810e9d xdg_surface: fix nested popups that are not attached to a workspace 2024-10-17 16:37:31 +02:00
Julian Orth
d95a2d2f2e xdg_positioner: fix handling of y offset 2024-10-17 16:37:31 +02:00
Julian Orth
c987fdb58d all: track serials as u64 internally 2024-10-17 16:37:29 +02:00
Julian Orth
1e45a243de all: remove unnecessary mem:: prefix 2024-10-12 14:50:05 +02:00
mahkoh
eb905c160f
Merge pull request #275 from mahkoh/jorth/vsync-min-max
wp-presentation: implement version 2
2024-10-12 10:00:28 +02:00
Julian Orth
03dce4af06 wp-presentation: implement version 2 2024-10-12 09:58:32 +02:00
Julian Orth
de47705a32 edid: parse cta amd vendor block 2024-10-12 09:56:04 +02:00
Julian Orth
fac5445f2e wayland: implement commit-timing-v1 2024-10-11 21:03:33 +02:00
Julian Orth
d45aaffdb3 metal: rename next_flip_nsec to next_vblank_nsec 2024-10-11 20:44:01 +02:00
Julian Orth
1baa24adef wl_surface: refactor collect_commit_data 2024-10-11 20:42:35 +02:00
Julian Orth
fa46527a37 io_uring: add timeout_external 2024-10-11 20:42:35 +02:00
Julian Orth
fe7175fab2 wayland: implement fifo-v1 2024-10-11 20:37:55 +02:00
Julian Orth
c0b886ad8d portal: fix screencast portal version 2024-10-11 17:24:44 +02:00
Julian Orth
2b55278420 xwayland: respect input region 2024-10-11 14:21:18 +02:00
Julian Orth
5df018046c portal: include mapping_id in screencasts 2024-10-11 13:23:54 +02:00
Julian Orth
edafe16742 portal: damage buffer before committing 2024-10-10 21:21:34 +02:00
Julian Orth
260d241f79 portal: unify remote desktop and screencast sessions 2024-10-10 21:21:34 +02:00
Julian Orth
3e3532574b portal: implement session restoration 2024-10-10 21:21:33 +02:00
Julian Orth
4f431eec5c jay_compositior: add get_toplevel request 2024-10-10 21:21:32 +02:00
Julian Orth
d4c0fb29ba portal: send toplevel identifier in jay_toplevel 2024-10-10 21:21:31 +02:00
Julian Orth
8d6aaf79a7 util: optimize opaque string formatting 2024-10-10 21:21:30 +02:00
Julian Orth
e6c3c9c1ed tree: map toplevel identifiers to toplevels 2024-10-10 21:21:30 +02:00
Julian Orth
43bb787d52 all: address clippy lints 2024-10-10 21:21:29 +02:00
Julian Orth
f0562961e6 screencapture: implement ext_image_copy_capture_manager_v1 2024-10-10 12:11:14 +02:00
Julian Orth
e91993fb18 screencapture: implement ext_foreign_toplevel_image_capture_source_manager_v1 2024-10-10 12:11:14 +02:00
Julian Orth
40bce507a6 screencapture: implement ext_output_image_capture_source_manager_v1 2024-10-10 12:11:11 +02:00
Julian Orth
b754e37bfe drm: include st_rdev in Drm object 2024-10-10 12:10:43 +02:00
Julian Orth
9a084a53aa foreign-toplevel: store weak references 2024-10-10 12:10:43 +02:00
mahkoh
3f9b75e470
Merge pull request #287 from mahkoh/jorth/xwayland-downscaling
xwayland: allow windows to scale themselves
2024-10-10 12:10:24 +02:00
Julian Orth
901a0fe93a vulkan: attach last-use-syncfile to internal framebuffers 2024-10-08 22:22:56 +02:00
Julian Orth
19b07fa7dc xwayland: allow windows to scale themselves 2024-10-08 11:14:30 +02:00