Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / common / imaggif.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-27  Dimitri SchoolwerthFixed saving GIFs on big-endian architectures.
2011-01-28  Dimitri SchoolwerthAllow writing a comment to each GIF frame.
2011-01-28  Dimitri SchoolwerthAdded support for writing a long comment to a GIF image.
2011-01-28  Dimitri SchoolwerthChanged the procedure for writing a comment to a GIF...
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-19  Dimitri SchoolwerthAdded GIF and animated GIF saving support.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
2009-04-05  Vadim Zeitlinimplement GetImageCount() for GIF handler (closes ...
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
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-05-22  Vadim Zeitlinrestore the stream position in wxImageHandler itself...
2002-03-15  Václav Slavíkapplied patch for seeking in GIF images
2001-04-22  Václav Slavíkadded wxUSE_IMAGE; added write-only wxXPMHandler
2000-03-13  Václav Slavíkreplaced 'wxPCX/GIFHandler:' by 'PCX/GIF:' in error...
2000-02-29  Guillermo Rodrigue... moved Destroy() to the beginning
2000-02-17  Guillermo Rodrigue... Now wxGIFDecoder always tries to read to the end of...
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-10  Guillermo Rodrigue... source clean-up
1999-12-04  Robert Roebling Two missing #includes in image code.
1999-12-04  Robert Roebling String changes for translations,
1999-11-30  Robert Roebling Compile fix for GIF decoder,
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
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-09-05  Guilhem LavauxUpdated wxSocket documentation
1999-08-29  Guillermo Rodrigue... Added error messages when (verbose == TRUE) to know...
1999-08-27  Guillermo Rodrigue... small change (honour 'verbose' parameter in LoadFile)
1999-08-24  Guillermo Rodrigue... Fixed CanRead(), which incorrectly forced version 89a...
1999-08-18  Václav Slavíkadded wxImage::CanRead
1999-08-18  Julian SmartAdded gifdecod.cpp
1999-08-17  Sylvain BougnouxImprove wxImage::LoadImage so that image format in...
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-04-14  Ove KaavenIf you look at the conversion and character set code...
1999-04-13  Václav Slavíkfixed transparency
1999-04-13  Ove KaavenSomeone must have committed some ASCII string literals...
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-04-12  Václav Slavík...
1999-04-11  Václav Slavíkdirect stream use
1999-04-07  Julian SmartAdded imaggif.h, imaggif.cpp (wxImage GIF-reading suppo...