]> git.tdb.fi Git - libs/gui.git/history - source/graphics/image.cpp
Update .gitignore to include build products on Windows
[libs/gui.git] / source / graphics / image.cpp
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 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 RasaClear Image data before loading a new image
2021-02-07 Mikko RasaRename Image::Data::data to pixels
2015-07-13 Mikko RasaProper support for copying images
2013-10-07 Mikko RasaChange the ImageLoader API to use IO::Seekable
2013-10-05 Mikko RasaMake the image loading code more modular
2013-01-16 Mikko RasaReplace Image::load_memory with load_io
2011-08-27 Mikko RasaUse FS::extpart for checking filename extension
2011-08-27 Mikko RasaPut (most of) DevIL code in its own file
2011-08-26 Mikko RasaSeparate PNG loading to a separate file
2011-08-26 Mikko RasaConsistently label the graphics part as graphics