VC++ free must take place in same DLL as allocation when using non dll
[wxWidgets.git] / include / wx / string.h
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...
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-11-05  Karsten Ballüderanother operator needed for __alpha__
1999-11-04  Karsten Ballüdermodification to AXP hack
1999-11-04  Karsten Ballüdermade new operator __alpha__ dependent
1999-11-04  Karsten Ballüderadded operator[](unsigned int) const -- testing it...
1999-10-29  Sylvain BougnouxAdd operator << (ostream&, const wxString&)
1999-10-27  Vadim Zeitlinalways use wxString::operator[](size_t) - wxWin doesn...
1999-10-22  Vadim Zeitlin1. some fixes for wxSortedArrayString
1999-10-22  Vadim Zeitlin1. made wxBase compile/link/run again under Unix
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-08  Robert Roebling Added strconv
1999-07-28  David Webster*** empty log message ***
1999-07-28  David Webster*** empty log message ***
1999-06-27  Robert Roebling Work on streams of all sorts. More to come.
1999-06-15  Vadim ZeitlinwxString::IsSameAs(char) added and documented as well...
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-14  Ove Kaavenoperator for wxString == wx[W]CharBuffer.
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-06-10  Ove KaavenUse wxStricmp instead of Stricmp in CmpNoCase.
1999-06-03  Vadim ZeitlinwxString::begin and end added
1999-06-02  Julian SmartAdded progdlgg.cpp to makefiles; fixed true/false in...
1999-05-17  Vadim Zeitlinfind_first/last_[not]_of() functions added
1999-05-09  Julian SmartMisc. fixes
1999-05-06  Julian SmartSome doc corrections; various small fixes for Cygwin...
1999-05-05  Ove KaavencWX2MB and cMB2WX should be available even when without...
1999-04-30  Ove KaavenShould compile better if wchar_t is not available.
1999-04-26  Robert Roebling added check for GTK 1.2
1999-04-26  Ove KaavenChanged capitalization style of wxConv*
1999-04-25  Ove KaavenUses wxUSE_WCHAR_T for compilers that don't support...
1999-04-24  Ove KaavencMB2WX and cWX2MB accepts null pointers.
1999-04-19  Ove KaavenHmm, seems Borland also doesn't want wchar_t in fopen...
1999-04-17  Ove KaavenNew private SetName method in wxCSConv...
1999-04-16  Brian MacyChanged some parameters to be const references
1999-04-16  Ove KaavenHm, better make the operators inline.
1999-04-16  Ove KaavenNeeded the reverse operator+ too...
1999-04-16  Ove Kaavenoperator+(const wxString&, const wx[W]CharBuffer)
1999-04-15  Ove KaavenSlightly better style?
1999-04-15  Ove KaavenAnother inline constructor to facilitate Unicode conver...
1999-04-15  Vadim ZeitlinGTK 1.0.x compilation fix
1999-04-14  Ove KaavenMore helpful Unicode stuff.
1999-04-14  Ove KaavenwxMBConv derived classes and instances.
1999-04-13  Ove KaavenwxString assignment operator from wx[W]CharBuffer.
1999-04-12  Ove KaavenSmall glitch.
1999-04-12  Ove KaavenUnicode support for wxString (wxchar.cpp won't compile...
1999-04-07  Vadim Zeitlinallow access to terminating NUL character with operator[]
1999-03-25  Vadim ZeitlinAIX patches from Hans-Joachim Baader <hans-joachim...
1999-03-12  Vadim Zeitlinmore things are done by configure: checks for bool...
1999-03-12  Vadim Zeitlinsome fixes for AIX compilation
1999-02-11  Stefan CsomorCW Win32 and Mac adaptions
1999-02-09  Vadim ZeitlinwxArrayString::Sort() implemented
1999-02-09  Julian SmartAdded more makefiles; fixed some samples for Cygwin
next