Include wxCocoa specific header
[wxWidgets.git] / include / wx / menu.h
2003-03-22  David ElliottInclude wxCocoa specific header
2003-03-21  David ElliottAllow headers to be compiled in Objective-C++ mode
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-04  Mattia Barbon Remove #ifdef __WXSTUBS__ from headers.
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-03-22  Václav SlavíkwxITEM_FOO instead of wxItem_Foo, for the sake of consi...
2002-03-19  Vadim Zeitlincompilation fix for FALSE -> wxItemKind conversion
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2001-10-10  Robin DunnRemoved client data stuff from wxMenuBase since it...
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-09  Julian SmartVarious fixes for wxMotif
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-22  Vadim Zeitlin1. wxMenuBar::FindMenu() made "const"
2000-02-22  Vadim Zeitlinmoved wxMenuBar::FindMenu(title) from MSW to common...
1999-11-15  Vadim ZeitlinwxMenu::callback stuff taken inside WXWIN_COMPATIBILITY...
1999-11-14  Julian SmartWatcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI...
1999-11-06  Julian SmartAdded some makefiles, fixed a BC++ problem in controls...
1999-11-02  Vadim ZeitlinwxGTK compiles (and seems to work) again after wxMenu...
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-10-27  Vadim Zeitlin1. wxMenu{Item|Bar} modifications for wxMotif
1999-10-26  Vadim Zeitlin1. added wxMenuBarBase
1999-07-28  David Webster*** empty log message ***
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision