mshtml: Make sure that HTML headers are terminated by endline.
[wine] / dlls / mshtml / htmlstyle.h
2009-03-06  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderBottomWidth.
2009-03-06  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderRightWidth.
2009-03-06  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderTopWidth.
2009-03-06  Alistair Leslie... mshtml: Implement IHTMLStyle get/put backgroundPositionY.
2009-03-06  Alistair Leslie... mshtml: Implement IHTMLStyle get/put backgroundPositionX.
2009-03-04  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderStyle.
2009-03-04  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderColor.
2009-02-25  Alistair Leslie... mshtml: Implement IHTMLStyle get/put backgroundRepeat.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_fontWeight.
2009-02-17  Alistair Leslie... mshtml: Implement IHTMLStyle get/put minHeight.
2009-02-03  Alistair Leslie... mshtml: Add support for IHTMLStyle4 interface.
2009-02-03  Alistair Leslie... mshtml: Add support for IHTMLStyle3 interface.
2009-01-15  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderTopStyle.
2009-01-15  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderRightStyle.
2009-01-15  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderBottomStyle.
2009-01-15  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderLeftStyle.
2008-12-31  Jacek Cabanmshtml.idl: Added HTMLStyle coclass declaration.
2008-12-12  Alistair Leslie... mshtml: Implement IHTMLStyle get/put fontVariant.
2008-12-04  Alistair Leslie... mshtml: Implement IHTMLStyle get/put overflow.
2008-10-10  Alistair Leslie... mshtml: Implement IHTMLStyle put/get borderWidth.
2008-10-08  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_filter implementation.
2008-10-08  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_textAlign implement...
2008-10-08  Jacek Cabanmshtml: Added support for accessing style attributes...
2008-10-08  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_zIndex implementation.
2008-10-07  Jacek Cabanmshtml: Added IHTMLStyle2::[get|put]_position.
2008-10-07  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_height implementation.
2008-10-07  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_verticalAlign imple...
2008-10-07  Jacek Cabanmshtml: Added IHTMLStyle::[put|get]_top implementation.
2008-10-07  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_cursor implementation.
2008-10-07  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_left implementation.
2008-10-07  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_border implementation.
2008-10-07  Jacek Cabanmshtml: Added IHTMLCurrentStyle::get_display implementa...
2008-10-07  Jacek Cabanmshtml: Use IDs instead of strings in HTMLStyle impleme...
2008-10-07  Jacek Cabanmshtml: Moved HTMLStyle to separated header file.