Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / list.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-10  Václav SlavíkFix lots of warnings reported by Clang.
2012-11-24  Vadim ZeitlinAdd wxList::AsVector<>() helper.
2012-11-10  Vadim ZeitlinFix link errors with VC 11 in DLL STL build.
2011-12-29  Stefan NeisDo not put semicolons after the definition of an inline...
2011-03-30  Vadim ZeitlinAdd wxUSE_STD_CONTAINERS and turn it on by default.
2011-02-02  Stefan Csomorswitching to assert
2011-02-02  Stefan Csomorguard against null ptr access
2010-10-10  Vadim ZeitlinMove wxList::Member() to pseudo-template base list...
2010-04-12  Vadim ZeitlinFix return value of wxList::insert() in non-STL builds.
2009-09-18  Vadim ZeitlinChange return type of wxList::Member() to bool.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinfix other insert() overloads to work when inserting...
2009-02-07  Vadim Zeitlinremoved wrong check from splice(it, list, first)
2009-02-07  Vadim Zeitlinfix wxList::erase(it, end()) in non-STL build (see...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-12-12  Vadim ZeitlinSTL build: fix missing const which results in Insert...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-14  Vadim Zeitlinfix the bug in insert(end(), value) and added unit...
2008-10-14  Vadim Zeitlinremove default value for the last parameter of insert...
2008-09-18  Robert RoeblingMove definition of wxListIteratorFunction and ..SortFun...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-01-09  Paul Cornettcheck for self-assignment in operator=
2008-01-08  Robin DunnRemove WXDLLIMPEXP_BASE from the declaration of wxList_...
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
next