File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / src / common / imagbmp.cpp
2006-05-24  Włodzimierz Skibawx/debug.h is always unconditionally included by wx...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-13  Włodzimierz SkibaBetter fix for 'int i' used twice in the same block.
2005-09-05  Włodzimierz Skiba'i' is already used in this scope so make it clearer.
2005-01-25  Włodzimierz SkibaWarning fixes.
2004-12-12  Vadim Zeitlinfixed SaveDIB() crash with BW images (patch 1045884)
2004-11-17  Włodzimierz SkibaTypecast before endian adjustements.
2004-11-15  David ElliottUse wxUint16 instead of WORD and wxUint8 instead of...
2004-11-15  Włodzimierz SkibaWarning fixes.
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
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-07-16  Włodzimierz SkibaFixes to warnings about assigning unused values.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-04  Vadim Zeitlindefine BI_RLE4/8 if not defined as well
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-07-15  Václav Slavíkadded <windows.h> wrapper
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-06  Vadim Zeitlinfixes for reading bitmapswith BI_BITFIELDS (patch 597906)
2002-08-16  Julian SmartApplied [ 594745 ] Fixes core dump under Forte 6U1...
2002-07-02  Chris Elliottfix another icon error
2002-07-02  Chris Elliottfixes bugs reading icons
2002-05-22  Vadim Zeitlinrestore the stream position in wxImageHandler itself...
2002-05-18  Vadim Zeitlincheck the return code of wxStream::Read() in wxImageHan...
2002-02-21  Vadim Zeitlinfixes for big endiand machines (Chris Elliott, patch...
2002-02-16  Václav SlavíkA couple of changes to wxImage:
2002-02-09  Václav Slavíkuse WXUNUSED(foo), not (void)foo
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-01-13  Robert Roebling Typo.
2002-01-13  Václav Slavíkapplied ANI images patch and added wxUSE_ICO_CUR
2002-01-02  Václav Slavíkfixing effects of my lack of English skills: GetImagesC...
2002-01-01  Václav Slavík1. applied (heavily modified) patch for reading CUR...
2001-12-19  Vadim Zeitlinsuppress some warnings appearing in the optimized build...
2001-11-27  Václav Slavíksecond halt of Chris' wxImage ICO patch
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 Zeitlinfixes for wxUSE_PALETTE=0 compilation
2001-08-25  Vadim Zeitlinapplied patch 432814: saving BMP in 1, 4 and 8 bpp
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-22  Robert Roebling Applied BMP patch.
2000-07-28  Julian SmartAdded wxQuantize, wxSplashScreen, wxEffects & added...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-15  Václav Slavíkimage handlers moved to separate headers (imagbmp.h...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-04  Robert Roebling String changes for translations,
1999-11-30  Robert Roebling Compile fix for GIF decoder,
1999-10-15  Vadim Zeitlin1. wxImageHandler::DoCanRead() introduced to solve...
1999-10-09  Robert Roebling Applied a few patches,
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-18  Václav Slavíkadded wxImage::CanRead
1999-08-17  Sylvain BougnouxImprove wxImage::LoadImage so that image format in...
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-07-22  Robert Roebling Corrected wxlistBox, wxRadioBox, wxComboBox and
1999-06-16  Robert Roebling Forgot this one.