Fixed a number of pointer to integer conversions that wouldn't work
[wine] / dlls / user / menu.c
2005-09-12  Alexandre JulliardUse Get/SetWindowLongPtr when accessing pointers in...
2005-08-22  Mike McCormackFix magic item handling and warnings.
2005-08-09  Dmitry TimoshkovMake CreateWindow with invalid menu handle test pass...
2005-07-19  Alexandre JulliardInitialize the various menu global variables on demand...
2005-07-18  Robert ShearmanReplace calls to DIALOG_GetCharSize with code to do...
2005-07-07  Alexandre JulliardRemoved creation of the no longer used shading brush.
2005-07-06  Rein Klazes- when sending the WM_DRAWITEM message in case of a...
2005-07-05  Frank RichterAdd support for drawing menus in "flat" style.
2005-06-20  Rein KlazesOwner drawn menu item size calculation fixes:
2005-06-20  Hans LeidekkerStub implementation for GetMenuBarInfo.
2005-05-10  Rein KlazesMulti column popup menus have 4 pixel space between...
2005-04-19  Jose AlonsoChange the order of DispatchMessage and message removal.
2005-04-14  Robert ShearmanRecalculate the menu on calling ModifyMenu so that...
2005-03-30  Dmitry Timoshkov- Make GetSystemMenu respect CS_NOCLOSE.
2005-03-30  Uwe BonnesZero out return string in GetMenuStringA/W.
2005-03-25  Ulrich CzekallaChild windows with the WS_POPUP style are allowed to...
2005-03-25  Ulrich CzekallaDon't map point to parent's client window because the...
2005-03-24  Alexandre JulliardDon't maintain a client-side WND structure for the...
2005-03-09  Maxime BellengéImplemented MIIM_BITMAP state.
2005-03-02  Dmitry TimoshkovDestroyMenu should not destroy system menu popup owner.
2005-02-21  Dmitry TimoshkovTake Shift key state into account while processing...
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...