2008-04-24 |
Václav Slavík | added wxString::Clone() and made wxString(wxCStrData... |
blob | commitdiff | raw |
2008-04-14 |
Václav Slavík | more wxString:[Aa]ppend() overloads for better compatib... |
blob | commitdiff | raw | diff to current |
2008-04-13 |
Vadim Zeitlin | fix crashes due to missing npos handling in several... |
blob | commitdiff | raw | diff to current |
2008-04-05 |
Vadim Zeitlin | document Alloc() vs returning bool (part of bug 1933693) |
blob | commitdiff | raw | diff to current |
2008-03-02 |
Vadim Zeitlin | PalmOS compilation fixes (wx-trunk-out.diff part of... |
blob | commitdiff | raw | diff to current |
2008-01-27 |
Václav Slavík | UTF-8 build fixes for appending, setting or searching... |
blob | commitdiff | raw | diff to current |
2008-01-09 |
Paul Cornett | check for self-assignment in operator= |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Václav Slavík | don't call wxString::Len() from operator==; use IsSameA... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Vadim Zeitlin | only provide ptrdiff_t versions of verious operator... |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Václav Slavík | removed wxSTRING_TEXT() macro in favour of wxS() |
blob | commitdiff | raw | diff to current |
2007-12-31 |
Vadim Zeitlin | removed support for Salford compiler (which was almost... |
blob | commitdiff | raw | diff to current |
2007-12-20 |
Vadim Zeitlin | no need to reenable VC warning 4251 now as it's globall... |
blob | commitdiff | raw | diff to current |
2007-12-08 |
Stefan Csomor | fn_str encoding symmetry fix |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Stefan Csomor | cleanup |
blob | commitdiff | raw | diff to current |
2007-10-26 |
Paul Cornett | revert calling static directly, its not always static |
blob | commitdiff | raw | diff to current |
2007-10-26 |
Paul Cornett | use class keyword to match forward decl, call static... |
blob | commitdiff | raw | diff to current |
2007-10-10 |
Václav Slavík | compilation fix for Mingw: it doesn't have std::wostream |
blob | commitdiff | raw | diff to current |
2007-10-09 |
Vadim Zeitlin | define insertion operator in std::wostream in Unicode... |
blob | commitdiff | raw | diff to current |
2007-10-09 |
Vadim Zeitlin | fixed operator<<(ostream&, wxString) to output string... |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Vadim Zeitlin | added WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE() macro and... |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Vadim Zeitlin | added WXDLLIMPEXP_BASE for a couple of template classes... |
blob | commitdiff | raw | diff to current |
2007-08-30 |
Vadim Zeitlin | fix resize() when it's used for truncating a string... |
blob | commitdiff | raw | diff to current |
2007-08-22 |
Václav Slavík | compilation fix for UTF8+STL |
blob | commitdiff | raw | diff to current |
2007-08-20 |
Václav Slavík | added wxUTF8StringBuffer for writing UTF8 data into... |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Václav Slavík | renamed wxImplStringBuffer to wxStringInternalBuffer |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Václav Slavík | compilation fix for wxString::Format("no variadic argum... |
blob | commitdiff | raw | diff to current |
2007-08-04 |
Vadim Zeitlin | added FromAscii(unsigned char *) overloads |
blob | commitdiff | raw | diff to current |
2007-07-30 |
Václav Slavík | don't crash in wxGetEmptyString(): it's now a #define... |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Vadim Zeitlin | added wxUSE_TASKBARICON; corrected condition for genera... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-07-01 |
Václav Slavík | silenced Watcom warning when deleting const pointer |
blob | commitdiff | raw | diff to current |
2007-06-28 |
Václav Slavík | don't assign m_next twice in wxStringIteratorNode ctor |
blob | commitdiff | raw | diff to current |
2007-06-28 |
Václav Slavík | 1. added default constructors for wxString iterators |
blob | commitdiff | raw | diff to current |
2007-06-28 |
Václav Slavík | added wxString::FromAscii(char*,size_t) for consistency... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | remove implicit conversion to C strings from wxString... |
blob | commitdiff | raw | diff to current |
2007-06-18 |
Václav Slavík | fixed wxString iterators linked list corruption |
blob | commitdiff | raw | diff to current |
2007-06-16 |
Václav Slavík | fixed FromUTF8() to accept NULL as well as len==npos... |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Václav Slavík | fixed VC6 warnings about non-dllexported members in... |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Václav Slavík | use wx/crt.h as the 'official' header for wxCRT wrapper... |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Václav Slavík | removed unused iterators ctors |
blob | commitdiff | raw | diff to current |
2007-05-15 |
Václav Slavík | make operators for comparing wxString and wx[W]CharBuff... |
blob | commitdiff | raw | diff to current |
2007-05-15 |
Václav Slavík | added operators for comparing wxString to wxCStrData |
blob | commitdiff | raw | diff to current |
2007-05-15 |
Václav Slavík | fixed non-const wxString iterators to work when a chara... |
blob | commitdiff | raw | diff to current |
2007-05-15 |
Václav Slavík | reverted accidental commit |
blob | commitdiff | raw | diff to current |
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 |
next |