user32/tests: Skip menu test if sending input failed. Use VK_MENU instead of VK_LMENU.
[wine] / dlls / user32 / tests / menu.c
2009-03-05  Alexandre Julliarduser32/tests: Skip menu test if sending input failed...
2009-03-03  Alexandre Julliarduser32/tests: Fix a couple of failing menu tests.
2009-03-02  Rein Klazesuser32: MENU_TrackMenu, called from TrackPopupMenu...
2009-03-02  Paul Vriensuser32/tests: Fix some test failures on Win98/WinME.
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-23  Francois Gougetuser32/tests: Use win_skip() to skip over unimplemented...
2009-02-05  Michael Stefaniucuser32/tests: Remove superfluous pointer casts.
2009-01-13  Alexandre Julliarduser32/tests: Comment out the menu size tests, there...
2009-01-13  Michael Stefaniucuser32/tests: Do not cast the (IDC|IDI|RT)_* defines...
2009-01-08  Alexandre Julliarduser32/tests: Fix most of the macro abuse in the menu...
2009-01-03  Alexandre Julliarduser32/tests: Fix pointer casting warnings on 64-bit.
2008-11-07  Paul Vriensuser32/tests: Skip GetMenuItemInfo tests on NT4 and...
2008-10-02  Aric Stewartuser32/tests: GetMenuItemCount returns INT so check...
2008-10-02  Aric Stewartuser32/tests: GetMenuItemCount returns an INT which...
2008-09-08  Vincent Povirkuser32: Use the correct bitmap location for MNS_CHECKORBMP.
2008-09-08  Paul Vriensuser32/tests: Win9x needs a threadid for CreateThread.
2008-09-04  Vincent Povirkuser32/tests: Don't check menu items when testing MNS_C...
2008-07-22  Huw Daviesuser32: Don't send the menu clicks if we can't retrieve...
2008-04-22  Austin EnglishSpelling fixes.
2008-03-22  Reece Dunnuser32: Fixed the HiliteMenuItem tests to pass on Windo...
2008-03-18  Reece Dunnuser32: Improve the HiliteMenuItem tests so they reflec...
2008-03-17  Reece H. Dunnuser32: HiliteMenuItem fails if an invalid window handl...
2008-03-05  Francois Gougetuser32/tests: Don't use 0x55 to avoid any confusion...
2007-08-16  Paul Vriensuser32/tests: Run tests on win95 again.
2007-06-20  Dmitry Timoshkovuser32: When inserting a menu item make sure that MDI...
2007-06-01  Alexandre Julliarduser32: Fix a printf format warning.
2007-05-21  Francois Gougetuser32/tests: Fix compilation with gcc 2.95.
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-05  Paul Vriensuser32/tests: Don't run unicode tests if not supported.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-24  Francois Gougetuser32/tests: Remove unneeded NONAMELESS* macros.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.