]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic/imaglist.h
Add EVT_WINDOW_MODAL_DIALOG_CLOSED() event table macro.
[wxWidgets.git] / include / wx / generic / imaglist.h
2009-12-05  Paul Cornettminor cleanup
2009-02-19  Robert RoeblingMake wxImageList not copiable (fixes #10503), replace...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-09-20  Vadim Zeitlincorrected ifdef condition
2006-09-18  Kevin OllivierRemove duplication in wxImageList defines and always...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-04-30  Robert Roebling Blindly added wxImageList::replace( int, bitmap,...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-27  Julian SmartFixes
2005-02-27  Julian SmartAdded GetBitmap, GetIcon to wxImageList
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-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-03  Vadim Zeitlininitialize the image list size in default ctor
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-03  Mattia Barbon Do not #include an header where a forward declaration...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-07-22  Julian SmartAdded wxListCtrl to derive from wxGenericListCtrl,
2002-07-22  Julian SmartApplied patch [ 583922 ] Make generic/wxListCtrl avail...
2002-01-28  Stefan Csomoradded export
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-05  Václav Slavíkadded missing wxImageList::Add methods
1998-09-25  Denis Pershinconst added to GetBitmap it was my fault.
1998-08-10  Denis PershinDP: GetBitmap() added to wxImageList
1998-07-29  Karsten Ballüderfixed compiler warning
1998-07-20  Robert Roeblingmany fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
1998-07-12  Robert Roeblingstream compile fixes
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-07-03  Julian SmartAdded #pragmas for gcc.
1998-07-01  Vadim ZeitlinwxImageList ctor now takes the same arguments as the...
1998-05-20  Karsten BallüderInitial revision