2012-03-04 |
Vadim Zeitlin | Use __WINDOWS__ for OS kind checks and reserve __WXMSW_... |
blob | commitdiff | raw |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
blob | commitdiff | raw | diff to current |
2011-03-13 |
Vadim Zeitlin | Added precision parameter to wxString::From[C]Double(). |
blob | commitdiff | raw | diff to current |
2011-03-13 |
Vadim Zeitlin | No changes, just correct a wrong trailing comment in... |
blob | commitdiff | raw | diff to current |
2010-10-22 |
Vadim Zeitlin | Added "rest" argument to wxString::Before{First,Last}(). |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Vadim Zeitlin | Remove out of date code in DoStringPrintfV(). |
blob | commitdiff | raw | diff to current |
2010-09-20 |
Vadim Zeitlin | Don't use native MSW functions in wxString::CmpNoCase(). |
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-12 |
Vadim Zeitlin | Use string sort order with CompareString() in wxString... |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Vadim Zeitlin | Make it possible to use wxCharBuffer during program... |
blob | commitdiff | raw | diff to current |
2009-08-30 |
Vadim Zeitlin | Output the extracted number from wxString::ToXXX()... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-04-18 |
Francesco Montorsi | blind wxOS2 build fix |
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-04 |
Vadim Zeitlin | fix PCH-less build after last change (closes #10678) |
blob | commitdiff | raw | diff to current |
2009-04-03 |
Vadim Zeitlin | handle embedded NULs correctly in wxString::CmpNoCase... |
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-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-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
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-07 |
Vadim Zeitlin | optimize Replace() to use a linear algorithm (closes... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Vadim Zeitlin | use wcs(n)casecmp() if available; use wxStricmp() to... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | resolve the DLL linking problems with MSVC due to use... |
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-10-10 |
Vadim Zeitlin | don't crash when streaming out a wxString into an std... |
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-29 |
Vadim Zeitlin | fix After{First,Last}() to work for strings with non... |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Jouk Jansen | OpenVMS chokes on external templates |
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-06 |
Vadim Zeitlin | access TLS cache variable directly and not via a helper... |
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-29 |
Vadim Zeitlin | chanegd wxTlsValue to be pointer-like instead of value... |
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-10 |
Václav Slavík | added refcounting to wxCharBuffer to fix passing of... |
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-30 |
Vadim Zeitlin | optimize Replace() for the common case of replacing... |
blob | commitdiff | raw | diff to current |
2008-04-19 |
Václav Slavík | fixed wxString::Replace() to work directly on m_impl... |
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-12 |
Vadim Zeitlin | don't stop on NULs in Replace() |
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-15 |
Vadim Zeitlin | don't modify the output variable if ToXXX() fails to... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Vadim Zeitlin | don't use 8 bit characters in sources, this results... |
blob | commitdiff | raw | diff to current |
2007-10-23 |
David Elliott | Go back to my original idea of checking for EILSEQ... |
blob | commitdiff | raw | diff to current |
2007-10-20 |
David Elliott | Fix wxVsnprintf-using code on both trunk and 2.8 and... |
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-22 |
Paul Cornett | unused variable, more efficient increment operator |
blob | commitdiff | raw | diff to current |
2007-09-09 |
Vadim Zeitlin | no changes, just added a comment explaining the issues... |
blob | commitdiff | raw | diff to current |
2007-09-09 |
Vadim Zeitlin | return empty string, not NULL, from wxCStrData::AsChar... |
blob | commitdiff | raw | diff to current |
2007-09-06 |
Václav Slavík | fixed wxString::FromAscii signature |
blob | commitdiff | raw | diff to current |
2007-09-05 |
Robin Dunn | Pass length including the null-terminator to cWC2MB |
blob | commitdiff | raw | diff to current |
2007-08-22 |
Václav Slavík | replace wxStringToIntType<T> with a macro to make Watco... |
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-07-24 |
Vadim Zeitlin | use wxMBConvStrictUTF8 instead of wxMBConvUTF8 in Conve... |
blob | commitdiff | raw | diff to current |
2007-06-28 |
Václav Slavík | fixed FromAscii to work with NULL argument (broken... |
blob | commitdiff | raw | diff to current |
2007-06-28 |
Václav Slavík | fixed FromAscii() changes to correctly handle embedded... |
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-15 |
Václav Slavík | don't put invalid UTF-8 data into wxString if Printf... |
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-06-04 |
Václav Slavík | removed unneeded wxVaCopy calls |
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-09 |
Václav Slavík | changed wxString::StartsWidth/EndsWidth to take wxStrin... |
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 | 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-04-26 |
Václav Slavík | more efficient implementation of ToAscii/FromAscii... |
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 | corrected (Do)GetWriteBuf() return types to use more... |
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-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-15 |
Václav Slavík | implement wxString:IsXXX() methods using iterators |
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-11 |
Vadim Zeitlin | added our own implementation of strto[u]ll() if the... |
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-10 |
Stefan Csomor | correcting include style |
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-07 |
Václav Slavík | STL build compilation fix |
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-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-25 |
Václav Slavík | remove wxStringBase::AllocCopy(), it wasn't used anywhere |
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-18 |
Vadim Zeitlin | added wxJoin and wxSplit functions (modified patch... |
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-16 |
Václav Slavík | removed wxArrayString casting hack, it doesn't work... |
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 |
next |