Age | Commit message (Collapse) | Author |
|
ELF Visibility
|
|
|
|
x11 backend: set window title
|
|
This makes windows identifiable in the window list
|
|
|
|
|
|
|
|
This ensures we're not incorrectly casting a resource.
Fixes #628
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add atomic gamma control
|
|
|
|
Legacy gamma lut size now uses the new legacy_crtc member of
wlr_drm_crtc. This was Previously doen using old_crtc in
wlr_drm_connector, but since this refers to the crtc that was connected to
the ouput, this could give the wrong result.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
util/region: add wlr_region_expand
|
|
output: add wlr_output_transformed_resolution
|
|
|
|
|
|
Backport screenshooter fixes from the renderer redesign v1
|
|
|
|
In case wlroots is not being compiled with XWayland support, we will not
have an xwayland surface in our roots view. While we make sure to pay
attention to that in some places, we are not being consistent and try to
access the xwayland surface in other places. Obviously, this leads to a
compiler error due to the field not being present.
Fix the issue by sprinkling in a few additional ifdefs where required.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
decouples outputenable state and wl_output global
|
|
Re-add the wlr_output_update_enabled to make sure
wlr_output::events.enable is called when the output enabled state
changes.
|