mshtml: Implement IHTMLWindow4::get_frameElement.
[wine] / dlls / mshtml / htmlcurstyle.c
2009-10-22  Jacek Cabanmshtml: Moved nsdoc to HTMLDocumentNode object.
2009-09-18  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_textIndent.
2009-09-18  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_lineHeight.
2009-09-17  Jacek Cabanmshtml: Move node list to HTMLDocumentNode.
2009-09-16  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_bottom.
2009-09-16  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_right.
2009-09-16  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_marginBottom.
2009-09-16  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_marginTop.
2009-09-16  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_letterSpacing.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_paddingBottom.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_paddingRight.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_paddingTop.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderBottomColor.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderRightColor.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderTopColor.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderLeftColor.
2009-09-01  Jacek Cabanmshtml: Properly release DispatchEx data.
2009-08-25  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_margin.
2009-08-25  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderWidth.
2009-08-25  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_overflow.
2009-08-25  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_backgroundColor.
2009-08-25  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_color.
2009-08-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderTopWidth.
2009-08-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderBottomWidth.
2009-08-24  Alistair Leslie... mshtml: Implement HTMLCurrentStyle_get_borderRightWidth.
2009-08-21  Alistair Leslie... mshtml: Implement HTMLCurrentStyle_get_borderLeftWidth.
2009-08-19  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_visibility.
2009-03-05  Alistair Leslie... mshtml: Add missing IHTMLCurrentStyle IDispatchEx ids.
2009-03-04  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderStyle.
2009-03-04  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderColor.
2009-02-25  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_backgroundRepeat.
2009-02-25  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_marginLeft.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_marginRight.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_verticalAlign.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_zIndex.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_paddingLeft.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_height.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_width.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_top.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_left.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_fontSize.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_fontWeight.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_cursor.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_textDecoration.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_textAlign.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderLeftStyle.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderBottomStyle.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderRightStyle.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderTopStyle.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_fontVariant.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_backgroundImage.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_fontStyle.
2009-02-19  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_fontFamily.
2009-02-19  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_position.
2009-01-14  Alistair Leslie... mshtml: Add missing IHTMLCurrentStyle interfaces.
2008-11-21  Alistair Leslie... mshtml: Implement IDispatch for IHTMLCurrentStyle.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in HTMLCurrentStyle_Create.
2008-10-07  Jacek Cabanmshtml: Added IHTMLCurrentStyle::get_display implementa...
2008-10-07  Jacek Cabanmshtml: Store nsIDOMCSSStyleDeclaration in HTMLCurrentS...
2008-10-07  Jacek Cabanmshtml: Added IDispatchEx support to HTMLCurrentStyle.
2008-10-06  Jacek Cabanmshtml: Added IHTMLElement2::get_currentStyle implement...