Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / common / hashmap.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-06-14  Vadim Zeitlindon't compile in wx hash code unless we really use...
2008-01-14  Paul Cornettavoid GCC warning about type-punned pointer breaking...
2007-03-28  Václav Slavíkmade wxHashMap work with any form of strings
2006-06-20  Włodzimierz SkibaInclude wx/hashmap.h according to precompiled headers...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-08  Mattia Barbon When wxUSE_STL == 1 and STL provides quasi-standard...
2003-11-23  Mattia Barbon New wxHashTable implementation when wxUSE_STL ==...
2003-08-20  Mattia Barbon Keep order of nodes when wxHashMap is resized; this...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-02-01  Vadim Zeitlinvarious minor fixes to wxHashMap: compilation warnings...
2002-02-01  David WebsterGot rid of the bad EOLs.
2002-01-29  Mattia BarbonNew wxHashMap class.