mshtml: Added IHTMLFrameElement3::get_contentDocument implementation.
[wine] / dlls / mshtml / htmlelem.c
2009-12-22  Alistair Leslie... mshtml: Add stub interface IHTMLFiltersCollection.
2009-12-03  Jacek Cabanmshtml: Added generic bind_to_tree node notification...
2009-12-02  Andrew Eikummshtml: Add get_dispid and invoke methods to HTMLNode...
2009-12-01  Andrew Eikummshtml: Add stub implementation of IHTMLFormElement.
2009-11-29  Jacek Cabanmshtml: Return content document in get_document for...
2009-11-16  Jacek Cabanmshtml: Don't use nselem in InsertAdjacentNode implemen...
2009-11-16  Jacek Cabanmshtml: Added IHTMLElement::put_outerHTML implementation.
2009-11-03  Jacek Cabanmshtml: Moved content_window to HTMLFrameBase.
2009-11-03  Jacek Cabanmshtml: Moved whole element initialization to HTMLEleme...
2009-10-22  Jacek Cabanmshtml: Moved nsdoc to HTMLDocumentNode object.
2009-10-20  Jacek Cabanmshtml: Moved creating new element to separated function.
2009-10-13  Jacek Cabanmshtml: Added IHTMLElement::click implementation.
2009-10-02  Jacek Cabanmshtml: Moved init_dispex call to HTMLElement_Init.
2009-09-22  Andrew Eikummshtml: Reimplement IHTMLElement::{get, set}Attribute...
2009-09-17  Jacek Cabanmshtml: Move node list to HTMLDocumentNode.
2009-09-09  Jacek Cabanmshtml: Added IHTMLElement::dblclick property implement...
2009-08-12  Jacek Cabanmshtml: Added IHTMLElement::get_outerHTML implementation.
2009-03-12  Michael Stefaniucmshtml: Change long to LONG in mshtml.idl (HTML*Element...
2009-03-10  Jacek Cabanmshtml: Added IHTMLElement::put_innerHTML implementation.
2008-12-10  Jacek Cabanmshtml: Make IHTMLElement::get_document vtbl offset...
2008-11-03  Alistair Leslie... mshtml: Implement IHTMLElement get_document.
2008-10-14  Jacek Cabanmshtml: Added IHTMLElement::put_innerText implementation.
2008-10-14  Jacek Cabanmshtml: Added IHTMLElement::get_innerText implementation.
2008-10-13  Jacek Cabanmshtml: Added element mouseout and selectstart event...
2008-10-13  Jacek Cabanmshtml: Added element keydown, mouseup and mousedown...
2008-10-13  Jacek Cabanmshtml: Added get_onmouseover implementations.
2008-10-13  Jacek Cabanmshtml: Added IHTMLElement::put_onmouseover implementation.
2008-10-10  Jacek Cabanmshtml: Moved events declaration to separated file.
2008-10-10  Jacek Cabanmshtml: Use IHTMLElement3 in IDispatchEx.
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMLElement::insertAdjacen...
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMLElement::insertAdjacen...
2008-10-08  Jacek Cabanmshtml: Added HTMLIFrame stub implementation.
2008-10-08  Jacek Cabanmshtml: Added IHTMLElement3 stub implementation.
2008-10-08  Jacek Cabanmshtml: Added IHTMLElement::get_offsetWidth implementation.
2008-10-01  Jacek Cabanmshtml: Use create_all_collection in IHTMLElement:...
2008-10-01  Jacek Cabanmshtml: Use create_collection_from_nodelist in IHTMLEle...
2008-10-01  Jacek Cabanmshtml: Move IHTMLElementCollection to separated file.
2008-10-01  Jacek Cabanmshtml: Added IHTMLTableRow stub implementation.
2008-09-22  Alistair Leslie... mshtml: Implement IDispatch for IHTMLElementCollection.
2008-08-25  Jacek Cabanmshtml: Added IHTMLElement::get_parentElement implement...
2008-08-18  Alistair Leslie... mshtml: Implement IDispatch for IHTMLElement.
2008-08-01  Jacek Cabanmshtml: Added IHTMLElement::get_offsetHeight implementa...
2008-07-14  Jacek Cabanmshtml: Added IHTMLElement2::getElementsByTagName imple...
2008-07-01  Jacek Cabanmshtml: DispatchEx's QueryInterface implementation...
2008-06-26  Jacek Cabanmshtml: Added IHTMLElement::get_offsetTop implementation.
2008-06-25  Jacek Cabanmshtml: Added IHTMLElement::put_title implementation.
2008-06-25  Jacek Cabanmshtml: Added IHTMLElement::get_title implementation.
2008-06-24  Jacek Cabanmshtml: Added IHTMLElement::put_onkeyup implementation.
2008-06-23  Jacek Cabanmshtml: Added IHTMLElement::put_onclick implementation.
2008-06-23  Jacek Cabanmshtml: Added IHTMLElement::put_className implementation.
2008-06-23  Jacek Cabanmshtml: Return NULL instead of empty string in IHTMLEl...
2008-06-20  Jacek Cabanmshtml: Added IHTMLGenericElement implementation.
2008-06-20  Jacek Cabanmshtml: Initialize node object from child node's constr...
2008-06-19  Jacek Cabanmshtml: Better stub for IHTMLElement::setAttribute...
2008-06-18  Jacek Cabanmshtml: Use heap_alloc_zero in HTMLElementCollection_Cr...
2008-06-18  Jacek Cabanmshtml: Added IHTMLElement::put_id implementation.
2008-06-18  Jacek Cabanmshtml: Added IHTMLElement::get_id implementation.
2008-05-06  Francois Gougetmshtml: gcc 2.95 does not allow an array of undefined...
2008-05-01  Jacek Cabanmshtml: Added IHTMLImgElement stub implementation.
2008-05-01  Jacek Cabanmshtml: Handle COMMENT_NODE like ELEMENT_NODE in elemen...
2008-05-01  Jacek Cabanmshtml: Don't assume that nselem is valid in HTMLElement.
2008-05-01  Jacek Cabanmshtml: Moved IDispatchEx initialization to HTMLElement...
2008-04-29  Jacek Cabanmshtml: Added indexed access to HTMLElementCollection...
2008-04-29  Jacek Cabanmshtml: Added support for custom DISPIDs.
2008-04-24  Jacek Cabanmshtml: Added IDispatchEx support to HTMLElementCollect...
2008-04-24  Jacek Cabanmshtml: Added IHTMLDOMNode2 to IDispatchEx support.
2008-04-24  Jacek Cabanmshtml: Return VT_NULL instead of empty string in getAt...
2008-04-24  Jacek Cabanmshtml: Added elements IDispatchEx implementation.
2008-04-24  Jacek Cabanmshtml: Use heap_alloc_zero for allocating node objects.
2008-04-18  Jacek Cabanmshtml: Added possibility to get node object from nsIDO...
2008-04-07  Jacek Cabanmshtml: Remove unneeded includes.
2008-03-03  Jacek Cabanmshtml: Added IHTMLScriptElement stub implementation.
2007-12-17  Jacek Cabanmshtml: Remove not used argument in nsAString_GetData.
2007-12-06  Michael Stefaniucmshtml: Rename the wrappers around HeapAlloc() &Co...
2007-12-04  Jacek Cabanmshtml: Added IConnectionPointContainer iface to all...
2007-12-04  Jacek Cabanmshtml: Initialize HTMLElement in the beginning of...
2007-11-30  Jacek Cabanmshtml: Added IHTMLTable interface stub implementation.
2007-10-04  Jacek Cabanmshtml: IHTMLElementContainer::item rewrite.
2007-10-04  Jacek Cabanmshtml: Added IHTMLOptionElement interface stub impleme...
2007-10-04  Jacek Cabanmshtml: Include document element in collection returned...
2007-10-04  Jacek Cabanmshtml: Return IHTMLElementCollection instead of IDispa...
2007-10-04  Jacek Cabanmshtml: Move common code to separated function.
2007-10-04  Jacek Cabanmshtml: Move nodes' QueryInterface implementation to...
2007-10-04  Jacek Cabanmshtml: Use vtbl for node destructors.
2007-10-04  Jacek Cabanmshtml: Pass HTMLDOMNode pointer to HTMLElement's destr...
2007-10-04  Jacek Cabanmshtml: Pass HTMLDOMNode pointer to its destructor.
2007-10-03  Jacek Cabanmshtml: Added get_tagName implementation.
2007-09-24  Vitaliy Margolenmshtml: Fix typo.
2007-09-19  Jacek Cabanmshtml: Forward node ref calls to IHTMLDOMNode interface.
2007-09-19  Jacek Cabanmshtml: Get rid of node_type variable in HTMLNode object.
2007-09-19  Jacek Cabanmshtml: Don't use node_type from HTMLNode object.
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-13  Jacek Cabanmshtml: Store HTMLDOMNode struct instead of pointer...
2007-09-13  Jacek Cabanmshtml: Added IHTMLAnchorElement stub implementation.
2007-07-13  Rob Shearmanmshtml: Implement HTMLElement_insertAdjacentHTML and...
2007-06-25  Rob Shearmanmshtml: Implement HTMLElement_get_children.
next