replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
[wxWidgets.git] / include / wx / string.h
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...
2007-05-17  Václav Slavíkremoved unused iterators ctors
2007-05-15  Václav Slavíkmake operators for comparing wxString and wx[W]CharBuff...
2007-05-15  Václav Slavíkadded operators for comparing wxString to wxCStrData
2007-05-15  Václav Slavíkfixed non-const wxString iterators to work when a chara...
2007-05-15  Václav Slavíkreverted accidental commit
2007-05-15  Václav Slavíkadded wxSTRING_TEXT() convenience macro for defining...
2007-05-13  Václav Slavíkcompilation fix for STL implementations that use (const...
2007-05-11  Václav Slavíkuse const wxMBConv& instead of wxMBConv& in public...
2007-05-10  Václav Slavíkfixed wxString::Last() to run in O(1), not O(n), in...
2007-05-10  Václav Slavíkfixed creation of wxString from another wxString's...
2007-05-09  Václav Slavíkchanged wxString::StartsWidth/EndsWidth to take wxStrin...
2007-05-06  Václav Slavíkfix compation with Watcom after latest vararg templates...
2007-05-05  Václav Slavíkfixed FromUTF8 in ANSI builds
2007-05-05  Václav Slavíkadded wxString::FromUTF8/ToUTF8/utf8_str()
2007-05-04  Václav Slavíkuse wxFormatString helper class for 'vararg' functions...
2007-05-03  Václav Slavíkfixed typo in Watcom code
2007-05-03  Václav Slavíkadded code for optimized handling of UTF-8 locales...
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-05-03  Václav Slavíkadded wx[W]CharBuffer/wxCStrData overloads to remaining...
2007-05-02  Václav Slavíkadded convenience functions wxString::To/From8BitData...
2007-04-27  Václav Slavíkinclude wxchar.h from string.h in 2.8 compatibility...
2007-04-27  Václav Slavíkadded copy ctor to wxCStrData to fix crashes when passi...
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-24  Václav Slavíkremoved wxCStrData::operator bool(), using c_str()...
2007-04-24  Václav Slavíkcorrected (Do)GetWriteBuf() return types to use more...
2007-04-23  Vadim Zeitlinadded implicit conversion of wxString to const void...
2007-04-19  Václav Slavíkfixed wxCStrData::operator[] to use wxString::operator...
2007-04-19  Václav Slavíkfixed compilation of STL non-UTF8 builds
2007-04-19  Václav Slavíkmoved primitive string and string iterators operations...
2007-04-17  Václav Slavíkadded conversion to and from std::string and std::wstri...
2007-04-16  Vadim Zeitlincorrected the direction of comparisons between wxString...
2007-04-16  Václav Slavíkadded wxMBConv argument to char_str()
2007-04-16  Václav Slavíkadded wxCStrData::As[W]CharBuf() that doesn't keep...
next