Split this out from other changes to keep things sane..
[wxWidgets.git] / src / generic / imaglist.cpp
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