STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / msw / gdiimage.cpp
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-05-07  Chris Elliottupdate for digital mars - resolve externals in shell...
2003-04-19  Chris Elliottupdate to make digitalmars compile
2003-03-23  Vadim Zeitlinadded wxDIB::Save() and wxDIB to/from wxBitmap) convers...
2003-03-23  Vadim Zeitlinuse wxDIB methods instead of old functions for working...
2003-03-18  Julian SmartSome code tidying; removing dibutils.cpp which
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-25  Vadim Zeitlinremoved warnings about using the deprecated functions...
2003-01-25  Ron LeeUpdate list operators, s/TRUE/true/ etc.
2003-01-22  Vadim Zeitlinmade wxBitmapRefData private (actually, this also fixes...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-05  Robin DunnUse the iconIndex in the default case too.
2002-07-15  Robin DunnIcons fetched from wxMimeTypesManager did not get the...
2002-03-24  Václav Slavíkchange wxICON_INFO to wxICON_INFORMATION in Mac and...
2002-02-14  Vadim Zeitlinundid my fix for loading 16x16 icons which results...
2002-02-13  Vadim Zeitlinfixed loading the icons with non default size
2002-02-06  Vadim ZeitlinIMPLEMENT_DYNAMIC_CLASS fixes
2001-09-30  Vadim Zeitlinadded wxUSE_PALETTE and fixed compilation with it set...
2001-08-15  Vadim Zeitlinfixed bug with loading standard icons
2001-07-23  Vadim Zeitlinuse Windows standard icons instead of our own (patch...
2001-07-17  Julian SmartCorrection to icon index code
2001-07-17  Julian SmartAdded support for extracting icon using specified index
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-05-08  Václav Slavíkswitched to new XPM code in wxMSW
2001-05-08  Julian SmartRemoved wxXPMHandler
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-01-11  Vadim Zeitlinapplied (slightly modified) patch for loading large...
2000-11-25  Václav Slavíkapplied (part of) Alexey Leko's patch
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-09  Guillermo Rodrigue... Add XPM handlers by default if XPM support is enabled
1999-12-20  Julian SmartMostly Mingw32/Cygwin corrections
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-26  Vadim Zeitlin1. wxBase compiles/links again
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added