wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / mshtml / htmlstyle.c
2008-07-01  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_width implementation.
2008-07-01  Jacek Cabanmshtml: DispatchEx's QueryInterface implementation...
2008-06-18  Jacek Cabanmshtml: Added IHTMLStyle::put_color implementation.
2008-06-18  Jacek Cabanmshtml: Added IHTMLStyle::put_background implementation.
2008-06-18  Jacek Cabanmshtml: Change backslashes to shashes in URLs passed...
2008-05-06  Francois Gougetmshtml: gcc 2.95 does not allow an array of undefined...
2008-05-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLStyle.
2008-04-28  Jacek Cabanmshtml: Added put_backgroundImage implementation.
2008-04-07  Jacek Cabanmshtml: Remove unneeded includes.
2007-12-17  Jacek Cabanmshtml: Remove not used argument in nsAString_GetData.
2007-12-11  Jacek Cabanmshtml: Fix CSS px unit handling differences between...
2007-12-11  Jacek Cabanmshtml: Added more IHTMLStyle implementation.
2007-12-06  Michael Stefaniucmshtml: Rename the wrappers around HeapAlloc() &Co...
2007-10-15  Jacek Cabanmshtml: Added IHTMLStyle display and visibility propert...
2007-09-19  Jacek Cabanmshtml: Added HTMLStyle::get_textDecoration* implementa...
2007-09-19  Jacek Cabanmshtml: Added more IHTMLStyle getters implementation.
2007-09-19  Jacek Cabanmshtml: Return NULL for empty results in get_style_attr.
2007-06-11  Jacek Cabanmshtml: Added IHTMLStyle::get_fontFamily implementation.
2006-11-17  Jacek Cabanmshtml: Added put_fontSize implementation.
2006-11-17  Jacek Cabanmshtml: Added put_backgroundColor implementation.
2006-11-17  Jacek Cabanmshtml: Added put_fontFamily implementation.
2006-11-17  Jacek Cabanmshtml: Store nsIDOMCSSStyleDeclaration in HTMLStyle.
2006-11-17  Jacek Cabanmshtml: Added get_style implementation.