2007-05-04 |
Václav Slavík | use wxFormatString helper class for 'vararg' functions... |
blob | commitdiff | raw |
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 |
2005-03-26 |
Julian Smart | Added C/wxString array constructors to wxArrayString |
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-14 |
Włodzimierz Skiba | 'Dummy' warning fixes (might be used uninitialized). |
blob | commitdiff | raw | diff to current |
2005-03-03 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Włodzimierz Skiba | Don't use the 'unix-like' check for Palm. |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Julian Smart | MSW doesn't have EOVERFLOW, WinCE additionally doesn... |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Ryan Norton | fix for bug raised in patch [ 1145715 ] endless loop... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Vadim Zeitlin | oops, fixed crash introduced in last check in |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Vadim Zeitlin | set string length to 0 in AllocBeforeWrite() just to... |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Ryan Norton | [ 1123124 ] wxStringBase::Alloc can change string length |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Ryan Norton | [ 1123256 ] wxString operator+ pre-allocates buffer... |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Ryan Norton | Fix eval order of arguments... |
blob | commitdiff | raw | diff to current |
2005-01-10 |
Włodzimierz Skiba | Old API deprecated. Use new and remove old usage where... |
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-21 |
Ryan Norton | wxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossibl... |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Ryan Norton | final cleanup of string conversion with null characters... |
blob | commitdiff | raw | diff to current |
2004-11-05 |
Ryan Norton | cast fix, workaround for pickeir compilers |
blob | commitdiff | raw | diff to current |
2004-11-05 |
Ryan Norton | rest of 1061091, clean up define a bit |
blob | commitdiff | raw | diff to current |
2004-11-04 |
Włodzimierz Skiba | Make internal type for ToAscii conversion written once... |
blob | commitdiff | raw | diff to current |
2004-11-04 |
Ryan Norton | wxdocmpnocase fixup |
blob | commitdiff | raw | diff to current |
2004-10-31 |
Ryan Norton | fix const error on sane (not msvc) compilers |
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 |
next |