mshtml: Added IHTMLDOMNode::nextSibling implementation.
[wine] / dlls / mshtml / htmlbody.c
2009-10-22  Jacek Cabanmshtml: Moved nsdoc to HTMLDocumentNode object.
2009-10-02  Jacek Cabanmshtml: Moved init_dispex call to HTMLElement_Init.
2009-09-17  Jacek Cabanmshtml: Move node list to HTMLDocumentNode.
2009-09-17  Jacek Cabanmshtml: Moved range_list to HTMLDocumentNode object.
2009-09-09  Jacek Cabanmshtml: Store body event target in window object.
2009-08-03  Jacek Cabanmshtml: Always return hex string in IHTMLBodyElement...
2009-02-16  Michael Stefaniucmshtml: Remove superfluous pointer casts.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in createTextRange.
2008-10-01  Jacek Cabanmshtml: Don't use IHTMLControlElement in IDispatchEx...
2008-09-23  Alistair Leslie... mshtml: Implement IHTMLBodyElement put_background.
2008-09-18  Alistair Leslie... mshtml: Implement IHTMLBody get/put_Text.
2008-09-08  Alistair Leslie... mshtml: Implement IHTMLBodyElement get/put bgColor.
2008-09-03  Alistair Leslie... mshtml: Make IHTMLBodyElement use correct IDispatchEx...
2008-09-02  Alistair Leslie... mshtml: Implement IDispatch for IHTMLBodyElement.
2008-04-24  Jacek Cabanmshtml: Use heap_alloc_zero for allocating node objects.
2008-04-07  Jacek Cabanmshtml: Remove unneeded includes.
2008-02-25  Jacek Cabanmshtml: Added IHTMLBodyElement::aLink implementation.
2008-02-25  Jacek Cabanmshtml: Added IHTMLBodyElement::vLink implementation.
2008-02-25  Jacek Cabanmshtml: Added IHTMLBodyElement::get_link implementation.
2008-02-25  Jacek Cabanmshtml: Added IHTMLBodyElement::put_link 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-05  Jacek Cabanmshtml: Return NULL instead of empty string in IHTMLBod...
2007-12-04  Jacek Cabanmshtml: Move HTMLTextContainerEvents connection point...
2007-12-04  Jacek Cabanmshtml: Added IConnectionPointContainer iface to all...
2007-12-04  Jacek Cabanmshtml: Initialize HTMLElement in the beginning of...
2007-12-04  Jacek Cabanmshtml: Make IConnectionPointContainer more flexible.
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-09-24  Vitaliy Margolenmshtml: Fix another typo and add trace.
2007-09-19  Jacek Cabanmshtml: Forward node ref calls to IHTMLDOMNode interface.
2007-09-17  Jacek Cabanmshtml: Make HTMLBodyElement child object of HTMLTextCo...
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-13  Jacek Cabanmshtml: Store HTMLDOMNode struct instead of pointer...
2007-08-17  Jacek Cabanmshtml: Store HTMLDocument reference in HTMLTxtRange...
2007-06-29  Jacek Cabanmshtml: Add IID_IPropertyNotifySink and DIID_HTMLTextCo...
2007-06-29  Jacek Cabanmshtml: Added IConnectionPointContainer implementation...
2007-05-10  Jacek Cabanmshtml: Added IHTMLBodyElement::CreateTextRange impleme...
2007-04-13  Jacek Cabanmshtml: Added IHTMLBodyElement::get_background implemen...
2007-04-13  Jacek Cabanmshtml: Change TRACE to FIXME in stubs.
2006-10-06  Jacek Cabanmshtml: Win64 printf format warning fixes.
2006-08-01  Jacek Cabanmshtml: Store HTMLElement pointer in HTMLTextContainer.
2006-07-18  Jacek Cabanmshtml: Wrap more Heap* function by inline functions.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Jacek Cabanmshtml: Added IHTMLTextContainer stub implementation.
2006-03-20  Jacek Cabanmshtml: Better QueryInterface implementation.
2006-03-09  Jacek Cabanmshtml: Added IHTMLBodyElement implementation.