]> git.tdb.fi Git - libs/gui.git/history - source/graphics/imageloader.cpp
Add some state checking to ImageLoader
[libs/gui.git] / source / graphics / imageloader.cpp
2021-02-07 Mikko RasaAdd some state checking to ImageLoader
2021-02-07 Mikko RasaRevert some changes which accidentally got included...
2021-01-31 Mikko RasaRegister image loaders more explicitly
2016-07-25 Mikko RasaImplement a loader for BMP images
2014-12-19 Mikko RasaDirty hack to pull the image loaders in when linking...
2013-10-16 Mikko RasaGuard against no image loaders being enabled
2013-10-07 Mikko RasaImplement automatic registration of image loaders
2013-10-07 Mikko RasaUse a RefPtr of correct type
2013-10-07 Mikko RasaChange the ImageLoader API to use IO::Seekable
2013-10-05 Mikko RasaMake the image loading code more modular