]> git.saurik.com Git - wxWidgets.git/history - include/wx/dynarray.h
1. wxDateTimeHolidayAuthority class for calculating the holidays added
[wxWidgets.git] / include / wx / dynarray.h
2000-01-02  Vadim Zeitlin1. wxDateTimeHolidayAuthority class for calculating...
1999-11-18  Vadim ZeitlinRemove() -> RemoveAt()
1999-11-18  Vadim Zeitlinbug in wxArray::Remove() fixed (thanks Robert)
1999-11-16  Vadim ZeitlinRemoveAt() added to array classes
1999-10-12  Vadim Zeitlin1. DLL compilation fixes (wrong WXDLLEXPORT placement...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-01  Vadim ZeitlinwxCALLBACK added, wxCOMPFUNC_CONV moved to defs.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