user32: Fix the Chinese translations.
[wine] / dlls / user32 / mdi.c
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.