2006-10-09 |
Václav Slavík | fixed the check in previous commit |
blob | commitdiff | raw |
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 |
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 |
next |