]> git.saurik.com Git - wxWidgets.git/history - include/wx/dynarray.h
Fix tab navigation bug with static boxes without enabled children.
[wxWidgets.git] / include / wx / dynarray.h
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