Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / common / imagtga.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-07-07  Vadim ZeitlinAvoid warnings about uninitialized variables in TGA...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-01-25  Dimitri SchoolwerthFixed heap corruption when reading a corrupted RLE...
2011-01-05  Dimitri SchoolwerthAllow loading 8-bit TGA images when wxUSE_PALETTE is...
2010-12-28  Dimitri SchoolwerthAdded saving support to TGA image handler.
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
2009-01-13  Francesco Montorsialways properly check if SeekI() calls succeded; this...
2007-03-30  Vadim Zeitlinadded IO errors handling to TGA reading code
2006-11-27  Vadim Zeitlinensure that image data is always freed by using wxON_BL...
2006-10-31  Václav Slavíkcompilation fix for !wxUSE_PALETTE
2006-10-29  Vadim Zeitlinadded TGA handler (somewhat modified patch 1393912)