Add wxVersionInfo and functions returning it for 3rd party libraries.
[wxWidgets.git] / src / common / imagjpeg.cpp
2010-11-25  Vadim ZeitlinAdd wxVersionInfo and functions returning it for 3rd...
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...
2008-11-17  Vadim Zeitlinadded the possibility to rescale the image during loadi...
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-08-01  Vadim Zeitlininherit wx_error_mgr from jpeg_error_mgr instead of...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-09-08  Vadim Zeitlinadded support for reading resolution information from...
2007-06-22  Vadim Zeitlinmake JPEG callbacks extern "C" to fix Sun CC warnings
2007-04-21  Vadim Zeitlinadded support for image resolution options to PNG handl...
2006-12-03  Michael WetherellCheck the size of the boolean type used by an external...
2006-11-29  Michael WetherellAdd a hack to allow an external jpeg library to still...
2006-11-28  Michael WetherellRename boolean to wxjpeg_boolean to avoid conflicts...
2006-11-07  Włodzimierz SkibaAdjustement to OW 1.6-rc2 state.
2006-09-04  Michael WetherellRevert the last commit since it doesn't work.
2006-09-04  Michael WetherellCompile fix for Wine.
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-05-29  Włodzimierz SkibaWarning fix.
2006-05-28  Vadim Zeitlinadded support for CMYK JPEGs loading (patch 1476078)
2006-05-24  Włodzimierz Skibawx/debug.h is always unconditionally included by wx...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-02  Vadim Zeitlindon't crash when loading images with verbose==false...
2005-11-10  Włodzimierz SkibaMacros for simplified testing Open Watcom version and...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-04  Włodzimierz SkibaSmall warning fixes.
2005-02-25  Julian SmartUse wxIMAGE_OPTION_QUALITY
2005-02-19  Vadim Zeitlinmore options for JPEG and TIFF handlers (slightly modif...
2004-10-17  Włodzimierz SkibaWarning fixes related to various cases of typecasting.
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
2004-01-30  Václav Slavíkprefix symbols with wx_ to reduce risk of collision
2003-12-11  Julian SmartApplied patch [ 856318 ] A few Wine fixes
2003-10-31  Václav Slavíkadded resolution option to JPEG handler (patch #833234)
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-06-18  Chris Elliottfix DMars compilation to use precompiled headers
2003-05-02  Chris Elliottdigital mars updated
2003-05-02  Chris Elliottfix for digitalmars header
2003-01-12  Vadim ZeitlinOpenWatcom compilation fixes (patch 665959)
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-06  Vadim Zeitlinfixes for METHODDEF definition
2002-01-10  Vadim Zeitlincompilation fix for VC++
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-12-14  Václav Slavíkdon't include windows.h unless neccessary
2001-12-08  Václav Slavíkcompilation fix for Watcom
2001-11-24  Václav Slavíkforgot to remove ;; when applying the patch
2001-11-23  Václav Slavíkfixed memory leak in imagjpeG (patch #484865)
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-22  Václav Slavíkadded wxUSE_IMAGE; added write-only wxXPMHandler
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-29  Julian SmartAdded Set/Get/HasOption members and moved palette to...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-15  Václav SlavíkJPEG handler does not read entire file into memory...
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-15  Vadim Zeitlin1. wxImageHandler::DoCanRead() introduced to solve...
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-08-18  Václav Slavíkadded wxImage::CanRead
1999-08-17  Sylvain BougnouxImprove wxImage::LoadImage so that image format in...
1999-07-24  Robert Roebling Renamed wxStream::StreamSize() to wxStream::GetSize()
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-04-17  Robert Roebling Added a bit of libJPEG 6.0b
1999-04-07  Václav Slavíkfixed bug with incorrect fileformat
1999-04-06  Vadim Zeitlinfixed compilation for gcc
1999-04-06  Julian SmartJPEG and PNG code taken out of image.cpp