removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / src / common / image.cpp
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-30  Vadim Zeitlincheck for alpha first, then mask, in BlurHorizontal...
2007-03-16  Vadim Zeitlincall GetWidth/Height() only once in Rotate() and not...
2006-10-30  Vadim Zeitlinreplaced wxCint() with wxRound() (which is exactly...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-18  Robert Roebling [ 1579793 ] numerous bug fixes when mask is used
2006-10-16  Włodzimierz Skiba[#1577388] - fix for scaling in wxImage.
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-09-30  Robert Roebling Move wxVariant support for GDI classes to their
2006-09-26  Robert Roebling [ 1565385 ] wxImage scaling fix - apply mask when...
2006-09-25  Włodzimierz SkibaWarning fixes.
2006-09-24  Vadim Zeitlin1. fixed many warnings about implicit double to int...
2006-09-24  Robert Roebling [ 1537065 ] wxImage: Higher quality scaling/sampling
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-09  Paul Cornettsome app.h cleanup: minimize includes, use static cast
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-08  Václav Slavíkfixed gcc warnings about wrong format string
2006-08-08  Václav Slavík1. made wxImage compile with wxUSE_STREAMS but without...
2006-06-17  Paul Cornettuse AllocExclusive in wxImage
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaImprovements for building minimal builds and new ports...
2006-06-07  Włodzimierz Skiba[ 1502016 ] wxImage::ConvertToGreyscale should retain...
2006-05-24  Włodzimierz Skibawx/debug.h is always unconditionally included by wx...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-30  Robert Roebling Patch 1476076 about negative wxImage size when
2006-04-21  Włodzimierz SkibaInclude wx/hash.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-16  Vadim ZeitlinHandle alpha channel in wxImage::Mirror() and GetSubIma...
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-01-26  Robert Roebling wxImage::Copy() forgot the alpha channel.
2006-01-23  Julian SmartOnly do sanity check if the stream is seekable, otherwi...
2006-01-19  Julian SmartApplied patch [ 1339764 ] Add wxImage::ConvertToGreyscale
2005-12-13  Mart RaudseppTypo fixes in comments
2005-10-26  Julian SmartDo a sanity check before reading. Otherwise, if trying...
2005-09-26  Włodzimierz SkibaWarning fixes for BCC, VC, OW and MinGW.
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-30  Julian Smartassert -> wxASSERT
2005-07-28  Vadim Zeitlinadded wxImage::RotateHue() and RGB <-> HSV conversions...
2005-05-22  Julian SmartFix to preserve alpha channel in Rotate90
2005-04-02  Vadim Zeitlinadded wxImage::IsTransparent(x, y)
2005-04-02  Vadim Zeitlinuse separate is-static flag for alpha channel and main...
2005-04-02  Vadim Zeitlinadded XYToIndex() to avoid duplicating the checks for...
2005-04-02  Robin DunnAdd static_data flag to SetData and SetAlpha so Python...
2005-03-07  Włodzimierz SkibaWarning fix.
2005-03-04  Robert Roebling Applied John L's patches for curson scaling, image...
2005-03-01  Vadim Zeitlindon't try to save invalid image: added a wxCHECK(Ok...
2005-02-28  Julian SmartAdded XPM ctor
2005-02-19  Vadim Zeitlinadded InitAlpha() (replaces patch 991168)
2005-02-19  Vadim Zeitlindocument GetOptionInt() as returning 0 for the options...
2005-02-18  Stefan Csomoralpha support for Scale added
2005-02-14  Stefan Csomoradded alpha channel support to ShrinkBy
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-01  Robert Roebling Added support for static (inlined) wxImages with
2004-11-18  Robert Roebling Added support for alpha channels in interpolated
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-10-15  Vadim Zeitlinuse wxFileSize_t instead of wxFileOffset or off_t
2004-09-16  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-08-21  Václav Slavíkremoved warning-hiding cast, previous revision removed...
2004-08-21  Václav Slavíkthreshold is pixel value, it should use unsigned char
2004-08-20  Włodzimierz SkibaWarning fix.
2004-08-16  Dimitri SchoolwerthMSVC6 return warning fix
2004-08-16  Václav Slavíkadded wxImage::ConvertAlphaToMask
2004-08-16  Václav Slavíkminor polishing of user-visible messages
2004-07-30  Vadim Zeitlinfixed delete[]/free mismatch in SetAlpha (part of patch...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-15  Dimitri Schoolwerthmade GetAlpha(x, y) const (the docs are already correct)
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-08-04  Vadim Zeitlincopy wxImage options when copying the images (replaces...
2003-07-25  Vadim Zeitlinwarning fixes (closes 767152)
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-06-25  Václav Slavíkcompilation fix for wxBase
2003-06-18  Vadim Zeitlinremoved deprecated ConvertToBitmap() and wxImage(wxBitm...
2003-06-01  Julian SmartApplied patch [ 710608 ] wxImage::GetImageExtWildcard...
2003-05-11  Vadim ZeitlinTRUE/FALSE -> true/false
2003-05-11  Vadim ZeitlinwxImage::Create() should be bool, not void
2003-05-09  Vadim Zeitlinmemory for alpha channel was over allocated by a factor...
2003-05-03  Julian SmartApplied patch [ 730686 ] wxImage::Scale speed improvements
2003-03-03  Vadim Zeitlinadded alpha channel support to wxImage
2003-03-03  Stefan Csomorsorry previous commit message was wrong, should read
2003-03-03  Stefan Csomoroverflow fix
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-14  Vadim Zeitlinfixed VC++ warning
2002-12-09  Václav Slavíkremoved XPM handler from wxImage's standard handlers...
2002-12-08  Václav Slavíkfixed Vadim's removal of XPM handler
2002-12-05  Julian SmartChecked for stream validity in wxImage::GetImageCount.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-05-22  Vadim Zeitlinrestore the stream position in wxImageHandler itself...
2002-05-22  Robert Roebling wxImage::Copy() didn't really just copy the
2002-05-18  Vadim Zeitlincheck the return code of wxStream::Read() in wxImageHan...
2002-05-03  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-04-01  Julian SmartSeparated wxImage::FloodFill from image.cpp
next