mshtml: Add VT_I4 support to set_nsstyle_attr_var.
[wine] / dlls / mshtml /
2009-02-17  Alistair Leslie... mshtml: Add VT_I4 support to set_nsstyle_attr_var.
2009-02-16  Michael Stefaniucmshtml: Remove superfluous pointer casts.
2009-02-13  Alistair Leslie... mshtml: Implement IHTMLStyle_put_textDecorationUnderline.
2009-02-13  Alistair Leslie... mshtml: Implement IHTMLStyle_put_textDecorationLineThrough.
2009-02-12  Alistair Leslie... mshtml: Implement IHTMLStyle_get_paddingLeft.
2009-02-11  Alistair Leslie... mshtml: Do a case-insensitive compare of type.
2009-02-11  Alistair Leslie... mshtml: Implement IDispatch for IHTMLLocation.
2009-02-10  Jacek Cabanactivscp.idl: Added IActiveScriptParseProcedure*64...
2009-02-09  Alexandre Julliardinclude: Undefine a few Unicode macros that conflict...
2009-02-06  Alistair Leslie... mshtml: Implement IHTMLStyle_get_backgroundColor.
2009-02-06  Alistair Leslie... mshtml: Implement IHTMLStyle_put_fontWeight.
2009-02-06  Jacek Cabanmshtml: Remove document observer before releasing nsdoc.
2009-02-06  Jacek Cabanmshtml: Wine Gecko 0.9.1 release.
2009-02-06  Marcus Meissnermshtml: Fixed size passed to MultiByteToWideChar.
2009-02-05  Marcus Meissnermshtml: Call install_cab_file() with name directly...
2009-02-05  Jacek Cabanmshtml: Return nsIDocumentObserver as nsISupport of...
2009-02-05  Marcus Meissnermshtml: Fixed second buffer argument to MultiByteToWide...
2009-02-05  Marcus Meissnermshtml: Fixed last argument to MultiByteToWideChar.
2009-02-05  Juan Langmshtml: Pass bytes written pointer to WriteFile.
2009-02-03  Alistair Leslie... mshtml: Add support for IHTMLStyle4 interface.
2009-02-03  Alistair Leslie... mshtml: Add support for IHTMLStyle3 interface.
2009-02-03  Alistair Leslie... mshtml: Add missing coclass's.
2009-02-03  Jacek Cabanjscript: Add IActiveScriptParse64 declaration and use...
2009-02-02  Alistair Leslie... mshtml: Add missing StyleSheet interfaces.
2009-01-29  Alasdair Sinclairmshtml/tests: Fix missing void in empty parameter list.
2009-01-28  Alistair Leslie... mshtml: Add missing interfaces.
2009-01-26  Nikolay Sivovmshtml/tests: Fix interface release (Coverity).
2009-01-22  Alistair Leslie... mshtml: Implement IHTMLDocument3 getElementsByTagName.
2009-01-21  Alistair Leslie... mshtml: Implement IHTMLDocument5 createComment.
2009-01-19  Nikolay Sivovmshtml: Added ISupportErrorInfo for IHTMLDocument.
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.
2009-01-14  Alistair Leslie... mshtml: Add missing IHTMLCurrentStyle interfaces.
2009-01-14  Dmitry Timoshkovmshtml: Use "-1" as a "don't care value", fix dialog...
2009-01-10  Ge van Geldorpmshtml/tests: Skip a couple of tests when IE is running...
2009-01-09  Alistair Leslie... mshtml: Implement IHTMLStyle get/set Attribute.
2009-01-09  Andrew Talbotmshtml: Declare a function static.
2009-01-08  Alexandre Julliardmshtml: Fix pointer cast warnings on 64-bit.
2009-01-06  Jacek Cabanmshtml: Fixed IOmNavigator::get_platform for win64...
2009-01-06  Jacek Cabanmshtml: Added IDispatchEx support to HTMLLocation object.
2009-01-05  Alexandre Julliardmshtml/tests: Fix the platform test for Win64.
2009-01-04  Michael Stefaniucmshtml: Fix a dialog size for the Pt and Si translations.
2009-01-04  Michael Stefaniucmshtml: Add the Romanian translation.
2009-01-04  Jacek Cabanmshtml: Added IHTMLWindow2::get_location implementation.
2009-01-02  Joris Huizermshtml: Increment pointer as intended.
2008-12-31  Jacek Cabanmshtml.idl: Added HTMLStyle coclass declaration.
2008-12-31  Jacek Cabanmshtml: Added gecko debug channel to control Gecko...
2008-12-31  Jacek Cabanmshtml: Set XPCOM_DEBUG_BREAK to 'warn' before loading...
2008-12-31  Jacek Cabanmshtml: Move handle_insert_comment to mutation.c.
2008-12-31  Jacek Cabanmshtml: Remove no longer used node_insert_listener.
2008-12-31  Jacek Cabanmshtml: Remove no longer needed set_profile.
2008-12-30  Jacek Cabanmshtml: Wine Gecko 0.9.0 release.
2008-12-27  Rob Shearmanmshtml: Check for the container's doc being NULL in...
2008-12-23  Andrew Talbotmshtml: Remove superfluous semicolons.
2008-12-22  Jacek Cabanmshtml: Move preferences settings to separated function.
2008-12-22  Jacek Cabanmshtml: Release owner in nsChannel destructor.
2008-12-22  Jacek Cabanmshtml: Pass window to GetCommandState and DoCommand.
2008-12-20  Andrei Derevyankomshtml: Updated test of QueryInterface.
2008-12-20  Andrei Derevyankomshtml: Silence IMarshal QueryInterface FIXME.
2008-12-20  Alistair Leslie... mshtml: Implement IHTMLStyle get_position.
2008-12-18  Jacek Cabanmshtml: Write aCount bytes in nsIInputStream::ReadSegments.
2008-12-18  Jacek Cabanmshtml: Added nsIChannel::[Get|Set]Owner implementation.
2008-12-18  Jacek Cabanmshtml: Use stored nsINetUtil interface.
2008-12-17  Alistair Leslie... mshtml: Implement IHTMLStyle get_backgroundImage.
2008-12-16  Jacek Cabanmshtml: Fixed IHTMLInputTextElement vtbl and QueryInter...
2008-12-12  Alistair Leslie... mshtml: Implement IHTMLScriptElement get/put Defer.
2008-12-12  Alistair Leslie... mshtml: Implement IHTMLStyle get/put fontVariant.
2008-12-11  Alistair Leslie... mshtml: Implement IHTMLStyle put_fontStyle.
2008-12-11  ByeongSik Jeon*Ko.rc: Update Korean resource.
2008-12-11  ByeongSik Jeon*Zh.rc: Update the Chinese resource font name to "MS...
2008-12-10  Alistair Leslie... mshtml: Add support for V_I4 in IHTMLStyle put_zIndex.
2008-12-10  Alistair Leslie... mshtml: Implement IHTMLStyle get/put posHeight.
2008-12-10  Jacek Cabanmshtml: Fixed a typo.
2008-12-10  Jacek Cabanmshtml: Skip tests on broken IE6 versions.
2008-12-10  Jacek Cabanmshtml: Make IHTMLElement::get_document vtbl offset...
2008-12-08  Alex Balutmshtml: Removed the reference counting of the DLL.
2008-12-08  Alistair Leslie... mshtml: Implement IHTMLStyle get/put posWidth.
2008-12-08  Rok Mandeljcmshtml: Fixed Slovenian translation.
2008-12-05  Michael Stefaniucmshtml: Remove two superfluous casts.
2008-12-04  Alistair Leslie... mshtml: Implement IHTMLStyle get/put overflow.
2008-12-02  Alexandre Julliardmshtml: Make some functions static.
2008-12-01  Alistair Leslie... mshtml: Implement IDispatch for IHTMLCommentElement.
2008-11-28  Alistair Leslie... mshtml: Add a test case.
2008-11-26  Alistair Leslie... mshtml: Implement IHTMLDocument2 get_anchors.
2008-11-26  Alistair Leslie... mshtml: Implement IHTMLDocument2 get_forms.
2008-11-26  Alistair Leslie... mshtml: Implement IHTMLDocument2 get_links.
2008-11-26  Alistair Leslie... mshtml: Implement IHTMLDocument2 get_applets.
2008-11-24  Jacek Cabanmshtml: Skip tests on old IE as soon as possible.
2008-11-24  Jacek Cabanmshtml: Skip tests on old IE as soon as possible.
2008-11-24  Jacek Cabanmshtml: Call necko's SetUploadStream from wrapper's...
2008-11-21  Alistair Leslie... mshtml: Implement IHTMLDocument2_get_images.
2008-11-21  Alistair Leslie... mshtml: Implement IDispatch for IHTMLCurrentStyle.
2008-11-21  Alistair Leslie... mshtml: Implement IHTMLStyle get/put posTop.
2008-11-20  Alexandre Julliardmshtml/tests: Avoid crashing on test failure.
2008-11-17  Francois GougetAssorted spelling fixes.
2008-11-12  Alistair Leslie... mshtml: Add tests for supported interfaces.
2008-11-10  Alistair Leslie... mshtml: Implement IHTMLStyle get/put posLeft.
2008-11-05  Jacek Cabanmshtml: Remove no longer used interfaces.
next