Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / common / image.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-01  Vadim ZeitlinOptimize wxImage::Scale() by pre-calculating the values...
2013-06-29  Vadim ZeitlinFix wxIMAGE_QUALITY_HIGH definition.
2012-12-08  Vadim ZeitlinRemove unnecessary default from a switch statement.
2012-09-13  Vadim ZeitlinDon't initialize alpha twice when loading wxImage from...
2012-07-01  Vadim ZeitlinFix the use of AutoHBITMAP in recently added LoadImageF...
2012-06-30  Vadim ZeitlinUse bitmaps from resources by default in wxGTK under...
2012-02-20  Vadim ZeitlinDon't crash in wxImage::SaveFile() if MIME type is...
2011-12-17  Dimitri SchoolwerthFixed unreferenced parameter warning.
2011-11-14  Vadim ZeitlinAdded wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-26  Vadim ZeitlinNo changes, just simplify the mask checks in wxImage...
2011-04-26  Vadim ZeitlinOptimize alpha handling in wxImage::Rotate90() too.
2011-03-15  Dimitri SchoolwerthChanged behaviour of wxImageResizeQuality parameter...
2011-03-15  Dimitri SchoolwerthChanged wxImage.ResampleBox to always use a box size...
2010-12-03  Vadim ZeitlinOptimize pixels rotation in wxImage::Rotate90().
2010-11-24  Vadim ZeitlinOptimize wxImage::Rotate90() by rotating alpha separately.
2010-11-24  Vadim ZeitlinRewind the input stream after failing to load image...
2010-11-24  Vadim ZeitlinImprove error messages from wxImage::LoadFile().
2010-11-17  Vadim ZeitlinNo real changes, just minor cleanup of wxImage code.
2010-11-17  Vadim ZeitlinDon't pass a bool to wxImage::MakeEmptyClone() which...
2010-11-16  Vadim ZeitlinNo changes, just refactor common code in wxImage clonin...
2010-11-14  Vadim ZeitlinHandle image hot spot in wxImage::Rotate180().
2010-11-14  Vadim ZeitlinAdd wxImage::Rotate180() function.
2010-11-14  Vadim ZeitlinHandle hot spots in wxImage::Rotate90().
2010-11-02  Vadim ZeitlinChanged wxImage::ConvertAlphaToMask() return type to...
2010-10-13  Vadim ZeitlinFix print format specifiers used for enum values.
2010-04-09  Vadim ZeitlinAdd wxImage::ClearAlpha().
2009-12-16  Paul Cornettpreserve type when loaded image is rescaled, #11543
2009-11-18  Vadim ZeitlinSuppress harmless g++ warnings about converting float...
2009-09-24  Julian SmartApplied part of #10034: wxImage::ConvertToDisabled()
2009-08-31  Vadim ZeitlinAvoid spurious uninitialized variable warning.
2009-08-30  Vadim ZeitlinCorrect wxImage::Size() again; add unit tests for it.
2009-08-30  Vadim ZeitlinAdd support for bilinear resize algorithm to wxImage.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
2009-03-14  Francesco Montorsiadd overloads of ctors and Create() functions taking...
2009-03-09  Vadim Zeitlinadd support for multiple extensions to wxImage handlers...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-25  Vadim Zeitlinallow specifying the mask colour in wxImage::ConvertAlp...
2009-01-09  Francesco Montorsiadd wxImage::Clear (patch by troelsk); closes #10141
2008-12-24  Robert RoeblingMark alpha a static data (not to be freed), too
2008-11-17  Vadim Zeitlinadded the possibility to rescale the image during loadi...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-08-02  Vadim Zeitlincopy both alpha and mask in Paste() (#9658)
2008-08-02  Vadim Zeitlinadd wxImage::SetType() and use it in animation decoders...
2008-06-11  Vadim Zeitlinremember the last type used for loading or saving the...
2008-06-06  Vadim Zeitlinchange longs used for bitmap types to wxBitmapType...
2008-04-17  Robert Roebling[ 1942756 ] wxImage:SaveFile() returns true instead...
2008-04-06  Vadim Zeitlincontinue with other handlers if some handler fails...
2008-02-09  Vadim Zeitlinadded alpha support to wxImage::Paste() (patch 1883497...
2007-12-22  Vadim Zeitlinfixes to wxImage::ResambleBox() (patch 1843902)
2007-11-22  Václav Slavíkuse NULL for NULL pointers, not 0
2007-10-07  Vadim Zeitlinmade Blur() methods const (bug 180914)
2007-06-20  Vadim Zeitlindon't free "static" alpha data (patch 1738966)
2007-06-18  Robin DunnCoerce to floating point to fix ResampleBicubic. See...
2007-06-13  Václav Slavíkprefer wxFFile to wxFile if both are available, for...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-04-21  Vadim Zeitlinadded support for image resolution options to PNG handl...
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...
next