2006-08-08 |
Václav Slavík | fixed gcc warnings about wrong format string |
blob | commitdiff | raw |
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 |
2005-05-22 |
Julian Smart | Fix to preserve alpha channel in Rotate90 |
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 | use separate is-static flag for alpha channel and main... |
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-07 |
Włodzimierz Skiba | Warning fix. |
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-03-01 |
Vadim Zeitlin | don't try to save invalid image: added a wxCHECK(Ok... |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Julian Smart | Added XPM ctor |
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 | document GetOptionInt() as returning 0 for the options... |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Stefan Csomor | alpha support for Scale added |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Stefan Csomor | added alpha channel support to ShrinkBy |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Włodzimierz Skiba | wx/math.h integration |
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-11-10 |
Vadim Zeitlin | new set of fixes for problems due to huge files support... |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Włodzimierz Skiba | Warning fixes for OpenWatcom. |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Vadim Zeitlin | use wxFileSize_t instead of wxFileOffset or off_t |
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 | removed warning-hiding cast, previous revision removed... |
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-20 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Dimitri Schoolwerth | MSVC6 return warning fix |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Václav Slavík | added wxImage::ConvertAlphaToMask |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Václav Slavík | minor polishing of user-visible messages |
blob | commitdiff | raw | diff to current |
2004-07-30 |
Vadim Zeitlin | fixed delete[]/free mismatch in SetAlpha (part of patch... |
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-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
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-08-04 |
Vadim Zeitlin | copy wxImage options when copying the images (replaces... |
blob | commitdiff | raw | diff to current |
2003-07-25 |
Vadim Zeitlin | warning fixes (closes 767152) |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw | diff to current |
2003-06-25 |
Václav Slavík | compilation fix for wxBase |
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 | TRUE/FALSE -> true/false |
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-09 |
Vadim Zeitlin | memory for alpha channel was over allocated by a factor... |
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-03-03 |
Vadim Zeitlin | added alpha channel support to wxImage |
blob | commitdiff | raw | diff to current |
2003-03-03 |
Stefan Csomor | sorry previous commit message was wrong, should read |
blob | commitdiff | raw | diff to current |
2003-03-03 |
Stefan Csomor | overflow fix |
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-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-12-14 |
Vadim Zeitlin | fixed VC++ warning |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Václav Slavík | removed XPM handler from wxImage's standard handlers... |
blob | commitdiff | raw | diff to current |
2002-12-08 |
Václav Slavík | fixed Vadim's removal of XPM handler |
blob | commitdiff | raw | diff to current |
2002-12-05 |
Julian Smart | Checked for stream validity in wxImage::GetImageCount. |
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-05-22 |
Vadim Zeitlin | restore the stream position in wxImageHandler itself... |
blob | commitdiff | raw | diff to current |
2002-05-22 |
Robert Roebling | wxImage::Copy() didn't really just copy the |
blob | commitdiff | raw | diff to current |
2002-05-18 |
Vadim Zeitlin | check the return code of wxStream::Read() in wxImageHan... |
blob | commitdiff | raw | diff to current |
2002-05-03 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Julian Smart | Separated wxImage::FloodFill from image.cpp |
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 | previous change to wxImage was wrong, it didn't account... |
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-02-05 |
Vadim Zeitlin | fixed compilation without wxUSE_STREAMS |
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-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-08-18 |
Robert Roebling | The Scale() code in the 2.3 tree turned out to |
blob | commitdiff | raw | diff to current |
2001-07-01 |
Václav Slavík | added #ifdef wxUSE_XPM around XPM handler initialization |
blob | commitdiff | raw | diff to current |
2001-06-15 |
Vadim Zeitlin | restored (and slightly improved) wxImage::Scale() fix |
blob | commitdiff | raw | diff to current |
2001-06-14 |
Kendall Bennett | Reverted wxFileSystem changes to image.cpp and dib.cpp |
blob | commitdiff | raw | diff to current |
next |