Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / list.h
2002-02-23  Robert Roebling Applied wxList::Prepend() patch.
2002-02-15  Vadim ZeitlinAIX compilation fixes from Paul Thiessen
2002-02-06  Vadim Zeitlinadded wxRTTI macros to wxList and wxStringList
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2002-01-06  Gilles Depeyrotadded missing virtual for overidden function
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-08-01  Vadim Zeitlinapplied patch 444915 (warning fixes for gcc 2.95.4)
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-05-14  Julian SmartFixes for 16-bit compilation
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-01-04  Vadim Zeitlinfix for wxList copy ctor
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-12-13  Vadim Zeitlinadded wxList::Insert(size_t); updated wxList documentation
1999-08-03  Vadim ZeitlinLINKAGEMODE moved to defs.h - string.cpp actually compi...
1999-08-02  David Webster*** empty log message ***
1999-07-03  Vadim ZeitlinwxList::SortFunc prototype corrected
1999-06-07  Robert Roebling Install AFMs as well.
1999-06-04  Robert Roebling Added semicolon to macro in list.h - I just read that
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-16  Julian SmartVarious changes for Salford C++, and commited fileconf...
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-05  Vadim Zeitlinadded wx<TemplateListName>::Node typedef for the node...
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-12  Vadim Zeitlincorrected (?) wxStringList::Delete()
1998-12-07  Robert Roebling Added serial code for wxList and wxHashTable to sourc...
1998-12-02  Vadim Zeitlinadded wxNode::IndexOf and wxList::IndexOf (patch by...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-27  Vadim ZeitlinwxStringList::copy ctor and assignment operator added...
1998-11-26  Julian SmartFixed Dialog Editor compilation and window sizing bug...
1998-11-26  Robert Roebling Fixes for wxlist
1998-11-25  Julian SmartVarious fixes.
1998-11-25  Unknown (UG)no message
1998-11-25  Robert Roebling wxFrame size bug
1998-11-25  Vadim Zeitlinadded untyped Sort() for compatibility
1998-11-24  Vadim Zeitlin1. new wxList code
1998-09-12  Robert Roebling Removed warnings
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-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-07-03  Julian SmartAdded #pragmas for gcc.
1998-05-20  Karsten BallüderInitial revision