Commit Graph

70 Commits (e73bbd0c810332f0eef93bd3d44149a82115edfd)

Author SHA1 Message Date
Jacek Caban e759105cdd mshtml: Use debugstr_mshtml_guid in a few more places. 2014-05-06 13:47:06 +02:00
Jacek Caban b095b1f67e mshtml: Added better IHTMLCurrentStyle2::get_hasLayout stub. 2013-08-22 19:02:04 +02:00
Jacek Caban 57b2075af8 mshtml: Added IHTMLCurrentStyle2::get_filter implementation. 2012-03-16 15:37:47 +01:00
Alistair Leslie-Hughes 9477521fb8 mshtml: Add IHTMLCurrentStyle2/3/4 support. 2011-09-23 14:20:02 +02:00
Jacek Caban bf4b869152 mshtml: Wine Gecko 1.3 release. 2011-08-23 18:16:44 +02:00
Jacek Caban e063198046 mshtml: Pass flags to get_nsstyle_attr. 2011-07-15 16:36:08 +02:00
Alistair Leslie-Hughes eb2d7b6604 mshtml: Implement IHTMLCurrentStyle_get_padding. 2011-02-09 13:45:39 -06:00
Michael Stefaniuc 7021fd321b mshtml: COM cleanup for the IHTMLCurrentStyle iface. 2011-01-04 11:13:12 +01:00
Michael Stefaniuc 0b66169a05 mshtml: COM cleanup for the IDispatchEx iface in DispatchEx. 2010-12-31 11:47:31 +01:00
Jacek Caban f9eff68891 mshtml: Moved nsdoc to HTMLDocumentNode object. 2009-10-22 10:41:22 +02:00
Alistair Leslie-Hughes 7471cfce72 mshtml: Implement IHTMLCurrentStyle_get_textIndent. 2009-09-18 08:56:37 -05:00
Alistair Leslie-Hughes d35c44221d mshtml: Implement IHTMLCurrentStyle_get_lineHeight. 2009-09-18 08:56:28 -05:00
Jacek Caban 64d4efe967 mshtml: Move node list to HTMLDocumentNode. 2009-09-17 09:47:53 -05:00
Alistair Leslie-Hughes 8f0fd2597a mshtml: Implement IHTMLCurrentStyle_get_bottom. 2009-09-16 14:37:51 -05:00
Alistair Leslie-Hughes 2ef9272e81 mshtml: Implement IHTMLCurrentStyle_get_right. 2009-09-16 14:37:45 -05:00
Alistair Leslie-Hughes d1952288b8 mshtml: Implement IHTMLCurrentStyle_get_marginBottom. 2009-09-16 14:37:39 -05:00
Alistair Leslie-Hughes 6ec0716059 mshtml: Implement IHTMLCurrentStyle_get_marginTop. 2009-09-16 14:37:32 -05:00
Alistair Leslie-Hughes b856484ef3 mshtml: Implement IHTMLCurrentStyle_get_letterSpacing. 2009-09-16 14:37:22 -05:00
Alistair Leslie-Hughes 7f3cb81686 mshtml: Implement IHTMLCurrentStyle_get_paddingBottom. 2009-09-15 17:21:28 -05:00
Alistair Leslie-Hughes 9a2a02fde9 mshtml: Implement IHTMLCurrentStyle_get_paddingRight. 2009-09-15 17:21:23 -05:00
Alistair Leslie-Hughes e5b3b26573 mshtml: Implement IHTMLCurrentStyle_get_paddingTop. 2009-09-15 17:21:17 -05:00
Alistair Leslie-Hughes b80faba168 mshtml: Implement IHTMLCurrentStyle_get_borderBottomColor. 2009-09-15 17:21:11 -05:00
Alistair Leslie-Hughes bf5ab29c1c mshtml: Implement IHTMLCurrentStyle_get_borderRightColor. 2009-09-15 17:21:05 -05:00
Alistair Leslie-Hughes 04da6200e8 mshtml: Implement IHTMLCurrentStyle_get_borderTopColor. 2009-09-15 17:21:00 -05:00
Alistair Leslie-Hughes 144cf8d613 mshtml: Implement IHTMLCurrentStyle_get_borderLeftColor. 2009-09-15 17:20:54 -05:00
Jacek Caban b42243e8e7 mshtml: Properly release DispatchEx data. 2009-09-01 12:43:13 +02:00
Alistair Leslie-Hughes 15da6c94f5 mshtml: Implement IHTMLCurrentStyle_get_margin. 2009-08-25 11:09:07 +02:00
Alistair Leslie-Hughes c1c9858b27 mshtml: Implement IHTMLCurrentStyle_get_borderWidth. 2009-08-25 11:08:55 +02:00
Alistair Leslie-Hughes b2f61a5e09 mshtml: Implement IHTMLCurrentStyle_get_overflow. 2009-08-25 11:08:49 +02:00
Alistair Leslie-Hughes 0a77124844 mshtml: Implement IHTMLCurrentStyle_get_backgroundColor. 2009-08-25 11:08:42 +02:00
Alistair Leslie-Hughes 1479263f7e mshtml: Implement IHTMLCurrentStyle_get_color. 2009-08-25 11:08:34 +02:00
Alistair Leslie-Hughes 6c70626180 mshtml: Implement IHTMLCurrentStyle_get_borderTopWidth. 2009-08-24 15:17:33 +02:00
Alistair Leslie-Hughes f2c491dc95 mshtml: Implement IHTMLCurrentStyle_get_borderBottomWidth. 2009-08-24 15:17:33 +02:00
Alistair Leslie-Hughes e050a7b713 mshtml: Implement HTMLCurrentStyle_get_borderRightWidth. 2009-08-24 15:17:33 +02:00
Alistair Leslie-Hughes 6bcf724adc mshtml: Implement HTMLCurrentStyle_get_borderLeftWidth. 2009-08-21 13:49:45 +02:00
Alistair Leslie-Hughes 7e2dfe4f74 mshtml: Implement IHTMLCurrentStyle_get_visibility. 2009-08-19 17:28:08 +02:00
Alistair Leslie-Hughes ad7fc048b7 mshtml: Add missing IHTMLCurrentStyle IDispatchEx ids. 2009-03-05 16:16:25 +01:00
Alistair Leslie-Hughes 8156db5894 mshtml: Implement IHTMLCurrentStyle_get_borderStyle. 2009-03-04 12:13:39 +01:00
Alistair Leslie-Hughes 9188cba164 mshtml: Implement IHTMLCurrentStyle_get_borderColor. 2009-03-04 12:13:17 +01:00
Alistair Leslie-Hughes 0e8e77cdbd mshtml: Implement IHTMLCurrentStyle_get_backgroundRepeat. 2009-02-25 16:06:21 +01:00
Alistair Leslie-Hughes e3009fec39 mshtml: Implement IHTMLCurrentStyle_get_marginLeft. 2009-02-25 16:06:21 +01:00
Alistair Leslie-Hughes fe0da5e528 mshtml: Implement IHTMLCurrentStyle_get_marginRight. 2009-02-24 16:57:31 +01:00
Alistair Leslie-Hughes ef981a412e mshtml: Implement IHTMLCurrentStyle_get_verticalAlign. 2009-02-24 16:57:30 +01:00
Alistair Leslie-Hughes 18c7f48865 mshtml: Implement IHTMLCurrentStyle_get_zIndex. 2009-02-24 16:57:30 +01:00
Alistair Leslie-Hughes 1a6c759e1d mshtml: Implement IHTMLCurrentStyle_get_paddingLeft. 2009-02-24 16:57:30 +01:00
Alistair Leslie-Hughes e64b198348 mshtml: Implement IHTMLCurrentStyle_get_height. 2009-02-24 16:57:30 +01:00
Alistair Leslie-Hughes f5102389da mshtml: Implement IHTMLCurrentStyle_get_width. 2009-02-24 16:57:30 +01:00
Alistair Leslie-Hughes 38cad51959 mshtml: Implement IHTMLCurrentStyle_get_top. 2009-02-24 16:57:30 +01:00
Alistair Leslie-Hughes 72faa19807 mshtml: Implement IHTMLCurrentStyle_get_left. 2009-02-24 16:57:30 +01:00
Alistair Leslie-Hughes fc851aa48a mshtml: Implement IHTMLCurrentStyle_get_fontSize. 2009-02-24 16:57:30 +01:00