]> git.saurik.com Git - wxWidgets.git/history - src/common/dynarray.cpp
include <wx/...> => include "wx/..."
[wxWidgets.git] / src / common / dynarray.cpp
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1998-09-18  Vadim ZeitlinwxBaseArray::Shrink() added
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-08  Denis PershinDP:
1998-08-07  Vadim Zeitlincouple of minor bug fixes/enhancements (interface uncha...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-07-17  Vadim Zeitlinfixed compilation problems under Windows
1998-07-16  Vadim Zeitlinadded sorted arrays: they automatically sort items...
1998-06-22  Vadim ZeitlinwxCHECK/wxCHECK_RET changes
1998-06-05  Vadim ZeitlinBool replaced by bool
1998-05-20  Karsten BallüderInitial revision