fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / msw / menu.cpp
2013-08-27  Vadim ZeitlinCorrect making the newly inserted menu item owner drawn...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-03-02  Vadim ZeitlinReset accelerator table after removing last accelerator...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-01-23  Vadim ZeitlinFix incorrect cast resulting in a warning in wxMSW...
2012-01-18  Vadim ZeitlinNo changes, just minor wxMSW code cleanup: use WinStruct<>.
2012-01-15  Vadim ZeitlinImplement wxMenuBar::EnableTop() for wxMSW and wxGTK.
2012-01-15  Vadim ZeitlinCorrect wrong checks for wxUSE_OWNER_DRAWN.
2012-01-11  Vadim ZeitlinAdd wxUSE_OWNER_DRAW checks to wxMSW wxMenu code.
2011-09-16  Vadim ZeitlinFix int field of wxCommandEvents generated by menu...
2011-09-16  Vadim ZeitlinFix int field of wxCommandEvent generated by popup...
2011-09-16  Vadim ZeitlinFix checked state for the popup menu items in the event...
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-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-31  Vadim ZeitlinFix HMENU to wxMenu translation in wxMSW code.
2011-02-05  Vadim ZeitlinDon't adjust menu item positions for title for menubar...
2011-01-07  Stefan Csomorremoving xti info from msw specific files
2010-11-17  Vadim ZeitlinSimplify wxMSW wxMenuBar title management.
2010-05-09  Václav SlavíkPrevent idMenuTitle from being accidentally used as...
2010-05-09  Václav SlavíkFixed popup menu's title to be bold regardless of metho...
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-21  Vadim ZeitlinRemove the extra margins when checking owner drawn...
2010-01-23  Vadim ZeitlinCorrect alignment of menu accelerator strings in owner...
2010-01-23  Vadim ZeitlinUse theme functions for drawing owner-drawn menus.
2010-01-23  Vadim ZeitlinFix calculation of the margins for owner-drawn menu...
2010-01-23  Vadim ZeitlinSet up menu bitmaps correctly for checkable items.
2010-01-23  Vadim ZeitlinRefactor owner-drawing code.
2009-09-26  Vadim ZeitlinUse checked bitmap for menu items under Vista.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-03-23  Vadim Zeitlindon't make the items owner drawn unnecessarily under...
2009-03-21  Vadim Zeitlindon't use HBMMENU_CALLBACK under Windows Vista as this...
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-01-31  Vadim Zeitlindefine MIIM_BITMAP &c in wx/msw/missing.h instead of...
2009-01-31  Vadim Zeitlindon't use built-in support for menu bitmaps if they...
2009-01-27  Vadim Zeitlinadded CreateAccelTable() helper which creates the accel...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-03  Vadim Zeitlindon't duplicate base class m_acceleratorTable as m_acce...
2008-07-18  Vadim Zeitlincompilation fix for eVC4: include commctrl.h explicitely
2008-07-03  Vadim Zeitlinsupport disabling items before adding them to the menu...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2007-12-15  Vadim Zeitlinfix signed/unsigned comparison warnings
2007-11-17  Vadim Zeitlinfix several problems in handling of the menu items...
2007-10-30  Vadim Zeitlinreverted last changed (r49413) as deleting non-attached...
2007-10-24  Vadim Zeitlinalways delete the menus, even if the menu is attached...
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-08-11  Julian SmartMenu label consistency changes
2007-07-29  Vadim Zeitlinwe must use TB_BUTTONSTRUCTSIZE before adding menu...
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-03-22  Vadim Zeitlincorrect the checked flag in the event generated by...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-03-07  Chris Elliottfix for sf bug 1671804
2007-02-11  Vadim Zeitlinupdate the popup menu item when it's [un]checked too...
2007-01-11  Vadim Zeitlinreverted wrong change of rev 1.129 and fixed the first...
2007-01-09  Julian SmartFix for missing separator if any previous items were...
2006-12-28  Julian SmartTemporary fix for inconsistent menu item margins (see...
2006-10-26  Julian SmartLess drastic compile fix
2006-10-26  Julian SmartUsing MinGW 3, no hbmpItem
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-09-04  Vadim Zeitlinuse (new) wxAcceleratorEntry::Create() instead of recen...
2006-07-02  Stefan NeisFixed typos in comments (patch #1515724)
2006-07-02  Vadim Zeitlindon't refresh the menu if it's frozen
2006-05-30  Włodzimierz SkibaInclude commctrl.h properly.
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-03-15  Julian SmartAdd menus even if we have no menubar HMENU (Windows...
2006-02-12  Włodzimierz SkibawxWinCE warning fix.
2006-02-03  Julian SmartApplied patch from Neil Robinson to allow manipulation...
2006-02-02  Robin DunnFix for bug #1422217. Menu items with the checked...
2006-01-08  Jamie GaddInsertMenuItem can be used by submenus having bitmaps...
2005-11-09  Włodzimierz SkibaVarious source cleanings.
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-16  Vadim Zeitlinfixed handling of the accelerators of menu items added...
2005-06-30  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-06-24  Vadim Zeitlinfixed appending menu items for a (popup) menu with...
2005-06-16  Vadim Zeitlinfix index of appended items (broken by previous commit)
2005-06-15  Vadim ZeitlinWinCE compilation fixes
2005-06-09  Vadim Zeitlindon't statically link to SetMenuInfo(): it is not prese...
2005-06-08  Vadim Zeitlindefine MIM_STYLE and MNS_CHECKORBMP for mingw32 which...
2005-06-07  Vadim ZeitlinInsertMenuItem() works with bitmaps under Win98 too...
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-06-07  Vadim Zeitlinuse InsertMenuItem() for more native support of bitmaps...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-04-02  Julian SmartMF_BYCOMMAND is zero so don't try to test it
2005-03-18  Dimitri Schoolwerthfixed signed/unsigned mismatch warning
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-16  Julian SmartImplemented PocketPC menubar/toolbar as wxToolMenuBar...
2005-01-31  Vadim Zeitlinfixed the checked flag value for events from check...
2004-08-30  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-06-16  Włodzimierz SkibaWarning fixes for WinCE.
2004-06-13  Julian SmartSmall WinCE symbol fixes
2004-06-12  Robert Roebling Applied new master define for CommandBar vs. PocketPC...
2004-06-11  Robert Roebling Compile fixes for HANDHELDPC
2004-05-27  Julian SmartWinCE Standard SDK improvements including adding close...
next