user32: Fix drawing of 1-bpp icons in DrawIconEx.
[wine] / dlls / user32 / painting.c
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.