user32: Cache the text buffer length to avoid excessive calls to strlenW.
[wine] / dlls / user32 / mdi.c
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.