Update OpenVMS makefile
[wxWidgets.git] / src / msw / gdiimage.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-02-10  Vadim ZeitlinAdd wxIcon::CreateFromHICON() to wxMSW.
2012-09-13  Vadim ZeitlinAdd wxBITMAP_PNG() macro similar to wxBITMAP() but...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-10-15  Václav Slavíkno need to iterate over all special icon names after...
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-09-10  Vadim Zeitlindon't call ::GetSystemMetrics() unnecessarily in wxGetH...
2006-08-17  Paul Cornettremove Win32S-specific code
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-01  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-03-08  Vadim Zeitlinfixed wrong use of = instead of == (patch 1159289)
2005-02-20  Vadim Zeitlinremoved wxLoadBitmap() introduced in 1.37 -> 1.38;...
2004-11-16  Włodzimierz SkibaWarning fix.
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-08-26  Włodzimierz SkibaSource cleaning: whitespaces & tabs, ::, TRUE/true...
2004-08-03  Włodzimierz SkibaWinCE warning fixes.
2004-07-20  Włodzimierz SkibaWinCE fixes.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-30  Vadim Zeitlintreat 0xc0c0c0 as transparent colour by default
2003-09-15  Julian SmartWinCE bitmap patch from Johannes Schindelin <Johannes...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-11  Julian SmartMore WinCE mods
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