Handle a number as a parameter for custom action 19.
[wine] / dlls / user / menu.c
2005-02-01  Alexandre JulliardStore the "managed" flag as a window property instead...
2005-01-20  Alexandre JulliardReplace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
2005-01-17  Alexandre JulliardGet rid of nonclient.h and of the corresponding exporte...
2005-01-11  Dmitry TimoshkovMake Alt press/release test actually pass for not manag...
2005-01-11  Dmitry TimoshkovAdd more tests for keyboard/menu activation behaviour...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-11-08  William Poetra Yoga HGive the first menu item of a popup menu a distance...
2004-10-19  Dmitry TimoshkovMake TranslateAcceleratorA handle national characters.
2004-10-05  Dmitry TimoshkovAdd a test case for accelerators, make the test pass...
2004-09-24  Richard CohenMenuItemFromPoint shouldn't crash if there's no menu.
2004-09-20  Dmitry TimoshkovMake menu code cope with WM_SYSKEY*/WM_SYSCHAR messages.
2004-09-16  Dmitry TimoshkovAccept WM_SYSCHAR message for processsing in TranslateA...
2004-09-10  Michael KaufmannMake the menus of Delphi applications work.
2004-08-31  Alexandre JulliardMoved all files from the controls/ directory to dlls...