mshtml: HTMLWindow_item code clean up.
[wine] / dlls / mshtml / htmlbody.c
2011-08-26  Piotr Cabanmshtml: Added IHTMLAttributeCollection stub.
2011-08-23  Jacek Cabanmshtml: Wine Gecko 1.3 release.
2011-01-03  Michael Stefaniucmshtml: COM cleanup for the IHTMLTextContainer iface.
2010-12-31  Michael Stefaniucmshtml: COM cleanup for the IDispatchEx iface in Dispat...
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLDOMNode iface.
2010-12-28  Jacek Cabanmshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl...
2010-12-06  Michael Stefaniucmshtml: Use an iface instead of a vtbl pointer in HTMLB...
2010-12-02  Jacek Cabanmshtml: Improved error handling in element constructors.
2010-11-15  Jacek Cabanmshtml: Moved cloneNode implementation to vtbl.
2010-05-08  Jacek Cabanmshtml: Check return value of SetText.
2010-05-04  Gerald Pfeifermshtml: Fix return value for HTMLBodyElement_get_text.
2010-01-29  Jacek Cabanmshtml: Optimize more nsAString handling.
2010-01-28  Jacek Cabanmshtml: Moved common element tids to macro.
2010-01-04  Jacek Cabanmshtml: Store body event target in HTMLDocumentNode.
2009-12-28  Jacek Cabanmshtml: Use nscolor_to_str in IHTMLBodyElement::get_tex...
2009-12-28  Jacek Cabanmshtml: Correctly parse color strings.
2009-12-28  Jacek Cabanmshtml: Store known colors as RGB.
2009-12-28  Jacek Cabanmshtml: Added better error handling to nscolor_to_str.
2009-11-24  Jacek Cabanmshtml: Added support for connection point HTML notific...
2009-11-03  Jacek Cabanmshtml: Moved whole element initialization to HTMLEleme...
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.