| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-26 | Common/Image: Add unit to log message | Pokechu22 | |
| 2022-08-02 | Common::Timer: use chrono::steady_clock internally | Shawn Hoffman | |
| 2022-07-28 | SavePNG: make sure to finalize image file | Shawn Hoffman | |
| 2022-07-25 | replace libpng with libspng | Shawn Hoffman | |
| 2022-01-13 | Cast to int for enums that are not formattable | Pokechu22 | |
| 2022-01-09 | Common/Assert: Switch to fmt | Pokechu22 | |
| 2021-11-24 | Fix saving RGBA images | Pokechu22 | |
| PNG_FORMAT_RGB and PNG_COLOR_TYPE_RGB both evaluate to 2, but PNG_FORMAT_RGBA evaluates to 3 while PNG_COLOR_TYPE_RGBA evaluates to 6; the bit indicating a palette is 1 while the bit indicating alpha is 4. | |||
| 2021-11-24 | Log libpng warnings and errors | Pokechu22 | |
| 2021-11-18 | Add option for setting the PNG zlib compression level | Pokechu22 | |
| 2021-07-05 | treewide: convert GPLv2+ license info to SPDX tags | Pierre Bourdon | |
| SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel. | |||
| 2021-01-27 | rename Common/File to Common/IOFile | Shawn Hoffman | |
| 2020-12-19 | Merge pull request #9332 from leoetlino/warning-fixes | LC | |
| Core: Fix various warnings | |||
| 2020-12-20 | Common: Write PNGs in two steps to allow Unicode target paths. | Admiral H. Curtiss | |
| 2020-12-16 | Core: Remove ImageWrite and get rid of -Wmissing-declarations warnings | Léo Lam | |
| 2020-11-26 | Common: Add SavePNG() function that writes PNGs using the simplified libpng API. | Admiral H. Curtiss | |
| 2018-08-19 | Fix critital buffer overflow in LoadPNG | JosJuice | |
| 2018-08-19 | Use simplified libpng PNG reading API to avoid PNG reading bugs. | Admiral H. Curtiss | |
| 2018-05-20 | Fix compatibility with versions of libpng older than 1.5 | JosJuice | |
| 2018-05-20 | VideoCommon: Replace SOIL with libpng for hires textures | Emmanuel Gil Peyrot | |
