Set popup menu invoking window in wxWindowBase and not in all ports.
[wxWidgets.git] / src / univ / menu.cpp
2010-04-26  Vadim ZeitlinSet popup menu invoking window in wxWindowBase and...
2010-04-22  Vadim ZeitlinReturn correct invoking window for submenus of a popup...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2008-06-11  Paul Cornettmove 8 copies of the same function to common code
2007-08-11  Julian SmartPreserve original menu label for later retrieval
2007-08-11  Julian SmartMenu label consistency changes
2006-10-30  Vadim Zeitlingcc signed/unsigned comparison warning fix
2006-10-17  Julian SmartFixed assert when moving out of a menu
2006-09-05  Vadim Zeitlinfixes to menu stock items support (patch 1547639)
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-03  Robert Roebling Compilo.
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-05-23  Julian SmartGuard against comparing invalid iterators, which produc...
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-03-25  Vadim Zeitlinre-fix operator?: involving wxNodes and compatibility_i...
2006-03-23  Vadim Zeitlin1. fixed compilation after wxList::compatibility_iterat...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-26  Włodzimierz SkibaBlind fixes for warnings in wxTinderbox.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-18  Michael WetherellLet the menubar see a menu's keyboard events, and reset...
2005-05-16  Włodzimierz SkibaWarning fix.
2005-05-14  Michael WetherellwxPopupTransientWindow::Popup no longer captures the...
2005-05-06  Michael WetherellOn x11 another control may already have the mouse captu...
2005-04-17  Julian SmartTemporary wxUniv menu fix from Michael Wetherell
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-02-19  Vadim ZeitlinVK_MENU is WXK_ALT, notWXK_MENU (patch 1119601)
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-11  Włodzimierz SkibaVarious cleanings.
2005-02-10  Włodzimierz SkibawxEmptyString decorations.
2005-01-12  Włodzimierz SkibaWarning fix.
2004-11-22  Włodzimierz SkibaFix the assert of not reset highlighted menu item pointer.
2004-11-05  Włodzimierz SkibaWarning fixes to unused variables, int/wxChar keycode...
2004-08-23  Włodzimierz SkibaFixed sending events by submenus.
2004-08-10  Włodzimierz SkibaCleaning of sources (Univ related files). -1/TRUE/FALSE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-30  David ElliottInstead of m_menuBar use GetMenuBar() which will be...
2004-02-08  Julian SmartApplied patch [ 892543 ] wxUniversal: Bitmaps in disabl...
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-18  Julian SmartApplied patch [ 808050 ] fixes for WXUNIVERSAL and...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-21  Mattia Barbon wxX11 and wxMotif STL-ification, part 1. it does...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-02  Julian SmartApplied patch [ 677730 ] Menus with radio items (wxUniv)
2002-08-20  Julian SmartApplied patch [ 597320 ] Return wxNotebook::SetSelectio...
2002-04-01  Julian SmartModifications to get wxNanoX compiling again
2002-03-28  Robert Roebling More changes for better redraw flow under X11.
2002-03-19  Vadim Zeitlincompilation fix after wxMenuItem changes
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2002-03-17  Robert Roebling New attempt to implement wxNO_FULL_REDRAW_ON_REPAINT.
2002-03-09  Robert Roebling Various changes to make pop up menus work
2002-02-28  Robert Roebling Lots of things to make menus and submenus work.
2002-02-23  Robert Roebling Some work on GTK focus handling and events.
2002-02-20  Robert Roebling Always send an erase event to satisfy some users...
2002-02-13  Václav Slavíkuse wxLogTrace, not wxLogDebug
2002-02-12  Julian SmartRemoved some debug code from window headers; added...
2002-02-04  Vadim Zeitlindon't skip first/last node when pressing down/up arrow...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-10-15  Václav Slavíkoops, segfault
2001-10-13  Václav Slavíkfixed mouse capture release code -- it previously relea...
2001-10-08  Vadim Zeitlinfix menubar sizing (at least under windows)
2001-10-07  Václav Slavíkreverted my previous check in, it was nonsense
2001-10-06  Václav SlavíkwxUniv tries to release mouse capture from menu bar...
2001-09-24  Vadim Zeitlinfixed wxUniv menus under wxGTK
2001-08-13  Vadim Zeitlindon't try to refresh the menu bar before showing it...
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-05  Julian SmartReleased menubar capture before menu popup was captured.
2001-07-05  Julian SmartMisc fixes, now menus are almost working on MicroWindows
2001-07-04  Vadim Zeitlinreverted Julians changes to the pragmas
2001-07-04  Julian SmartChanged the pragmas to allow debugging under Linux
2001-07-02  Vadim Zeitlinchanged copyright to SciTech one
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...