]> git.saurik.com Git - wxWidgets.git/history - src/common/xpmdecod.cpp
return immediately if the XPM is bad instead of spitting out thousands of error messages
[wxWidgets.git] / src / common / xpmdecod.cpp
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