Split this out from other changes to keep things sane..
[wxWidgets.git] / src / common / hash.cpp
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-06-06  Julian SmartCorrected typo in wxStringHashTable::Delete
2002-06-05  Julian SmartAdded Delete member to wxStringHashTable in order to...
2002-01-31  Julian SmartApplied hash copy fix, BC++ makefile fix (though not...
2001-12-10  Julian SmartReversed crazy wxKEY_STRING/INTEGER thing
2001-08-14  Robin DunnMoved fix from 2.2 branch that allows the attributes...
2001-06-15  Vadim Zeitlinapplied patch 430961 (fix for wxHashTable::Put(key...
2001-02-21  Václav Slavíkadded missing implementation of wxHashTableLong::Create
2000-09-10  Vadim Zeitlin1. added wxHelpProvider and (unfinished) wxSimpleHelpPr...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-03-04  Stefan NeisAdded a fix for compilers with problems to compute...
2000-03-02  Vadim Zeitlin1. wxGrid row can't be resized to less than minimal...
2000-02-29  Vadim Zeitlinadded wxHashTableLong
2000-02-25  Vadim ZeitlinWX_DECLARE_HASH() macro for type safe hashes
2000-02-18  Bart A.M. JourquinHashtable now supports negative keys
2000-02-02  Václav Slavíkfixed DeleteContents inconsistency: didn't free memory...
2000-01-11  Bart A.M. JourquinAdding GetCount() to wxHashTable
1999-12-17  Julian SmartMisc small mods
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-10-27  Václav Slavíkadded copy ctor to wxHashTable
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1998-09-11  Robert Roebling Updates to memcheck
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision