Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src / common / list.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-11-10  Vadim ZeitlinFix link errors with VC 11 in DLL STL build.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-20  Vadim ZeitlinAvoid conversion from wxString to wxChar* and back...
2011-03-30  Vadim ZeitlinAdd wxUSE_STD_CONTAINERS and turn it on by default.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-24  Francesco Montorsido not export private symbols in wx shared libraries
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2007-10-13  Robert RoeblingMade wxList no longer inherit from wxObject, no change...
2007-06-12  Václav SlavíkPCH-less compilation fix
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2006-11-04  Vadim Zeitlindefine wxStringListBase::EmptyList to fix link with...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-03-23  Vadim Zeitlinworkaround for mingw 3.2.3 DLL build with wxUSE_STL=1
2006-03-22  Vadim Zeitlinmade wxList methods return compatibility_iterator inste...
2006-02-03  Mattia Barbon DeleteFunction argument should be non-const since it
2006-01-18  Julian SmartTwo corrections to const fix
2005-11-20  Dimitri Schoolwerthapplied patch #1356901 "Yet another removal of extra...
2005-11-09  Włodzimierz SkibaVarious source cleanings.
2005-09-25  Vadim Zeitlinadded pragmas to disable icc warning when va_arg is...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-03-24  Włodzimierz SkibaWarning fix.
2005-03-05  Mattia Barbon Corrected wxStringListBase implementation of
2005-02-27  Vadim Zeitlinbetter compatibility with old wxList in wxUSE_STL=...
2004-09-17  Włodzimierz SkibaSource cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND...
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-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-19  Vadim Zeitlincompatibiltiy functions should be inline, we don't...
2003-07-11  Julian SmartMore WinCE mods.
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-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