]> git.tdb.fi Git - libs/gui.git/history - source/graphics/imageloader.cpp
Update .gitignore to include build products on Windows
[libs/gui.git] / source / graphics / imageloader.cpp
2022-11-27 Mikko RasaUse lambdas for comparison functions
2022-11-27 Mikko RasaAvoid using std::list
2022-11-27 Mikko RasaUse nullptr in place of 0 or NULL
2022-11-27 Mikko RasaRemove unnecessary std:: qualifiers
2022-11-27 Mikko RasaUse default member initializers and defaulted default...
2022-11-27 Mikko RasaInclude the matching header first in .cpp files
2022-11-27 Mikko RasaStreamline iterators and loop constructs
2021-11-02 Mikko RasaAdd a function to detect image signature without creati...
2021-11-02 Mikko RasaLoad image signature directly into a string
2021-11-02 Mikko RasaUse the append function to build hex dump
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 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