modified GetLastMenuItem() to also take into account the popup menu items
[wxWidgets.git] / samples / menu / menu.cpp
2005-08-28  Vadim Zeitlinmodified GetLastMenuItem() to also take into account...
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-05-18  Michael WetherellI don't think wxX11 and wxMGL support EVT_CONTEXT_MENU yet
2005-04-16  Robert Roebling Readded test for wxMenuItem::SetLabel() to sample.
2005-01-16  Robert Roebling Applied patch which solved conflicts between wxWidgets
2004-11-19  Vadim Zeitlingave different accels to different radio items
2004-09-25  Václav Slavíkcompilation fix: only us-ascii is safe in sources
2004-06-13  Dimitri Schoolwerthreplaced menu calls Append([...], true) with the less...
2004-06-05  Mattia Barbon Warning fixes.
2004-05-25  Julian SmartMore name changes
2004-05-18  Włodzimierz SkibaMenu sample is helpful in bringing new port and should...
2004-04-13  Vadim Zeitlinand now fixed USE_CONTEXT_MENU definition as well
2004-04-13  Vadim Zeitlinfixed USE_CONTEXT_MENU tests
2004-04-08  Vadim Zeitlindo use context menu event under wxGTK, it is supported...
2004-01-08  Julian SmartApplied patch [ 868373 ] Missed Unicode markup in menu...
2003-11-30  Vadim Zeitlinskip event after loggig
2003-09-11  Julian SmartAdd longtool tip for a button in wxToolBar test
2003-07-10  Mattia Barbon Compilation fix for wxUSE_STL.
2003-06-02  Vadim Zeitlintest popup menu help strings
2003-06-01  Julian SmartAdded submenu
2003-04-08  Vadim Zeitlinprintf() format warning fixed
2003-03-06  Stefan Csomorcontext menu support for mac enabled
2002-12-22  Mattia Barbon Unicode compilation fixes.
2002-12-15  Mattia Barbon More samples/Unicode fixes.
2002-12-14  Gilles Depeyrotadded commands to search for menus and menu items by...
2002-09-14  Vadim Zeitlinprintf() format warning fix
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2002-02-23  Vadim Zeitlinadded EVT_MENU_OPEN and EVT_MENU_CLOSE events
2002-02-20  Vadim Zeitlinadded commands to rename the menus and menu items for...
2001-11-20  Gilles Depeyrotuse "..." instead of <...> for wx headers
2001-10-30  George TaskerAll occurances of #include <wx/wxprec.h> changed to...
2001-10-10  Vadim Zeitlinfixed crash in OnSize() handler
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-07-10  Vadim Zeitlinmoved WX_USE_THEME macros inside IMPLEMENT_APP
2001-07-04  Julian SmartAdded UnivDebug, UnivRelease configurations to project...
2001-07-02  Vadim Zeitlincompilation fix
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-05-27  Vadim Zeitlinadded text style support to wxTextCtrl for MSW
2001-05-21  Vadim Zeitlintried to fix the accel string drawing in the owner...
2001-03-02  Julian SmartAdded test to prevent crash in LogMenuEvent
2000-09-13  Julian SmartAdded accelerator to bitmap menu item
2000-09-12  Robert Roebling Added test for bitmap menu.
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-04  Vadim ZeitlinwxMenu::Insert() seems to work, bug in wxMenuBase:...
1999-12-04  Vadim ZeitlinwxMenuBar::Insert() seems to work!
1999-11-08  Vadim Zeitlinremoving Makefile.ams (and minor additions/fixes to...
1999-11-03  Robert Roebling Some menu things.
1999-11-02  Vadim Zeitlinmore tests
1999-11-02  Vadim ZeitlinwxGTK compiles (and seems to work) again after wxMenu...
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...