user32: Rearrange ComboBox repositioning code.
[wine] / dlls / user32 / tests / menu.c
2012-05-16  Piotr Cabanuser32/tests: Added more GetMenuBarInfo tests.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-07-06  André Hentscheluser32: Remove dead initializations (clang).
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-04-21  Alexandre Julliarduser32: Don't start menu tracking when the owner window...
2011-02-23  Marcus Meissneruser32: Remove side effect code out of asserts() (Cover...
2011-02-14  Austin Englishuser32/tests: Make sure return values are used (LLVM...
2011-02-07  Joris Huizeruser32/tests: Don't test function directly when reporti...
2011-01-13  Greg Geldorpuser32/tests: Fix menu test failures on East-Asian...
2010-04-09  Nikolay Sivovuser32: Block TrackPopupMenu if menu is already active.
2010-01-18  Kusanagi Kouichiuser32: F10 key deactivates menu.
2009-12-23  Alexandre Julliarduser32/tests: Fix some last error checks for WoW64.
2009-10-16  Rein Klazesuser32: Handle MN_GETHMENU in PopupMenuWndProc.
2009-08-11  Francois GougetAssorted spelling fixes.
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-21  Rein Klazesuser32/tests: Fix for a test failure on win98/NT4.
2009-07-20  Rein Klazesuser32: Ignore the MFT_BITMAP flag when testing menu...
2009-07-17  Rein Klazesuser32/tests: Show that Windows avoids creating loops...
2009-05-28  Alexandre Julliarduser32/tests: Fix some pointer conversion warnings...
2009-04-20  Francois GougetAssorted spelling fixes.
2009-04-03  Rein Klazesuser32: Fix for the ending of menu tracking in the...
2009-03-27  Rein Klazesuser32/tests: Show that a submenu is still functional...
2009-03-06  Rein Klazesuser32: Check for invalid menu handle passed to TrackPo...
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.