]> git.tdb.fi Git - libs/gui.git/history - source/graphics/png/pngloader.h
Update .gitignore to include build products on Windows
[libs/gui.git] / source / graphics / png / pngloader.h
2023-01-04 Mikko RasaAdd decorations for things which should be exported...
2022-11-27 Mikko RasaUse nullptr in place of 0 or NULL
2022-11-27 Mikko RasaUse default member initializers and defaulted default...
2022-11-27 Mikko RasaUse the override specifier where appropriate
2021-02-07 Mikko RasaSplit image loading into headers and pixels
2021-02-07 Mikko RasaAdd some state checking to ImageLoader
2021-01-31 Mikko RasaRegister image loaders more explicitly
2014-12-19 Mikko RasaAdd a helper class for registering image loaders
2013-10-07 Mikko RasaImplement automatic registration of image loaders
2013-10-07 Mikko RasaChange the ImageLoader API to use IO::Seekable
2013-10-05 Mikko RasaMake the image loading code more modular