Use the associated document manager, not the global one
[wxWidgets.git] / src / common / string.cpp
2007-01-07  Vadim Zeitlinfixes and workarounds to return value of our own wxVsnp...
2006-11-27  Vadim ZeitlinNUL terminate the string in UngetWriteBuf(len) (bug...
2006-11-10  Michael WetherellMake the function passed to wxStringToIntType a templat...
2006-11-08  Vadim ZeitlinwxArrayString::Alloc() shouldn't clear the array contents
2006-10-30  Włodzimierz SkibaSimplest fix received from OW community (Peter C. Chapin).
2006-10-30  Włodzimierz SkibawxWinCE build fix.
2006-10-30  Vadim Zeitlinslightly reduce the number of #ifndef __WATCOMC__
2006-10-30  Włodzimierz SkibaTemporary ugly trick to make release for OpenWatcom...
2006-10-29  Vadim Zeitlindeal correctly with vsnprintf() implementations which...
2006-10-28  Vadim Zeitlinadded wxString::ToLongLong() and ToULongLong() (feature...
2006-10-28  Vadim Zeitlinalso reset errno iin ToDouble()
2006-10-28  Vadim Zeitlinreset errno before testing it
2006-10-28  Vadim Zeitlinextracted common code of ToLong and ToULong in a separa...
2006-10-28  Vadim Zeitlincheck for under/overflow in ToLong/ULong/Double() as...
2006-10-09  Václav Slavíkfixed the check in previous commit
2006-10-09  Václav Slavíkassert if wxString(void* pStart,void *pEnd) ctor is...
2006-09-28  Vadim Zeitlinfixed Contains() to pass the unit test (didn't work...
2006-09-20  Vadim Zeitlinremoved operator>>(istream&, wxString&) -- it's better...
2006-06-15  Włodzimierz SkibaFinal fix for Bug #1472688 'wxString::Trim() is broken'
2006-06-14  Włodzimierz SkibaCode symetry for both directions of trimming towards...
2006-06-14  Włodzimierz SkibaSource cleaning.
2006-06-03  Vadim ZeitlinwxArrayString::Sort() wasn't MT-safe even though it...
2006-05-06  Vadim Zeitlinadded wxString::EndsWith() (patch 1483049)
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-05  Vadim Zeitlin1. use a manifest constant wxNO_LEN instead of -1 for...
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2006-04-01  Vadim ZeitlinDescribed in the comments and documented the semantics...
2005-11-30  Vadim Zeitlinavoid multiple reallocations in wxString::PrintfV(...
2005-11-30  Vadim Zeitlinremoved (now) unnecessary errno.h include
2005-11-29  Vadim Zeitlindon't expect errno to be set to EOVERFLOW if vsnprintf...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-13  Vadim Zeitlinqsort() should be passedonly extern C functions
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-04  Włodzimierz SkibaPrevent crash in wxString::Mid under STL builds (fixes...
2005-05-04  Vadim Zeitlinfixed EOVERFLOW handlign after previous commit and...
2005-05-04  Vadim Zeitlinreplace complicated OS tests with simple ifdef EOVERFLO...
2005-04-22  Michael WetherellCompilation fix for djgpp
2005-04-16  Michael WetherellNo EOVERFLOW on openbsd
2005-04-15  Włodzimierz SkibaSimpler for readable diffs in future new ports.
2005-04-13  Włodzimierz SkibaSending wxChar* outputs pointer instead of text under...
2005-04-11  Ryan Nortonfix wxString::Replace when new strings are longer than...
2005-04-09  Ryan NortonGet rid of superflous if statement - taken care of...
2005-04-08  Ryan NortonREWRITE wxStringBase::append and wxString::Replace.
2005-03-28  Stefan NeisCompilation fix for old OS/2 compilers.
2005-03-27  David ElliottEOVERFLOW is not available on classic Mac OS.
2005-03-26  Julian SmartAdded C/wxString array constructors to wxArrayString
2005-03-20  Vadim Zeitlinadded wxString ctor from std::string (inside #ifdef...
2005-03-14  Włodzimierz Skiba'Dummy' warning fixes (might be used uninitialized).
2005-03-03  Jouk Jansen Committing in .
2005-02-28  Włodzimierz SkibaDon't use the 'unix-like' check for Palm.
2005-02-28  Julian SmartMSW doesn't have EOVERFLOW, WinCE additionally doesn...
2005-02-28  Ryan Nortonfix for bug raised in patch [ 1145715 ] endless loop...
2005-02-19  Vadim Zeitlinoops, fixed crash introduced in last check in
2005-02-19  Vadim Zeitlinset string length to 0 in AllocBeforeWrite() just to...
2005-02-18  Ryan Norton[ 1123124 ] wxStringBase::Alloc can change string length
2005-02-15  Ryan Norton[ 1123256 ] wxString operator+ pre-allocates buffer...
2005-02-09  Ryan NortonFix eval order of arguments...
2005-01-10  Włodzimierz SkibaOld API deprecated. Use new and remove old usage where...
2004-12-01  Ryan NortonCorrect mistakes in wxStripExtension - correct wxString...
2004-11-21  Ryan NortonwxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossibl...
2004-11-06  Ryan Nortonfinal cleanup of string conversion with null characters...
2004-11-05  Ryan Nortoncast fix, workaround for pickeir compilers
2004-11-05  Ryan Nortonrest of 1061091, clean up define a bit
2004-11-04  Włodzimierz SkibaMake internal type for ToAscii conversion written once...
2004-11-04  Ryan Nortonwxdocmpnocase fixup
2004-10-31  Ryan Nortonfix const error on sane (not msvc) compilers
2004-10-30  Ryan Nortonsolution to wxMBConv stuff - make a seperate XX2XX...
2004-10-30  David ElliottMake wxString::WorstEncodingCase take a const wxMBConv&
2004-10-29  Ryan NortonAdd wxString::WorstEncodingCase, other various cleanups
2004-10-29  Ryan NortonHandle bad conversions correctly. Add Bad UTF8 test.
2004-10-29  Ryan NortonHandle invalid conversion slightly better, ecapsulate...
2004-10-28  Ryan Nortonincrease worst case to *4 for UTF8, switch a memcpy...
2004-10-27  Ryan NortonUse wxStringBufferLength instead of wxXCharBuffer in...
2004-10-14  Włodzimierz SkibaFix to wrong order of parameters. Used wxStringBase...
2004-10-13  Ryan Nortoncrush compiler warnings and handle out of memory errors...
2004-10-10  Ryan Nortoncorrect assignment in constructors, a little optimizati...
2004-10-08  Ryan Nortonfix description
2004-10-08  Ryan Nortonfinal null-char wxString stuff, a couple of bugfixes...
2004-10-07  Ryan Norton1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd...
2004-10-07  Robin DunnCorrect compile errors in non-unicode build
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-10-02  Vadim Zeitlinadded wxVaCopy() and use it to fix wxVsnprintf() crash...
2004-09-26  Stefan Csomorunicode fix for CW
2004-09-22  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-08-11  Václav Slavíkfixed typo
2004-08-11  Václav Slavíkassert if conversion ctors are used incorrectly
2004-07-01  Vadim Zeitlinimplementation of the range insert for wxStringArray...
2004-06-08  Václav Slavíkfixed wxString char<->wchar_t conversion constructors...
2004-05-31  Václav Slavíkdon't call CopyBeforeWrite when returning non-const...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-07  Dimitri Schoolwerthfixed bug #947908: wxString("abcdefghij", wxConvLibc...
2003-12-11  Julian SmartApplied patch [ 817734 ] fix for cvs head with wxUSE_ST...
2003-11-18  Julian SmartWinCE fixes from "Viktor Voroshylo" <viktor@voroshylo...
2003-11-01  Vadim Zeitlincompilation fix for VC++ statis MT build with wxUSE_STL==1
2003-09-11  Vadim Zeitlinfix for C99-compatible vsnprintf()
2003-09-04  Mattia Barbon Fix and testcase for wxString::rfind bug I introduced.
2003-09-01  Mattia Barbon Corrected statements about wxString correctly handling
2003-08-28  Mattia Barbon wxString::rfind fixed for wxUSE_STL=0 from Robert...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
next