LeRoyce Pearson
3e48488201
feat: set minimum supported xdg_wm_base to v2
...
River (and wlroots compositors in general) only support v2 of xdg_wm_base.
The most notable addition seems to be popups, which zig-wayland-wire is
not using ATM.
2024-01-16 01:26:39 -07:00
LeRoyce Pearson
b46131a80a
fix: return error if a global's version is outdated
2024-01-16 01:26:39 -07:00
Louis Pearson
a7128eaf34
feat: recieve file descriptors
...
Feels super hacky, but I'm not sure there is a better way to handle
it. The crux of the problem is that wayland does not seem to make any
guarantees about the location of file descriptors.
2024-01-16 00:57:31 -07:00
Louis Pearson
7a9e12abf8
feat: transparently send fds
2024-01-15 22:15:29 -07:00
Louis Pearson
ea4a75cc76
feat: add wayland.Conn
2024-01-15 20:40:50 -07:00
Louis Pearson
6559e124a7
feat: add registerGlobals
2024-01-15 13:07:18 -07:00
Louis Pearson
847051ebc3
feat: add seat, wl_pointer, wl_keyboard
2024-01-15 02:22:40 -07:00
Louis Pearson
10475dd036
feat: add zxdg, decoration manager
2024-01-15 00:36:55 -07:00
LeRoyce Pearson
4a8254cca6
Edit example 00_client_connect for part 2 of Wayland from the Wire
...
https://zig.news/leroycep/wayland-from-the-wire-part-2-1gb7
2023-12-19 13:59:52 -07:00
LeRoyce Pearson
1542a95499
Rewrite core protocol structs to be more concise
2023-08-12 17:40:48 -06:00
LeRoyce Pearson
47c57a5b87
Explicitly handle case where not all globals exist
2023-08-12 17:28:33 -06:00
LeRoyce Pearson
e66fbb225b
Add IdPool helper
2023-08-10 19:43:49 -06:00
LeRoyce Pearson
f00806d7f6
Add support for serializing single enums
2023-08-10 19:27:47 -06:00
LeRoyce Pearson
6bdc230417
Add support for parsing standalone enum fields
2023-08-10 19:24:32 -06:00
LeRoyce Pearson
846f81b838
Add support for reading arrays from messages
2023-08-10 18:51:32 -06:00
LeRoyce Pearson
8b50eeb7eb
Get client rendering a window with low-level code
2023-08-10 14:30:34 -06:00
LeRoyce Pearson
00dd8167ae
Create example of connecting to a wayland server
2023-08-08 23:47:01 -06:00