Amine Hassane
|
681c1ad033
|
wayland: implement wl_touch
Co-authored-by: Julian Orth <ju.orth@gmail.com>
|
2024-07-21 02:00:47 +02:00 |
|
Julian Orth
|
49f6304716
|
metal: implement tearing
|
2024-07-18 15:36:24 +02:00 |
|
Julian Orth
|
d355059ad9
|
all: address clippy lints
|
2024-07-18 15:05:19 +02:00 |
|
Julian Orth
|
d1893a68eb
|
surface: throttle frame requests at the refresh rate
|
2024-07-15 13:28:04 +02:00 |
|
Julian Orth
|
535fd939d5
|
surface: damage whole surface if scale, transform, alpha, viewport, or size changes
|
2024-07-15 13:28:02 +02:00 |
|
Julian Orth
|
bb66abb817
|
all: implement damage tracking
|
2024-07-12 20:05:31 +02:00 |
|
Julian Orth
|
ae87b3ef7a
|
surface: include current time in frame requests
|
2024-07-12 20:05:31 +02:00 |
|
Julian Orth
|
d8d6be1ef3
|
surface: dispatch frame request immediately if buffer has been presented
|
2024-07-12 20:05:31 +02:00 |
|
Julian Orth
|
50b6999b0c
|
wl_surface: store surface damage
|
2024-07-10 19:46:57 +02:00 |
|
Julian Orth
|
af15e20e9b
|
wl_surface: move dnd logic to separate module
|
2024-07-10 19:43:54 +02:00 |
|
Julian Orth
|
5a552a4ca2
|
wayland: remove duplicate leave events
|
2024-07-02 18:58:18 +02:00 |
|
Julian Orth
|
af80fada6c
|
vulkan: optimize shm handling
|
2024-05-23 22:30:38 +02:00 |
|
Julian Orth
|
7ed499eabd
|
wayland: implement tablet-v2
|
2024-05-03 11:16:07 +02:00 |
|
Julian Orth
|
efdca4de49
|
seat: add cursor groups
|
2024-05-02 21:24:19 +02:00 |
|
Julian Orth
|
8cee61122e
|
all: remove dead code
|
2024-05-02 19:37:19 +02:00 |
|
Julian Orth
|
ee24971c6d
|
wayland: implement pointer-gestures-unstable-v1
|
2024-04-27 17:56:14 +02:00 |
|
Julian Orth
|
4e10415e5c
|
portal: implement window capture
|
2024-04-19 12:12:49 +02:00 |
|
Julian Orth
|
cc58d069e0
|
surface: ignore set_visible for sub-surfaces without buffers
|
2024-04-17 21:50:37 +02:00 |
|
Julian Orth
|
daf52299db
|
seat: implement input methods
|
2024-04-15 15:34:00 +02:00 |
|
Julian Orth
|
5e2cdef388
|
seat: add KeyboardState and dynamically switch between states
|
2024-04-14 13:16:18 +02:00 |
|
Julian Orth
|
225995eb2f
|
seat: after keymap change, only send keymap to focused surface
|
2024-04-12 14:56:54 +02:00 |
|
Julian Orth
|
ff54a8ab96
|
wayland: implement alpha_modifier_v1
|
2024-04-09 12:09:54 +02:00 |
|
Julian Orth
|
acb391335b
|
wire: generate trait for request handling
|
2024-04-08 20:02:29 +02:00 |
|
Julian Orth
|
e3a1a0b30f
|
wayland: make object versions type safe
|
2024-04-08 14:47:50 +02:00 |
|
Julian Orth
|
c5fd2cd989
|
surface: commit subsurface state during parent commit
|
2024-04-04 10:28:30 +02:00 |
|
Julian Orth
|
15a1b600f3
|
it: test workspace restoration
|
2024-04-03 17:15:01 +02:00 |
|
Julian Orth
|
fd056c5361
|
it: test content type protocol
|
2024-04-03 17:15:01 +02:00 |
|
Julian Orth
|
9703ba8794
|
it: test surface input region
|
2024-04-03 17:09:27 +02:00 |
|
Julian Orth
|
9cddeb964d
|
surface: process offset request without a buffer change
|
2024-04-03 17:07:35 +02:00 |
|
Julian Orth
|
be965eeaf7
|
render: fix merging of explicit sync commits
|
2024-04-01 21:01:52 +02:00 |
|
Julian Orth
|
ba98103233
|
tree: make surface visibility tracking more robust
|
2024-03-29 21:17:45 +01:00 |
|
Julian Orth
|
be0935c8dd
|
seat: handle surface cursor lifetimes explicitly
|
2024-03-29 19:31:40 +01:00 |
|
Julian Orth
|
566a05494a
|
surface: don't destroy idle inhibitors when destroying node
|
2024-03-29 18:39:03 +01:00 |
|
Julian Orth
|
aaf73d6fdc
|
wayland: implement linux-drm-syncobj-v1
|
2024-03-27 18:34:12 +01:00 |
|
Julian Orth
|
816315170f
|
render: add support for explicit sync
|
2024-03-27 18:15:53 +01:00 |
|
Julian Orth
|
ea4a1f027b
|
render: remove TextureReservations
|
2024-03-27 18:15:53 +01:00 |
|
Julian Orth
|
300deecc7d
|
surface: attach sync sub-surface commits to parent commits
|
2024-03-27 18:15:52 +01:00 |
|
Julian Orth
|
0c48247740
|
surface: move pending state into the surface
|
2024-03-23 09:00:16 +01:00 |
|
Julian Orth
|
943626a7f7
|
surface: split ext::pre_commit into two parts
|
2024-03-23 09:00:16 +01:00 |
|
Julian Orth
|
86d37b5aa4
|
surface: remove interior mutability from pending state
|
2024-03-23 09:00:16 +01:00 |
|
Julian Orth
|
c921e2400e
|
tree: fix restoration of workspaces to their desired outputs
|
2024-03-16 06:39:11 +01:00 |
|
Julian Orth
|
3eb0f61ec1
|
tree: make scale and position of outputs persistent
|
2024-03-16 01:38:57 +01:00 |
|
Julian Orth
|
516f8a8f25
|
tree: implement surface input regions
|
2024-03-04 14:54:42 +01:00 |
|
Julian Orth
|
364872258a
|
wayland: implement xdg-toplevel-drag
|
2024-03-03 01:48:24 +01:00 |
|
mahkoh
|
2a61aee979
|
Merge pull request #111 from mahkoh/jorth/kb-focus
seat: use kb_owner code path for all keyboard_node changes
|
2024-03-02 19:12:34 +01:00 |
|
Julian Orth
|
54d93f84da
|
all: add (Clone)Cell::is_some and is_none
|
2024-03-02 18:09:40 +01:00 |
|
Julian Orth
|
fb08e27307
|
seat: use kb_owner code path for all keyboard_node changes
|
2024-03-01 21:12:11 +01:00 |
|
Julian Orth
|
b7d2964e19
|
all: implement output transforms
|
2024-02-28 20:11:40 +01:00 |
|
Julian Orth
|
7d3b8b6278
|
render: simplify buffer coordinates
|
2024-02-28 16:52:52 +01:00 |
|
Julian Orth
|
da84e9ec27
|
metal: implement direct scanout
|
2024-02-19 12:30:37 +01:00 |
|