2007-05-15 |
Václav Slavík | reverted accidental commit |
blob | commitdiff | raw |
2007-05-15 |
Václav Slavík | added wxSTRING_TEXT() convenience macro for defining... |
blob | commitdiff | raw | diff to current |
2007-05-13 |
Václav Slavík | compilation fix for STL implementations that use (const... |
blob | commitdiff | raw | diff to current |
2007-05-11 |
Václav Slavík | use const wxMBConv& instead of wxMBConv& in public... |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Václav Slavík | fixed wxString::Last() to run in O(1), not O(n), in... |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Václav Slavík | fixed creation of wxString from another wxString's... |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Václav Slavík | changed wxString::StartsWidth/EndsWidth to take wxStrin... |
blob | commitdiff | raw | diff to current |
2007-05-06 |
Václav Slavík | fix compation with Watcom after latest vararg templates... |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Václav Slavík | fixed FromUTF8 in ANSI builds |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Václav Slavík | added wxString::FromUTF8/ToUTF8/utf8_str() |
blob | commitdiff | raw | diff to current |
2007-05-04 |
Václav Slavík | use wxFormatString helper class for 'vararg' functions... |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Václav Slavík | fixed typo in Watcom code |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Václav Slavík | added code for optimized handling of UTF-8 locales... |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Václav Slavík | fixed vararg functions with format argument to not... |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Václav Slavík | added wx[W]CharBuffer/wxCStrData overloads to remaining... |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Václav Slavík | added convenience functions wxString::To/From8BitData... |
blob | commitdiff | raw | diff to current |
2007-04-27 |
Václav Slavík | include wxchar.h from string.h in 2.8 compatibility... |
blob | commitdiff | raw | diff to current |
2007-04-27 |
Václav Slavík | added copy ctor to wxCStrData to fix crashes when passi... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Václav Slavík | use UTF8-encoded char* strings in UTF8 build instead... |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Václav Slavík | removed wxCStrData::operator bool(), using c_str()... |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Václav Slavík | corrected (Do)GetWriteBuf() return types to use more... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Vadim Zeitlin | added implicit conversion of wxString to const void... |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Václav Slavík | fixed wxCStrData::operator[] to use wxString::operator... |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Václav Slavík | fixed compilation of STL non-UTF8 builds |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Václav Slavík | moved primitive string and string iterators operations... |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Václav Slavík | added conversion to and from std::string and std::wstri... |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Vadim Zeitlin | corrected the direction of comparisons between wxString... |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Václav Slavík | added wxMBConv argument to char_str() |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Václav Slavík | added wxCStrData::As[W]CharBuf() that doesn't keep... |
blob | commitdiff | raw | diff to current |
2007-04-15 |
Václav Slavík | removed implicit conversion from wxString::iterator... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Vadim Zeitlin | added overloads of ctor/insert/assign/append taking... |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Václav Slavík | initial version of UTF-8 strings representation (still... |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Václav Slavík | don't crash if (char*)c_str() is used twice in a row... |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Václav Slavík | string iterator's operator- should return difference_ty... |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Václav Slavík | removed spurious semicolons |
blob | commitdiff | raw | diff to current |
2007-04-08 |
Václav Slavík | fix crash in ~wxString with global wxString objects... |
blob | commitdiff | raw | diff to current |
2007-04-06 |
Vadim Zeitlin | added operator-(const wxChar *, const wxCStrData&)... |
blob | commitdiff | raw | diff to current |
2007-04-06 |
Vadim Zeitlin | wxCStrData must be dllexport'd now that it has non... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Vadim Zeitlin | wxString::[const_]iterator operators -= and += should... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Vadim Zeitlin | added overloads taking pairs of const char/wchar_t... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Václav Slavík | provide both const char* and const wchar_t* implicit... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Václav Slavík | made wxString::Replace, Matches and Find work with... |
blob | commitdiff | raw | diff to current |
2007-04-04 |
Václav Slavík | build fixes after previous commit |
blob | commitdiff | raw | diff to current |
2007-04-03 |
Václav Slavík | cleanup of wxString ctors and operator=: made both... |
blob | commitdiff | raw | diff to current |
2007-04-03 |
Václav Slavík | compilation fix for BCC5.5 |
blob | commitdiff | raw | diff to current |
2007-04-02 |
Václav Slavík | added some unsigned char overloads to wxString for... |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Václav Slavík | added char_str() and wchar_str() methods to wxString... |
blob | commitdiff | raw | diff to current |
2007-03-29 |
Václav Slavík | fixed warning about comparing int to size_t |
blob | commitdiff | raw | diff to current |
2007-03-29 |
Václav Slavík | added wxCStrData::operator- for compatibility with... |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Vadim Zeitlin | added wxString::operator[](int) as it's commonly used... |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Václav Slavík | split string.{h,cpp} into {string,stringimpl,arrstr... |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Václav Slavík | re-enabled using std::string for wxStringImpl if wxUSE_... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Václav Slavík | Preparing wxString for UTF-8 representation: |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Václav Slavík | added missing operators to wxString::reverse_iterator |
blob | commitdiff | raw | diff to current |
2007-03-25 |
Václav Slavík | remove wxStringBase::AllocCopy(), it wasn't used anywhere |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Vadim Zeitlin | also removed WXDLLIMPEXP_BASE from friend declaration... |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Vadim Zeitlin | removed dll export declaration for wxCStrData: it's... |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Vadim Zeitlin | fix DLL build with MSVC: it wasn't happy that some... |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Václav Slavík | reimplemented wx[W]CharBuffer using templates |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Vadim Zeitlin | added explicit conversion of wxCStrData to const void... |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Vadim Zeitlin | added macros to avoid code repetition when defining... |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Vadim Zeitlin | added wxCStrData conversion to const unsigned char... |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Vadim Zeitlin | add operator+=(unsigned char) for backwards compatibili... |
blob | commitdiff | raw | diff to current |
2007-03-20 |
Václav Slavík | compilation fix after STL fixes if 2.8 compatibility... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Václav Slavík | fixed compilation if wxUSE_STL=1 |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Václav Slavík | tagged IsEmpty(), Strlen() and Stricmp() global functio... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Václav Slavík | split wxchar.h into several smaller headers |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Vadim Zeitlin | added wxString::operator=(const wxCStrData&) to make... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Vadim Zeitlin | added ctor for wxChar/WCharBuffer from wxCStrData in... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Vadim Zeitlin | add overloads of wxString and wxCStrData::operator... |
blob | commitdiff | raw | diff to current |
2007-03-18 |
Vadim Zeitlin | added wxCStrData::operator+(long) overload (this fixes... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Václav Slavík | deprecated wxString::GetWriteBuf() and friends in favou... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
blob | commitdiff | raw | diff to current |
2007-02-20 |
Václav Slavík | allow creating wxString from char*, assigning to it... |
blob | commitdiff | raw | diff to current |
2006-11-08 |
Michael Wetherell | Move the #if disabling wxUSE_STD_STRING for watcom... |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Vadim Zeitlin | forcefully disable wxUSE_STD_STRING and wxUSE_STL for... |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Vadim Zeitlin | added wxString::ToLongLong() and ToULongLong() (feature... |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Vadim Zeitlin | deprecate wxSTRING_MAXLEN in favour of wxString::npos |
blob | commitdiff | raw | diff to current |
2006-09-20 |
Vadim Zeitlin | removed operator>>(istream&, wxString&) -- it's better... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | added wxString::EndsWith() (patch 1483049) |
blob | commitdiff | raw | diff to current |
2006-04-15 |
Vadim Zeitlin | removed unneeded reverse_iterator::operator->() which... |
blob | commitdiff | raw | diff to current |
2006-04-15 |
Vadim Zeitlin | added wxString::rbegin() and rend() |
blob | commitdiff | raw | diff to current |
2006-04-05 |
Vadim Zeitlin | 1. changed all "wxMBConv& conv" parameters to "const... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Vadim Zeitlin | define size() in terms of length(), not vice versa... |
blob | commitdiff | raw | diff to current |
2005-12-14 |
Vadim Zeitlin | friend declarations are not injected in the enclosing... |
blob | commitdiff | raw | diff to current |
2005-11-19 |
Mart Raudsepp | Spelling fixes from Andreas Mohr (patch #1360064) |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Vadim Zeitlin | wxString(const unsigned char *) ctor doesn't crash... |
blob | commitdiff | raw | diff to current |
2005-10-31 |
Michael Wetherell | Modify wxString::operator<<(wxLongLong_t) to avoid... |
blob | commitdiff | raw | diff to current |
2005-10-15 |
Michael Wetherell | Implement string inserter for long long. This creates... |
blob | commitdiff | raw | diff to current |
2005-08-10 |
Michael Wetherell | #define wxUSE_STD_STRING to 0 rather than #undef it... |
blob | commitdiff | raw | diff to current |
2005-07-29 |
Vadim Zeitlin | compilation fix for IBM xlC (closes 1230392) |
blob | commitdiff | raw | diff to current |
2005-06-08 |
Włodzimierz Skiba | Second part of '[ 1216148 ] cleanup: unused variables... |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Mattia Barbon | Check for wxUSE_STD_STRING with #if not with #ifdef, |
blob | commitdiff | raw | diff to current |
2005-04-08 |
Ryan Norton | Version of [ 1177956 ] fix for wxString::operator=... |
blob | commitdiff | raw | diff to current |
2005-04-07 |
Włodzimierz Skiba | VC++ 1.5 no more supported. |
blob | commitdiff | raw | diff to current |
2005-03-20 |
Vadim Zeitlin | added wxString ctor from std::string (inside #ifdef... |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Vadim Zeitlin | restored const operator[]s for the compilers which... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Vadim Zeitlin | removed const operator[]s (should fix 1162115) |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Włodzimierz Skiba | Fixes after removal of palmos/gccpriv.h. |
blob | commitdiff | raw | diff to current |
next |