Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / common / stringimpl.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-12-28  Vadim ZeitlinUse memmove() instead of memcpy() in wxString::AssignCo...
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-28  Vadim Zeitlinremove redundant extern keywords from wxEmptyString...
2008-05-05  Vadim Zeitlindump totals as well as averages when gatheting statistics
2008-04-05  Vadim Zeitlinuse wxCHECK instead of wxASSERT in Alloc() to avoid...
2008-01-07  Vadim Zeitlincompilation fix for MSVC: remove implicit wxStringImpl...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-10-04  Michael WetherellFix wxString::replace when nLen is wxString::npos.
2007-08-21  Vadim ZeitlinFix bug with assigning a part of the string to the...
2007-06-10  Václav SlavíkPCH-less compilation fix
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-24  Václav Slavíkcorrected (Do)GetWriteBuf() return types to use more...
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-04-09  Vadim Zeitlindon't overwrite the buffer if extending it failed
2007-04-05  Vadim Zeitlinadded overloads taking pairs of const char/wchar_t...
2007-03-28  Václav Slavíksplit string.{h,cpp} into {string,stringimpl,arrstr...