Nova
|
fd7cad1ab4
|
fix(wayland/popup): give real configure geometry
|
2025-09-14 20:49:54 -07:00 |
|
Nova
|
065214c873
|
fix(wayland/core): surface role set properly
|
2025-09-14 17:08:59 -07:00 |
|
Nova
|
795f111ebc
|
fix(wayland/output): give it a name/description
|
2025-09-14 01:12:00 -07:00 |
|
Nova
|
f40c6dcbd4
|
fix(wayland/surface): keep frame callback order
|
2025-09-14 00:55:26 -07:00 |
|
Nova
|
2632a0c5f3
|
fix(wayland): proper frame callback handling
|
2025-09-14 00:40:17 -07:00 |
|
Schmarni
|
1bfd9c95f0
|
feat(wayland/presentation_time): hook up presentation time to OpenXR
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2025-09-12 06:34:14 +02:00 |
|
Nova
|
a753001f15
|
fix(wayland/core): surface role set properly
|
2025-09-11 18:01:19 -07:00 |
|
Nova
|
cbd77fe704
|
cleanup: code thingys
|
2025-09-11 17:55:55 -07:00 |
|
Nova
|
c5246c9dc8
|
refactor(wayland/surface): better error formatting
|
2025-09-11 16:02:39 -07:00 |
|
Nova
|
209171abfc
|
cleanup: clippy
|
2025-09-11 16:02:25 -07:00 |
|
Nova
|
7e53db3d33
|
feat(wayland): try set role modularization
|
2025-09-11 15:53:31 -07:00 |
|
Schmarni
|
4bc71b01cb
|
feat(wayland/shm): impl shm ontop of dmabuf (again), and make the upload async
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2025-09-12 00:51:17 +02:00 |
|
Nova
|
c4ccda2118
|
fix(wayland/xdg/positioner): properly calculate with gravity
|
2025-09-10 13:33:42 -07:00 |
|
Nova
|
3a55aaa2cf
|
fix(wayland/shm/backing): allow shm pool different size
|
2025-09-09 22:21:59 -07:00 |
|
Nova
|
0650956ab4
|
clean(wayland): unnecessary variables
|
2025-09-09 18:49:55 -07:00 |
|
Nova
|
45ec292b99
|
fix(wayland/cursor): things
|
2025-09-09 14:55:56 -07:00 |
|
Nova
|
550087841f
|
feat(wayland): cursor stuff
|
2025-09-09 03:13:22 -07:00 |
|
Nova
|
bd1b54cf03
|
fix(wayland/xdg/popup): configure the popup then xdg surface
|
2025-09-09 00:37:18 -07:00 |
|
Nova
|
707452462d
|
cleanup: wayland
|
2025-09-09 00:37:00 -07:00 |
|
Nova
|
1c8aa93850
|
refactor(wayland): many things
|
2025-09-06 23:56:29 -07:00 |
|
Nova
|
a0b014576e
|
refactor(wayland): remove surface specialization from roles
|
2025-09-06 21:16:55 -07:00 |
|
Nova
|
50e1921cd9
|
refactor(wayland): strong reference to all "parent" types
|
2025-09-06 16:48:23 -07:00 |
|
Nova
|
4641f4f724
|
refactor(wayland): weak references to objects in roles
|
2025-09-06 15:19:37 -07:00 |
|
Nova
|
053d468035
|
refactor(wayland): naming conventions
|
2025-09-06 15:09:39 -07:00 |
|
Nova
|
f44abad5b0
|
fix(wayland): set xdg surface role properly
|
2025-09-06 14:40:56 -07:00 |
|
Nova
|
7314428ce7
|
refactor(wayland): move surface id to wl_surface
|
2025-09-05 17:04:59 -07:00 |
|
Nova
|
ad1c97aad6
|
refactor(wayland): xdg surface sub-roles
|
2025-09-04 20:15:07 -07:00 |
|
Nova
|
51b0942c49
|
chore: cargo fmt
|
2025-09-04 15:37:12 -07:00 |
|
Nova
|
c665f33d25
|
fix(wayland/dmabuf_backing): always update surface
|
2025-09-04 14:14:46 -07:00 |
|
Nova
|
d6ad00bf53
|
chore: cleanup clippy
|
2025-09-02 14:41:15 -07:00 |
|
Nova
|
e69d85cc56
|
it heccin borken
|
2025-09-02 06:12:31 +02:00 |
|
Nova
|
a5b4939b57
|
fix(wayland/toplevel): don't unwrap
|
2025-09-01 20:36:19 -07:00 |
|
Nova
|
bda2d06e81
|
cleanup(wayland/registry): clippy
|
2025-08-29 16:20:31 -07:00 |
|
Nova
|
87907984f6
|
cleanup(wayland/popup): just imports
|
2025-08-29 16:20:16 -07:00 |
|
Thomas Colliers
|
7a3322efad
|
feat(wayland): WIP implementation of wp_importer
|
2025-08-18 01:49:45 +02:00 |
|
Nova
|
877a32ab09
|
fix: presentation feedback send unwrap
|
2025-08-13 12:01:42 -07:00 |
|
Nova
|
76d58fe2f5
|
fix(wayland): popup
|
2025-08-11 19:06:20 -07:00 |
|
Nova
|
565cb29b85
|
fix(wayland/xdg_shell): proper versioning
|
2025-08-11 18:22:45 -07:00 |
|
Nova
|
5383bbedcd
|
cleanup(wayland): clippy
|
2025-08-11 18:07:43 -07:00 |
|
Nova
|
41d6b02506
|
fix: full wayland version compliance
|
2025-08-11 18:02:25 -07:00 |
|
Schmarni
|
c475ed04a7
|
fix(wayland): actually commit the presentation module, oops
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2025-08-11 01:27:12 +02:00 |
|
Schmarni
|
00086221cd
|
feat(wayland): WIP implement wp_presentation_time
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2025-08-09 00:00:58 +02:00 |
|
Schmarni
|
b31f6bc983
|
fix(wayland): use an actual timestamp for the frame callback
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2025-08-07 03:33:18 +02:00 |
|
Nova
|
bb0f023040
|
fix: always submit output enter event
|
2025-08-05 00:28:34 -07:00 |
|
Nova
|
8e143f97d4
|
fix(wayland): frame callbacks in order
|
2025-08-04 22:59:46 -07:00 |
|
Nova
|
e1e773befb
|
fix(wayland): double buffer frame callbacks
|
2025-08-04 22:02:06 -07:00 |
|
Nova
|
c5b1869f42
|
refactor(wayland): send frame event right before render
|
2025-08-04 19:37:21 -07:00 |
|
Nova
|
0384bb8014
|
fix(wayland): allow multiple frame callbacks
|
2025-08-04 18:22:36 -07:00 |
|
Nova
|
24beda4a4a
|
fix(wayland): protocol error
|
2025-08-03 15:43:51 -07:00 |
|
Nova
|
de045a1c68
|
fix(wayland): dmabuf format picking
|
2025-08-03 13:47:04 -07:00 |
|