]> git.tdb.fi Git - libs/gui.git/history - source/graphics/bmploader.cpp
Update .gitignore to include build products on Windows
[libs/gui.git] / source / graphics / bmploader.cpp
2022-11-27 Mikko RasaRemove unnecessary std:: qualifiers
2022-11-27 Mikko RasaUse default member initializers and defaulted default...
2022-11-27 Mikko RasaUse standard fixed size integer types
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
2021-01-31 Mikko RasaFix BMP loader signature check
2018-07-05 Mikko RasaFix image signature comparisons
2016-07-25 Mikko RasaImplement a loader for BMP images