Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg.h according to precompiled headers...
[wxWidgets.git] / src / common / hashmap.cpp
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.