00:45wlb: weston Merge request !1688 opened by Leandro Ribeiro (leandrohrb) Improvements to color curves https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1688 [color-lcms plugin], [Colour management]
13:50wlb: weston/main: Marius Vlad * backend-drm: Abide by the weston-direct-display specification https://gitlab.freedesktop.org/wayland/weston/commit/3d5772fb06e1 libweston/backend-drm/ drm-internal.h fb.c
13:50wlb: weston/main: Marius Vlad * backend-drm: Clear out the the fb handles https://gitlab.freedesktop.org/wayland/weston/commit/94dd926b9967 libweston/backend-drm/fb.c
13:50wlb: weston Merge request !1665 merged \o/ (backend-drm: Abide by the weston-direct-display specification https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1665)
14:12wlb: weston/main: Michael Olbrich * libweston-desktop: don't try to move child surfaces to not existing layer https://gitlab.freedesktop.org/wayland/weston/commit/6e88a851a465 libweston/desktop/surface.c
14:13wlb: weston Merge request !1687 merged \o/ (libweston-desktop: don't try to move child surfaces to not existing layer https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1687)
14:44wlb: weston/main: gpotter2 * Move shell structures of desktop-shell to the header https://gitlab.freedesktop.org/wayland/weston/commit/59c6015c52db desktop-shell/ shell.c shell.h
14:44wlb: weston Merge request !1677 merged \o/ (Move shell structures definitions of desktop-shell to the header https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1677)
15:22wlb: wayland Merge request !455 opened by Caitlyn Stewart (caitcat) Draft: cursor: Refactor for server side https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/455
15:34wlb: weston/main: Martin Rys * input: Add support for LED_COMPOSE and LED_KANA USB HID LEDs https://gitlab.freedesktop.org/wayland/weston/commit/c112760368b0 clients/window.c include/libweston/libweston.h libweston/input.c libweston/libinput-device.c meson.build
15:34wlb: weston Merge request !1608 merged \o/ (Add support for LED_COMPOSE and LED_KANA USB HID LEDs https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1608)
22:57ezzieyguywuf: it seems like xkb is the recommended way to handle keyboard input in wayland - does this then add a dependency on Xorg to my project? I'm trying to avoid that if possible
23:09whot: ezzieyguywuf: xkb is a (textual) layout format and the processing is usually done with libxkbcommon which has no dependencies on xorg
23:10whot: there's also kbvm (to replace xkbcommon) if rust is your preference