2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw |
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 |
2001-06-14 |
Vadim Zeitlin | fixed indentation and warnings/bugs |
blob | commitdiff | raw | diff to current |
2001-06-12 |
Kendall Bennett | Commited latest SciTech changes into CVS. This includes... |
blob | commitdiff | raw | diff to current |
2001-06-11 |
Robert Roebling | Applied wxImage::Scale() patch, |
blob | commitdiff | raw | diff to current |
2001-05-08 |
Václav Slavík | switched to new XPM code in wxMSW |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
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 |
2001-04-04 |
Václav Slavík | I moved platform specific code from wxImage to wxBitmap |
blob | commitdiff | raw | diff to current |
2001-04-01 |
Gilles Depeyrot | corrections for final release of Mac OS X |
blob | commitdiff | raw | diff to current |
2001-03-19 |
Vadim Zeitlin | wxImage::Ok() now returns false for images with 0 width... |
blob | commitdiff | raw | diff to current |
2001-02-15 |
Gilles Depeyrot | modifications for compilation under Mac OS X |
blob | commitdiff | raw | diff to current |
2000-12-16 |
Robert Roebling | Added wxCommandEvent::IsSeection for listbox, |
blob | commitdiff | raw | diff to current |
2000-08-29 |
Robert Roebling | Merged sizer fix from stable branch |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-07-29 |
Julian Smart | Added Set/Get/HasOption members and moved palette to... |
blob | commitdiff | raw | diff to current |
2000-07-28 |
Julian Smart | Added wxQuantize, wxSplashScreen, wxEffects & added... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-01 |
Julian Smart | Added wxDragImage generic implementation and sample... |
blob | commitdiff | raw | diff to current |
2000-02-20 |
Julian Smart | wxImage::Rotate corrections added; docview improvements... |
blob | commitdiff | raw | diff to current |
2000-02-18 |
Guillermo Rodrigue... | Added missing Unref() in wxImage::Create() |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Guillermo Rodrigue... | Partially rewrote rotation code due to a potential... |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Vadim Zeitlin | 1. exchanged binary ROPs wxSET/wxCLEAR meaning for... |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Guillermo Rodrigue... | Added support for transparency in rotation code |
blob | commitdiff | raw | diff to current |
2000-02-09 |
Vadim Zeitlin | more HP-UX compilation warnings fixed (187th try) |
blob | commitdiff | raw | diff to current |
2000-02-07 |
Bart A.M. Jourquin | add casts + type to untyped const for GCC2.95 |
blob | commitdiff | raw | diff to current |
2000-02-06 |
Julian Smart | Some doc corrections; Watcom C++ corrections; VC++... |
blob | commitdiff | raw | diff to current |
2000-02-06 |
Robert Roebling | compilation fixes. |
blob | commitdiff | raw | diff to current |
2000-02-06 |
Julian Smart | Changed static_cast syntax not recogised by all compilers |
blob | commitdiff | raw | diff to current |
2000-02-06 |
Julian Smart | Added rotation to wxImage |
blob | commitdiff | raw | diff to current |
2000-02-01 |
Robert Roebling | Various corrections to makefiles, RPMs etc. |
blob | commitdiff | raw | diff to current |
2000-02-01 |
Vadim Zeitlin | 1. some fixes for the problems reported by BoundsChecker |
blob | commitdiff | raw | diff to current |
2000-01-27 |
Robert Roebling | Copied isql.h and isqlext.h to /include/wx/unix and... |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Vadim Zeitlin | 2 warnings from Solaris build log fixed |
blob | commitdiff | raw | diff to current |
2000-01-14 |
Robert Roebling | image to bitmap rewrite, |
blob | commitdiff | raw | diff to current |
2000-01-13 |
Stefan Csomor | mac updates and msw bitmapdrawing on printer |
blob | commitdiff | raw | diff to current |
2000-01-13 |
Stefan Csomor | cw pro 5.3 adaptions |
blob | commitdiff | raw | diff to current |
2000-01-12 |
Robert Roebling | Chnages to mono-bitmap code. |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Julian Smart | Added contributed speedup of ConvertToBitmap under... |
blob | commitdiff | raw | diff to current |
1999-12-27 |
Robert Roebling | Added mono bitmap to image conversion. |
blob | commitdiff | raw | diff to current |
1999-12-17 |
David Webster | cleaning up image mess for os/2 |
blob | commitdiff | raw | diff to current |
1999-12-16 |
Vadim Zeitlin | Win16 compilation fixes |
blob | commitdiff | raw | diff to current |
1999-12-16 |
Guillermo Rodrigue... | Changed stopat to stopafter in CountColours |
blob | commitdiff | raw | diff to current |
1999-12-15 |
Guillermo Rodrigue... | Added CountColours() |
blob | commitdiff | raw | diff to current |
1999-12-15 |
Guillermo Rodrigue... | Added ComputeHistogram |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Robert Roebling | Added tests for buffered streams. |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Robert Roebling | String changes for translations, |
blob | commitdiff | raw | diff to current |
1999-11-30 |
Robert Roebling | Compile fix for GIF decoder, |
blob | commitdiff | raw | diff to current |
1999-11-24 |
Robert Roebling | Partial fix for big_endian image conversion probs. |
blob | commitdiff | raw | diff to current |
1999-11-24 |
Vadim Zeitlin | 1. wxIcon/wxCursor change, wxGDIImage class added |
blob | commitdiff | raw | diff to current |
1999-11-22 |
Robert Roebling | Headers moved a bit. |
blob | commitdiff | raw | diff to current |
1999-11-18 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
1999-11-11 |
Stefan Csomor | wxMac completed so far, generic listctrl extension |
blob | commitdiff | raw | diff to current |
1999-10-25 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Sylvain Bougnoux | Add wxImage::CanRead, wasn't in 1.59 ? |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Robert Roebling | Corrected wxImage for use with mono wxBitmaps, |
blob | commitdiff | raw | diff to current |
1999-10-15 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
1999-10-15 |
Vadim Zeitlin | 1. wxImageHandler::DoCanRead() introduced to solve... |
blob | commitdiff | raw | diff to current |
next |