Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update Connector-CRTC bindings after resume in DRM backend
|
|
|
|
and always use it when matching CRTCs with connectors.
Fix deactivated monitors check.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Render fixups
|
|
|
|
|
|
|
|
|
|
|
|
Now wlr_backend->outputs is a list of wlr_wl_backend_output instead of
wlr_output.
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
|
|
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
|
|
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
|
|
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
|
|
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
|
|
|
|
[WIP] Fix client cursors
|
|
In pointer.c, some axis event was emitted even if the event pointer did not have
current axis.
In X11 backend pointer scroll events seem to be composed of both BUTTON_PRESS
and BUTTON_RELEASE. Therefore we should skip one of them (RELEASE) to avoid
event duplication.
|
|
|
|
|
|
|
|
|
|
Add GL/EGL extension loader generator
|
|
x11-backend: axis events
|
|
|
|
|
|
|
|
|
|
Use xkb_state_update_mask() with Wayland backend
|
|
Fix #158
|
|
|
|
Fix #188
|