user32: Forward all WM_SYSCOMMAND messages to the driver, not only moves and resizes.
[wine] / dlls / user32 / menu.c
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.