]> git.tdb.fi Git - libs/gui.git/history - source/graphics/devil/devilloader.cpp
Update .gitignore to include build products on Windows
[libs/gui.git] / source / graphics / devil / devilloader.cpp
2022-11-27 Mikko RasaRemove unnecessary std:: qualifiers
2022-11-27 Mikko RasaInclude the matching header first in .cpp files
2021-02-07 Mikko RasaMake it possible to load an image into an externally...
2021-02-07 Mikko RasaSplit image loading into headers and pixels
2021-02-07 Mikko RasaAdd some state checking to ImageLoader
2021-02-07 Mikko RasaRename Image::Data::data to pixels
2014-12-19 Mikko RasaAdd a helper class for registering image loaders
2013-10-10 Mikko RasaAllow images to have padding between rows
2013-10-07 Mikko RasaDetect loading errors from DevIL
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