Nuke #pragma implementation/interface's
[wxWidgets.git] / src / common / xpmdecod.cpp
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