Age | Commit message (Collapse) | Author |
|
backend: add WLR_BACKEND env variable
|
|
output: correctly clear screen when fullscreened
|
|
|
|
Remove unused argument
|
|
|
|
|
|
|
|
gles2: pre-multiply alpha and fix blending function
|
|
|
|
|
|
|
|
|
|
Split xdg-shell into multiple files
|
|
|
|
Add support for version 2 of the xdg-output protocol
|
|
|
|
update drm cursor matrix on set_transform
|
|
Updates the projection matrix for the cursor plane in the DRM backend,
when the cursor is set, so new cursor are uploaded with the correct
transformation.
|
|
Fix alpha for src_rgba and src_rgbx
|
|
|
|
output: fix lingering hardware cursors
|
|
|
|
backend/wayland: print output name in window title
|
|
|
|
|
|
xdg-shell stable
|
|
xdg-shell-v6: split into separate files
|
|
|
|
pointer example fixes
|
|
|
|
|
|
fix check of EGL_WL_bind_wayland_display presence
|
|
|
|
Fix xdg-shell stable popups
|
|
|
|
The anchor and gravity bitfields in xdg-shell-unstable-v6 have
been changed to a plain enum whose values cannot be used as a
bitfield in xdg-shell. While it makes input validation easier, it
also makes positioner operations a pain in the ass.
|
|
|
|
xdg-output: fix logical_size
|
|
It should be the size of the output in layout coordinates. Prior to
this commit we were not applying the output transform to the size.
|
|
Add support for discrete axis values and axis source
|
|
|
|
|
|
xdg-output: redesign resource destroy
|
|
|
|
Made examples standalone
|
|
|
|
|
|
|
|
|
|
|