summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/png.cpp
Commit message (Expand)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-46/+16
* Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. Vas Crabb2023-04-131-83/+87
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-182/+270
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-3/+3
* Low-level #include overhaul AJR2021-01-021-0/+1
* util/png: Use std::string_view internally in another function AJR2020-12-221-8/+6
* util/png: Update add_text to take std::string_view for arguments AJR2020-12-211-11/+9
* Various improvements to image file handling: Vas Crabb2020-10-081-130/+123
* Cleaned up bitmap API. Vas Crabb2020-09-271-9/+9
* recording: fix frame sync regression (nw) hap2020-06-191-3/+3
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-5/+5
* use C++ library includes (nw) firewave2020-01-221-2/+2
* Fix compilation errors with -Og Celelibi2018-12-111-1/+1
* that doesn't require an instance (nw) Vas Crabb2017-09-031-18/+18
* png: make verify_header public (nw) hap2017-09-021-15/+26
* add a not BIOS machine filter (useful in composite filters), support RGB PNG ... Vas Crabb2017-08-151-7/+19
* fix indexed transparency (nw) Vas Crabb2017-08-141-3/+3
* PNG: support greyscale with transparent pen, encode/decode text chunks as UTF... Vas Crabb2017-08-141-99/+162
* png: make it not leak memory by default, and look a but more like C++ Vas Crabb2017-08-131-431/+368
* png: support 16-bit samples Vas Crabb2017-08-131-21/+35
* PNG: fix unfiltering Vas Crabb2017-08-121-76/+71
* ui: save/restore images/info selection in right panel Vas Crabb2017-08-121-0/+2
* More PNG handling overhaul: Vas Crabb2017-08-121-115/+211
* add minimal support for reading Adam7 interlaced PNG Vas Crabb2017-08-121-360/+372
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-7/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-55/+55
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-4/+4
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-5/+5
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-31/+31
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-8/+8
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-45/+45
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1165