| 2005-11-30 |  Vadim Zeitlin | avoid multiple reallocations in wxString::PrintfV(... | blob | commitdiff | raw | 
| 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 | 
| 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 | 
| next |