put GetEscapeId() inside #if wxABI_VERSION > 20601
[wxWidgets.git] / include / wx / image.h
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...
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-12-30  Vadim Zeitlincompilation fixes for !wxUSE_STREAMS
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-05-16  Václav Slavíkremoved wxImage::operator wxBitmap()
2001-04-22  Václav Slavíkadded wxUSE_IMAGE; added write-only wxXPMHandler
2001-04-06  Václav SlavíkwxImage::ConvertToMono wasn't const - fixed
2001-04-04  Václav SlavíkI moved platform specific code from wxImage to wxBitmap
2000-07-29  Julian SmartAdded Set/Get/HasOption members and moved palette to...
2000-07-28  Julian SmartAdded wxQuantize, wxSplashScreen, wxEffects & added...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-06  Julian SmartAdded rotation to wxImage
2000-01-12  Robert Roebling Chnages to mono-bitmap code.
1999-12-27  Robert Roebling Added mono bitmap to image conversion.
1999-12-23  Jouk Jansen Committing in .
1999-12-17  Václav Slavíkfixed problem with image handlers in two headers (and...
1999-12-17  David Webstercleaning up image mess for os/2
1999-12-16  Vadim Zeitlinchanged wxImage::Rescale() to return wxImage& and not...
1999-12-16  Vadim Zeitlincompilation fix after incorrectly resolved conflict
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-16  Guillermo Rodrigue... Changed stopat to stopafter in CountColours
1999-12-15  Václav Slavíkimage handlers moved to separate headers (imagbmp.h...
1999-12-15  Guillermo Rodrigue... Added CountColours()
1999-12-15  Guillermo Rodrigue... Added ComputeHistogram
1999-11-30  Robert Roebling Compile fix for GIF decoder,
1999-11-28  Robert Roebling TIFF code 1.
1999-10-19  Julian SmartFixed wxSlider95 bug; updated .dsp files; added Set...
1999-10-18  Sylvain BougnouxAdd wxImage::CanRead, wasn't in 1.59 ?
1999-10-15  Vadim Zeitlincompilation fix
1999-10-15  Vadim Zeitlin1. wxImageHandler::DoCanRead() introduced to solve...
1999-10-09  Robin DunnAdded WXDLLEXPORT for wxInitAllImageHandlers
1999-09-20  Sylvain Bougnouxchange wxImage::InitAllHandlers to wxInitAllImageHandle...
1999-09-20  Sylvain BougnouxAdd wxImage::InitAllHandlers()
1999-09-09  Guillermo Rodrigue... *** empty log message ***
1999-09-09  David WebsterLatest OS/2 compiler bug fixes for common and generic
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-09-05  Guilhem LavauxUpdated wxSocket documentation
1999-08-27  Guillermo Rodrigue... Added PCX Handler
1999-08-18  Václav Slavíkadded wxImage::CanRead
1999-08-18  Sylvain BougnouxAdded wxImage wxImage::GetSubImage(cont wxRect&) const
1999-08-17  Sylvain BougnouxImprove wxImage::LoadImage so that image format in...
1999-07-07  Vadim Zeitlincompilation fixes for wxGTK
1999-07-05  Vadim Zeitlinmade wxImage::Scale() const to not confuse people any...
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-04-17  Robert Roebling Added a bit of libJPEG 6.0b
1999-04-11  Václav SlavíkMIME support
1999-02-04  Unknown (UG)#ifdef wxUSE_LIBJPEG changed to #if wxUSELIBJPEG
1999-01-27  Václav Slavíkadded wxJPEGHandler
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-22  Julian SmartMade wxGTK dcps.cpp generic.
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
next