Fixed copyrights and licence spelling
[wxWidgets.git] / src / common / menucmn.cpp
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-01  Gilles DepeyrotOnly call use uppercase letter if control, alt, or...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2002-03-09  Vadim Zeitlinadded support for non alphanumeric simple character...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-01-23  Vadim Zeitlinfixed FindItem() to work with submenus
2000-03-10  Robert Roebling Fixed various bugs (from - err - various authors...
2000-03-08  Vadim Zeitlinwarnings in wxCHeCK_MSG fixed
2000-02-22  Vadim Zeitlin1. wxMenuBar::FindMenu() made "const"
2000-02-22  Vadim Zeitlinmoved wxMenuBar::FindMenu(title) from MSW to common...
2000-01-18  George TaskerChanged code to allow for removal of the #include ...
2000-01-11  Vadim ZeitlinwxMenuItem::GetLabelFromText() added/documented, bug...
1999-12-04  Vadim ZeitlinwxMenu::Insert() seems to work, bug in wxMenuBase:...
1999-11-15  Vadim ZeitlinwxMenu::callback stuff taken inside WXWIN_COMPATIBILITY...
1999-11-14  Julian SmartAdded m_callback init.
1999-11-03  Robert Roebling Some menu things.
1999-11-02  Vadim Zeitlinbug in wxMenuBase::FindChildItem() corrected
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-26  Vadim Zeitlin1. added wxMenuBarBase