Did somework on the generic dialogs,
[wxWidgets.git] / include / wx / dynarray.h
1999-08-06  Robert Roebling Distrib things,
1999-08-05  Robert Roebling Compile fix for dynarray,
1999-08-02  David Webster*** empty log message ***
1999-07-28  David Webster*** empty log message ***
1999-06-13  Vadim ZeitlinWXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1999-01-16  Julian SmartVarious changes for Salford C++, and commited fileconf...
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-12  Vadim ZeitlinWX_CLEAR_ARRAY() now calls Empty() too
1999-01-09  Vadim ZeitlinwxObjArray fix (part 2)
1998-12-29  Vadim Zeitlinadded WX_CLEAR_ARRAY() macro to delete all the elements...
1998-11-24  Vadim ZeitlinLISTs renamed to OBJARRAYs
1998-11-24  Vadim Zeitlin1. new wxList code
1998-09-18  Vadim ZeitlinwxBaseArray::Shrink() added
1998-09-14  Julian SmartDLL-related changes
1998-09-12  Robert Roebling Removed warnings
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-07-17  Vadim Zeitlinfixed compilation problems under Windows
1998-07-16  Vadim Zeitlinadded sorted arrays: they automatically sort items...
1998-07-08  Vadim ZeitlinLast() function added (the same as Item(Count() - 1))
1998-06-22  Vadim ZeitlinwxCHECK/wxCHECK_RET changes
1998-06-05  Vadim ZeitlinBool replaced by bool (I hope I got it right this time!)
1998-05-20  Karsten BallüderInitial revision