Remove Palm OS port.
[wxWidgets.git] / include / wx / string.h
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2011-03-30  Vadim ZeitlinAdd wxUSE_STD_CONTAINERS and turn it on by default.
2011-03-13  Vadim ZeitlinAdded precision parameter to wxString::From[C]Double().
2011-01-19  Vadim ZeitlinAdd wxHAS_LONG_LONG_T_DIFFERENT_FROM_LONG symbol.
2010-10-26  Vadim ZeitlinCompilation fix for wxUSE_UNICODE_WCHAR && !wxUSE_STL_B...
2010-10-22  Vadim ZeitlinAdded "rest" argument to wxString::Before{First,Last}().
2010-10-21  Vadim ZeitlinAdd missing comparison operator declarations in wxStrin...
2010-10-21  Vadim ZeitlinImplement comparisons between wxString::iterator and...
2010-07-01  Václav SlavíkUse wxScopedCharBuffer in To8BitData() in ANSI build...
2010-05-31  Vadim ZeitlinAdd wxString::FromDouble() and FromCDouble().
2010-05-31  Vadim ZeitlinMake wxString::ToCXXX() methods always available.
2010-04-11  Vadim ZeitlinAdd wxString::ToStdString() and ToStdWstring().
2010-02-28  Vadim ZeitlinAlways declare wxCStrData::As[W]Char() as being inline.
2009-11-05  Vadim ZeitlinChange wxLongLongFmtSpec to be a non-wide string.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-12  Vadim Zeitlindisable MSVC warning 4275 correctly (closes #10885)
2009-05-28  Vadim Zeitlinavoid g++ 4.3 warnings about conflict between parameter...
2009-04-15  Vadim Zeitlinremove dll export declaration from wxCStrData now that...
2009-04-13  Vadim Zeitlinreturn empty string instead of NULL from mb_str()/wc_st...
2009-04-12  Vadim Zeitlinreturn persistent buffers from mb_str()/wc_str() to...
2009-04-12  Václav Slavíkfixed wxString::utf8_str() in UTF8 build to return...
2009-03-30  Václav Slavíkalways return (owned or non-owned, depending on build...
2009-03-30  Václav Slavíkfixes or embedded NULs handling in wxString
2009-03-30  Václav Slavíkcompilation fix for wxUSE_UTF8_LOCALE_ONLY case
2009-03-29  Václav Slavíkadded length to wx(Scoped)CharBuffer to improve handlin...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-03-24  Václav Slavíkadded some clarifying comments to wxCStrData
2009-03-20  Francesco Montorsiadd the ToCLong, ToCULong and ToCDouble functions,...
2009-03-11  Václav Slavíkrenamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-31  Francesco Montorsiadd wxStringCheck templated utility function
2009-01-30  Stefan Csomorworkaround for crashes in release builds
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-30  Vadim Zeitlinfix linking problems due to MSVC implicitly considering...
2008-09-29  Vadim Zeitlinno real changes, just fixed all occurences of 'occurenc...
2008-09-22  Vadim Zeitlinno changes, just clarified meaning of various conversio...
2008-09-11  Stefan Csomorfixing compilo
2008-09-11  Stefan Csomorsolving osx problems (default inlines-hidden) by explic...
2008-09-07  Stefan Csomoravoiding crashes on osx during app shutdown
2008-09-06  Vadim Zeitlinimplement Empty() using clear() instead of Truncate(0)
2008-09-06  Vadim Zeitlinaccess TLS cache variable directly and not via a helper...
2008-08-31  Paul Cornettsilence warning with GCC -Wextra
2008-08-31  Vadim Zeitlinrename ShowCacheStats to wxStrCacheStatsDumper
2008-08-31  Vadim Zeitlincall GetCache() from a global object ctor to ensure...
2008-08-31  Vadim Zeitlinfix compilation for wxUSE_STD_STRING==0 case after...
2008-08-31  Vadim Zeitlindefine wxString::iterator::iterator_category correctly...
2008-08-29  Vadim Zeitlinchanegd wxTlsValue to be pointer-like instead of value...
2008-08-28  Vadim Zeitlindon't use new string caching code without compiler...
2008-08-28  Vadim Zeitlincompilation fix for non-UTF-8 build
2008-08-28  Vadim Zeitlinadd cache for last used position and string length...
2008-08-26  Václav Slavíkfixed writing to wxUniCharRef after its 'parent' iterat...
2008-08-08  Vadim Zeitlinundid changes accidentally committed as part of r55019
2008-08-08  Vadim Zeitlinadded wxTLS_TYPE() macro
2008-08-01  Vadim Zeitlinadd wxString::Capitalize() and MakeCapitalized() for...
2008-07-21  Vadim Zeitlinadded FromUTF8Unchecked() for ANSI build too
2008-07-19  Vadim Zeitlincheck that string passed to FromUTF8() is valid even...
2008-07-04  Robert Roeblingadded wxString.t_str() and used it in filefn.cpp
2008-06-07  Vadim Zeitlinuse memcpy() instead of wxTmemcpy() as the latter is...
2008-06-06  Vadim Zeitlininitialize wxStringBuffer with the original contents...
2008-04-24  Václav Slavíkadded wxString::Clone() and made wxString(wxCStrData...
2008-04-14  Václav Slavíkmore wxString:[Aa]ppend() overloads for better compatib...
2008-04-13  Vadim Zeitlinfix crashes due to missing npos handling in several...
2008-04-05  Vadim Zeitlindocument Alloc() vs returning bool (part of bug 1933693)
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2008-01-27  Václav SlavíkUTF-8 build fixes for appending, setting or searching...
2008-01-09  Paul Cornettcheck for self-assignment in operator=
2008-01-07  Václav Slavíkdon't call wxString::Len() from operator==; use IsSameA...
2008-01-06  Vadim Zeitlinonly provide ptrdiff_t versions of verious operator...
2008-01-02  Václav Slavíkremoved wxSTRING_TEXT() macro in favour of wxS()
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-12-20  Vadim Zeitlinno need to reenable VC warning 4251 now as it's globall...
2007-12-08  Stefan Csomorfn_str encoding symmetry fix
2007-11-16  Stefan Csomorcleanup
2007-10-26  Paul Cornettrevert calling static directly, its not always static
2007-10-26  Paul Cornettuse class keyword to match forward decl, call static...
2007-10-10  Václav Slavíkcompilation fix for Mingw: it doesn't have std::wostream
2007-10-09  Vadim Zeitlindefine insertion operator in std::wostream in Unicode...
2007-10-09  Vadim Zeitlinfixed operator<<(ostream&, wxString) to output string...
2007-09-14  Vadim Zeitlinadded WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE() macro and...
2007-09-14  Vadim Zeitlinadded WXDLLIMPEXP_BASE for a couple of template classes...
2007-08-30  Vadim Zeitlinfix resize() when it's used for truncating a string...
2007-08-22  Václav Slavíkcompilation fix for UTF8+STL
2007-08-20  Václav Slavíkadded wxUTF8StringBuffer for writing UTF8 data into...
2007-08-19  Václav Slavíkrenamed wxImplStringBuffer to wxStringInternalBuffer
2007-08-13  Václav Slavíkcompilation fix for wxString::Format("no variadic argum...
2007-08-04  Vadim Zeitlinadded FromAscii(unsigned char *) overloads
2007-07-30  Václav Slavíkdon't crash in wxGetEmptyString(): it's now a #define...
2007-07-19  Vadim Zeitlinadded wxUSE_TASKBARICON; corrected condition for genera...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-01  Václav Slavíksilenced Watcom warning when deleting const pointer
2007-06-28  Václav Slavíkdon't assign m_next twice in wxStringIteratorNode ctor
2007-06-28  Václav Slavík1. added default constructors for wxString iterators
2007-06-28  Václav Slavíkadded wxString::FromAscii(char*,size_t) for consistency...
2007-06-20  Václav Slavíkremove implicit conversion to C strings from wxString...
2007-06-18  Václav Slavíkfixed wxString iterators linked list corruption
2007-06-16  Václav Slavíkfixed FromUTF8() to accept NULL as well as len==npos...
2007-06-11  Václav Slavíkfixed VC6 warnings about non-dllexported members in...
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
next