]> git.saurik.com Git - wxWidgets.git/history - src/common/xpmdecod.cpp
restore the stream position in wxImageHandler itself instead of forcing all
[wxWidgets.git] / src / common / xpmdecod.cpp
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