Andri Yngvason
Andri Yngvason
This implements transient seats for sway. See: https://github.com/swaywm/wlroots/pull/2584
* The configuration file has moved to `/etc/wayvnc` * RealVNC client works fine now that RSA-AES is implemented and I fixed the zlib bug yesterday in Neat VNC (v0.7.2) *...
This adds command to set and get the output color format for DRM outputs. See: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4509
With network jitter, keys tend to be repeated on the server side due to intermittently delayed events. The best solution for this problem is to leave key repeat to the...
Currently, we check if the name starts with "HEADLESS-". If it does, we assume that it's possible to set a custom mode on the output and set it according to...
Using `errno` for internal error handling can cause compatibility issues. The listed errors in `errno` also aren't always entirely descriptive of the error. We should at least replace those error...
There are a few different types of sockets available which people might want to use for listening to VNC connections. This includes "vsock", websockets and systemd sockets. In order to...
Some buffer modifiers and/or formats may be unsuitable for hardware encoders. See: #159 See: https://github.com/intel/libva/pull/505
The following situations cause lock key state to become desynchronised: * Client connects while a key is locked * Client window loses focus, lock key state is changed, window gets...
When a client request a resolution change, returning `true` from the callback results in `RFB_RESIZE_STATUS_SUCCESS` being sent over the wire. It would be more accurate to return `RFB_RESIZE_STATUS_REQUEST_FORWARDED` because the...