Don't update position of widgets in a wxPizza from size_allocate handler.
[wxWidgets.git] / src / msw / icon.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-02-10  Vadim ZeitlinAdd wxIcon::CreateFromHICON() to wxMSW.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2006-06-04  Vadim Zeitlinuse wxImage to load icons in non-native formats
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-09-17  Vadim Zeitlindo not call CopyIcon() in CloneRefData(), HICON is...
2004-09-11  Vadim Zeitlintypo in last commit
2004-09-11  Vadim Zeitlinfixed CopyFromBitmap() for shared wxIcon objects by...
2004-08-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxNOT_FOUND...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-20  Vadim Zeitlinfixed loading of icons from MIME types
2003-06-21  Vadim Zeitlinadded wxIconLocation; minor fixes to wxIcon on some...
2003-03-23  Vadim Zeitlinuse wxBitmapToHICON/CURSOR()
2003-03-18  Julian SmartSome code tidying; removing dibutils.cpp which
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-02-06  Vadim ZeitlinIMPLEMENT_DYNAMIC_CLASS fixes
2002-01-05  Vadim Zeitlinfixed incorrect calls to SelectObject(hdc, NULL)
2002-01-05  Vadim Zeitlinfixed resource leak in CreateIconFromBitmap() (Dimitri)
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2000-11-25  Václav Slavíkapplied (part of) Alexey Leko's patch
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-15  Julian SmartVarious compiler changes
2000-02-07  Guillermo Rodrigue... Fixed transparency problem when masked area was not...
2000-01-22  Ron Leeadded missing include for wxBitmap
2000-01-21  Vadim Zeitlin1. fixed (to test) the bug with bitmaps without masks...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-03  Vadim Zeitlinfixes for icon-inherits-from-bitmap mode
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-01-16  Julian SmartFor wxMSW, split XPM handler into separate file (please...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-23  Julian SmartGot generic wxListCtrl, wxTreeCtrl working under Window...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-07  Vadim Zeitlinsome clean up of the code
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-25  Julian SmartCured DC/GDI object leak; listbox window proc restored...
1998-05-20  Karsten Ballüderadded some wxMSW stuff