user32: Don't flush window surfaces while waiting for a sent message reply.
[wine] / dlls / user32 / static.c
2011-05-05  Marcus Meissneruser32: DrawText gets a 32bit flag, not a 16bit flag.
2010-09-02  Alexandre Julliarduser32: Add a common helper to set controls clip region...
2009-12-30  Marcus Meissneruser32: Initialize hICON to NULL (Coverity).
2009-12-28  Alexandre Julliarduser32: Move loading of static icons for 16-bit windows...
2009-12-18  Alexandre Julliarduser32: Simplify window procedure allocation for the...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the stati...
2009-12-15  Alexandre Julliarduser32: Turn the static winproc into a Wow handler.
2009-12-13  Alexandre Julliarduser32: Split the handling of the 16-bit messages out...
2009-10-15  Alexandre Julliarduser32: Add a helper to retrieve the dimensions of...
2009-04-16  Rein Klazesuser32: When repainting a static control with SS_BITMAP...
2009-03-02  Michael Stefaniucuser32: Remove superfluous pointer casts.
2008-10-27  Michael Stefaniucuser32: HGDIOBJ is interchangeable with other handle...
2008-04-17  Alexandre Julliarduser32: Added support for WS_EX_RIGHT in the static...
2007-11-01  Alexandre Julliarduser32: Store the builtin class names in Unicode.
2007-08-30  Mikolaj Zalewskiuser32: Static controls should have a clipping region...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2006-11-28  Dmitry Timoshkovuser32: Make some data const.
2006-11-22  Dmitry Timoshkovuser32: Restore the len == 0 check which got lost in...
2006-11-21  Dmitry Timoshkovuser32: Add a rudimentary WM_SETFONT message test for...
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.