Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg.h according to precompiled headers...
[wxWidgets.git] / src / common / image.cpp
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
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íkprevious change to wxImage was wrong, it didn't account...
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-02-05  Vadim Zeitlinfixed compilation without wxUSE_STREAMS
2002-01-02  Václav Slavíkfixing effects of my lack of English skills: GetImagesC...
2002-01-01  Václav Slavíksupport for multiple images in one file
2001-11-20  Václav Slavíkfine-tuned API from the ICO patch
2001-11-18  Robert Roebling Applied Chris' patch for support for ICO loading.
2001-09-30  Vadim Zeitlinadded wxUSE_PALETTE and fixed compilation with it set...
2001-08-18  Robert Roebling The Scale() code in the 2.3 tree turned out to
2001-07-01  Václav Slavíkadded #ifdef wxUSE_XPM around XPM handler initialization
2001-06-15  Vadim Zeitlinrestored (and slightly improved) wxImage::Scale() fix
2001-06-14  Kendall BennettReverted wxFileSystem changes to image.cpp and dib.cpp
2001-06-14  Vadim Zeitlinfixed indentation and warnings/bugs
2001-06-12  Kendall BennettCommited latest SciTech changes into CVS. This includes...
2001-06-11  Robert Roebling Applied wxImage::Scale() patch,
2001-05-08  Václav Slavíkswitched to new XPM code in wxMSW
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
next