Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / common / xpmdecod.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2009-12-02  Paul Cornettmake array data fully const
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
2009-01-13  Francesco Montorsialways properly check if SeekI() calls succeded; this...
2008-08-03  Vadim Zeitlincompilation fix for PCH-less build after last commit
2008-08-03  Vadim Zeitlinstore palette information from XPM in wxImage (#9763)
2007-12-28  Paul CornettFix XPM decoder for images using color (1,0,0) and...
2007-12-27  Paul Cornettspeed up XPM decoding 30-40% by not creating temporary...
2007-07-09  Vadim Zeitlinuse first unused colour for the mask instead of hardcod...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-20  Włodzimierz SkibaInclude wx/hashmap.h according to precompiled headers...
2006-05-03  Włodzimierz SkibaInclude wx/stream.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-03-09  Vadim Zeitlinuninitialized variable warning fixed (modified patch...
2006-02-13  Vadim Zeitlinfixed transparency handling broken by the last commit
2006-02-13  Vadim Zeitlinfixed several crashes in XPM parsing code
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Julian SmartApplied patch [ 1399013 ] More removals of extraneous...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2005-03-14  Włodzimierz Skiba'Dummy' warning fixes (might be used uninitialized).
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-10-17  Włodzimierz SkibaWarning fixes related to various cases of typecasting.
2004-10-09  Vadim Zeitlinuse wxStrdupA() instead of #ifdef's around strdup()
2004-10-09  Julian SmartUse _strdup under WinCE/eVC++
2004-09-24  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-11  Václav Slavíkdon't use strcpy to copy between overlapping strings...
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-01-22  Václav Slavíkfixed wrong handling of magenta (patch #882201)
2003-08-18  Vadim Zeitlinreturn immediately if the XPM is bad instead of spittin...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-15  Julian SmartAdded RTL functions missing from WinCE to wxchar.h/cpp
2003-07-15  Julian SmartAdded missing functions WinCE
2003-07-15  Václav Slavíkreverted two previous Julian's changes, they were incorrect
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartMore WinCE mods.
2003-03-29  Václav Slavíkfixed bug #708570: Request 'silver' be allowed as a...
2002-12-07  Vadim Zeitlinadded semicolons after HASH_MAP macros
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-05-22  Vadim Zeitlinrestore the stream position in wxImageHandler itself...
2002-05-18  Vadim Zeitlincheck the return code of wxStream::Read() in wxImageHan...
2002-02-11  Václav Slavíkuse wxHashMap, not wxHashTable in wxXPMDecoder
2002-02-09  Václav Slavíkfix for broken color parsing in wxXPMDecoder (thanks...
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-11-22  Vadim Zeitlinfixed memory leaks
2001-10-17  Julian SmartApplied patch sent to me for xpmdecod.cpp/VC++ compilat...
2001-10-09  Václav Slavíkfixed off by one error in wxXPMDecoder::ReadFile
2001-07-20  Vadim Zeitlinfixed crash in XPM decoder when reading non XPM files
2001-07-01  Václav Slavík1) fixed handling of 48bit colors in XPMs
2001-06-30  Vadim Zeitlinfixed xpm colour parsing bug due to case sensitive...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-17  Václav Slavíkfixed stream error handling
2001-05-21  Vadim Zeitlinfixed memory leak in colour parsing code
2001-05-18  Václav SlavíkUnicode fixes
2001-05-14  Julian SmartFixes for 16-bit compilation
2001-05-10  Václav Slavíkfixed parsing of XPM data files from demos/forty
2001-05-02  Kendall BennettFixed wxHTML code in a Watcom Win32 DLL
2001-04-30  David WebsterSuppress "Assignement in logical expression" type warni...
2001-04-28  Václav Slavíkadded wxXPMDecoder