Quick and dirty fix for building with COMPATIBILITY_2_4 off.
[wxWidgets.git] / src / common / list.cpp
2003-07-02  Mattia Barbon Quick and dirty fix for building with COMPATIBILITY_2...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-07  Julian SmartRemoved redundant <search.h> inclusion
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2002-02-06  Vadim Zeitlinadded wxRTTI macros to wxList and wxStringList
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-01-17  Vadim Zeitlinno changes
2001-01-06  Vadim Zeitlinfix for gcc bug under Mac OS X
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-12  Julian SmartAdded project files for STC; fixed wxStringList memory...
2000-02-25  Vadim ZeitlinWX_DECLARE_HASH() macro for type safe hashes
1999-10-27  Václav Slavíkbugfix: wxList's copy ctor now works with keyed lists
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-27  Patrick AlbertRemoving some level 3 warning
1999-08-02  David Webster*** empty log message ***
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-01-20  Vadim Zeitlinfixes for Sun CC 5.0 (unlike 4.2 it understands bool)
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-12  Vadim Zeitlinsome really minor changes (the most important one:...
1999-01-07  Julian SmartWatcom C++ mods
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-26  Guilhem Lavaux* Fixes (AIF works on Linux)
1998-12-25  Vadim ZeitlinwxStringList::Sort() bug corrected
1998-12-13  Robert Roebling Added wxList:Nth check again
1998-12-12  Vadim Zeitlincorrected (?) wxStringList::Delete()
1998-12-12  Julian SmartAdded wxPoem sample; fixed some Dialog Editor problems...
1998-12-12  Robert Roebling DialogEd compiles and works more or less
1998-12-02  Vadim Zeitlinadded wxNode::IndexOf and wxList::IndexOf (patch by...
1998-11-27  Vadim ZeitlinwxStringList::copy ctor and assignment operator added...
1998-11-26  Vadim ZeitlinwxList::Insert() bug fixed
1998-11-25  Julian SmartVarious fixes.
1998-11-24  Vadim Zeitlin1. new wxList code
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-08  Denis PershinDP:
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision