aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* meson/pkgbuild: bump version to 1.0.0Daniel Eklöf2020-11-132-2/+2
|
* main: use wl_output_release() instead of wl_output_destroy()Daniel Eklöf2020-11-131-1/+1
|
* shm: don’t cache buffersDaniel Eklöf2020-10-063-82/+17
| | | | | | | | wbg typically only renders a buffer once. If we *do* need to re-render, it’s because something changed: the scaling factor, or a new monitor came online etc. Thus, there’s no point in caching buffers; it just uses up memory.
* main: open file once, in main, and log an error when we failDaniel Eklöf2020-10-015-22/+26
|
* jpg: fix overly large allocation of the image backing bufferDaniel Eklöf2020-10-011-1/+1
|
* pixman: use ‘best’ filter when scaling imageDaniel Eklöf2020-10-011-0/+1
|
* pkgbuild: initial commitDaniel Eklöf2020-09-271-0/+24
|
* main: use fprintf() for usage errorsDaniel Eklöf2020-09-271-2/+3
|
* readme: mention -Dpng=disabled|enabled and -Djpeg=disabled|enabledDaniel Eklöf2020-09-271-0/+4
|
* readme: initial readmeDaniel Eklöf2020-09-271-0/+38
|
* dbg: disable debug logging by defaultDaniel Eklöf2020-09-272-2/+2
|
* make both libpng and libjpeg optionalDaniel Eklöf2020-09-203-7/+47
|
* jpeg: initial support for JPEG images, using libjpegDaniel Eklöf2020-09-204-2/+131
|
* main: render: use scaled width/height when compositing imageDaniel Eklöf2020-09-201-3/+5
|
* png: disable alphaDaniel Eklöf2020-09-201-4/+4
| | | | We’re displaying a background; there’s nothing behind it...
* license: fix yearDaniel Eklöf2020-08-011-1/+1
|
* Initial commitDaniel Eklöf2020-08-0113-0/+1472
Can display a single PNG image scaled-to-fit on all outputs.