Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / image.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-06-29  Vadim ZeitlinFix wxIMAGE_QUALITY_HIGH definition.
2011-11-14  Vadim ZeitlinReplace wxT() with wxS() in image options definitions.
2011-11-14  Vadim ZeitlinAdded wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage...
2011-03-15  Dimitri SchoolwerthChanged behaviour of wxImageResizeQuality parameter...
2011-02-19  Vadim ZeitlinMove "static" keyword out from wxDEPRECATED() macros...
2010-11-16  Vadim ZeitlinNo changes, just refactor common code in wxImage clonin...
2010-11-14  Vadim ZeitlinAdd wxImage::Rotate180() function.
2010-11-02  Vadim ZeitlinChanged wxImage::ConvertAlphaToMask() return type to...
2010-04-09  Vadim ZeitlinAdd wxImage::ClearAlpha().
2009-09-24  Julian SmartApplied part of #10034: wxImage::ConvertToDisabled()
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-19  Vadim Zeitlininclude wx/arrstr.h as it's needed by wxImageHandler...
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
2009-03-18  Vadim Zeitlincorrect typo in SetAltExtensions() method (re-closes...
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-01-25  Vadim Zeitlinallow specifying the mask colour in wxImage::ConvertAlp...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-09  Francesco Montorsiadd wxImage::Clear (patch by troelsk); closes #10141
2008-11-28  Francesco Montorsiprovide GetSize() getters in wxBitmap and wxImage
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-09-18  Stefan Csomorfixing deprecated constructors for osx
2008-08-30  Stefan NeisWorkaround for bug in gcc-3.1 through gcc-3.3 in handli...
2008-08-02  Vadim Zeitlinadd wxImage::SetType() and use it in animation decoders...
2008-06-26  Vadim Zeitlinfix the wrong #ifdef WXWIN_COMPATIBILITY_2_8 checks...
2008-06-25  Vadim Zeitlinmore wxBitmapType-related backward compatibility fixes
2008-06-24  Vadim Zeitlinprovide deprectaed LoadFile() and FindHandler() overloa...
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-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-10-07  Vadim Zeitlinmade Blur() methods const (bug 180914)
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-04-21  Vadim Zeitlinadded support for image resolution options to PNG handl...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-29  Paul Cornettfix for Borland 5.5
2006-10-29  Vadim Zeitlinadded TGA handler (somewhat modified patch 1393912)
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-24  Robert Roebling [ 1537065 ] wxImage: Higher quality scaling/sampling
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-17  Paul Cornettuse AllocExclusive in wxImage
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-01-19  Julian SmartApplied patch [ 1339764 ] Add wxImage::ConvertToGreyscale
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Julian SmartApplied patch [ 1399013 ] More removals of extraneous...
2005-09-25  Vadim Zeitlinremoved wxABI_VERSION checks
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-28  Vadim Zeitlinadded wxImage::RotateHue() and RGB <-> HSV conversions...
2005-04-02  Vadim Zeitlinadded wxImage::IsTransparent(x, y)
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-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-03-04  Robert Roebling Applied John L's patches for curson scaling, image...
2005-02-28  Julian SmartAdded XPM ctor
2005-02-25  Julian SmartAdded wxIMAGE_OPTION_QUALITY
2005-02-19  Vadim Zeitlinadded InitAlpha() (replaces patch 991168)
2005-02-19  Vadim Zeitlinmore options for JPEG and TIFF handlers (slightly modif...
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
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-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-09-16  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-08-21  Václav Slavíkthreshold is pixel value, it should use unsigned char
2004-08-16  Václav Slavíkadded wxImage::ConvertAlphaToMask
2004-06-23  Václav Slavíkinclude bitmap.h not needed anymore
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-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-06-18  Vadim Zeitlinremoved deprecated ConvertToBitmap() and wxImage(wxBitm...
2003-06-01  Julian SmartApplied patch [ 710608 ] wxImage::GetImageExtWildcard...
2003-05-11  Vadim ZeitlinwxImage::Create() should be bool, not void
2003-05-03  Julian SmartApplied patch [ 730686 ] wxImage::Scale speed improvements
2003-04-12  Vadim ZeitlinUnixware compilation fix (#undef index)
2003-03-26  Robin DunnwxImageHistogram needs WXDLLEXPORT
2003-03-03  Vadim Zeitlinadded alpha channel support to wxImage
2003-03-03  Stefan Csomoradded shrink procedure with proper color averaging
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-01-02  Václav Slavíkmark wxImage's wxBitmap functions as deprecated
2002-12-07  Vadim Zeitlinadded semicolons after HASH_MAP macros
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-05-23  Vadim Zeitlinixed compilation for wxUSE_STREAMS == 0
2002-05-22  Vadim Zeitlinrestore the stream position in wxImageHandler itself...
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-04-07  Václav Slavíkcleaning up the mess created by the FloodFill patch
2002-04-01  Julian SmartApplied FloodFill patch
2002-03-25  Václav Slavíksurround deprecated wxImage methods in WXWIN_COMPATIBIL...
2002-03-17  Václav SlavíkChris' wxImage::SaveFile(filename_only) patch
2002-02-16  Václav SlavíkA couple of changes to wxImage:
2002-02-08  Václav Slavíkmake more wxImage methods const
2002-02-07  Václav Slavíkchanged wxImage::ComputeHistogram to use wxHashMap
2002-01-15  Robert Roebling Added IFF handler.
2002-01-03  Václav Slavíkmade wxImageHander's default values consistent with...
next