~geemili/zig-wayland-wire

copy example 1 -> example 2; simplify example 1
ab10b729 — Louis Pearson 1 year, 2 months ago
feat: append to one buffer instead of allocating many
e87f718f — Louis Pearson 1 year, 2 months ago
feat: add text editing
dad4b23c — Louis Pearson 1 year, 2 months ago
feat: add renderText and renderGradient functions
fcd58ad7 — Louis Pearson 1 year, 2 months ago
feat: Add font8x8
ccc90c80 — Louis Pearson 1 year, 2 months ago
Remove submodule
b77c6302 — Louis Pearson 1 year, 2 months ago
Add xkb-common
feat: handle window resize events
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.
fix: return error if a global's version is outdated
feat: update to zig 0.12.0-dev.2058+04ac028a2 build changes
a7128eaf — Louis Pearson 1 year, 2 months ago
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.
7a9e12ab — Louis Pearson 1 year, 2 months ago
feat: transparently send fds
ea4a75cc — Louis Pearson 1 year, 2 months ago
feat: add wayland.Conn
6559e124 — Louis Pearson 1 year, 2 months ago
feat: add registerGlobals
847051eb — Louis Pearson 1 year, 2 months ago
feat: add seat, wl_pointer, wl_keyboard
10475dd0 — Louis Pearson 1 year, 2 months ago
feat: add zxdg, decoration manager
c4c0880e — Louis Pearson 1 year, 2 months ago
feat: example 01: commit after configure, respond to ping
Edit example 00_client_connect for part 2 of Wayland from the Wire

https://zig.news/leroycep/wayland-from-the-wire-part-2-1gb7
Introduce read and write abstractions earlier
Next
Do not follow this link