user32: Fix the WM_CONTEXTMENU parameter for 64-bit.
[wine] / dlls / user32 / nonclient.c
2009-12-24  Alexandre Julliarduser32: Make user.exe into a stand-alone 16-bit module.
2009-11-13  Rico Schülleruser32: Add argument check for PTITLEBARINFO in GetTitl...
2009-10-12  Alexandre Julliarduser32: Use the generic handle functions for windows...
2009-09-09  Alexandre Julliarduser32: Use explicit prototypes for function pointers.
2009-09-09  Dmitry Timoshkovuser32: Send the same lParam with WM_SYSCOMMAND/SC_CLOS...
2008-11-18  Damjan Jovanovicuser32: Handle NULL rectangles in WM_NCCALCSIZE.
2008-07-14  Andrew Talbotuser32: Remove unneeded address-of operators from array...
2008-07-07  Andrew Talbotuser32: Remove unneeded address-of operators from funct...
2008-04-10  Alexandre Julliarduser32: Forward all WM_SYSCOMMAND messages to the drive...
2008-04-08  Alexandre Julliarduser32: Get rid of the debug mark option in the system...
2008-03-27  Alexandre Julliarduser32: Cosmetic fixes to the About dialog.
2008-03-19  Rob Shearmanuser32: Handle the undocumented behaviour in DefWindowP...
2008-03-12  Alexandre Julliardwinex11: Moved support for window moving/resizing back...
2008-02-29  Divan Burgeruser32: Correct the button sizes of the caption bar.
2008-02-19  Peter Oberndorferuser32: Fix caption bar being drawn 1 pixel too high.
2008-02-07  Lei Zhanguser32: Use wine_dbgstr_rect() in traces.
2008-01-07  Peter Oberndorferuser32: Remove unused lpGrayMask array.
2007-11-07  Alexandre Julliarduser32: Removed unused NC_DrawGrayButton function.
2007-08-29  Steven Edwardsuser32: Remove some no longer needed wine 16bit headers.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-02-27  Rob Shearmanuser32: Send WM_GETTEXT to get the window caption when...
2006-12-04  Dmitry Timoshkovuser32: Add ShowWindow test, make it pass under Wine.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.