put GetEscapeId() inside #if wxABI_VERSION > 20601
[wxWidgets.git] / include / wx / string.h
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-04-10  Mattia Barbon Check for wxUSE_STD_STRING with #if not with #ifdef,
2005-04-08  Ryan NortonVersion of [ 1177956 ] fix for wxString::operator=...
2005-04-07  Włodzimierz SkibaVC++ 1.5 no more supported.
2005-03-20  Vadim Zeitlinadded wxString ctor from std::string (inside #ifdef...
2005-03-18  Vadim Zeitlinrestored const operator[]s for the compilers which...
2005-03-17  Vadim Zeitlinremoved const operator[]s (should fix 1162115)
2005-01-19  Włodzimierz SkibaFixes after removal of palmos/gccpriv.h.
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-12-01  Ryan NortonCorrect mistakes in wxStripExtension - correct wxString...
2004-11-17  Stefan Csomorfile name char set string conversions
2004-11-09  Vadim Zeitlindon't define comparison operators for wxString and...
2004-11-08  Vadim Zeitlindon't define comparison operators taking wxStrings...
2004-10-30  Ryan Nortonsolution to wxMBConv stuff - make a seperate XX2XX...
2004-10-30  David ElliottMake wxString::WorstEncodingCase take a const wxMBConv&
2004-10-29  Ryan NortonAdd wxString::WorstEncodingCase, other various cleanups
2004-10-29  Ryan Nortonadd some asserts for wxStringBufferLength
2004-10-22  Kevin HockDocumentation patch from Olly Betts
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-07  Ryan Norton1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd...
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-09-30  Vadim Zeitlincompilation fix for wxGetEmptyString() with wxUSE_STL...
2004-09-28  Vadim Zeitlinblind fix for wxGetEmptyString() compilation with wxUSE...
2004-09-27  Vadim Zeitlinfix crash when calling wxGetEmptyString() with wxUSE_ST...
2004-09-22  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-07-16  Vadim Zeitlinfixed fatal bug in wxString ctor from wxCharBuffer...
2004-06-10  Václav Slavíkremoved outdated comment
2004-05-31  Václav Slavíkdon't call CopyBeforeWrite when returning non-const...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-12  Vadim Zeitlinhopefully fixed strings.h mess completely now by not...
2004-02-08  Mattia Barbon Compilation fix for wxUSE_STL == 1 and wxUSE_UNICODE...
2004-01-17  Mattia Barbon Compilation fix for MSVC 6 and wxUSE_STL=1.
2003-12-14  Ryan NortonReneabled inlining, but kept warnings disabled....
2003-12-14  Ryan NortonFixed 2 warnings -
2003-11-22  Vadim Zeitlinfixed HAVE_STD_WSTRING test
2003-09-01  Mattia Barbon Corrected statements about wxString correctly handling
2003-08-24  Stefan NeisRemoved superfluous conditional include.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-30  Stefan Csomorworkaround CW bug
2003-07-27  Václav Slavíkcompilation fix for BC++
2003-07-25  David ElliottFixed operator[] recursion
2003-07-24  Mattia Barbon Create a new wxStringBase class, providing a STL...
2003-07-18  Mattia Barbon Fix wxStringBuffer for wxUSE_STL=1.
2003-07-18  Mattia Barbon Added wxStringBufferLength: works like wxStringBuffer...
2003-07-10  Julian SmartSome WinCE fixes
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
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-05-29  Gilles Depeyrotfixed error in inlined (standard) version of wxStringDa...
2003-05-29  Gilles Depeyrotimproved deallocation fix for Visual C++ Multithreaded...
2003-05-28  Gilles DepeyrotVC++ free must take place in same DLL as allocation...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-03-24  Vadim Zeitlinadded non-const begin()/end() methods to wxString ...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-26  Vadim Zeitlinadded iosfwrap.h (wrapper for <iosfwd>)
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-20  Vadim Zeitlinrewrote wxString::To/FromAscii() to fix a few small...
2002-08-17  Robert Roebling Convert %s to %ls and %c to %lc in printf and scanf...
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-10  Robert Roebling Implemented the various printf() functions under
2002-06-21  Gilles Depeyrotadded attribute printf checks to printf like functions...
2002-05-08  Gilles Depeyrotimproved out of memory handling by return failure statu...
2002-04-29  Vadim Zeitlinadded Append(const wxString&) overload and replaced...
2002-04-27  Vadim ZeitlinwxArray(int n) mods for wxArrayString
2002-02-20  Vadim Zeitlinuse base 10 by default in wxString::To[U]Long
2002-02-15  Vadim Zeitlinfixed <strings.h> include and also removed the obsolete...
2002-01-23  Václav Slavíkadded length argument to wxString::wxString(wchar_t...
2002-01-20  Vadim Zeitlintried to make wxArrayString(bool autosort) ctor more...
2001-12-24  Ron LeeAdded GetStringArray method.
2001-12-15  Václav SlavíkDJGPP compilation fixes
2001-12-01  Vadim Zeitlinadded wxStringBuffer helper
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-10-14  Gilles Depeyrotcorrected comment
2001-10-12  Vadim Zeitlinadded base parameter to wxString::To[U]Long
2001-10-12  Vadim Zeitlinmade wxString::assign() more efficient (don't force...
2001-10-04  George TaskerSpelling typos in comments fixed
2001-08-24  Vadim Zeitlindeclared private wxString::operator=(int) to prevent...
2001-06-14  Vadim Zeitlinhopefully finally fixed the problem with ambiguous...
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-04-26  Vadim Zeitlinapplied patch 417699 (remove WXDLLEXPORT from inline...
2001-02-03  Vadim Zeitlinfixed previous commit (no changes)
2001-02-03  Vadim Zeitlinapplied patch 103575 (more efficient wxString comparison)
2001-01-28  Vadim Zeitlinextended RemoveLast() to take size_t parameter
2001-01-04  Vadim Zeitlinadded wxArrayString::RemoveAt()
2000-10-04  Vadim Zeitlinmerged in the commit from the 2.2 branch
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-31  Robin DunnMinor additions to make working with binary buffers...
2000-01-31  David WebsterVA 4.0 fixes
2000-01-28  David WebsterVA 4.0 fixes
2000-01-26  David WebsterVisualage C++ V4.0 duplicate symbol fixes
2000-01-05  Vadim Zeitlinmore stream-like insertion operators
1999-12-21  Vadim ZeitlinwxString::Format() added
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-14  David WebsterVisualage C++ V4.0 updates
1999-12-10  Vadim ZeitlinwxString::substr() bug fixed
1999-11-26  Vadim Zeitlin1. wxBase compiles/links again
1999-11-15  Vadim ZeitlinwxSnprintf() and wxVsnprintf() added, documented and...
next