Warning fixes for OpenWatcom.
[wxWidgets.git] / src / common / image.cpp
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-10-15  Vadim Zeitlinuse wxFileSize_t instead of wxFileOffset or off_t
2004-09-16  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-08-21  Václav Slavíkremoved warning-hiding cast, previous revision removed...
2004-08-21  Václav Slavíkthreshold is pixel value, it should use unsigned char
2004-08-20  Włodzimierz SkibaWarning fix.
2004-08-16  Dimitri SchoolwerthMSVC6 return warning fix
2004-08-16  Václav Slavíkadded wxImage::ConvertAlphaToMask
2004-08-16  Václav Slavíkminor polishing of user-visible messages
2004-07-30  Vadim Zeitlinfixed delete[]/free mismatch in SetAlpha (part of patch...
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-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-04  Vadim Zeitlincopy wxImage options when copying the images (replaces...
2003-07-25  Vadim Zeitlinwarning fixes (closes 767152)
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-06-25  Václav Slavíkcompilation fix for wxBase
2003-06-18  Vadim Zeitlinremoved deprecated ConvertToBitmap() and wxImage(wxBitm...
2003-06-01  Julian SmartApplied patch [ 710608 ] wxImage::GetImageExtWildcard...
2003-05-11  Vadim ZeitlinTRUE/FALSE -> true/false
2003-05-11  Vadim ZeitlinwxImage::Create() should be bool, not void
2003-05-09  Vadim Zeitlinmemory for alpha channel was over allocated by a factor...
2003-05-03  Julian SmartApplied patch [ 730686 ] wxImage::Scale speed improvements
2003-03-03  Vadim Zeitlinadded alpha channel support to wxImage
2003-03-03  Stefan Csomorsorry previous commit message was wrong, should read
2003-03-03  Stefan Csomoroverflow fix
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-14  Vadim Zeitlinfixed VC++ warning
2002-12-09  Václav Slavíkremoved XPM handler from wxImage's standard handlers...
2002-12-08  Václav Slavíkfixed Vadim's removal of XPM handler
2002-12-05  Julian SmartChecked for stream validity in wxImage::GetImageCount.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-05-22  Vadim Zeitlinrestore the stream position in wxImageHandler itself...
2002-05-22  Robert Roebling wxImage::Copy() didn't really just copy the
2002-05-18  Vadim Zeitlincheck the return code of wxStream::Read() in wxImageHan...
2002-05-03  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-04-01  Julian SmartSeparated wxImage::FloodFill from image.cpp
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íkprevious change to wxImage was wrong, it didn't account...
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-02-05  Vadim Zeitlinfixed compilation without wxUSE_STREAMS
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-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-08-18  Robert Roebling The Scale() code in the 2.3 tree turned out to
2001-07-01  Václav Slavíkadded #ifdef wxUSE_XPM around XPM handler initialization
2001-06-15  Vadim Zeitlinrestored (and slightly improved) wxImage::Scale() fix
2001-06-14  Kendall BennettReverted wxFileSystem changes to image.cpp and dib.cpp
2001-06-14  Vadim Zeitlinfixed indentation and warnings/bugs
2001-06-12  Kendall BennettCommited latest SciTech changes into CVS. This includes...
2001-06-11  Robert Roebling Applied wxImage::Scale() patch,
2001-05-08  Václav Slavíkswitched to new XPM code in wxMSW
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
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
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
2001-03-19  Vadim ZeitlinwxImage::Ok() now returns false for images with 0 width...
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2000-12-16  Robert Roebling Added wxCommandEvent::IsSeection for listbox,
2000-08-29  Robert Roebling Merged sizer fix from stable branch
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
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-03-01  Julian SmartAdded wxDragImage generic implementation and sample...
2000-02-20  Julian SmartwxImage::Rotate corrections added; docview improvements...
2000-02-18  Guillermo Rodrigue... Added missing Unref() in wxImage::Create()
2000-02-11  Guillermo Rodrigue... Partially rewrote rotation code due to a potential...
2000-02-11  Vadim Zeitlin1. exchanged binary ROPs wxSET/wxCLEAR meaning for...
2000-02-10  Guillermo Rodrigue... Added support for transparency in rotation code
2000-02-09  Vadim Zeitlinmore HP-UX compilation warnings fixed (187th try)
2000-02-07  Bart A.M. Jourquinadd casts + type to untyped const for GCC2.95
2000-02-06  Julian SmartSome doc corrections; Watcom C++ corrections; VC++...
2000-02-06  Robert Roebling compilation fixes.
2000-02-06  Julian SmartChanged static_cast syntax not recogised by all compilers
2000-02-06  Julian SmartAdded rotation to wxImage
2000-02-01  Robert Roebling Various corrections to makefiles, RPMs etc.
2000-02-01  Vadim Zeitlin1. some fixes for the problems reported by BoundsChecker
2000-01-27  Robert Roebling Copied isql.h and isqlext.h to /include/wx/unix and...
2000-01-24  Vadim Zeitlin2 warnings from Solaris build log fixed
2000-01-14  Robert Roebling image to bitmap rewrite,
2000-01-13  Stefan Csomormac updates and msw bitmapdrawing on printer
2000-01-13  Stefan Csomorcw pro 5.3 adaptions
2000-01-12  Robert Roebling Chnages to mono-bitmap code.
2000-01-05  Julian SmartAdded contributed speedup of ConvertToBitmap under...
1999-12-27  Robert Roebling Added mono bitmap to image conversion.
1999-12-17  David Webstercleaning up image mess for os/2
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-16  Guillermo Rodrigue... Changed stopat to stopafter in CountColours
next