2007-10-23 |
David Elliott | Go back to my original idea of checking for EILSEQ... |
blob | commitdiff | raw |
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 |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
blob | commitdiff | raw | diff to current |
2007-02-24 |
Václav Slavík | changed wxArrayString::m_pItems from wxChar* to const... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Vadim Zeitlin | fixes and workarounds to return value of our own wxVsnp... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Vadim Zeitlin | NUL terminate the string in UngetWriteBuf(len) (bug... |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Michael Wetherell | Make the function passed to wxStringToIntType a templat... |
blob | commitdiff | raw | diff to current |
2006-11-08 |
Vadim Zeitlin | wxArrayString::Alloc() shouldn't clear the array contents |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Włodzimierz Skiba | Simplest fix received from OW community (Peter C. Chapin). |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Włodzimierz Skiba | wxWinCE build fix. |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Vadim Zeitlin | slightly reduce the number of #ifndef __WATCOMC__ |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Włodzimierz Skiba | Temporary ugly trick to make release for OpenWatcom... |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Vadim Zeitlin | deal correctly with vsnprintf() implementations which... |
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 | also reset errno iin ToDouble() |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Vadim Zeitlin | reset errno before testing it |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Vadim Zeitlin | extracted common code of ToLong and ToULong in a separa... |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Vadim Zeitlin | check for under/overflow in ToLong/ULong/Double() as... |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Václav Slavík | fixed the check in previous commit |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Václav Slavík | assert if wxString(void* pStart,void *pEnd) ctor is... |
blob | commitdiff | raw | diff to current |
2006-09-28 |
Vadim Zeitlin | fixed Contains() to pass the unit test (didn't work... |
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-06-15 |
Włodzimierz Skiba | Final fix for Bug #1472688 'wxString::Trim() is broken' |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Włodzimierz Skiba | Code symetry for both directions of trimming towards... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Włodzimierz Skiba | Source cleaning. |
blob | commitdiff | raw | diff to current |
2006-06-03 |
Vadim Zeitlin | wxArrayString::Sort() wasn't MT-safe even though it... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | added wxString::EndsWith() (patch 1483049) |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
blob | commitdiff | raw | diff to current |
2006-04-05 |
Vadim Zeitlin | 1. use a manifest constant wxNO_LEN instead of -1 for... |
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-04-01 |
Vadim Zeitlin | Described in the comments and documented the semantics... |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Vadim Zeitlin | avoid multiple reallocations in wxString::PrintfV(... |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Vadim Zeitlin | removed (now) unnecessary errno.h include |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Vadim Zeitlin | don't expect errno to be set to EOVERFLOW if vsnprintf... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-09-13 |
Vadim Zeitlin | qsort() should be passedonly extern C functions |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Włodzimierz Skiba | [1231183] 'cleanup: mismatched indentation' and other... |
blob | commitdiff | raw | diff to current |
2005-07-04 |
Włodzimierz Skiba | Prevent crash in wxString::Mid under STL builds (fixes... |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Vadim Zeitlin | fixed EOVERFLOW handlign after previous commit and... |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Vadim Zeitlin | replace complicated OS tests with simple ifdef EOVERFLO... |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Michael Wetherell | Compilation fix for djgpp |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Michael Wetherell | No EOVERFLOW on openbsd |
blob | commitdiff | raw | diff to current |
2005-04-15 |
Włodzimierz Skiba | Simpler for readable diffs in future new ports. |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Włodzimierz Skiba | Sending wxChar* outputs pointer instead of text under... |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Ryan Norton | fix wxString::Replace when new strings are longer than... |
blob | commitdiff | raw | diff to current |
2005-04-09 |
Ryan Norton | Get rid of superflous if statement - taken care of... |
blob | commitdiff | raw | diff to current |
2005-04-08 |
Ryan Norton | REWRITE wxStringBase::append and wxString::Replace. |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Stefan Neis | Compilation fix for old OS/2 compilers. |
blob | commitdiff | raw | diff to current |
2005-03-27 |
David Elliott | EOVERFLOW is not available on classic Mac OS. |
blob | commitdiff | raw | diff to current |
next |