removed support for Salford compiler (which was almost certainly broken anyhow) ...
[wxWidgets.git] / include / wx / list.h
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-10-13  Robert RoeblingMade wxList no longer inherit from wxObject, no change...
2007-09-27  Václav Slavíkcopy the list in wxList::operator=(), for consistency...
2007-08-08  Václav Slavíkfixed visiblity attribute warnings in STL build
2007-08-08  Václav SlavíkVC6_WORKAROUND -> WX_LIST_VC6_WORKAROUND to prevent...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-27  Václav Slavíkcompatibility fix: have wxListKey ctors from C strings...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-04-26  Vadim Zeitlinmove wxKEY_XXX constants to wx/defs.h from wx/list...
2007-04-15  Václav Slavíkcompilation fix for VC6 with wxUSE_STL=1
2007-04-14  Václav Slavíkdon't use the VC6 workaround in wxList with newer versi...
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-12-15  Vadim Zeitlinfix compilation with wxUSE_STL=1 for VC6 (and presumabl...
2006-05-08  Vadim Zeitlinfixed operator[] in wxUSE_STL build
2006-05-08  Vadim Zeitlinadded operator[] for STL builds
2006-04-24  Vadim Zeitlindon't use invalid/uninitialized iterator in wxList...
2006-04-02  Vadim Zeitlinuse proper dllexport declaration with _WX_LIST_HELPER_
2006-03-23  Vadim Zeitlinreverted return type of wxList method to nodetype ...
2006-03-23  Vadim Zeitlinworkaround for mingw 3.2.3 DLL build with wxUSE_STL=1
2006-03-23  Vadim Zeitlinnested iterator classes must be dll-exported
2006-03-22  Vadim Zeitlinmade wxList methods return compatibility_iterator inste...
2006-03-21  Vadim ZeitlinMade wxList::compatibility_iterator a class in wxUSE_ST...
2006-03-21  Vadim Zeitlinreturn NULL (and not invalid) iterator from compatibili...
2006-03-21  Vadim Zeitlinadded assert to verify that operands are initialized...
2006-03-21  Vadim Zeitlinreuse operator bool() check in compatibility_iterator...
2006-02-03  Mattia Barbon DeleteFunction argument should be non-const since it
2006-01-18  Julian SmartTwo corrections to const fix
2006-01-17  Julian SmartApplied patch [ 1392288 ] FIX: Bug 1306671 Build Error...
2005-11-15  Włodzimierz SkibaMinor cleanings.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
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...
next