hhctrl.ocx: Store a copy of the string pointers to enable freeing them without castin...
[wine] / dlls / mshtml / htmlelem.c
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.
2007-06-25  Rob Shearmanmshtml: Implement HTMLElement_setAttribute.
2007-06-25  Rob Shearmanmshtml: The SRC value returned from HTMLElement_getAttr...
2006-11-17  Jacek Cabanmshtml: Store nsIDOMCSSStyleDeclaration in HTMLStyle.
2006-11-17  Jacek Cabanmshtml: Added get_style implementation.
2006-11-14  Kovács Andrásmshtml: HTMLElementCollection_item implementation.
2006-10-30  Jacek Cabanmshtml: Added put_innerHTML implementation.
2006-10-23  Jacek Cabanmshtml: Added IHTMLElement::get_className implementation.
2006-10-06  Jacek Cabanmshtml: Win64 printf format warning fixes.
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-03-24  Jacek Cabanmshtml: Added IHTMLElement2 implementation.
2006-03-22  Jacek Cabanmshtml: Clean up get_all and tags (also fixes a typo).
2006-03-20  Jacek Cabanmshtml: Better QueryInterface implementation.
2006-03-09  Jacek Cabanmshtml: Added beginning of getAttribute implementation.
2006-03-09  Jacek Cabanmshtml: Added IHTMLBodyElement implementation.
2006-03-07  Jacek Cabanmshtml: Added IHTMLTextAreaElement implementation.
2006-03-07  Jacek Cabanmshtml: Added IHTMLSelectElement implementation.
2006-03-07  Jacek Cabanmshtml: Added IHTMLInputElement implementation.
2006-03-07  Jacek Cabanmshtml: Added IHTMLElementCollection::tags implementation.
2006-03-06  Jacek Cabanmshtml: Added IHTMLElementCollection implementation.
2006-03-06  Jacek Cabanmshtml: Added IHTMLElement implementation.