Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / common / menucmn.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-04  Vadim ZeitlinConsistently set wxMenuBar parent in all ports.
2013-05-04  Vadim ZeitlinPass menu events to the handler in the associated menu...
2013-05-04  Vadim ZeitlinFix menu event handlers calling order.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-06-12  Stefan Csomorsetting source as this, according to thread '[wx-dev...
2012-01-30  Stefan Csomorfixing the routing of UpdateUI to the window by just...
2011-12-29  Vadim ZeitlinDon't send idle events to the windows about to be destr...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-10  Vadim ZeitlinUse the correct event handler in wxMenuBase::UpdateUI().
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2011-01-07  Stefan Csomorbracketing xti-only methods
2011-01-07  Stefan Csomorcorrecting merge conflict
2011-01-07  Stefan Csomoravoid type conflict with univ wxMenuInfo
2011-01-07  Stefan Csomorhaving menu classinfo at one place
2011-01-07  Stefan Csomorxti changes
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-12-22  Vadim ZeitlinReally fix recently broken accelerators handling in...
2010-12-03  Vadim ZeitlinDon't try to extract accelerators from menu items which...
2010-06-05  Robin Dunnm_id was already set, don't set it to the passed in...
2010-05-09  Václav SlavíkWhitelist wxID_NONE as valid menu item ID.
2010-05-07  Vadim ZeitlinFix assert during separator items creation introduced...
2010-05-06  Vadim ZeitlinCheck that menu ids are limited to MSW-supported range.
2010-04-24  Vadim ZeitlinRecurse upwards the menu hierarchy in wxMenu::GetWindow().
2010-04-24  Vadim ZeitlinA slightly better compilation fix after PCH-less build...
2010-04-24  Paul Cornettnon-pch build fix
2010-04-24  Vadim ZeitlinUse wxMenu::GetWindow() instead of GetInvokingWindow...
2010-04-24  Vadim ZeitlinMove wxMSW wxMenu::GetWindow() down to wxMenuBase.
2010-04-22  Vadim ZeitlinReturn correct invoking window for submenus of a popup...
2010-04-20  Vadim ZeitlinCheck for menu title being non-empty when appending...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-06-22  Vadim Zeitlinallow creating items without parent menus (#3425)
2008-06-11  Paul Cornettmove 8 copies of the same function to common code
2008-01-24  Paul Cornettremove redundant WX_CLEAR_LIST, it's done by base dtor
2008-01-23  Vadim Zeitlinno real changes, just use HandleWindowEvent() instead...
2008-01-23  Václav Slavíkcatch exceptions when sending menu events
2007-11-12  Vadim Zeitlinsome Hildon integration work: use HildonProgram (for...
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-08-13  Julian SmartGetLabelTop should return the stripped label, for compa...
2007-08-11  Julian SmartCompile fixes
2007-08-11  Julian SmartMenu label consistency changes
2007-05-05  Vadim Zeitlinextracted wxAcceleratorEntry code from menucmn.cpp...
2007-03-07  Vadim Zeitlintest for special keys first, before testing for alphanu...
2007-01-21  Robin DunnRevert menus and toolbars to using wxNewId() too since...
2007-01-18  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2006-09-08  Robin DunnIt is not "Invalid" to have a menu item without an...
2006-09-05  Vadim Zeitlinfixes to menu stock items support (patch 1547639)
2006-09-04  Vadim Zeitlinuse (new) wxAcceleratorEntry::Create() instead of recen...
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-04-24  Vadim Zeitlincorrect i18n problems in accel handling code (replaces...
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2005-11-30  David Surovellminor refactoring of menu UpdateUI handling
2005-10-21  Włodzimierz SkibaAllow translated 'Space' in menu accelerators (perhaps...
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-19  Michael WetherellRemove duplicate code
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-05-21  Robert Roebling Add conversion to and from menu hotkeys and
2005-04-18  Ryan Nortonuse atoi instead of sscanf
2005-02-02  Włodzimierz SkibaLast .empty() string source cleaning before 2.5.4.
2005-01-12  Julian SmartDon't return a broken accelerator object if the acceler...
2004-11-06  Ryan NortonRevert files to previous version that were affected...
2004-11-05  Włodzimierz SkibaWarning fixes to unused variables, int/wxChar keycode...
2004-09-17  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-07-25  Vadim Zeitlindetach removed submenu from the menubar too
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-30  David ElliottwxMenuBase changes:
2004-03-15  Robert Roebling New menu code.
2004-02-20  Robert Roebling Don't do toolbar and menu UI updates if
2004-02-04  Robin DunnUsing a -1 (wxID_ANY) for menu or toolbar item IDs...
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-20  Stefan Csomorambiguous operator[] access
2003-12-08  Julian SmartAdded 'Back' to accelerator possibilities
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-11  Vadim Zeitlinfix for a warning
2003-07-11  Julian SmartMore WinCE mods.
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...
next