2012-12-08 |
Vadim Zeitlin | Remove unnecessary default from a switch statement. |
blob | commitdiff | raw |
2012-09-13 |
Vadim Zeitlin | Don't initialize alpha twice when loading wxImage from... |
blob | commitdiff | raw | diff to current |
2012-07-01 |
Vadim Zeitlin | Fix the use of AutoHBITMAP in recently added LoadImageF... |
blob | commitdiff | raw | diff to current |
2012-06-30 |
Vadim Zeitlin | Use bitmaps from resources by default in wxGTK under... |
blob | commitdiff | raw | diff to current |
2012-02-20 |
Vadim Zeitlin | Don't crash in wxImage::SaveFile() if MIME type is... |
blob | commitdiff | raw | diff to current |
2011-12-17 |
Dimitri Schoolwerth | Fixed unreferenced parameter warning. |
blob | commitdiff | raw | diff to current |
2011-11-14 |
Vadim Zeitlin | Added wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw | diff to current |
2011-04-26 |
Vadim Zeitlin | No changes, just simplify the mask checks in wxImage... |
blob | commitdiff | raw | diff to current |
2011-04-26 |
Vadim Zeitlin | Optimize alpha handling in wxImage::Rotate90() too. |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Dimitri Schoolwerth | Changed behaviour of wxImageResizeQuality parameter... |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Dimitri Schoolwerth | Changed wxImage.ResampleBox to always use a box size... |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Vadim Zeitlin | Optimize pixels rotation in wxImage::Rotate90(). |
blob | commitdiff | raw | diff to current |
2010-11-24 |
Vadim Zeitlin | Optimize wxImage::Rotate90() by rotating alpha separately. |
blob | commitdiff | raw | diff to current |
2010-11-24 |
Vadim Zeitlin | Rewind the input stream after failing to load image... |
blob | commitdiff | raw | diff to current |
2010-11-24 |
Vadim Zeitlin | Improve error messages from wxImage::LoadFile(). |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Vadim Zeitlin | No real changes, just minor cleanup of wxImage code. |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Vadim Zeitlin | Don't pass a bool to wxImage::MakeEmptyClone() which... |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Vadim Zeitlin | No changes, just refactor common code in wxImage clonin... |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Vadim Zeitlin | Handle image hot spot in wxImage::Rotate180(). |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Vadim Zeitlin | Add wxImage::Rotate180() function. |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Vadim Zeitlin | Handle hot spots in wxImage::Rotate90(). |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Vadim Zeitlin | Changed wxImage::ConvertAlphaToMask() return type to... |
blob | commitdiff | raw | diff to current |
2010-10-13 |
Vadim Zeitlin | Fix print format specifiers used for enum values. |
blob | commitdiff | raw | diff to current |
2010-04-09 |
Vadim Zeitlin | Add wxImage::ClearAlpha(). |
blob | commitdiff | raw | diff to current |
2009-12-16 |
Paul Cornett | preserve type when loaded image is rescaled, #11543 |
blob | commitdiff | raw | diff to current |
2009-11-18 |
Vadim Zeitlin | Suppress harmless g++ warnings about converting float... |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Julian Smart | Applied part of #10034: wxImage::ConvertToDisabled() |
blob | commitdiff | raw | diff to current |
2009-08-31 |
Vadim Zeitlin | Avoid spurious uninitialized variable warning. |
blob | commitdiff | raw | diff to current |
2009-08-30 |
Vadim Zeitlin | Correct wxImage::Size() again; add unit tests for it. |
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-01 |
Francesco Montorsi | document that CanRead() and GetImageCount() functions... |
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-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
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-09 |
Francesco Montorsi | add wxImage::Clear (patch by troelsk); closes #10141 |
blob | commitdiff | raw | diff to current |
2008-12-24 |
Robert Roebling | Mark alpha a static data (not to be freed), too |
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-08-02 |
Vadim Zeitlin | copy both alpha and mask in Paste() (#9658) |
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-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-04-17 |
Robert Roebling | [ 1942756 ] wxImage:SaveFile() returns true instead... |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Vadim Zeitlin | continue with other handlers if some handler fails... |
blob | commitdiff | raw | diff to current |
2008-02-09 |
Vadim Zeitlin | added alpha support to wxImage::Paste() (patch 1883497... |
blob | commitdiff | raw | diff to current |
2007-12-22 |
Vadim Zeitlin | fixes to wxImage::ResambleBox() (patch 1843902) |
blob | commitdiff | raw | diff to current |
2007-11-22 |
Václav Slavík | use NULL for NULL pointers, not 0 |
blob | commitdiff | raw | diff to current |
2007-10-07 |
Vadim Zeitlin | made Blur() methods const (bug 180914) |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Vadim Zeitlin | don't free "static" alpha data (patch 1738966) |
blob | commitdiff | raw | diff to current |
2007-06-18 |
Robin Dunn | Coerce to floating point to fix ResampleBicubic. See... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Václav Slavík | prefer wxFFile to wxFile if both are available, for... |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Václav Slavík | don't use implicit wxString->char*/wchar_t* conversion... |
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 |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Vadim Zeitlin | check for alpha first, then mask, in BlurHorizontal... |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Vadim Zeitlin | call GetWidth/Height() only once in Rotate() and not... |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Vadim Zeitlin | replaced wxCint() with wxRound() (which is exactly... |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Vadim Zeitlin | COW cleanup patch (1583966): |
blob | commitdiff | raw | diff to current |
2006-10-18 |
Robert Roebling | [ 1579793 ] numerous bug fixes when mask is used |
blob | commitdiff | raw | diff to current |
2006-10-16 |
Włodzimierz Skiba | [#1577388] - fix for scaling in wxImage. |
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-26 |
Robert Roebling | [ 1565385 ] wxImage scaling fix - apply mask when... |
blob | commitdiff | raw | diff to current |
2006-09-25 |
Włodzimierz Skiba | Warning fixes. |
blob | commitdiff | raw | diff to current |
2006-09-24 |
Vadim Zeitlin | 1. fixed many warnings about implicit double to int... |
blob | commitdiff | raw | diff to current |
2006-09-24 |
Robert Roebling | [ 1537065 ] wxImage: Higher quality scaling/sampling |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect... |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Paul Cornett | some app.h cleanup: minimize includes, use static cast |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-08-08 |
Václav Slavík | fixed gcc warnings about wrong format string |
blob | commitdiff | raw | diff to current |
2006-08-08 |
Václav Slavík | 1. made wxImage compile with wxUSE_STREAMS but without... |
blob | commitdiff | raw | diff to current |
2006-06-17 |
Paul Cornett | use AllocExclusive in wxImage |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Włodzimierz Skiba | Include wx/math.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Włodzimierz Skiba | Include wx/bitmap.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Włodzimierz Skiba | Improvements for building minimal builds and new ports... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Włodzimierz Skiba | [ 1502016 ] wxImage::ConvertToGreyscale should retain... |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Włodzimierz Skiba | wx/debug.h is always unconditionally included by wx... |
blob | commitdiff | raw | diff to current |
2006-05-02 |
Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-30 |
Robert Roebling | Patch 1476076 about negative wxImage size when |
blob | commitdiff | raw | diff to current |
2006-04-21 |
Włodzimierz Skiba | Include wx/hash.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Vadim Zeitlin | Handle alpha channel in wxImage::Mirror() and GetSubIma... |
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-26 |
Robert Roebling | wxImage::Copy() forgot the alpha channel. |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Julian Smart | Only do sanity check if the stream is seekable, otherwi... |
blob | commitdiff | raw | diff to current |
2006-01-19 |
Julian Smart | Applied patch [ 1339764 ] Add wxImage::ConvertToGreyscale |
blob | commitdiff | raw | diff to current |
2005-12-13 |
Mart Raudsepp | Typo fixes in comments |
blob | commitdiff | raw | diff to current |
2005-10-26 |
Julian Smart | Do a sanity check before reading. Otherwise, if trying... |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Włodzimierz Skiba | Warning fixes for BCC, VC, OW and MinGW. |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Vadim Zeitlin | fixed variable shadowing icc warnings |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | use wxIsSameDouble() and wxIsNullDouble() for warning... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-30 |
Julian Smart | assert -> wxASSERT |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Vadim Zeitlin | added wxImage::RotateHue() and RGB <-> HSV conversions... |
blob | commitdiff | raw | diff to current |
next |