File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / src / common / string.cpp
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
2003-08-08  Vadim Zeitlindon't ignore start parameter in find_last_of()
2003-07-27  Václav Slavíkcompilation fix for BC++
2003-07-24  Mattia Barbon Create a new wxStringBase class, providing a STL...
2003-07-15  Julian SmartAdded RTL functions missing from WinCE to wxchar.h/cpp
2003-07-12  Mattia Barbon Multilib linking fixes.
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartOops, no such function as wxIsascii
2003-07-11  Julian SmartMore WinCE mods.
2003-07-10  Vadim Zeitlinset string length properly in wxString(p, conv, len...
2003-07-10  Vadim Zeitlinmake string at least empty (instead of containing garba...
2003-07-08  Mattia Barbon Compilation fix.
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-04  Mattia Barbon wxArrayString::Sort(bool) not deprecated (yet).
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-07-02  Václav Slavíkfixed to make wxBase DLL compile
2003-06-15  Vadim Zeitlincheck parmateres in Replace() (bug 752716)
2003-06-06  Robin DunnPut terminating NUL in the buffer since MB2WC doesn...
2003-05-29  Gilles Depeyrotimproved deallocation fix for Visual C++ Multithreaded...
2003-05-28  Gilles DepeyrotVC++ free must take place in same DLL as allocation...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-07  Julian SmartRemoved redundant <search.h> inclusion
next