Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fix a bunch of mistakes detected with scan-build
|
|
|
|
|
|
|
|
|
|
|
|
Remove VLA from session.h
|
|
VLAs are optional C11 features and not supported by C++.
|
|
|
|
|
|
There was an issue where it would only work within the boundaries of the
unscaled resolution.
|
|
We now use doubles until the last minute, which makes it so we can move
the pointer more precisely. This also includes a fix for tablet tools,
which move absolutely and sometimes do not update the X or Y axis.
|
|
|
|
|
|
Some space sneaked in. tabtabtab.
|
|
The wlr_list -> wl_list rework changed 'wlr_devices' to
wl_list, but missed its use on destroy.
|
|
wlr_drm_connector were being freed without removing them
from the drm->outputs list, segfaulting on destroy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update Connector-CRTC bindings after resume in DRM backend
|
|
|
|
and always use it when matching CRTCs with connectors.
Fix deactivated monitors check.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Render fixups
|
|
|
|
|
|
|
|
|