gdi32: Let user32 specify the device rectangle when setting the visible region.
[wine] / dlls / user32 / nonclient.c
2012-07-17  Alex Henrieuser32: Minimize and maximize boxes can only appear...
2012-04-30  Austin Englishuser32: Make a few more functions hotpatchable.
2012-02-20  Marcus Meissneruser32: Remove duplicated call to GetSystemMenu (Coverity).
2012-02-15  Alexandre Julliarduser32: Add mouse tracking on caption right-clicks...
2011-11-30  Alexandre Julliarduser32: Use the correct alpha for the title bar gradien...
2010-10-12  Alexandre Julliarduser32: Make sure AdjustWindowRect and WM_NCCALCSIZE...
2010-09-24  Alexandre Julliarduser32: Use screen coordinates for hittest checking...
2010-09-24  Alexandre Julliarduser32: Fix initial computation of client area in WM_NC...
2010-09-22  Alexandre Julliarduser32: Add support for right-to-left menus.
2010-09-08  Alexandre Julliarduser32: Avoid direct accesses to the window structure...
2010-09-07  Alexandre Julliarduser32: Use WIN_GetRectangles where possible instead...
2010-09-07  Alexandre Julliarduser32: Pass the window styles to NC_GetInsideRect...
2010-05-26  Alexandre Julliarduser32: Check the active window instead of the foregrou...
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.