2010-10-26 |
Vadim Zeitlin | Compilation fix for wxUSE_UNICODE_WCHAR && !wxUSE_STL_B... |
blob | commitdiff | raw |
2010-10-22 |
Vadim Zeitlin | Added "rest" argument to wxString::Before{First,Last}(). |
blob | commitdiff | raw | diff to current |
2010-10-21 |
Vadim Zeitlin | Add missing comparison operator declarations in wxStrin... |
blob | commitdiff | raw | diff to current |
2010-10-21 |
Vadim Zeitlin | Implement comparisons between wxString::iterator and... |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Václav Slavík | Use wxScopedCharBuffer in To8BitData() in ANSI build... |
blob | commitdiff | raw | diff to current |
2010-05-31 |
Vadim Zeitlin | Add wxString::FromDouble() and FromCDouble(). |
blob | commitdiff | raw | diff to current |
2010-05-31 |
Vadim Zeitlin | Make wxString::ToCXXX() methods always available. |
blob | commitdiff | raw | diff to current |
2010-04-11 |
Vadim Zeitlin | Add wxString::ToStdString() and ToStdWstring(). |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Vadim Zeitlin | Always declare wxCStrData::As[W]Char() as being inline. |
blob | commitdiff | raw | diff to current |
2009-11-05 |
Vadim Zeitlin | Change wxLongLongFmtSpec to be a non-wide string. |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Vadim Zeitlin | disable MSVC warning 4275 correctly (closes #10885) |
blob | commitdiff | raw | diff to current |
2009-05-28 |
Vadim Zeitlin | avoid g++ 4.3 warnings about conflict between parameter... |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Vadim Zeitlin | remove dll export declaration from wxCStrData now that... |
blob | commitdiff | raw | diff to current |
2009-04-13 |
Vadim Zeitlin | return empty string instead of NULL from mb_str()/wc_st... |
blob | commitdiff | raw | diff to current |
2009-04-12 |
Vadim Zeitlin | return persistent buffers from mb_str()/wc_str() to... |
blob | commitdiff | raw | diff to current |
2009-04-12 |
Václav Slavík | fixed wxString::utf8_str() in UTF8 build to return... |
blob | commitdiff | raw | diff to current |
2009-03-30 |
Václav Slavík | always return (owned or non-owned, depending on build... |
blob | commitdiff | raw | diff to current |
2009-03-30 |
Václav Slavík | fixes or embedded NULs handling in wxString |
blob | commitdiff | raw | diff to current |
2009-03-30 |
Václav Slavík | compilation fix for wxUSE_UTF8_LOCALE_ONLY case |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Václav Slavík | added length to wx(Scoped)CharBuffer to improve handlin... |
blob | commitdiff | raw | diff to current |
2009-03-27 |
Václav Slavík | split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer... |
blob | commitdiff | raw | diff to current |
2009-03-24 |
Václav Slavík | added some clarifying comments to wxCStrData |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Francesco Montorsi | add the ToCLong, ToCULong and ToCDouble functions,... |
blob | commitdiff | raw | diff to current |
2009-03-11 |
Václav Slavík | renamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-01-31 |
Francesco Montorsi | add wxStringCheck templated utility function |
blob | commitdiff | raw | diff to current |
2009-01-30 |
Stefan Csomor | workaround for crashes in release builds |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-10-30 |
Vadim Zeitlin | fix linking problems due to MSVC implicitly considering... |
blob | commitdiff | raw | diff to current |
2008-09-29 |
Vadim Zeitlin | no real changes, just fixed all occurences of 'occurenc... |
blob | commitdiff | raw | diff to current |
2008-09-22 |
Vadim Zeitlin | no changes, just clarified meaning of various conversio... |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Stefan Csomor | fixing compilo |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Stefan Csomor | solving osx problems (default inlines-hidden) by explic... |
blob | commitdiff | raw | diff to current |
2008-09-07 |
Stefan Csomor | avoiding crashes on osx during app shutdown |
blob | commitdiff | raw | diff to current |
2008-09-06 |
Vadim Zeitlin | implement Empty() using clear() instead of Truncate(0) |
blob | commitdiff | raw | diff to current |
2008-09-06 |
Vadim Zeitlin | access TLS cache variable directly and not via a helper... |
blob | commitdiff | raw | diff to current |
2008-08-31 |
Paul Cornett | silence warning with GCC -Wextra |
blob | commitdiff | raw | diff to current |
2008-08-31 |
Vadim Zeitlin | rename ShowCacheStats to wxStrCacheStatsDumper |
blob | commitdiff | raw | diff to current |
2008-08-31 |
Vadim Zeitlin | call GetCache() from a global object ctor to ensure... |
blob | commitdiff | raw | diff to current |
2008-08-31 |
Vadim Zeitlin | fix compilation for wxUSE_STD_STRING==0 case after... |
blob | commitdiff | raw | diff to current |
2008-08-31 |
Vadim Zeitlin | define wxString::iterator::iterator_category correctly... |
blob | commitdiff | raw | diff to current |
2008-08-29 |
Vadim Zeitlin | chanegd wxTlsValue to be pointer-like instead of value... |
blob | commitdiff | raw | diff to current |
2008-08-28 |
Vadim Zeitlin | don't use new string caching code without compiler... |
blob | commitdiff | raw | diff to current |
2008-08-28 |
Vadim Zeitlin | compilation fix for non-UTF-8 build |
blob | commitdiff | raw | diff to current |
2008-08-28 |
Vadim Zeitlin | add cache for last used position and string length... |
blob | commitdiff | raw | diff to current |
2008-08-26 |
Václav Slavík | fixed writing to wxUniCharRef after its 'parent' iterat... |
blob | commitdiff | raw | diff to current |
2008-08-08 |
Vadim Zeitlin | undid changes accidentally committed as part of r55019 |
blob | commitdiff | raw | diff to current |
2008-08-08 |
Vadim Zeitlin | added wxTLS_TYPE() macro |
blob | commitdiff | raw | diff to current |
2008-08-01 |
Vadim Zeitlin | add wxString::Capitalize() and MakeCapitalized() for... |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Vadim Zeitlin | added FromUTF8Unchecked() for ANSI build too |
blob | commitdiff | raw | diff to current |
2008-07-19 |
Vadim Zeitlin | check that string passed to FromUTF8() is valid even... |
blob | commitdiff | raw | diff to current |
2008-07-04 |
Robert Roebling | added wxString.t_str() and used it in filefn.cpp |
blob | commitdiff | raw | diff to current |
2008-06-07 |
Vadim Zeitlin | use memcpy() instead of wxTmemcpy() as the latter is... |
blob | commitdiff | raw | diff to current |
2008-06-06 |
Vadim Zeitlin | initialize wxStringBuffer with the original contents... |
blob | commitdiff | raw | diff to current |
2008-04-24 |
Václav Slavík | added wxString::Clone() and made wxString(wxCStrData... |
blob | commitdiff | raw | diff to current |
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 |
next |