user32: Don't flush window surfaces while waiting for a sent message reply.
[wine] / dlls / user32 / mdi.c
2011-04-11  Dmitry Timoshkovuser32: Use symbolic names for values returned by WM_ME...
2011-01-28  Marcus Meissneruser32: Get MDI icon as close the "small icon" as possible.
2010-09-07  Alexandre Julliarduser32: Use WIN_GetRectangles where possible instead...
2010-07-21  Dylan Smithuser32: DefMDIChildProc sends WM_MDINEXT with active...
2010-01-06  Marcus Meissneruser32: Remove useless NULL check (Coverity).
2009-12-28  Michael Stefaniucuser32: Remove some explicit LPARAM/WPARAM casts.
2009-12-18  Alexandre Julliarduser32: Simplify window procedure allocation for the...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the MDI...
2009-12-16  Alexandre Julliarduser32: Add a Wow handler for the mdi client class.
2009-03-02  Michael Stefaniucuser32: Remove superfluous pointer casts.
2008-08-27  Dmitry Timoshkovuser32: Partially revert 499c26ce66ec6cbbb3569c69ca95c9...
2008-05-12  Dmitry Timoshkovuser32: Make sure that we send proper notifications...
2008-03-05  Alexandre Julliarduser32: Added stubs for Cascade/TileChildWindows.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-11-01  Alexandre Julliarduser32: Store the builtin class names in Unicode.
2007-07-24  Jason Edmeadesuser32: MDI tile and cascade should not resize non...
2007-07-24  Jason Edmeadesuser32: Correct trace to log calculated values rather...
2007-06-20  Dmitry Timoshkovuser32: Make MDI get_client_info checks more strict.
2007-06-20  Dmitry Timoshkovuser32: When inserting a menu item make sure that MDI...
2007-05-30  Dmitry Timoshkovuser32: Fix some compilation warnings in 64-bit mode.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-05-16  Anatoly Lyutinuser32: mdi: Fix switch with wParam in WM_SYSCOMMAND...
2007-03-17  Huw Daviesuser32: Use a window's icon in preference to its class...
2007-03-16  Dmitry Timoshkovuser32: Restore erroneously removed chunk of code.
2007-03-06  Andrew Talbotuser32: Replace const pointer parameters with correct...
2007-02-13  Dmitry Timoshkovuser32: Activate an MDI child on WM_SETFOCUS as well...
2007-02-05  Dmitry Timoshkovuser32: Add the tests for minimize/restore MDI child...
2007-01-23  Peter Oberndorferuser32: Only try to remove the MDI document icon from...
2007-01-15  Dmitry Timoshkovuser32: Remove redundant visibility checks of a maximiz...
2007-01-15  Dmitry Timoshkovuser32: Simplify some maximized MDI child checks.
2007-01-15  Dmitry Timoshkovuser32: Remove MDI_AugmentFrameMenu call from WM_MDICRE...
2007-01-08  Dmitry Timoshkovuser32: Restore old WM_SIZE handler in mdi child.
2007-01-04  Dmitry Timoshkovuser32: Fix some failures in the MDI message test.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.