Age | Commit message (Collapse) | Author |
|
|
|
|
|
configure
|
|
Just abort and deregister instead of trying to throw some input out,
which would have lead to inconsistent paste
|
|
|
|
wlr-keyboard: keep track of number of keycodes pressed
|
|
|
|
meson: Fix exclude_headers
|
|
|
|
Further improvements to header files and shared lib version
|
|
|
|
|
|
|
|
|
|
Serial validation for grab requests
|
|
|
|
|
|
|
|
[wip] Role committed
|
|
|
|
|
|
|
|
Implement xwayland primary selection sync
|
|
|
|
|
|
|
|
add nop command
|
|
|
|
Fix cursor on transformed output with DRM backend
|
|
|
|
config: Put all defines into config.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rootston: add arbitrary libinput config 'tap_enabled'
|
|
This ought to be enough to serve as an example for other compositors to
use.
|
|
Add libdrm as dependency for wlr_backend
|
|
Without this patch I'm getting the following build error when building
with Nix:
FAILED: backend/wlr_backend@sta/session_direct-ipc.c.o
In file included from ../backend/session/direct-ipc.c:20:0:
/nix/store/9ac27wk5vh47p28gladbdfafpidrx9rh-libdrm-2.4.88-dev/include/xf86drm.h:40:17: fatal error: drm.h: No such file or directory
#include <drm.h>
^
compilation terminated.
|
|
Fix rootston seat button count
|
|
Add gtk-primary-selection protocol
|
|
|
|
|
|
|
|
|
|
|