dmsynth: Dump data passed to Download method.
[wine] / dlls / user32 / menu.c
2012-09-14  Michael Stefaniucuser32: Don't bother using the register storage class...
2012-09-06  Akihiro Sagawauser32: Add support for legacy access keys.
2012-08-13  Michael Stefaniucuser32: Avoid TRUE:FALSE conditional expressions.
2012-05-16  Piotr Cabanuser32: Added GetMenuBarInfo implementation.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-01-17  Alexandre Julliarduser32: Fix some printf format warnings.
2011-12-15  Alexandre Julliarduser32: Always use the default alignment when displayin...
2011-06-21  Alexandre Julliarduser32: Always pass 0 as item id for WM_MEASUREITEM...
2011-06-21  Alexandre Julliarduser32: Don't truncate bitmap ids in InsertMenu.
2011-05-17  Owen Rudgeuser32: Add separate sysmenu for MDI child windows.
2011-04-21  Alexandre Julliarduser32: Don't start menu tracking when the owner window...
2011-04-12  Dmitry Timoshkovuser32: Fix the single menu item activation using a...
2011-04-08  Dmitry Timoshkovuser32: Use symbolic names for values returned by WM_ME...
2010-09-22  Alexandre Julliarduser32: Add support for right-to-left menus.
2010-09-07  Alexandre Julliarduser32: Use WIN_GetRectangles where possible instead...
2010-04-12  Nikolay Sivovuser32: Set WM_EXITMENULOOP wParam same way as for...
2010-04-09  Nikolay Sivovuser32: Block TrackPopupMenu if menu is already active.
2010-03-29  Mikhail Maroukhineuser32: Fix compiler warnings with flag -Wcast-qual.
2010-01-18  Kusanagi Kouichiuser32: F10 key deactivates menu.
2009-12-22  Alexandre Julliarduser32: Reimplement MENU_FindSubMenu on the 16-bit...
2009-12-18  Alexandre Julliarduser32: Simplify window procedure allocation for the...
2009-12-18  Alexandre Julliarduser32: Pre-allocate the window procedure for the menu...
2009-12-17  Alexandre Julliarduser32: Move the 16-bit menu functions to user16.c.
2009-10-16  Rein Klazesuser32: Handle MN_GETHMENU in PopupMenuWndProc.
2009-10-15  Alexandre Julliarduser32: Reimplement accelerator functions to use 32...
2009-10-12  Alexandre Julliarduser32: Use client-side user handles for menus.
2009-08-18  Rein Klazesuser32: Handle WM_PRINTCLIENT message in PopupMenuWndPr...
2009-08-12  Rein Klazesuser32: Fix a bug in computing the maximum depth of...
2009-08-03  Rein Klazesuser32: When all items in a menu have either a bitmap...
2009-07-24  Rein Klazesuser32: Fail if inserting a submenu would create a...
2009-07-23  Rein Klazesuser32: Get rid of internal function MENU_SetItemData...
2009-07-23  Rein Klazesuser32: When setting a menu item, handle MIIM_TYPE...
2009-07-23  Rein Klazesuser32: Put some repeated code for checking and extendi...
2009-07-20  Rein Klazesuser32: Ignore the MFT_BITMAP flag when testing menu...
2009-04-03  Rein Klazesuser32: Fix for the ending of menu tracking in the...
2009-03-25  Rein Klazesuser32: In MENU_SuspendPopup() make sure the right...
2009-03-06  Rein Klazesuser32: Check for invalid menu handle passed to TrackPo...
2009-03-03  Alexandre Julliarduser32: Use MAKEWPARAM instead of MAKELONG for menu...
2009-03-02  Rein Klazesuser32: MENU_TrackMenu, called from TrackPopupMenu...
2009-03-02  Michael Stefaniucuser32: Remove superfluous pointer casts.
2009-02-27  Rein Klazesuser32: In SetMenuInfo() implement the MIM_APPLYTOSUBME...
2009-02-25  Rein Klazesuser32: Refine the size calculations for menu items...
2009-02-20  Rein Klazesuser32: Implement support for HBMENU_POPUP_* magic...
2009-01-26  Alexandre Julliarduser32: Make sure the submenu is valid in MENU_HideSubP...
2009-01-26  Alexandre Julliarduser32: Use a finally handler to make sure capture...
2008-12-16  Andrew Talbotuser32: Sign-compare warnings fix.
2008-11-07  Paul Vriensuser32/tests: Set last error if the menu item cannot...
2008-10-18  Alexandre Julliarduser32: Convert source files to utf-8.
2008-09-08  Vincent Povirkuser32: Use the correct bitmap location for MNS_CHECKORBMP.
2008-08-20  Vincent Povirkuser32: Implement TPM_*ALIGN flags.
2008-06-27  Dan Hipschmanuser32: Redefine internal pop-up tracking flags to...
2008-06-18  Dmitry Timoshkovuser32: Add a test for MNS_NOTIFYBYPOS, make it pass...
2008-05-28  Igor Tarasovuser32: Further implementation of MNS_NOTIFYBYPOS.
2008-04-30  Andrew Talbotuser32: Remove unused variables.
2008-04-10  Alexandre Julliarduser32: Moved the menu activation hack on managed windo...
2008-03-24  Alexandre Julliarduser32: Make sure we set menu capture to a window that...
2008-03-12  Alexandre Julliarduser32: Add a helper function to set the capture window.
2008-02-04  Bang Jun-younguser32: Fix EndMenu() to match the PSDK.
2008-01-23  Alexandre Julliarduser32: Menus should be top-most windows.
2007-11-26  Andrew Talbotuser32: Constify some variables.
2007-11-12  Alexandre Julliarduser32: Remove a few traces that only duplicate the...
2007-11-09  Dmitry Timoshkovuser32: Simplify some code.
2007-11-01  Alexandre Julliarduser32: Store the builtin class names in Unicode.
2007-08-13  Jason Edmeadesuser32: Fix regression in alt, then right processing...
2007-08-13  Jason Edmeadesuser32: Allow alt+space to highlight system menu.
2007-08-09  Jason Edmeadesuser32: Skip system menu entries when using keyboard.
2007-06-20  Dmitry Timoshkovuser32: When inserting a menu item make sure that MDI...
2007-06-19  Dmitry Timoshkovuser32: Insert menu item only after contents of the...
2007-05-30  Dmitry Timoshkovuser32: Fix some compilation warnings in 64-bit mode.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-16  Dmitry Timoshkovuser32: Remove duplicated code.
2007-05-15  Dmitry Timoshkovuser32: Add a test for the menu resource loader, make...
2007-05-15  Dmitry Timoshkovuser32: Add a test for CheckMenuRadioItem and make...
2007-04-27  Kevin Koltzauuser32: Draw menu item bitmaps in the correct location...
2007-03-17  Andrew Talbotuser32: Replace inline static with static inline.
2007-02-05  Andrew Talbotuser32: Declare some functions static.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.