mshtml: Implement IHTMLWindow2::get_top.
[wine] / dlls / atl / atl_ax.c
2009-02-12  Michael Stefaniucatl: Remove superfluous pointer casts.
2008-12-05  Michael Stefaniucatl: Remove two superfluous casts.
2008-11-24  Francois Gougetatl: Remove WINAPI on static functions where not needed.
2008-11-03  Michael StefaniucRemove the remaining casts of NULL.
2008-02-11  Andrew Talbotatl: Assign to structs instead of using memcpy.
2008-02-04  Marcus Meissneratl: Check for NULL.
2007-11-19  Michael Stefaniucdlls: Remove duplicate includes.
2007-06-07  Vitaliy Margolenatl: Use CallWindowProc instead of calling old window...
2007-06-01  Dmitry Timoshkovatl: Fix compilation warnings in 64-bit mode.
2006-11-13  Andrey Turkinatl: AtlAxGetHost and AtlAxGetControl implementation.
2006-11-13  Andrey Turkinatl: Host component implementation: IOleControlSite.
2006-11-13  Andrey Turkinatl: Host component implementation: IOleInPlaceFrame.
2006-11-13  Andrey Turkinatl: Host component implementation: IOleInPlaceSiteWind...
2006-11-13  Andrey Turkinatl: Host component implementation: IOleContainer.
2006-11-13  Andrey Turkinatl: Implement AtlAxAttachControl.
2006-11-13  Andrey Turkinalt: Host component implementation: IOleClientSite.
2006-11-07  Michael Stefaniucatl: Move the storage specifier to the beginning of...
2006-11-02  Andrey Turkinatl: Implement AtlAxCreateDialogA and AtlAxCreateDialogW.
2006-11-02  Andrey Turkinatl: Implement AtlAxCreateControl and AtlAxCreateControlEx.
2006-11-02  Andrey Turkinatl: Implement AtlAxWinInit and AtlAxWin window procedure.