| 2003-09-04 |  Mattia Barbon | Fix and testcase for wxString::rfind bug I introduced. | blob | commitdiff | raw | 
| 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 | 
| 2001-02-15 |  Gilles Depeyrot | modifications for compilation under Mac OS X | blob | commitdiff | raw | diff to current | 
| 2001-01-11 |  Vadim Zeitlin | fix/workaround for Trim() and accented letters | blob | commitdiff | raw | diff to current | 
| 2000-10-04 |  Vadim Zeitlin | merged in the commit from the 2.2 branch | blob | commitdiff | raw | diff to current | 
| 2000-07-24 |  Julian Smart | Corrected test for _vsnprintf | blob | commitdiff | raw | diff to current | 
| 2000-07-22 |  Julian Smart | Cygwin 1.1 mods (main branch) | blob | commitdiff | raw | diff to current | 
| 2000-07-15 |  Bryan Petty | merged 2.2 branch | blob | commitdiff | raw | diff to current | 
| 2000-02-23 |  George Tasker | ::IsNumber() returned FALSE if a + or - sign was the... | blob | commitdiff | raw | diff to current | 
| 2000-02-15 |  Ron Lee | fixed test for _vsnprintf | blob | commitdiff | raw | diff to current | 
| 2000-02-02 |  Vadim Zeitlin | another assert added to check incorrect use of ctor | blob | commitdiff | raw | diff to current | 
| 2000-01-31 |  Robin Dunn | Minor additions to make working with binary buffers... | blob | commitdiff | raw | diff to current | 
| 2000-01-31 |  Vadim Zeitlin | 1. bug in wxString::find_first_of() fixed | blob | commitdiff | raw | diff to current | 
| 2000-01-31 |  David Webster | VA 4.0 fixes | blob | commitdiff | raw | diff to current | 
| 2000-01-28 |  David Webster | VA 4.0 fixes | blob | commitdiff | raw | diff to current | 
| 2000-01-27 |  Vadim Zeitlin | wxString::find() now works again (was completely broken) | blob | commitdiff | raw | diff to current | 
| 2000-01-26 |  David Webster | Visualage C++ V4.0 duplicate symbol fixes | blob | commitdiff | raw | diff to current | 
| 2000-01-05 |  Vadim Zeitlin | more stream-like insertion operators | blob | commitdiff | raw | diff to current | 
| 1999-12-30 |  Vadim Zeitlin | 1. many, many, many warnings fixed (from HP-UX build... | blob | commitdiff | raw | diff to current | 
| 1999-12-24 |  Václav Slavík | fixed bug in wxString::DoCopy - it called Sort on alrea... | blob | commitdiff | raw | diff to current | 
| 1999-12-21 |  Vadim Zeitlin | added support for width and flags in wxDateTime::Format() | blob | commitdiff | raw | diff to current | 
| 1999-12-21 |  Vadim Zeitlin | wxString::Format() added | blob | commitdiff | raw | diff to current | 
| 1999-12-21 |  Vadim Zeitlin | 1. wxLongLong and wxDateTime compilation fixed for... | blob | commitdiff | raw | diff to current | 
| 1999-12-20 |  Julian Smart | Mostly Mingw32/Cygwin corrections | blob | commitdiff | raw | diff to current | 
| 1999-12-10 |  Vadim Zeitlin | wxString::substr() bug fixed | blob | commitdiff | raw | diff to current | 
| 1999-11-30 |  Vadim Zeitlin | wxDateTime starting to work, more tests for it and... | blob | commitdiff | raw | diff to current | 
| 1999-11-27 |  Vadim Zeitlin | 1. wxThread changes (detached/joinable) for MSW and... | blob | commitdiff | raw | diff to current | 
| 1999-11-15 |  Ron Lee | enabled _vsnprintf for mingw with norlander headers | blob | commitdiff | raw | diff to current | 
| 1999-11-15 |  Vadim Zeitlin | optimisation in wxString::AllocBeforeWrite() - realloc... | blob | commitdiff | raw | diff to current | 
| 1999-11-15 |  Vadim Zeitlin | wxSnprintf() and wxVsnprintf() added, documented and... | blob | commitdiff | raw | diff to current | 
| 1999-11-02 |  Vadim Zeitlin | include <wx/...> => include "wx/..." | blob | commitdiff | raw | diff to current | 
| 1999-10-29 |  Sylvain Bougnoux | Add operator << (ostream&, const wxString&) | blob | commitdiff | raw | diff to current | 
| 1999-10-22 |  Vadim Zeitlin | 1. some fixes for wxSortedArrayString | blob | commitdiff | raw | diff to current | 
| 1999-10-22 |  Vadim Zeitlin | 1. made wxBase compile/link/run again under Unix | blob | commitdiff | raw | diff to current | 
| 1999-10-08 |  Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... | blob | commitdiff | raw | diff to current | 
| 1999-10-04 |  Vadim Zeitlin | many changes; major ones: | blob | commitdiff | raw | diff to current | 
| 1999-09-29 |  Vadim Zeitlin | 1. added a brief overview of Unicode support | blob | commitdiff | raw | diff to current | 
| 1999-08-08 |  Robert Roebling | Added strconv | blob | commitdiff | raw | diff to current | 
| next |