mshtml: Added IHTMLDocument2::write implementation.
[wine] / dlls / user32 / winpos.c
2008-03-07  Alexandre Julliarduser32: Force the window position to be on-screen in...
2008-03-05  Alexandre Julliarduser32: Moved Cascade/TileChildWindows16 to wnd16.c.
2008-03-04  Alexandre Julliarduser32: Store the window placement information directly...
2008-03-04  Alexandre Julliarduser32: Fix a couple of message test failures.
2008-02-28  Alexandre Julliarduser32: Hide the icon title when hiding a window.
2008-02-28  Alexandre Julliarduser32: Moved the ShowWindow implementation from winex1...
2008-02-25  Alexandre Julliarduser32: Moved the DCE support from winex11 back to...
2008-02-20  Alexandre Julliarduser32: Pass the modified SetWindowPos flags to the...
2008-02-18  Alexandre Julliarduser32: Rewrite SWP_DoOwnedPopups to take into account...
2008-02-18  Maarten Lankhorstuser32: Fix a message test that would only pass on...
2008-02-07  Lei Zhanguser32: Use wine_dbgstr_rect() in traces.
2008-01-24  Alexandre Julliarduser32: Moved the bulk of CreateWindow and SetWindowPos...
2007-11-19  Michael Stefaniucdlls: Remove duplicate includes.
2007-10-31  Alexandre Julliardserver: Added support for HWND_TOPMOST and HWND_NOTOPMOST.
2007-08-29  Steven Edwardsuser32: Remove some no longer needed wine 16bit headers.
2007-08-27  Alexandre Julliarduser32: SetWindowPos should erase the parent also for...
2007-07-31  Alexandre Julliarduser32: Erase parent window when child is hidden. From...
2007-04-26  Dmitry Timoshkovuser32: Windows doesn't redraw a window if it is being...
2007-04-12  Louis Lendersuser32: Add RealChildWindowFromPoint.
2007-03-05  Alexandre Julliardserver: Expose areas revealed by changes to the window...
2006-11-29  Pierre d'Herbemontuser32: Factorize driver's SetWindowPos in user32.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.