Age | Commit message (Collapse) | Author |
|
This moves the `struct wl_signal activity_notify` in `struct wlr_idle`
into a local `struct {} events` to keep consistency with other modules
in the library.
|
|
|
|
add wlr_output_layout_adjacent_output
|
|
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.
|
|
|
|
|
|
|
|
|