The rounded corners look really dumb at this size.
[wxWidgets.git] / src / generic / imaglist.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-19  Robert RoeblingMake wxImageList not copiable (fixes #10503), replace...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-12  Paul Cornettreturn index of first added image in Add(), like MSW...
2006-09-18  Vadim Zeitlinuse native wxImageList for wxUniv, it's a low level...
2006-09-18  Kevin OllivierRemove duplication in wxImageList defines and always...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-05-21  Włodzimierz SkibaInclude wx/icon.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2006-04-30  Robert Roebling Applied patch to add n bitmaps at once to an image
2006-04-30  Robert Roebling Blindly added wxImageList::replace( int, bitmap,...
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-03-01  Ryan NortonwxUSE_IMAGLIST fix (good grief...)
2005-02-27  Julian SmartFixes
2005-02-27  Julian SmartAdded GetBitmap, GetIcon to wxImageList
2005-01-29  Robin DunnDon't fail assertion about image size mismatch if the...
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-11-18  Ryan Nortonfix compilo pointed out by OW
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2003-12-11  Julian SmartApplied patch [ 818941 ] Initialize vars and clear...
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-03  Vadim Zeitlincheck that we use bitmaps of correct size in the image...
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-02-03  Mattia Barbon Do not #include an header where a forward declaration...
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-07-22  Julian SmartAdded wxListCtrl to derive from wxGenericListCtrl,
2002-07-22  Julian SmartApplied patch [ 583922 ] Make generic/wxListCtrl avail...
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2001-11-15  Robin DunnOnly update the mask if the mask is valid
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-05  Václav Slavíkadded missing wxImageList::Add methods
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-06  David Webstersome os/2 icon-bitmap fixes
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-01  Robert Roebling wxImageList::Add() returned wrong index.
1999-05-14  Robert Roebling wxGTK compiles and links again.
1999-04-16  Ove KaavenAll files compile in Unicode mode, but I have only...
1998-12-23  Julian SmartGot generic wxListCtrl, wxTreeCtrl working under Window...
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-13  Robert Roebling Added wxList:Nth check again
1998-12-03  Robert Roebling wxWindow::ReParent()
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-09-25  Denis Pershinconst added to GetBitmap it was my fault.
1998-09-05  Robert Roebling Fixed two small things in wxListCtrl
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-15  Denis PershinDP: Just came back from 3 days fishing and found that...
1998-08-10  Denis PershinDP: GetBitmap() added to wxImageList
1998-07-12  Robert Roeblingstream compile fixes
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-07-01  Vadim ZeitlinwxImageList ctor now takes the same arguments as the...
1998-05-20  Karsten BallüderInitial revision