Commit Graph

1311 Commits

Author SHA1 Message Date
Michael Stefaniuc cb133a12d0 mshtml: Change long to LONG in mshtml.idl (remaining stuff). 2009-03-12 13:09:54 +01:00
Michael Stefaniuc 491ae71e52 mshtml: Change long to LONG in mshtml.idl (HTML*Element stuff). 2009-03-12 13:09:54 +01:00
Michael Stefaniuc 165f691ca8 mshtml: Change long to LONG in mshtml.idl (htmlwindow.c part). 2009-03-12 13:09:54 +01:00
Jacek Caban 0700f281ce mshtml: Don't use unicode constants for HTML IDs (code clean up). 2009-03-12 13:09:53 +01:00
Alistair Leslie-Hughes 5cadd7e480 mshtml: Add missing IHTMLTable interfaces. 2009-03-11 13:03:31 +01:00
Jacek Caban 00289dd19a mshtml: Make sure that HTML headers are terminated by endline. 2009-03-10 12:06:03 +01:00
Jacek Caban 3a118f86f7 mshtml: Added IHTMLStyle::put_cssText implementation. 2009-03-10 12:05:46 +01:00
Jacek Caban 50126adf8b mshtml: Added IHTMLStyle::get_cssText implementation. 2009-03-10 12:05:40 +01:00
Jacek Caban 76d667caf1 mshtml: Added IHTMLElement::put_innerHTML implementation. 2009-03-10 12:05:26 +01:00
Alistair Leslie-Hughes 6655d3f78b mshtml: Implement IHTMLStyle get/put borderBottomWidth. 2009-03-06 16:34:09 +01:00
Alistair Leslie-Hughes e266672c47 mshtml: Implement IHTMLStyle get/put borderRightWidth. 2009-03-06 16:33:55 +01:00
Alistair Leslie-Hughes 931bf681ab mshtml: Implement IHTMLStyle get/put borderTopWidth. 2009-03-06 16:33:45 +01:00
Alistair Leslie-Hughes e44608c896 mshtml: Implement IHTMLStyle get/put backgroundPositionY. 2009-03-06 16:33:32 +01:00
Alistair Leslie-Hughes 6937ddca8e mshtml: Implement IHTMLStyle get/put backgroundPositionX. 2009-03-06 16:33:18 +01:00
Alistair Leslie-Hughes 48cbc036a3 mshtml: Implement IHTMLStyle_get_borderLeft. 2009-03-06 16:33:07 +01:00
Paul Vriens 53a4e174f9 mshtml/tests: Fix some typos. 2009-03-06 15:39:52 +01:00
Alistair Leslie-Hughes ad7fc048b7 mshtml: Add missing IHTMLCurrentStyle IDispatchEx ids. 2009-03-05 16:16:25 +01:00
Alistair Leslie-Hughes c58b8f2883 mshtml: Add missing IHTMLStyle 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 d804631e34 mshtml: Implement IHTMLStyle get/put borderStyle. 2009-03-04 12:13:30 +01:00
Alistair Leslie-Hughes 9188cba164 mshtml: Implement IHTMLCurrentStyle_get_borderColor. 2009-03-04 12:13:17 +01:00
Alistair Leslie-Hughes 73241dfe84 mshtml: Implement IHTMLStyle get/put borderColor. 2009-03-04 12:13:08 +01:00
Alistair Leslie-Hughes f7a6c512a0 mshtml: Implement IHTMLStyle_put_textDecoration. 2009-03-04 12:12:47 +01:00
Alistair Leslie-Hughes 2619dda6b7 mshtml: Implement IHTMLStyle get/put textDecorationBlink. 2009-03-02 14:03:52 +01:00
Alistair Leslie-Hughes cbbdc41bdf mshtml: Implement IHTMLStyle get/put textDecorationOverline. 2009-03-02 14:03:46 +01:00
Alistair Leslie-Hughes c9f4c2298a mshtml: Implement IHTMLStyle get/put textDecorationNone. 2009-03-02 14:03:38 +01:00
Rico Schüller 9f60f4e30d mshtml/tests: Add SysFreeString(sDefault) after the variable isn't used any more. 2009-03-02 12:03:16 +01:00
Rico Schüller 0215c75260 mshtml/tests: Fix SysFreeString call with wrong variable. 2009-03-02 12:03:12 +01:00
Alistair Leslie-Hughes b30aa168f7 mshtml: Show IPersistHistory interface is supported. 2009-02-27 14:18:04 +01:00
Detlef Riekenberg 785863ef8a mshtml/tests: Fix text in ok(). 2009-02-26 12:11:39 +01:00
Detlef Riekenberg c823c9ebae mshtml/tests: Fix typos from copy&paste. 2009-02-26 12:11:32 +01:00
Alistair Leslie-Hughes 0e8e77cdbd mshtml: Implement IHTMLCurrentStyle_get_backgroundRepeat. 2009-02-25 16:06:21 +01:00
Alistair Leslie-Hughes 63c8939cdd mshtml: Implement IHTMLStyle get/put 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
Alistair Leslie-Hughes 64af8b3f7e mshtml: Implement IHTMLCurrentStyle_get_fontWeight. 2009-02-24 16:57:30 +01:00
Aurimas Fischer d1c3fbbbfc mshtml: Add Lithuanian translation. 2009-02-24 16:57:28 +01:00
Alistair Leslie-Hughes 4c65a3c278 mshtml: Implement IHTMLCurrentStyle_get_cursor. 2009-02-20 18:46:04 +01:00
Alistair Leslie-Hughes 00a5a722a9 mshtml: Implement IHTMLCurrentStyle_get_textDecoration. 2009-02-20 18:46:04 +01:00
Alistair Leslie-Hughes 34fcf04a74 mshtml: Implement IHTMLCurrentStyle_get_textAlign. 2009-02-20 18:46:04 +01:00
Alistair Leslie-Hughes b3ec56d0c2 mshtml: Implement IHTMLCurrentStyle_get_borderLeftStyle. 2009-02-20 18:46:04 +01:00
Alistair Leslie-Hughes 724ba42e88 mshtml: Implement IHTMLCurrentStyle_get_borderBottomStyle. 2009-02-20 18:46:04 +01:00