]> git.saurik.com Git - wxWidgets.git/history - include/wx/string.h
Some corrections for BC++ compilation; Latex doc corrections
[wxWidgets.git] / include / wx / string.h
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...
1998-05-20  Karsten BallüderInitial revision