Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meson/pkgbuild: bump version to 1.0.0 | Daniel Eklöf | 2020-11-13 | 2 | -2/+2 |
| | |||||
* | main: use wl_output_release() instead of wl_output_destroy() | Daniel Eklöf | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | shm: don’t cache buffers | Daniel Eklöf | 2020-10-06 | 3 | -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 fail | Daniel Eklöf | 2020-10-01 | 5 | -22/+26 |
| | |||||
* | jpg: fix overly large allocation of the image backing buffer | Daniel Eklöf | 2020-10-01 | 1 | -1/+1 |
| | |||||
* | pixman: use ‘best’ filter when scaling image | Daniel Eklöf | 2020-10-01 | 1 | -0/+1 |
| | |||||
* | pkgbuild: initial commit | Daniel Eklöf | 2020-09-27 | 1 | -0/+24 |
| | |||||
* | main: use fprintf() for usage errors | Daniel Eklöf | 2020-09-27 | 1 | -2/+3 |
| | |||||
* | readme: mention -Dpng=disabled|enabled and -Djpeg=disabled|enabled | Daniel Eklöf | 2020-09-27 | 1 | -0/+4 |
| | |||||
* | readme: initial readme | Daniel Eklöf | 2020-09-27 | 1 | -0/+38 |
| | |||||
* | dbg: disable debug logging by default | Daniel Eklöf | 2020-09-27 | 2 | -2/+2 |
| | |||||
* | make both libpng and libjpeg optional | Daniel Eklöf | 2020-09-20 | 3 | -7/+47 |
| | |||||
* | jpeg: initial support for JPEG images, using libjpeg | Daniel Eklöf | 2020-09-20 | 4 | -2/+131 |
| | |||||
* | main: render: use scaled width/height when compositing image | Daniel Eklöf | 2020-09-20 | 1 | -3/+5 |
| | |||||
* | png: disable alpha | Daniel Eklöf | 2020-09-20 | 1 | -4/+4 |
| | | | | We’re displaying a background; there’s nothing behind it... | ||||
* | license: fix year | Daniel Eklöf | 2020-08-01 | 1 | -1/+1 |
| | |||||
* | Initial commit | Daniel Eklöf | 2020-08-01 | 13 | -0/+1472 |
Can display a single PNG image scaled-to-fit on all outputs. |