Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wbg: use getopt() for option parsing, add help and version options | Daniel Eklöf | 2024-08-02 | 1 | -0/+1 |
| | |||||
* | meson: fix summary when svg support is disabled | Sertonix | 2024-07-28 | 1 | -1/+1 |
| | |||||
* | meson/nanosvg: add support for linking against system's nanosvg | Daniel Eklöf | 2024-07-18 | 1 | -7/+18 |
| | | | | | | | | | | | | | | | | | Nanosvg upstream is header only, and does not support/provide a library, neither shared nor static. However, most distributions still provide a nanosvg package with either a static library, or shared. Arch does the latter. So, let's support building against a system provided nanosvg library. The default is still to use bundled version, but this can be changed with -Dsystem-nanosvg=enabled when configuring the build tree. | ||||
* | jxl: add initial support for JPEG XL using libjxl | Leonardo Hernández Hernández | 2024-06-12 | 1 | -2/+16 |
| | |||||
* | meson/pkgbuild: bump version to 1.2.0 | Daniel Eklöf | 2024-04-17 | 1 | -1/+1 |
| | |||||
* | svg: initial support for SVG images, using nanosvg | Leonardo Hernández Hernández | 2023-12-15 | 1 | -2/+17 |
| | |||||
* | meson/pkgbuild: bump version to 1.1.0 | Daniel Eklöf | 2022-10-24 | 1 | -1/+1 |
| | |||||
* | webp: intial support for WebP images, using libwebp | Leonardo Hernández Hernández | 2022-10-04 | 1 | -2/+10 |
| | |||||
* | meson: stop using deprecated functions, require meson >= 0.58 | Daniel Eklöf | 2022-02-27 | 1 | -4/+4 |
| | | | | | * get_pkgconfig_variable() -> get_variable() * meson.build_root() -> meson.global_build_root() | ||||
* | meson: generate-version: use CURRENT_SOURCE_DIR instead of SOURCE_ROOT | Daniel Eklöf | 2021-12-21 | 1 | -1/+1 |
| | |||||
* | meson: run generate_version.sh in a C locale | Daniel Eklöf | 2021-08-25 | 1 | -1/+2 |
| | | | | | | | | Previously, only the date command inside the script was run with LC_TIME=C. But there’s no reason to be that conservative; we absolutely do not want _anything_ in that script to generate locale dependent output. | ||||
* | meson: version.sh: SOURCE_DIR is not valid in custom_targets() | Daniel Eklöf | 2021-05-04 | 1 | -1/+1 |
| | |||||
* | meson/pkgbuild: bump version to 1.0.1 | Daniel Eklöf | 2020-11-17 | 1 | -1/+1 |
| | |||||
* | meson/pkgbuild: bump version to 1.0.0 | Daniel Eklöf | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | make both libpng and libjpeg optional | Daniel Eklöf | 2020-09-20 | 1 | -4/+30 |
| | |||||
* | jpeg: initial support for JPEG images, using libjpeg | Daniel Eklöf | 2020-09-20 | 1 | -1/+3 |
| | |||||
* | Initial commit | Daniel Eklöf | 2020-08-01 | 1 | -0/+98 |
Can display a single PNG image scaled-to-fit on all outputs. |