2010-04-09 |
Vadim Zeitlin | Add wxImage::ClearAlpha(). |
blob | commitdiff | raw |
2009-09-24 |
Julian Smart | Applied part of #10034: wxImage::ConvertToDisabled() |
blob | commitdiff | raw | diff to current |
2009-08-30 |
Vadim Zeitlin | Add support for bilinear resize algorithm to wxImage. |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Vadim Zeitlin | include wx/arrstr.h as it's needed by wxImageHandler... |
blob | commitdiff | raw | diff to current |
2009-06-01 |
Francesco Montorsi | document that CanRead() and GetImageCount() functions... |
blob | commitdiff | raw | diff to current |
2009-03-18 |
Vadim Zeitlin | correct typo in SetAltExtensions() method (re-closes... |
blob | commitdiff | raw | diff to current |
2009-03-14 |
Francesco Montorsi | add overloads of ctors and Create() functions taking... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Vadim Zeitlin | add support for multiple extensions to wxImage handlers... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | allow specifying the mask colour in wxImage::ConvertAlp... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-09 |
Francesco Montorsi | add wxImage::Clear (patch by troelsk); closes #10141 |
blob | commitdiff | raw | diff to current |
2008-11-28 |
Francesco Montorsi | provide GetSize() getters in wxBitmap and wxImage |
blob | commitdiff | raw | diff to current |
2008-11-17 |
Vadim Zeitlin | added the possibility to rescale the image during loadi... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-09-18 |
Stefan Csomor | fixing deprecated constructors for osx |
blob | commitdiff | raw | diff to current |
2008-08-30 |
Stefan Neis | Workaround for bug in gcc-3.1 through gcc-3.3 in handli... |
blob | commitdiff | raw | diff to current |
2008-08-02 |
Vadim Zeitlin | add wxImage::SetType() and use it in animation decoders... |
blob | commitdiff | raw | diff to current |
2008-06-26 |
Vadim Zeitlin | fix the wrong #ifdef WXWIN_COMPATIBILITY_2_8 checks... |
blob | commitdiff | raw | diff to current |
2008-06-25 |
Vadim Zeitlin | more wxBitmapType-related backward compatibility fixes |
blob | commitdiff | raw | diff to current |
2008-06-24 |
Vadim Zeitlin | provide deprectaed LoadFile() and FindHandler() overloa... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Vadim Zeitlin | remember the last type used for loading or saving the... |
blob | commitdiff | raw | diff to current |
2008-06-06 |
Vadim Zeitlin | change longs used for bitmap types to wxBitmapType... |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2007-10-07 |
Vadim Zeitlin | made Blur() methods const (bug 180914) |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-04-21 |
Vadim Zeitlin | added support for image resolution options to PNG handl... |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Vadim Zeitlin | COW cleanup patch (1583966): |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Paul Cornett | fix for Borland 5.5 |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Vadim Zeitlin | added TGA handler (somewhat modified patch 1393912) |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Paul Cornett | Move some things to wxBitmapBase to avoid much duplication. |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Robert Roebling | Move wxVariant support for GDI classes to their |
blob | commitdiff | raw | diff to current |
2006-09-24 |
Robert Roebling | [ 1537065 ] wxImage: Higher quality scaling/sampling |
blob | commitdiff | raw | diff to current |
2006-07-03 |
Włodzimierz Skiba | Include wx/image.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-17 |
Paul Cornett | use AllocExclusive in wxImage |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Vadim Zeitlin | great copy ctor/assignment operators cleanup by Paul... |
blob | commitdiff | raw | diff to current |
2006-01-19 |
Julian Smart | Applied patch [ 1339764 ] Add wxImage::ConvertToGreyscale |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Reverted semicolons patch |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Applied patch [ 1399013 ] More removals of extraneous... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | removed wxABI_VERSION checks |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Vadim Zeitlin | added wxImage::RotateHue() and RGB <-> HSV conversions... |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Vadim Zeitlin | added wxImage::IsTransparent(x, y) |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Vadim Zeitlin | added XYToIndex() to avoid duplicating the checks for... |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Robin Dunn | Add static_data flag to SetData and SetAlpha so Python... |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Włodzimierz Skiba | Use defs.h (and automatically setup.h and chkconf.h... |
blob | commitdiff | raw | diff to current |
2005-03-04 |
Robert Roebling | Applied John L's patches for curson scaling, image... |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Julian Smart | Added XPM ctor |
blob | commitdiff | raw | diff to current |
2005-02-25 |
Julian Smart | Added wxIMAGE_OPTION_QUALITY |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Vadim Zeitlin | added InitAlpha() (replaces patch 991168) |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Vadim Zeitlin | more options for JPEG and TIFF handlers (slightly modif... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Włodzimierz Skiba | Warning fixes for MinGW. |
blob | commitdiff | raw | diff to current |
2004-12-01 |
Robert Roebling | Added support for static (inlined) wxImages with |
blob | commitdiff | raw | diff to current |
2004-11-18 |
Robert Roebling | Added support for alpha channels in interpolated |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Włodzimierz Skiba | Warning fixes for OpenWatcom. |
blob | commitdiff | raw | diff to current |
2004-09-16 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxDefaultCoord... |
blob | commitdiff | raw | diff to current |
2004-08-21 |
Václav Slavík | threshold is pixel value, it should use unsigned char |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Václav Slavík | added wxImage::ConvertAlphaToMask |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Václav Slavík | include bitmap.h not needed anymore |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Dimitri Schoolwerth | made GetAlpha(x, y) const (the docs are already correct) |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Applied patch [ 761138 ] Replaces references to wxT... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Vadim Zeitlin | removed deprecated ConvertToBitmap() and wxImage(wxBitm... |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Julian Smart | Applied patch [ 710608 ] wxImage::GetImageExtWildcard... |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Vadim Zeitlin | wxImage::Create() should be bool, not void |
blob | commitdiff | raw | diff to current |
2003-05-03 |
Julian Smart | Applied patch [ 730686 ] wxImage::Scale speed improvements |
blob | commitdiff | raw | diff to current |
2003-04-12 |
Vadim Zeitlin | Unixware compilation fix (#undef index) |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Robin Dunn | wxImageHistogram needs WXDLLEXPORT |
blob | commitdiff | raw | diff to current |
2003-03-03 |
Vadim Zeitlin | added alpha channel support to wxImage |
blob | commitdiff | raw | diff to current |
2003-03-03 |
Stefan Csomor | added shrink procedure with proper color averaging |
blob | commitdiff | raw | diff to current |
2003-02-10 |
Mattia Barbon | Remove unnecessary header dependencies. Fix resulting... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Václav Slavík | mark wxImage's wxBitmap functions as deprecated |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Vadim Zeitlin | added semicolons after HASH_MAP macros |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Vadim Zeitlin | ixed compilation for wxUSE_STREAMS == 0 |
blob | commitdiff | raw | diff to current |
2002-05-22 |
Vadim Zeitlin | restore the stream position in wxImageHandler itself... |
blob | commitdiff | raw | diff to current |
2002-05-07 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Václav Slavík | cleaning up the mess created by the FloodFill patch |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Julian Smart | Applied FloodFill patch |
blob | commitdiff | raw | diff to current |
2002-03-25 |
Václav Slavík | surround deprecated wxImage methods in WXWIN_COMPATIBIL... |
blob | commitdiff | raw | diff to current |
2002-03-17 |
Václav Slavík | Chris' wxImage::SaveFile(filename_only) patch |
blob | commitdiff | raw | diff to current |
2002-02-16 |
Václav Slavík | A couple of changes to wxImage: |
blob | commitdiff | raw | diff to current |
2002-02-08 |
Václav Slavík | make more wxImage methods const |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Václav Slavík | changed wxImage::ComputeHistogram to use wxHashMap |
blob | commitdiff | raw | diff to current |
2002-01-15 |
Robert Roebling | Added IFF handler. |
blob | commitdiff | raw | diff to current |
2002-01-03 |
Václav Slavík | made wxImageHander's default values consistent with... |
blob | commitdiff | raw | diff to current |
2002-01-02 |
Václav Slavík | fixing effects of my lack of English skills: GetImagesC... |
blob | commitdiff | raw | diff to current |
2002-01-01 |
Václav Slavík | support for multiple images in one file |
blob | commitdiff | raw | diff to current |
2001-12-30 |
Vadim Zeitlin | compilation fixes for !wxUSE_STREAMS |
blob | commitdiff | raw | diff to current |
2001-11-20 |
Václav Slavík | fine-tuned API from the ICO patch |
blob | commitdiff | raw | diff to current |
2001-11-18 |
Robert Roebling | Applied Chris' patch for support for ICO loading. |
blob | commitdiff | raw | diff to current |
2001-09-30 |
Vadim Zeitlin | added wxUSE_PALETTE and fixed compilation with it set... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Václav Slavík | removed wxImage::operator wxBitmap() |
blob | commitdiff | raw | diff to current |
2001-04-22 |
Václav Slavík | added wxUSE_IMAGE; added write-only wxXPMHandler |
blob | commitdiff | raw | diff to current |
2001-04-06 |
Václav Slavík | wxImage::ConvertToMono wasn't const - fixed |
blob | commitdiff | raw | diff to current |
next |