d3d9/tests: Correct nv40 results.
[wine] / dlls / user32 / painting.c
2013-04-19  Alexandre Julliarduser32: Move the common parts of ScrollDC into user32...
2013-02-11  Alexandre Julliarduser32: Don't paint to the surface if the window has...
2012-11-27  Alexandre Julliarduser32: Fix handling of NULL paint struct in BeginPaint.
2012-10-24  Alexandre Julliardgdi32: Add a DC hook flag to reset the DC state.
2012-10-17  Alexandre Julliarduser32: Don't free a clip region twice.
2012-10-10  Alexandre Julliarduser32: Don't use the window surface when the pixel...
2012-10-01  Alexandre Julliarduser32: Create a dummy window surface for windows that...
2012-09-11  Alexandre Julliarduser32: Check for the need to flush window surfaces...
2012-09-06  Alexandre Julliarduser32: Maintain a list of active window surfaces and...
2012-09-06  Alexandre Julliarduser32: Add support for managing a DIB surface for...
2012-09-06  Alexandre Julliardgdi32: Add a graphics driver to render windows contents...
2012-09-05  Alexandre Julliardgdi32: Let user32 specify the device rectangle when...
2012-08-29  Alexandre Julliarduser32: Invalidate the DCEs while still holding the...
2012-08-29  Alexandre Julliarduser32: ScrollWindow should not use a cached DC, unlike...
2012-08-20  Marcus Meissneruser32: Free the correct dce (Coverity).
2012-05-31  Alexandre Julliardgdi32: Move DC hook private definitions out of wingdi.h.
2012-04-19  Alexandre Julliarduser32: Don't invalidate DCEs for sibling top-level...
2010-11-16  Alexandre Julliarduser32: Check structure size in GetGUIThreadInfo.
2010-09-29  Louis Lendersuser32: UpdateWindow doesn't accept a NULL hwnd.
2010-09-23  Alexandre Julliarduser32: Add support for RTL window layouts in GetUpdate...
2010-09-07  Alexandre Julliarduser32: Use WIN_GetRectangles where possible instead...
2010-09-07  Alexandre Julliarduser32: Use WIN_GetRectangles where possible instead...
2010-09-02  Alexandre Julliarduser32: Set the DC layout to mirrored when the window...
2010-07-26  Alexandre Julliardgdi32: Replace the SelectVisRgn Wine-specific export...
2010-07-24  Alexandre Julliarduser32: Don't make constants static to avoid compile...
2010-07-22  Alexandre Julliarduser32: DCX_NORESETATTRS should be applied at DC releas...
2010-05-19  Henri Verbeetuser32: Verify we got a valid window handle in GetDCEx().
2010-02-24  Dmitry Timoshkovuser32: DeleteDC() should allow to delete a DC returned...
2010-01-06  Alexandre Julliarduser32: Remove a useless comment.
2009-12-02  Luke Bensteaduser32: Implement PrintWindow.
2009-09-24  Rein Klazesuser32: In ScrollWindowEx do not clip the clipping...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-07-22  Alexandre Julliarduser32: Fix MapWindowPoints behavior in the process...
2008-05-30  Alexandre Julliarduser32: We no longer need to ensure that the BeginPaint...
2008-04-22  Austin EnglishSpelling fixes.
2008-02-25  Alexandre Julliarduser32: Moved the DCE support from winex11 back to...
2008-02-07  Lei Zhanguser32: Use wine_dbgstr_rect() in traces.
2007-08-27  Alexandre Julliardserver: Store a separate flag for windows that need...
2007-08-23  Alexandre Julliardserver: Validate the parents every time we paint a...
2007-07-31  Alexandre Julliarduser32: Erase parent window when child is hidden. From...
2007-07-20  Anatoly Lyutinuser32: Add comment to a function.
2007-03-07  Aric Stewartuser32: Don't delete hrgnClip until we are done using it.
2007-03-06  Andrew Talbotuser32: Replace const pointer parameters with correct...
2007-02-14  Aric Stewartuser32: Scroll window fix.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.