STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / common / menucmn.cpp
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-09  Julian SmartRemoved overloaded DoMenuUpdates function since it...
2003-07-01  Vadim Zeitlinremoved wxFunction
2003-06-17  Vadim Zeitlinfixed compilation warnings
2003-06-16  Julian SmartPlatform and compiler-specific checking for MSW and...
2003-06-10  Robin DunnEnsure that a wxMenuItem's parent menu is updated if...
2003-05-25  Václav Slavíkadded CompareAccelString function
2003-05-19  Václav Slavíkallow untranslated accelerators, too
2003-05-10  Vadim Zeitlincompilation fix (sorry)
2003-05-10  Vadim Zeitlinrecognize ESC[APE] in menu accel strings (patch 733967)
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