]> git.saurik.com Git - wxWidgets.git/history - include/wx/string.h
Preparing wxString for UTF-8 representation:
[wxWidgets.git] / include / wx / string.h
2007-03-26  Václav SlavíkPreparing wxString for UTF-8 representation:
2007-03-26  Václav Slavíkadded missing operators to wxString::reverse_iterator
2007-03-25  Václav Slavíkremove wxStringBase::AllocCopy(), it wasn't used anywhere
2007-03-23  Vadim Zeitlinalso removed WXDLLIMPEXP_BASE from friend declaration...
2007-03-23  Vadim Zeitlinremoved dll export declaration for wxCStrData: it's...
2007-03-23  Vadim Zeitlinfix DLL build with MSVC: it wasn't happy that some...
2007-03-22  Václav Slavíkreimplemented wx[W]CharBuffer using templates
2007-03-22  Vadim Zeitlinadded explicit conversion of wxCStrData to const void...
2007-03-22  Vadim Zeitlinadded macros to avoid code repetition when defining...
2007-03-22  Vadim Zeitlinadded wxCStrData conversion to const unsigned char...
2007-03-22  Vadim Zeitlinadd operator+=(unsigned char) for backwards compatibili...
2007-03-20  Václav Slavíkcompilation fix after STL fixes if 2.8 compatibility...
2007-03-19  Václav Slavíkfixed compilation if wxUSE_STL=1
2007-03-19  Václav Slavíktagged IsEmpty(), Strlen() and Stricmp() global functio...
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers
2007-03-19  Vadim Zeitlinadded wxString::operator=(const wxCStrData&) to make...
2007-03-19  Vadim Zeitlinadded ctor for wxChar/WCharBuffer from wxCStrData in...
2007-03-19  Vadim Zeitlinadd overloads of wxString and wxCStrData::operator...
2007-03-18  Vadim Zeitlinadded wxCStrData::operator+(long) overload (this fixes...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-07  Václav Slavíkdeprecated wxString::GetWriteBuf() and friends in favou...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-02-20  Václav Slavíkallow creating wxString from char*, assigning to it...
2006-11-08  Michael WetherellMove the #if disabling wxUSE_STD_STRING for watcom...
2006-10-30  Vadim Zeitlinforcefully disable wxUSE_STD_STRING and wxUSE_STL for...
2006-10-28  Vadim Zeitlinadded wxString::ToLongLong() and ToULongLong() (feature...
2006-10-28  Vadim Zeitlindeprecate wxSTRING_MAXLEN in favour of wxString::npos
2006-09-20  Vadim Zeitlinremoved operator>>(istream&, wxString&) -- it's better...
2006-05-06  Vadim Zeitlinadded wxString::EndsWith() (patch 1483049)
2006-04-15  Vadim Zeitlinremoved unneeded reverse_iterator::operator->() which...
2006-04-15  Vadim Zeitlinadded wxString::rbegin() and rend()
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2006-03-12  Vadim Zeitlindefine size() in terms of length(), not vice versa...
2005-12-14  Vadim Zeitlinfriend declarations are not injected in the enclosing...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-08  Vadim ZeitlinwxString(const unsigned char *) ctor doesn't crash...
2005-10-31  Michael WetherellModify wxString::operator<<(wxLongLong_t) to avoid...
2005-10-15  Michael WetherellImplement string inserter for long long. This creates...
2005-08-10  Michael Wetherell#define wxUSE_STD_STRING to 0 rather than #undef it...
2005-07-29  Vadim Zeitlincompilation fix for IBM xlC (closes 1230392)
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-04-10  Mattia Barbon Check for wxUSE_STD_STRING with #if not with #ifdef,
2005-04-08  Ryan NortonVersion of [ 1177956 ] fix for wxString::operator=...
2005-04-07  Włodzimierz SkibaVC++ 1.5 no more supported.
2005-03-20  Vadim Zeitlinadded wxString ctor from std::string (inside #ifdef...
2005-03-18  Vadim Zeitlinrestored const operator[]s for the compilers which...
2005-03-17  Vadim Zeitlinremoved const operator[]s (should fix 1162115)
2005-01-19  Włodzimierz SkibaFixes after removal of palmos/gccpriv.h.
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-12-01  Ryan NortonCorrect mistakes in wxStripExtension - correct wxString...
2004-11-17  Stefan Csomorfile name char set string conversions
2004-11-09  Vadim Zeitlindon't define comparison operators for wxString and...
2004-11-08  Vadim Zeitlindon't define comparison operators taking wxStrings...
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 Nortonadd some asserts for wxStringBufferLength
2004-10-22  Kevin HockDocumentation patch from Olly Betts
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-07  Ryan Norton1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd...
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-09-30  Vadim Zeitlincompilation fix for wxGetEmptyString() with wxUSE_STL...
2004-09-28  Vadim Zeitlinblind fix for wxGetEmptyString() compilation with wxUSE...
2004-09-27  Vadim Zeitlinfix crash when calling wxGetEmptyString() with wxUSE_ST...
2004-09-22  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-07-16  Vadim Zeitlinfixed fatal bug in wxString ctor from wxCharBuffer...
2004-06-10  Václav Slavíkremoved outdated comment
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-02-12  Vadim Zeitlinhopefully fixed strings.h mess completely now by not...
2004-02-08  Mattia Barbon Compilation fix for wxUSE_STL == 1 and wxUSE_UNICODE...
2004-01-17  Mattia Barbon Compilation fix for MSVC 6 and wxUSE_STL=1.
2003-12-14  Ryan NortonReneabled inlining, but kept warnings disabled....
2003-12-14  Ryan NortonFixed 2 warnings -
2003-11-22  Vadim Zeitlinfixed HAVE_STD_WSTRING test
2003-09-01  Mattia Barbon Corrected statements about wxString correctly handling
2003-08-24  Stefan NeisRemoved superfluous conditional include.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-30  Stefan Csomorworkaround CW bug
2003-07-27  Václav Slavíkcompilation fix for BC++
2003-07-25  David ElliottFixed operator[] recursion
2003-07-24  Mattia Barbon Create a new wxStringBase class, providing a STL...
2003-07-18  Mattia Barbon Fix wxStringBuffer for wxUSE_STL=1.
2003-07-18  Mattia Barbon Added wxStringBufferLength: works like wxStringBuffer...
2003-07-10  Julian SmartSome WinCE fixes
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-05-29  Gilles Depeyrotfixed error in inlined (standard) version of wxStringDa...
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-24  Vadim Zeitlinadded non-const begin()/end() methods to wxString ...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-26  Vadim Zeitlinadded iosfwrap.h (wrapper for <iosfwd>)
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-20  Vadim Zeitlinrewrote wxString::To/FromAscii() to fix a few small...
next