added length argument to wxString::wxString(wchar_t*), just like in case of wxChar...
[wxWidgets.git] / include / wx / string.h
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
1999-02-04  Vadim Zeitlinsome compilation "enhancements"
1999-02-04  Vadim Zeitlinconversions from int/long to wxString won't compile...
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-31  Julian SmartAdded a few files; fixed some warnings and wxMotif...
1999-01-31  Julian SmartSome corrections for BC++ compilation; Latex doc correc...
1999-01-28  Vadim Zeitlinbool wxString::operator!() const added
1999-01-26  Vadim ZeitlinAdded Upper() and Lower() - return the copy of the...
1999-01-16  Julian SmartVarious changes for Salford C++, and commited fileconf...
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-01  Vadim ZeitlinwxString(const wxString& str, size_t position, size_t...
1999-01-01  Stefan Csomormac support as stubs added
1998-12-30  Julian SmartUpdated the Remstar ODBC files, got the db sample compi...
1998-12-28  Julian SmartFixes to wxMotif scrolling and colours (wxTreeCtrl...
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-18  Julian SmartPartial Watcom C++ 10.6 support added (doesn't link...
1998-12-17  Julian SmartBother, had to revert it since it caused more ambiguities.
next