2007-04-15 |
Václav Slavík | removed implicit conversion from wxString::iterator... |
blob | commitdiff | raw |
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 |
2004-12-20 |
Włodzimierz Skiba | Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK... |
blob | commitdiff | raw | diff to current |
2004-12-01 |
Ryan Norton | Correct mistakes in wxStripExtension - correct wxString... |
blob | commitdiff | raw | diff to current |
2004-11-17 |
Stefan Csomor | file name char set string conversions |
blob | commitdiff | raw | diff to current |
2004-11-09 |
Vadim Zeitlin | don't define comparison operators for wxString and... |
blob | commitdiff | raw | diff to current |
2004-11-08 |
Vadim Zeitlin | don't define comparison operators taking wxStrings... |
blob | commitdiff | raw | diff to current |
2004-10-30 |
Ryan Norton | solution to wxMBConv stuff - make a seperate XX2XX... |
blob | commitdiff | raw | diff to current |
2004-10-30 |
David Elliott | Make wxString::WorstEncodingCase take a const wxMBConv& |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Ryan Norton | Add wxString::WorstEncodingCase, other various cleanups |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Ryan Norton | add some asserts for wxStringBufferLength |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Kevin Hock | Documentation patch from Olly Betts |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Julian Smart | Committed William Osborne's wxPalmOS port |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Ryan Norton | 1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd... |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Ryan Norton | 2.5.3 - cleanups, fixes, etc. etc. - |
blob | commitdiff | raw | diff to current |
2004-09-30 |
Vadim Zeitlin | compilation fix for wxGetEmptyString() with wxUSE_STL... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Vadim Zeitlin | blind fix for wxGetEmptyString() compilation with wxUSE... |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Vadim Zeitlin | fix crash when calling wxGetEmptyString() with wxUSE_ST... |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Vadim Zeitlin | fixed fatal bug in wxString ctor from wxCharBuffer... |
blob | commitdiff | raw | diff to current |
2004-06-10 |
Václav Slavík | removed outdated comment |
blob | commitdiff | raw | diff to current |
2004-05-31 |
Václav Slavík | don't call CopyBeforeWrite when returning non-const... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Vadim Zeitlin | hopefully fixed strings.h mess completely now by not... |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Mattia Barbon | Compilation fix for wxUSE_STL == 1 and wxUSE_UNICODE... |
blob | commitdiff | raw | diff to current |
2004-01-17 |
Mattia Barbon | Compilation fix for MSVC 6 and wxUSE_STL=1. |
blob | commitdiff | raw | diff to current |
2003-12-14 |
Ryan Norton | Reneabled inlining, but kept warnings disabled.... |
blob | commitdiff | raw | diff to current |
2003-12-14 |
Ryan Norton | Fixed 2 warnings - |
blob | commitdiff | raw | diff to current |
2003-11-22 |
Vadim Zeitlin | fixed HAVE_STD_WSTRING test |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Mattia Barbon | Corrected statements about wxString correctly handling |
blob | commitdiff | raw | diff to current |
next |