atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / mshtml / htmlstyle.c
2012-12-06  Jacek Cabanmshtml: Properly handle NULL value in set_nsstyle_attr.
2012-10-23  Jacek Cabanmshtml: Added IHTMLStyle::clear property implementation.
2012-09-04  Jacek Cabanmshtml: Added IHTMLStyle::put_pixelWidth implementation.
2012-07-25  Jacek Cabanmshtml: Added IHTMLElement2::get_runtimeStyle hackish...
2012-07-25  Jacek Cabanmshtml: Moved more logic to HTMLStyle_Create.
2012-04-17  Jacek Cabanmshtml: Added IHTMLStyle2::overflowY implementation.
2012-04-17  Jacek Cabanmshtml: Added IHTMLStyle2::overflowX implementation.
2012-04-16  Jacek Cabanmshtml: Added IHTMLStyle::removeAttribute implementation.
2012-04-16  Jacek Cabanmshtml: Moved style_tbl lookup to separated function.
2012-04-04  Jacek Cabanmshtml: Use helper for IHTMLStyle::put_zIndex implement...
2012-04-04  Jacek Cabanmshtml: Use helper for IHTMLStyle::get_left implementation.
2012-04-04  Jacek Cabanmshtml: Use helper for IHTMLStyle::get_top implementation.
2012-04-04  Jacek Cabanmshtml: Use helper for IHTMLStyle::get_height implement...
2012-04-04  Jacek Cabanmshtml: Use helpers for IHTMLStyle::put_verticalAlign...
2012-03-30  Jacek Cabanmshtml: Use better helper in IHTMLStyle::get_width...
2012-03-30  Jacek Cabanmshtml: Use proper helpers in IHTMLStyle::backgroundCol...
2012-03-30  Jacek Cabanmshtml: Use proper helpers in IHTMLStyle::color impleme...
2012-03-30  Jacek Cabanmshtml: Use proper helpers to implement IHTMLSyle:...
2012-03-28  Jacek Cabanmshtml: Improved VARIANT debug traces in htmlstyle.c.
2012-03-16  Jacek Cabanmshtml: Store filter in HTMLElement object.
2012-01-26  Jacek Cabanmshtml: Use helpers in IHTMLStyle::paddingLeft implemen...
2012-01-26  Jacek Cabanmshtml: Added IHTMLStyle::paddingBottom implementation.
2012-01-26  Jacek Cabanmshtml: Added IHTMLStyle::paddingRight implementation.
2012-01-26  Jacek Cabanmshtml: Added IHTMLStyle::paddingTop implementation.
2012-01-26  Jacek Cabanmshtml: Use set_nsstyle_attr_var helper in IHTMLStyle...
2012-01-26  Jacek Cabanmshtml: Added IHTMLStyle::marginBottom property impleme...
2012-01-26  Jacek Cabanmshtml: Use ATTR_FIX_PX in IHTMLStyle::put_marginTop.
2012-01-26  Jacek Cabanmshtml: Use set_nsstyle_attr_var helper in IHTMLStyle...
2011-11-14  Jacek Cabanmshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_hei...
2011-08-23  Piotr Cabanmshtml: Populate dynamic properties table in get_dynami...
2011-08-03  Jacek Cabanmshtml: Removed duplicated includes.
2011-07-28  Jacek Cabanmshtml: Added IDispatchEx support for IHTMLStyle5 and...
2011-07-28  Jacek Cabanmshtml: Added IHTMLSyle6 stub implementation.
2011-07-28  Jacek Cabanmshtml: Added IHTMLStyle5 implementation.
2011-07-25  Gerald Pfeifermshtml: Handle the failure case in get_nsstyle_attr.
2011-07-22  Jacek Cabanmshtml: Added IHTMLStyle2::direction property implement...
2011-07-21  Jacek Cabanmshtml: Added IHTMLStyle::pageBreakBefore implementation.
2011-07-18  Jacek Cabanmshtml: Added IHTMLStyle::pageBreakAfter property imple...
2011-07-15  Jacek Cabanmshtml: Added IHTMLStyle::clip property implementation.
2011-07-15  Jacek Cabanmshtml: Pass flags to get_nsstyle_attr.
2011-07-15  Jacek Cabanmshtml: Factor out getting style value string from...
2011-02-28  Jacek Cabanmshtml: Added simple filter parser to support opacity.
2011-02-28  Jacek Cabanmshtml: Store style object in element object.
2011-02-28  Jacek Cabanmshtml: Store style filter in HTMLStyle object.
2011-02-25  Jacek Cabanmshtml: Reimplement IHTMLStyle::get_backgroundPositionY...
2011-02-25  Jacek Cabanmshtml: Reimplement IHTMLStyle::put_backgroundPositionY...
2011-02-25  Jacek Cabanmshtml: Reimplement IHTMLStyle::get_backgroundPositionX...
2011-02-25  Jacek Cabanmshtml: Reimplement IHTMLStyle::put_backgroundPositionX...
2011-02-25  Jacek Cabanmshtml: Moved VARIANT to style value string conversion...
2011-02-25  Jacek Cabanmshtml: Fixed buffer handling in set_nsstyle_attr.
2011-02-25  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_backgroundPosition...
2011-02-09  Alistair Leslie... mshtml: Implement IHTMLStyle_put_borderLeftColor.
2011-02-08  Alistair Leslie... mshtml: Implemented IHTMLStyle_put_borderBottomColor.
2011-02-07  Alistair Leslie... mshtml: Implement IHTMLStyle put_borderRightColor.
2011-02-02  Alistair Leslie... mshtml: Implement IHTMLStyle put_borderTopColor.
2011-01-04  Michael Stefaniucmshtml: COM cleanup for the IHTMLStyle4 iface.
2011-01-04  Michael Stefaniucmshtml: COM cleanup for the IHTMLStyle3 iface.
2011-01-04  Michael Stefaniucmshtml: COM cleanup for the IHTMLStyle2 iface.
2011-01-04  Michael Stefaniucmshtml: COM cleanup for the IHTMLStyle iface.
2010-12-31  Michael Stefaniucmshtml: COM cleanup for the IDispatchEx iface in Dispat...
2010-12-28  Jacek Cabanmshtml: Pass DispatchEx pointer instead of outer IUnkno...
2010-11-29  Jacek Cabanmshtml: Added IHTMLStyle::padding property implementation.
2010-02-11  Jacek Cabanmshtml: Added IHTMLStyle::get_border*Color implementation.
2010-02-10  Jacek Cabanmshtml: Added IHTMLStyle::get_borderRightColor implemen...
2010-02-09  Jacek Cabanmshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_wid...
2010-01-29  Jacek Cabanmshtml: Optimize nsAString handling.
2009-12-14  Jacek Cabanmshtml: Added IHTMLStyle::marginTop implementation.
2009-12-02  Andrew Eikummshtml: Implement IHTMLStyle::{get, put}_border{Top...
2009-09-18  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_textIndent.
2009-09-18  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_lineHeight.
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-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-10  Alistair Leslie... mshtml: Add support for Reference BSTR when setting...
2009-09-09  Jacek Cabanmshtml: Make empty string is a valid overflow style.
2009-09-01  Jacek Cabanmshtml: Properly release DispatchEx data.
2009-09-01  Jacek Cabanmshtml: Added support for DISPID_VALUE.
2009-08-25  Alistair Leslie... mshtml: Implement IHTMLStyle get/put letterSpacing.
2009-08-21  Alistair Leslie... mshtml: Implement IHTMLStyle get/put wordSpacing.
2009-08-20  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderLeftWidth.
2009-08-03  Jacek Cabanmshtml: Added IHTMLStyle3::wordWrap property implementa...
2009-03-12  Michael Stefaniucmshtml: Change long to LONG in mshtml.idl (remaining...
2009-03-10  Jacek Cabanmshtml: Added IHTMLStyle::put_cssText implementation.
2009-03-10  Jacek Cabanmshtml: Added IHTMLStyle::get_cssText implementation.
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-06  Alistair Leslie... mshtml: Implement IHTMLStyle_get_borderLeft.
2009-03-05  Alistair Leslie... mshtml: Add missing IHTMLStyle IDispatchEx ids.
2009-03-04  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderStyle.
next