]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw/menu.h
Ensure that Enter key presses are never stolen from wxButton in wxMSW.
[wxWidgets.git] / include / wx / msw / menu.h
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-08  Vadim ZeitlinAdded private wxMenu::MSWNewFromHMENU() method.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-10  Vadim ZeitlinRewrote wxMSW radio menu items code to support not...
2011-03-31  Vadim ZeitlinFix HMENU to wxMenu translation in wxMSW code.
2010-11-17  Vadim ZeitlinSimplify wxMSW wxMenuBar title management.
2010-04-24  Vadim ZeitlinMove wxMSW wxMenu::GetWindow() down to wxMenuBase.
2010-01-23  Vadim ZeitlinCorrect alignment of menu accelerator strings in owner...
2010-01-23  Vadim ZeitlinFix calculation of the margins for owner-drawn menu...
2009-01-27  Vadim Zeitlinadded CreateAccelTable() helper which creates the accel...
2008-10-03  Vadim Zeitlindon't duplicate base class m_acceleratorTable as m_acce...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-08-11  Julian SmartMenu label consistency changes
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-04  Vadim Zeitlinremoved wxUSE_MENU_CALLBACK references: the code inside...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-02-06  Vadim Zeitlinremoved trailing semicolons after DECLARE_DYNAMIC_CLASS...
2004-08-30  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-06-12  Robert Roebling Added master define for CommandBar vs. PocketPC mixed...
2004-05-27  Julian SmartWinCE Standard SDK improvements including adding close...
2004-05-27  Julian SmartFixes for Standard WinCE SDK
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-20  Julian SmartDon't use wxUSE_POCKETPC_UI, determine appropriate...
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-14  David ElliottAdded MSWPositionForWxMenu() method which is used to...
2003-12-28  Julian SmartAdded wxUSE_POCKETPC_UI to distinguish between using
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-08-25  Stefan CsomorRTTI accessors for menus
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-21  Mattia Barbon Compilation fixes for wxUSE_STL=1 and for
2003-07-19  Vadim Zeitlinadded NO_PTR versions of ARRAY macros to suppress warni...
2003-07-18  Julian SmartAdded WCE toolbar
2003-07-02  Julian SmartFixed ambiguity
2003-07-02  Julian SmartRemoved BC++ hidden virtual function warning
2003-07-01  Vadim Zeitlinremoved wxFunction
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-03-21  Vadim Zeitlinimplemented radio menu items for wxMSW
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-02-22  Vadim Zeitlinmoved wxMenuBar::FindMenu(title) from MSW to common...
2000-01-25  Vadim Zeitlinmissing Init() added to wxMenu(wxCallback) ctors
1999-11-19  Vadim Zeitlincompilation fix for !wxUSE_MENU_CALLBACK
1999-11-14  Julian SmartWatcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI...
1999-11-02  Vadim Zeitlintypo fixed
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-10-29  Robin DunnEXPORTED an array to quiet the DLL compilation
1999-10-26  Vadim Zeitlin1. regenerated the makefiles to include menucmn.cpp
1999-10-26  Vadim ZeitlinwxMenuBarBase for MSW (untested)
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-09-13  Unknown (MT)add detachmenu, insert menu, replace menu
1999-09-06  Patrick AlbertChanged scope of wxMenuBar::Refresh() from protected...
1999-08-23  Robert Roebling Small optical changes for MSW
1999-08-22  Harco de HilsterA few small fixes for cross compilation
1999-08-04  Robert Roebling Compile fixes for samples and dialoged,
1999-07-19  Vadim ZeitlinwxMenu ctor made compatible again
1999-06-14  Ove KaavenCouple more Unicode fixes.
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-06-01  Vadim Zeitlincompilation fixes
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-04-19  Ove KaavenSome Unicode changes.
1999-04-03  Vadim ZeitlinwxMenu and wxMenuBar modifications: now works much...
1999-03-24  Vadim ZeitlinwxMenu code clean up
1999-02-12  Julian SmartSome doc corrections (added blank lines at end of docs...
1999-02-06  Julian SmartAdded wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub...
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1998-11-08  Julian SmartOGL fixes for wxMotif; added Set/GetClientData to wxMen...
1998-08-16  Julian SmartChanged wxMenu::GetTitle to return a wxString.
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-08-07  Robin DunnRemoved duplicate definitions of GetMenuCount and GetMe...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-07-24  Julian SmartAdded missing accessors
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff