server: Move socket async activation to sock_poll_event.
[wine] / dlls / shdocvw / oleobject.c
2010-03-15  Jacek Cabanshdocvw: Use heap_alloc_zero to allocate DocHost objects.
2010-01-25  Jacek Cabanshdocvw: Moved WebBrowser client site realizing to...
2010-01-25  Jacek Cabanshdocvw: Moved DocHost client site releasing to separat...
2009-11-18  Jacek Cabanshdocvw: Check QueryInterface return codes before using...
2009-08-14  Alistair Leslie... shdocvw: Add basic support for InPlaceDeactivate.
2009-08-10  Jacek Cabanshdocvw: Check GetContainer result before setting new...
2009-06-24  Austin Englishshdocvw: Handle DISPID_AMBIENT_DLCONTROL case.
2009-02-24  Jacek Cabanshdocvw: Added QueryStatus implementation.
2009-02-11  Francois GougetAssorted spelling fixes.
2009-02-04  Alistair Leslie... shdocvw: Correct OnAmbientPropertyChange regression.
2009-02-03  Alistair Leslie... shdocvw: OnAmbientPropertyChange should refresh all...
2008-11-21  Alexandre Julliardshdocvw: Fix the computation of the default extents.
2008-11-19  Detlef Riekenbergshdocvw/tests: Make the webbrowser test dpi aware,...
2008-11-12  Dmitry Timoshkovshdocvw: Fix the COLOR_xxx usage.
2008-03-18  Andrew Talbotshdocvw: Assign to structs instead of using memcpy.
2008-01-21  Jacek Cabanshdocvw: Use more flexible mechanism instead of WB_WM_N...
2008-01-07  Chris Wulffshdocvw: Hide and show the frame window instead of...
2007-12-12  Jacek Cabanshdocvw: Return S_OK in IOleObject::SetHostNames.
2007-10-31  Chris Wulffshdocvw: Implement OLEIVERB_HIDE.
2007-03-09  Jacek Cabanshdocvw: Move frame variable to DocHost.
2007-03-09  Jacek Cabanshdocvw: Added mode dispids implementation in DocHost...
2007-03-09  Jacek Cabanshdocvw: Always set hostui to NULL in SetClientsite.
2006-11-06  Jacek Cabanshdocvw: Cal on_offlineconnected_change and on_silent_c...
2006-11-06  Jacek Cabanshdocvw: Added OnAmbientPropertyChange(DISPID_AMBIENT_O...
2006-11-06  Jacek Cabanshdocvw: Added OnAmbientPropertyChange(DISPID_AMBIENT_S...
2006-11-06  Jacek Cabanshdocvw: Ignore hwndParent in DoVerb.
2006-11-06  Jacek Cabanshdocvw: Set parent window in activate_inplace.
2006-10-23  Jacek Cabanshdocvw: Fix windows style of windows without parents.
2006-10-06  Jacek Cabanshdocvw: Win64 printf format warning fixes.
2006-07-31  Jacek Cabanshdocvw: Added SetExtent and GetExtent implementation.
2006-07-28  Jacek Cabanshdocvw: Added test of GetControlInfo.
2006-07-11  Jacek Cabanshdocvw: Call SetMenu in activate_ui.
2006-07-07  Jacek Cabanshdocvw: Call GetContainer in SetClientSite.
2006-06-03  Jacek Cabanshdocvw: Set focus in ui_activate.
2006-05-23  Jacek Cabanshdocvw: Added OLEIVERB_UIACTIVATE implementation.
2006-05-23  Jacek Cabanshdocvw: Don't do verb that is already done.
2006-05-23  Jacek Cabanshdocvw: Move UI activating to the separated function.
2006-05-23  Jacek Cabanshdocvw: Move inplace activating code to the separated...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Jacek Cabanshdocvw: Code cleanup.
2006-05-16  Jacek Cabanshdocvw: Don't release IOleInPlaceSite in DoVerb.
2006-05-05  Jacek Cabanshdocvw: Fix GetMiscStatus implementation.
2006-04-18  Jacek Cabanshdocvw: Use Dochost, not WebBrowser, in deactivate_doc...
2006-04-18  Jacek Cabanshdocvw: Move IOleDocumentSite to DocHost object.
2006-04-18  Jacek Cabanshdocvw: Move IDocHostUIHandler to DocHost object.
2006-04-18  Jacek Cabanshdocvw: Move IOleInPlaceSite to DocHost object.
2006-04-14  Jacek Cabanshdocvw: Store IOleInPlaceSite in WebBrowser object.
2006-04-14  Jacek Cabanshdocvw: Update pos_rect and clip_rect in SetObjectRects.
2006-04-14  Jacek Cabanshdocvw: Better window handling.
2006-04-10  Jacek Cabanshdocvw: Set active document of both frame and doc...
2006-01-26  Jacek Cabanshdocvw: Added WebBrowser's IOleCommandTarget stub...
2006-01-25  Jacek Cabanshdocvw: Store IDocHostUIHandler interface in the WebBr...
2006-01-20  Jacek Cabanshdocvw: Added GetWindow implementation.
2006-01-18  Jacek Cabanshdocvw: Deactivate document in SetClientSite if Client...
2005-12-02  Jacek CabanSync window sizes.
2005-12-01  Jacek CabanAdded implementation of OLEIVERB_SHOW in DoVerb.
2005-12-01  Jacek CabanAdded IOleInPlaceActiveObject stub implementation.
2005-12-01  Jacek CabanAdded SetObjectRects implementation.
2005-11-28  Jacek CabanBetter windows handling.
2005-11-22  Jacek CabanCreate window in SetClientSite and return it in
2005-11-16  Jacek CabanAdded OLEIVERB_INPLACEACTIVATE implementation in IOleOb...
2005-09-16  Jacek CabanAdded SetClientSite implementation.
2005-09-07  Jacek CabanMake IOleControl and IOleInPlaceObject interface heap...
2005-09-06  Jacek Caban- Make WebBrowser heap based object.
2005-06-12  Marcus MeissnerMove static variables out of header file, also the...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-01-27  James HawkinsProperly implement DllCanUnloadNow ref counting. Make...
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-04-12  Filip NavaraGet rid of E_UNSPEC non-standard error value.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-03-20  Hidenori TakeshimaImplemented the basic COM framework.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-11  John R. SheetsImplemented stubs for IWebBrowser in shdocvw.dll.