| 2004-11-06 |  Ryan Norton | final cleanup of string conversion with null characters... | blob | commitdiff | raw | 
| 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 | 
| 2004-10-29 |  Ryan Norton | Add wxString::WorstEncodingCase, other various cleanups | blob | commitdiff | raw | diff to current | 
| 2004-10-29 |  Ryan Norton | Handle bad conversions correctly. Add Bad UTF8 test. | blob | commitdiff | raw | diff to current | 
| 2004-10-29 |  Ryan Norton | Handle invalid conversion slightly better, ecapsulate... | blob | commitdiff | raw | diff to current | 
| 2004-10-28 |  Ryan Norton | increase worst case to *4 for UTF8, switch a memcpy... | blob | commitdiff | raw | diff to current | 
| 2004-10-27 |  Ryan Norton | Use wxStringBufferLength instead of wxXCharBuffer in... | blob | commitdiff | raw | diff to current | 
| 2004-10-14 |  Włodzimierz Skiba | Fix to wrong order of parameters. Used wxStringBase... | blob | commitdiff | raw | diff to current | 
| 2004-10-13 |  Ryan Norton | crush compiler warnings and handle out of memory errors... | blob | commitdiff | raw | diff to current | 
| 2004-10-10 |  Ryan Norton | correct assignment in constructors, a little optimizati... | blob | commitdiff | raw | diff to current | 
| 2004-10-08 |  Ryan Norton | fix description | blob | commitdiff | raw | diff to current | 
| 2004-10-08 |  Ryan Norton | final null-char wxString stuff, a couple of bugfixes... | blob | commitdiff | raw | diff to current | 
| 2004-10-07 |  Ryan Norton | 1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd... | blob | commitdiff | raw | diff to current | 
| 2004-10-07 |  Robin Dunn | Correct compile errors in non-unicode build | blob | commitdiff | raw | diff to current | 
| 2004-10-07 |  Ryan Norton | 2.5.3 - cleanups, fixes, etc. etc. - | blob | commitdiff | raw | diff to current | 
| 2004-10-02 |  Vadim Zeitlin | added wxVaCopy() and use it to fix wxVsnprintf() crash... | blob | commitdiff | raw | diff to current | 
| 2004-09-26 |  Stefan Csomor | unicode fix for CW | blob | commitdiff | raw | diff to current | 
| 2004-09-22 |  Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... | blob | commitdiff | raw | diff to current | 
| 2004-08-11 |  Václav Slavík | fixed typo | blob | commitdiff | raw | diff to current | 
| 2004-08-11 |  Václav Slavík | assert if conversion ctors are used incorrectly | blob | commitdiff | raw | diff to current | 
| 2004-07-01 |  Vadim Zeitlin | implementation of the range insert for wxStringArray... | blob | commitdiff | raw | diff to current | 
| 2004-06-08 |  Václav Slavík | fixed wxString char<->wchar_t conversion constructors... | blob | commitdiff | raw | diff to current | 
| 2004-05-31 |  Václav Slavík | don't call CopyBeforeWrite when returning non-const... | blob | commitdiff | raw | diff to current | 
| 2004-05-23 |  Julian Smart | Use old licence name | blob | commitdiff | raw | diff to current | 
| 2004-05-23 |  Julian Smart | Name and version changes | blob | commitdiff | raw | diff to current | 
| 2004-05-07 |  Dimitri Schoolwerth | fixed bug #947908: wxString("abcdefghij", wxConvLibc... | blob | commitdiff | raw | diff to current | 
| 2003-12-11 |  Julian Smart | Applied patch [ 817734 ] fix for cvs head with wxUSE_ST... | blob | commitdiff | raw | diff to current | 
| 2003-11-18 |  Julian Smart | WinCE fixes from "Viktor Voroshylo" <viktor@voroshylo... | blob | commitdiff | raw | diff to current | 
| 2003-11-01 |  Vadim Zeitlin | compilation fix for VC++ statis MT build with wxUSE_STL==1 | blob | commitdiff | raw | diff to current | 
| 2003-09-11 |  Vadim Zeitlin | fix for C99-compatible vsnprintf() | blob | commitdiff | raw | diff to current | 
| 2003-09-04 |  Mattia Barbon | Fix and testcase for wxString::rfind bug I introduced. | blob | commitdiff | raw | diff to current | 
| 2003-09-01 |  Mattia Barbon | Corrected statements about wxString correctly handling | blob | commitdiff | raw | diff to current | 
| 2003-08-28 |  Mattia Barbon | wxString::rfind fixed for wxUSE_STL=0 from Robert... | blob | commitdiff | raw | diff to current | 
| 2003-08-09 |  Václav Slavík | added support for gcc precompiled headers | blob | commitdiff | raw | diff to current | 
| 2003-08-08 |  Vadim Zeitlin | don't ignore start parameter in find_last_of() | blob | commitdiff | raw | diff to current | 
| 2003-07-27 |  Václav Slavík | compilation fix for BC++ | blob | commitdiff | raw | diff to current | 
| 2003-07-24 |  Mattia Barbon | Create a new wxStringBase class, providing a STL... | blob | commitdiff | raw | diff to current | 
| 2003-07-15 |  Julian Smart | Added RTL functions missing from WinCE to wxchar.h/cpp | blob | commitdiff | raw | diff to current | 
| 2003-07-12 |  Mattia Barbon | Multilib linking fixes. | blob | commitdiff | raw | diff to current | 
| 2003-07-11 |  Julian Smart | More WinCE mods | blob | commitdiff | raw | diff to current | 
| 2003-07-11 |  Julian Smart | Oops, no such function as wxIsascii | blob | commitdiff | raw | diff to current | 
| 2003-07-11 |  Julian Smart | More WinCE mods. | blob | commitdiff | raw | diff to current | 
| 2003-07-10 |  Vadim Zeitlin | set string length properly in wxString(p, conv, len... | blob | commitdiff | raw | diff to current | 
| 2003-07-10 |  Vadim Zeitlin | make string at least empty (instead of containing garba... | blob | commitdiff | raw | diff to current | 
| 2003-07-08 |  Mattia Barbon | Compilation fix. | blob | commitdiff | raw | diff to current | 
| 2003-07-08 |  Mattia Barbon | Added --use-stl to cnfigure, wxUSE_STL to setup0.h | blob | commitdiff | raw | diff to current | 
| 2003-07-04 |  Mattia Barbon | wxArrayString::Sort(bool) not deprecated (yet). | blob | commitdiff | raw | diff to current | 
| 2003-07-03 |  Mattia Barbon | Moved some methods/classes inside COMPATIBILITY_2_4. | blob | commitdiff | raw | diff to current | 
| 2003-07-02 |  Václav Slavík | fixed to make wxBase DLL compile | blob | commitdiff | raw | diff to current | 
| 2003-06-15 |  Vadim Zeitlin | check parmateres in Replace() (bug 752716) | blob | commitdiff | raw | diff to current | 
| 2003-06-06 |  Robin Dunn | Put terminating NUL in the buffer since MB2WC doesn... | blob | commitdiff | raw | diff to current | 
| 2003-05-29 |  Gilles Depeyrot | improved deallocation fix for Visual C++ Multithreaded... | blob | commitdiff | raw | diff to current | 
| 2003-05-28 |  Gilles Depeyrot | VC++ free must take place in same DLL as allocation... | blob | commitdiff | raw | diff to current | 
| 2003-04-02 |  Julian Smart | Applied some of patch [ 688466 ] MSVC7 build & bug... | blob | commitdiff | raw | diff to current | 
| 2003-03-17 |  Julian Smart | Fixed copyrights and licence spelling | blob | commitdiff | raw | diff to current | 
| 2003-01-07 |  Julian Smart | Removed redundant <search.h> inclusion | blob | commitdiff | raw | diff to current | 
| 2003-01-07 |  Julian Smart | Applied patch [ 662321 ] Port of wxWindows to Wine | blob | commitdiff | raw | diff to current | 
| 2002-12-10 |  Julian Smart | Applied some of patch [ 650957 ] wxWinCE diff-0.0.4 | blob | commitdiff | raw | diff to current | 
| 2002-12-04 |  Vadim Zeitlin | merged 2.4 branch into the trunk | blob | commitdiff | raw | diff to current | 
| 2002-09-11 |  Stefan Neis | Fixed bug in Grow function (possibly not allocating... | blob | commitdiff | raw | diff to current | 
| 2002-08-25 |  Vadim Zeitlin | reorganized, improved and hopefully simplified wxchar... | blob | commitdiff | raw | diff to current | 
| 2002-08-20 |  Vadim Zeitlin | rewrote wxString::To/FromAscii() to fix a few small... | blob | commitdiff | raw | diff to current | 
| 2002-08-17 |  Robert Roebling | %s to %ls conversion | blob | commitdiff | raw | diff to current | 
| 2002-08-11 |  Robert Roebling | Added wxString::FromAscii() wxString::ToAscii(). | blob | commitdiff | raw | diff to current | 
| 2002-08-10 |  Robert Roebling | Implemented the various printf() functions under | blob | commitdiff | raw | diff to current | 
| 2002-05-08 |  Gilles Depeyrot | improved out of memory handling by return failure statu... | blob | commitdiff | raw | diff to current | 
| 2002-04-27 |  Vadim Zeitlin | wxArray(int n) mods for wxArrayString | blob | commitdiff | raw | diff to current | 
| 2002-04-25 |  Vadim Zeitlin | fixed typo in wxString::swap() which was completely... | blob | commitdiff | raw | diff to current | 
| 2002-02-20 |  Vadim Zeitlin | use base 10 by default in wxString::To[U]Long | blob | commitdiff | raw | diff to current | 
| 2002-02-15 |  Vadim Zeitlin | fixed <strings.h> include and also removed the obsolete... | blob | commitdiff | raw | diff to current | 
| 2002-01-26 |  Vadim Zeitlin | removed assert(size != 0) from wxArrayString::Alloc... | blob | commitdiff | raw | diff to current | 
| 2002-01-23 |  Václav Slavík | added length argument to wxString::wxString(wchar_t... | blob | commitdiff | raw | diff to current | 
| 2002-01-20 |  Vadim Zeitlin | tried to make wxArrayString(bool autosort) ctor more... | blob | commitdiff | raw | diff to current | 
| 2002-01-09 |  Vadim Zeitlin | fixes for the compilation warnings with Sun CC: | blob | commitdiff | raw | diff to current | 
| 2001-12-24 |  Ron Lee | Added GetStringArray method. | blob | commitdiff | raw | diff to current | 
| 2001-12-16 |  Václav Slavík | a mistake; djgpp doesn't have vsnprintf at all | blob | commitdiff | raw | diff to current | 
| 2001-12-15 |  Václav Slavík | DJGPP compilation fixes | blob | commitdiff | raw | diff to current | 
| 2001-12-03 |  Vadim Zeitlin | don't use wxRegEx in wxString::Matches | blob | commitdiff | raw | diff to current | 
| 2001-11-13 |  Vadim Zeitlin | fixed bugs in rfind() (patch 481325) | blob | commitdiff | raw | diff to current | 
| 2001-11-02 |  Vadim Zeitlin | fixed wxString::resize() which was completely broken | blob | commitdiff | raw | diff to current | 
| 2001-10-14 |  Vadim Zeitlin | 1. added wxStatusBarUniv | blob | commitdiff | raw | diff to current | 
| 2001-10-12 |  Vadim Zeitlin | added base parameter to wxString::To[U]Long | blob | commitdiff | raw | diff to current | 
| 2001-10-12 |  Vadim Zeitlin | fix for Solaris realloc() which moves the memory block... | blob | commitdiff | raw | diff to current | 
| 2001-09-28 |  Vadim Zeitlin | 1. made description of some options in configure [hopef... | blob | commitdiff | raw | diff to current | 
| 2001-09-24 |  David Webster | patch fix for a constant definition under OS/2 VA V4.0 | blob | commitdiff | raw | diff to current | 
| 2001-08-24 |  Vadim Zeitlin | no changes | blob | commitdiff | raw | diff to current | 
| 2001-07-14 |  Vadim Zeitlin | use wxRegEx if available in wxString::Matches | blob | commitdiff | raw | diff to current | 
| 2001-07-02 |  Vadim Zeitlin | fixed bug in wxString::Matches() - backtrack now if... | blob | commitdiff | raw | diff to current | 
| 2001-06-26 |  Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... | blob | commitdiff | raw | diff to current | 
| 2001-06-09 |  Vadim Zeitlin | 1. added wxAssertIsEqual() function to be used in wxASS... | blob | commitdiff | raw | diff to current | 
| 2001-06-08 |  Kendall Bennett | Merged latest changes from SciTech code base into wxWin... | blob | commitdiff | raw | diff to current | 
| 2001-06-06 |  Vadim Zeitlin | applied patch for compilation with gcc 3.0 | blob | commitdiff | raw | diff to current | 
| 2001-06-05 |  Vadim Zeitlin | applied patch 430452 (mingw32 compilation fixes) | blob | commitdiff | raw | diff to current | 
| 2001-04-17 |  Vadim Zeitlin | wxString::FormatV() fix (bug 416853) | blob | commitdiff | raw | diff to current | 
| next |