]> git.saurik.com Git - wxWidgets.git/history - include/wx/string.h
fix resize() when it's used for truncating a string in UTF-8 build; added test for...
[wxWidgets.git] / include / wx / string.h
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...
2007-04-15  Václav Slavíkremoved implicit conversion from wxString::iterator...
2007-04-14  Vadim Zeitlinadded overloads of ctor/insert/assign/append taking...
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-04-10  Václav Slavíkdon't crash if (char*)c_str() is used twice in a row...
2007-04-09  Václav Slavíkstring iterator's operator- should return difference_ty...
2007-04-09  Václav Slavíkremoved spurious semicolons
2007-04-08  Václav Slavíkfix crash in ~wxString with global wxString objects...
2007-04-06  Vadim Zeitlinadded operator-(const wxChar *, const wxCStrData&)...
2007-04-06  Vadim ZeitlinwxCStrData must be dllexport'd now that it has non...
2007-04-05  Vadim ZeitlinwxString::[const_]iterator operators -= and += should...
2007-04-05  Vadim Zeitlinadded overloads taking pairs of const char/wchar_t...
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-04-05  Václav Slavíkmade wxString::Replace, Matches and Find work with...
2007-04-04  Václav Slavíkbuild fixes after previous commit
2007-04-03  Václav Slavíkcleanup of wxString ctors and operator=: made both...
2007-04-03  Václav Slavíkcompilation fix for BCC5.5
2007-04-02  Václav Slavíkadded some unsigned char overloads to wxString for...
2007-03-30  Václav Slavíkadded char_str() and wchar_str() methods to wxString...
2007-03-29  Václav Slavíkfixed warning about comparing int to size_t
2007-03-29  Václav Slavíkadded wxCStrData::operator- for compatibility with...
2007-03-28  Vadim Zeitlinadded wxString::operator[](int) as it's commonly used...
2007-03-28  Václav Slavíksplit string.{h,cpp} into {string,stringimpl,arrstr...
2007-03-28  Václav Slavíkre-enabled using std::string for wxStringImpl if wxUSE_...
2007-03-26  Václav SlavíkPreparing wxString for UTF-8 representation:
2007-03-26  Václav Slavíkadded missing operators to wxString::reverse_iterator
2007-03-25  Václav Slavíkremove wxStringBase::AllocCopy(), it wasn't used anywhere
2007-03-23  Vadim Zeitlinalso removed WXDLLIMPEXP_BASE from friend declaration...
2007-03-23  Vadim Zeitlinremoved dll export declaration for wxCStrData: it's...
2007-03-23  Vadim Zeitlinfix DLL build with MSVC: it wasn't happy that some...
2007-03-22  Václav Slavíkreimplemented wx[W]CharBuffer using templates
2007-03-22  Vadim Zeitlinadded explicit conversion of wxCStrData to const void...
2007-03-22  Vadim Zeitlinadded macros to avoid code repetition when defining...
2007-03-22  Vadim Zeitlinadded wxCStrData conversion to const unsigned char...
2007-03-22  Vadim Zeitlinadd operator+=(unsigned char) for backwards compatibili...
2007-03-20  Václav Slavíkcompilation fix after STL fixes if 2.8 compatibility...
2007-03-19  Václav Slavíkfixed compilation if wxUSE_STL=1
2007-03-19  Václav Slavíktagged IsEmpty(), Strlen() and Stricmp() global functio...
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers
2007-03-19  Vadim Zeitlinadded wxString::operator=(const wxCStrData&) to make...
2007-03-19  Vadim Zeitlinadded ctor for wxChar/WCharBuffer from wxCStrData in...
2007-03-19  Vadim Zeitlinadd overloads of wxString and wxCStrData::operator...
2007-03-18  Vadim Zeitlinadded wxCStrData::operator+(long) overload (this fixes...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-07  Václav Slavíkdeprecated wxString::GetWriteBuf() and friends in favou...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-02-20  Václav Slavíkallow creating wxString from char*, assigning to it...
2006-11-08  Michael WetherellMove the #if disabling wxUSE_STD_STRING for watcom...
2006-10-30  Vadim Zeitlinforcefully disable wxUSE_STD_STRING and wxUSE_STL for...
next