Make wxRichTextRectArray usable by other parts of wxRTC
[wxWidgets.git] / src / common / imagpnm.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
2007-06-03  Vadim Zeitlinadded raw RGB support and colour normalization to PNM...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-11  Vadim Zeitlinaccept grey PNM images (patch 1285885)
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-05-22  Julian SmartApplied patch [ 1183803 ] PNM: support for ascii grey...
2004-09-16  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-05-22  Vadim Zeitlinrestore the stream position in wxImageHandler itself...
2001-04-22  Václav Slavíkadded wxUSE_IMAGE; added write-only wxXPMHandler
1999-12-15  Václav Slavíkimage handlers moved to separate headers (imagbmp.h...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-04  Robert Roebling String changes for translations,
1999-11-30  Robert Roebling Compile fix for GIF decoder,
1999-10-28  Sylvain Bougnouxconform to new wxTextInputStream >> wxString
1999-10-15  Vadim Zeitlin1. wxImageHandler::DoCanRead() introduced to solve...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-09  Guillermo Rodrigue... Ops. wxUSE_XXX and wxUSE_STREAMS are separated again :-)
1999-09-09  Guillermo Rodrigue... Added #include "wx/setup.h" (or "wx/defs.h") before...
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-08-29  Guilhem LavauxRemoved LastError() from wxFilterStream
1999-08-29  Sylvain BougnouxFixed wxBufferedInputStream support ...
1999-08-25  Guilhem LavauxAdded wxSound for Windows support (successful WAV playb...
1999-08-19  Sylvain BougnouxImplement CanRead
1999-08-18  Václav Slavíkadded wxImage::CanRead
1999-08-18  Sylvain BougnouxAdded PNM image handler