]> git.saurik.com Git - wxWidgets.git/history - include/wx/string.h
Changes to WXDLLEXPORT keyword position for VC++ 6.0; changed
[wxWidgets.git] / include / wx / string.h
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