made new operator __alpha__ dependent
[wxWidgets.git] / include / wx / string.h
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.
1998-12-17  Julian SmartRemoved sometimes-ambiguous wxString operator
1998-12-01  Karsten BallüderAnother try to detect alpha systems and fix string...
1998-11-27  Karsten Ballüderhandle sizeof(int) correctly
1998-11-27  Karsten Ballüdermade operator definition dependent on sizeof(int),...
1998-11-26  Karsten Ballüdertrying to resolve string problem
1998-11-26  Karsten Ballüdertrying with only an operator[] (int) and not (size_t)
1998-11-25  Karsten Ballüdermade operator[](int n) const #ifdef _WXMSW__
1998-11-24  Vadim Zeitlin1. Empty() now doesn't free memory - Clear() does
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-11-11  Unknown (UG)const added to Contains
1998-11-06  Unknown (UG)no message
1998-11-06  Unknown (UG)dll fixes
1998-10-26  Julian SmartMotif and other mods
1998-10-12  Julian SmartChanges related to stream includes
1998-10-03  Vadim Zeitlinbogus assert removed, optimized (and removed a bug...
1998-09-30  Robin DunnFound the RIGHT place to make the __unix__ fix.
1998-09-30  Robin Dunnfixed Stricmp ifdef to also check for __unix__
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-21  Karsten Ballüdercheck for empty data pointer in Len() and Empty()
1998-09-17  Vadim Zeitlinfixed 64but bug with g_strEmpty initialization
1998-09-14  Julian SmartDLL-related changes
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-04  Vadim Zeitlinsize_t -> int conversion and the warnings about it...
1998-07-29  Julian SmartUpdate to docs incl. wxString first stab; added a coupl...
1998-07-27  Robert Roebling wxFrame::SetIcon()
1998-07-17  Vadim Zeitlincorrect (working) version of wxString
1998-07-15  Vadim Zeitlinoptimizations: more functions made inline, added Alloc...
1998-07-12  Vadim ZeitlinwxGetEmptyString() function added
1998-07-08  Vadim Zeitlin1) some size_t replaced with uint - does it now compile...
1998-07-03  Julian SmartAdded #pragmas for gcc.
1998-06-22  Vadim ZeitlinOops... just added wxString::Scanf() functions can...
1998-06-18  Vadim Zeitlin1) Right(char ch) now returns the part of the string...
1998-05-27  Julian SmartMisc changes for DOS compatibility, plus added wxApp...
next