| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
JPEG and other image formats may include an EXIF orientation tag
which indicates in what orientation (rotation and mirroring)
the image should be displayed. libgdk-pixbuf does not correct for this
when loading an image, but provides a function to apply the transform
after the fact, which this commit uses.
|
|
|
|
|
|
|
| |
cairo_pattern_t and cairo_surface_t are both reference counted;
before this change, `pattern` being leaked kept alive an extra
reference to the image to which it referred, thereby leaking
the image as well.
|
|
|
|
| |
Same as https://github.com/swaywm/sway/pull/6262
|
|
|