don't use obsolete functions (mostly copystring() and Count()), remove their document...
[wxWidgets.git] / include / wx / arrstr.h
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-03-19  Václav Slavíkfixed missing ; after class declaration
2007-03-18  Vadim Zeitlinadded wxJoin and wxSplit functions (modified patch...
2007-03-16  Václav Slavíkremoved wxArrayString casting hack, it doesn't work...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-02-24  Václav Slavíkchanged wxArrayString::m_pItems from wxChar* to const...
2005-04-26  Mattia Barbon Correct wxArrayString::Add return value as per the...
2005-03-26  Julian SmartAdded C/wxString array constructors to wxArrayString
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2005-01-10  Włodzimierz SkibaOld API deprecated. Use new and remove old usage where...
2005-01-04  Mattia Barbon Change FIXME in TODO and clarify its meaning.
2004-09-08  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-08-07  Mattia Barbon Unhide function from superclass.
2004-07-22  Mattia Barbon Added compatibility functions for wxUSE_STL = 1:
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2003-12-13  Mattia Barbon Moved wxArrayString::GetStringArray() out of
2003-11-18  Julian SmartWinCE fixes from "Viktor Voroshylo" <viktor@voroshylo...
2003-10-16  Vadim Zeitlinadded missing wxCMPFUNC_CONVs (patch 820862)
2003-07-19  Mattia Barbon Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1...
2003-07-17  Mattia Barbon Use correct types for comparison functions in wxArray,
2003-07-12  Mattia Barbon Multilib linking fixes.
2003-07-10  Mattia Barbon Use correct export directive for multilib.
2003-07-08  Mattia Barbon More MSVC fixes .
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h