Fix harmless warning about uninitialized variable in fswatcher sample.
[wxWidgets.git] / samples / menu / menu.cpp
2012-05-20  Vadim ZeitlinFix menu sample compilation under wxOSX.
2012-03-04  Vadim ZeitlinAlways provide wxMenuItem bitmap-related methods in...
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2012-01-15  Vadim ZeitlinRemove __WXMGL__ tests from the samples too.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-11-13  Vadim ZeitlinMake menu operations always work with "Test" menu in...
2010-11-10  Vadim ZeitlinAdd a test for deleting a sub-menu to the menu sample.
2010-11-05  Vadim ZeitlinRemove test code accidentally committed as part of...
2010-11-04  Vadim ZeitlinUse explicit menu item background if it's given under...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-25  Vadim Zeitlindon't omit wxOK in wxMessageBox() call
2009-02-08  Francesco Montorsialways call SetIcon() on the main frame of the sample...
2008-08-01  Vadim Zeitlinadd more stock items (#9799)
2007-09-23  Vadim Zeitlinadded wxWindow::GetPopupMenuSelectionFromUser() (modifi...
2007-08-11  Julian SmartCompile fixes
2007-08-11  Julian SmartMenu label consistency changes
2007-06-27  Vadim Zeitlinuse DisableTimestamp() instead of SetTimestamp(NULL)
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2007-01-14  Vadim Zeitlintest rendering of disabled items with bitmaps (for...
2006-09-11  Vadim Zeitlinremoved GTK header include
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-08-20  Vadim Zeitlinadded stock menu items support
2006-02-28  Julian SmartProposed syntax for telling WinCE whether a context...
2006-02-28  Julian SmartWinCE can't copy with title in menu
2006-02-02  Julian SmartFix nonsensical checked menu item label and behaviour
2005-11-15  Mart RaudseppAny reason why we #if the menuitem bitmap code in the...
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...