put GetEscapeId() inside #if wxABI_VERSION > 20601
[wxWidgets.git] / include / wx / list.h
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-04-07  Włodzimierz SkibaVC++ 1.5 no more supported.
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2005-03-14  Mattia Barbon Remove wrong clasing bracket.
2005-03-14  Mattia Barbon Blind fix for VC6 compilation when wxUSE_STL == 1.
2005-03-13  Mattia Barbon Fixed compilation for GCC 3.4 when wxUSE_STL == 1.
2005-03-07  Vadim Zeitlincompilation fix for VC6 (patch 1158433)
2005-03-05  Mattia Barbon Use the correct WXDLLIMPEXT declaration for
2005-02-27  Vadim Zeitlinbetter compatibility with old wxList in wxUSE_STL=...
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2004-09-17  Włodzimierz SkibaSource cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND...
2004-07-25  Vadim Zeitlinfixed wxList copy ctor (patch 985473)
2004-07-15  Václav SlavíkDLL export fixes (patch 991760)
2004-07-01  Vadim Zeitlinremoved spurious semicolon
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-15  Dimitri Schoolwerthimproved const-ness of find/Find functions
2003-09-10  Mattia Barbon Don't declare copystring if WXWIN_COMPATIBILITY_2_4==0
2003-08-19  Julian SmartCorrecting typo
2003-08-19  Julian SmartFix to remove CW/Mac warning
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-02  Václav Slavíkrenamed to WX_DECLARE_LIST_WITH_DECL for consistency...
2003-08-02  Václav Slavíkrenamed to WX_DECLARE_LIST_WITH_DECL for consistency
2003-07-24  Mattia Barbon Fixed wrong wxList<T>::compatibility_iterator::GetPre...
2003-07-21  Vadim Zeitlinsuppress warning about not being able to generate copy...
2003-07-19  Mattia Barbon wxUSE_STL=1 compilation fixes.
2003-07-19  Vadim Zeitlincompatibiltiy functions should be inline, we don't...
2003-07-19  Vadim Zeitlindefine a special PTR version of LIST macros which shoul...
2003-07-17  Václav Slavíkdll compilation fix
2003-07-13  Mattia Barbon Move #inclusion of wx/msw/winundef.h for MinGW to...
2003-07-12  Mattia Barbon Readd wxStringList::Add when wxUSE_STL=1, for compati...
2003-07-11  Julian SmartFurther WinCE mods
2003-07-08  Mattia Barbon More MSVC fixes .
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-02  Mattia Barbon Quick and dirty fix for building with COMPATIBILITY_2...
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-15  Vadim Zeitlinadded wxList::IsEmpty()
2002-05-08  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
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