replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
[wxWidgets.git] / src / msw / menu.cpp
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...
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-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-03-30  David ElliottInstead of m_menuBar use GetMenuBar() which will be...
2004-02-08  Vadim Zeitlinas after recent change wxID_SEPARATOR is now -2, it...
2004-01-27  Julian SmartPatch from "Viktor Voroshylo" <viktor@voroshylo.com>
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-20  David ElliottWhen inserting a new menu don't try to find th epositio...
2004-01-14  David ElliottAdded MSWPositionForWxMenu() method which is used to...
2003-12-28  Julian SmartAdded wxUSE_POCKETPC_UI to distinguish between using
2003-12-27  Julian SmartWinCE 4 cleanup
2003-12-24  Ryan Nortonrevert
2003-12-24  Ryan NortonFixed compilation and
2003-12-24  Ryan NortonFixed one of the two MDI problems...see comments
2003-11-18  Julian SmartWinCE fixes from "Viktor Voroshylo" <viktor@voroshylo...
2003-09-21  Vadim Zeitlindon't return & in strings returned by GetLabelTop(...
2003-09-10  Mattia Barbon More warning fixes from ABX.
2003-09-04  Stefan Csomormacro naming changes
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-25  Stefan Csomorunicode adaptions, menu support
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-20  Julian SmartNo significant change
2003-07-18  Julian SmartAdded some standard further identifiers to help with...
2003-07-18  Julian SmartAdded WCE toolbar
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-09  Julian SmartApplied patch [ 642157 ] [MSW] HMENU resource leak...
2002-04-16  Vadim Zeitlinreturn NULL from the functions returning a pointer...
2002-03-24  Vadim Zeitlinfixes to radio menu items
2002-03-22  Václav SlavíkwxITEM_FOO instead of wxItem_Foo, for the sake of consi...
2002-03-21  Vadim Zeitlinimplemented radio menu items for wxMSW
2002-03-06  Ron Leeremoved superfluous assignment handled in base class.
2001-12-04  Vadim Zeitlinfixed assert failure when removing a menu
2001-10-04  Vadim Zeitlinfixed spurious assert failure in wxMenuBar::Insert
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-06-27  Julian SmartAdded wxUSE_NUMBERDLG to setup.h; added some files...
next