mshtml: Added IHTMLTableCell interface stub implementation.
[wine] / dlls / mshtml / htmlelem.c
2012-03-28  Jacek Cabanmshtml: Added IHTMLTableCell interface stub implementation.
2012-03-16  Jacek Cabanmshtml: Store filter in HTMLElement object.
2012-03-14  Jacek Cabanmshtml: Wine Gecko 1.5 release.
2012-02-01  Jacek Cabanmshtml: Properly handle out of memory in IHTMLElement...
2012-01-27  Jacek Cabanmshtml: Added VT_I2 handling to IHTMLSelectElement...
2011-11-03  Jacek Cabanmshtml: Fixed ref count leaks.
2011-09-02  Piotr Cabanmshtml: Added HTMLAttributeCollection_invoke implementa...
2011-09-02  Piotr Cabanmshtml: Added HTMLAttributeCollection_get_dispid implem...
2011-09-02  Piotr Cabanmshtml: Store attributes list in HTMLAttributeCollection.
2011-09-02  Piotr Cabanmshtml: Added HTMLAttributeCollection2_getNamedItem...
2011-09-02  Piotr Cabanmshtml: Don't cache HTMLAttributesCollection results.
2011-08-26  Piotr Cabanmshtml: Added HTMLAttributeCollection_item implementation.
2011-08-26  Piotr Cabanmshtml: Added HTMLAttributeCollection_get_length implem...
2011-08-26  Piotr Cabanmshtml: Added IHTMLAttributeCollection3 stub.
2011-08-26  Piotr Cabanmshtml: Added IHTMLAttributeCollection2 stub.
2011-08-26  Piotr Cabanmshtml: Added IHTMLAttributeCollection stub.
2011-08-23  Jacek Cabanmshtml: Wine Gecko 1.3 release.
2011-08-23  Piotr Cabanmshtml: Populate dynamic properties table in get_dynami...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Jacek Cabanmshtml: Removed duplicated includes.
2011-08-02  Jacek Cabanmshtml: Rename call_event to fire_event.
2011-06-21  Jacek Cabanmshtml: Added IHTMLTitleElement stub implementation.
2011-06-21  Jacek Cabanmshtml: Added IHTMLHeadElement stub implementation.
2011-06-17  Jacek Cabanmshtml: Use replace_node_by_html instead of document...
2011-06-17  Jacek Cabanmshtml: Moved IHTMLElement::put_outerHTML implementatio...
2011-06-03  Jacek Cabanmshtml: Added IHTMLElement::get_offsetParent implementa...
2011-05-31  Jacek Cabanmshtml: Added IHTMLElement::get_offsetLeft implementation.
2011-04-11  Francois Gougetmshtml: Make HTMLFiltersCollection_Create() static.
2011-03-03  Jacek Cabanmshtml: Fixed use after free in HTMLElement_destructor.
2011-03-02  Jacek Cabanmshtml: Reuse attribute objects.
2011-02-28  Jacek Cabanmshtml: Store style object in element object.
2011-02-24  Jacek Cabanmshtml: Added IHTMLElement4 stub implementation.
2011-02-21  Alistair Leslie... mshtml: Add support for get/put mousemove event.
2011-01-03  Michael Stefaniucmshtml: COM cleanup for the IConnectionPoint* ifaces.
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-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLFiltersCollection...
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLElement3 iface.
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLElement2 iface.
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLElement iface.
2010-12-28  Jacek Cabanmshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl...
2010-12-28  Jacek Cabanmshtml: Pass DispatchEx pointer instead of outer IUnkno...
2010-12-17  Jacek Cabanmshtml: IHTMLDocument2 iface handling clean up.
2010-12-02  Jacek Cabanmshtml: Improved error handling in element constructors.
2010-12-02  Jacek Cabanmshtml: Improved error handling in HTMLElement_Create...
2010-12-02  Jacek Cabanmshtml: Use binary search in HTMLElement_Create.
2010-11-15  Jacek Cabanmshtml: Moved cloneNode implementation to vtbl.
2010-11-12  Jacek Cabanmshtml: Added IHTMLStyleElement stub implementation.
2010-10-29  Jacek Cabanmshtml: Added IHTMLEmbedElement stub implementation.
2010-10-28  Jacek Cabanmshtml: Added IHTMLObjectElement stub implementation.
2010-08-24  Francois GougetAssorted spelling fixes.
2010-05-17  Michael Stefaniucmshtml: Remove redundant "not NULL" check for the p...
2010-03-24  Jacek Cabanmshtml: Added IHTMLElement::removeAttribute implementation.
2010-02-09  Jacek Cabanmshtml: Correctly handle comment nodes in IHTMLElement...
2010-01-29  Jacek Cabanmshtml: Optimize nsAString handling in htmlelem*.c.
2010-01-29  Jacek Cabanmshtml: Pass dispex info to HTMLElement_Init in HTMLEle...
2010-01-28  Jacek Cabanmshtml: Moved common element tids to macro.
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...
next