wine-wine/dlls/mshtml
Alistair Leslie-Hughes a1b4ee8866 mshtml: Add missing interfaces. 2009-01-28 14:15:05 +01:00
..
tests mshtml/tests: Fix interface release (Coverity). 2009-01-26 15:49:06 +01:00
Bg.rc
Da.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
De.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
En.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
Es.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
Fi.rc
Fr.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
Hu.rc
Ja.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
Ko.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
Makefile.in mshtml: Wine Gecko 0.9.0 release. 2008-12-30 12:43:34 +01:00
Nl.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
No.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
Pl.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
Pt.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
Ro.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
Ru.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
Si.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
Sv.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
Tr.rc
Zh.rc mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
blank.htm
conpoint.c mshtml: Sign-compare warnings fix. 2008-10-20 11:33:24 +02:00
dispex.c mshtml: Added IDispatchEx support to HTMLLocation object. 2009-01-06 10:09:36 +01:00
editor.c mshtml: Pass window to GetCommandState and DoCommand. 2008-12-22 10:29:19 +01:00
hlink.c
htmlanchor.c
htmlbody.c mshtml: Use stored nsdoc in createTextRange. 2008-10-09 12:27:42 +02:00
htmlcomment.c mshtml: Add missing interfaces. 2009-01-28 14:15:05 +01:00
htmlcurstyle.c mshtml: Add missing IHTMLCurrentStyle interfaces. 2009-01-14 12:41:04 +01:00
htmldoc.c mshtml: Added ISupportErrorInfo for IHTMLDocument. 2009-01-19 15:45:22 +01:00
htmldoc3.c mshtml: Implement IHTMLDocument3 getElementsByTagName. 2009-01-22 15:28:24 +01:00
htmldoc5.c mshtml: Implement IHTMLDocument5 createComment. 2009-01-21 13:05:02 +01:00
htmlelem.c mshtml: Make IHTMLElement::get_document vtbl offset independent. 2008-12-10 10:47:53 +01:00
htmlelem2.c mshtml: Wine Gecko 0.9.0 release. 2008-12-30 12:43:34 +01:00
htmlelem3.c mshtml: Added IHTMLElement3::[get|put]_implementation. 2008-10-10 12:55:44 +02:00
htmlelemcol.c mshtml: Declare a function static. 2009-01-09 14:21:31 +01:00
htmlevent.c mshtml: Test for NULL nscontainer in set_event_handler_disp. 2008-10-13 11:17:23 +02:00
htmlevent.h mshtml: Added element mouseout and selectstart event implementation. 2008-10-13 11:17:18 +02:00
htmlgeneric.c mshtml: Use IHTMLElement3 in IDispatchEx. 2008-10-10 12:55:50 +02:00
htmliframe.c mshtml: Added IHTMLFrameBase2::get_contentWidnow implementation. 2008-10-13 11:16:39 +02:00
htmlimg.c mshtml: Added IHTMImgElement::get_src implementation. 2008-10-14 11:25:02 +02:00
htmlinput.c mshtml: Fixed IHTMLInputTextElement vtbl and QueryInterface implementation. 2008-12-16 12:52:27 +01:00
htmllocation.c mshtml: Added IDispatchEx support to HTMLLocation object. 2009-01-06 10:09:36 +01:00
htmlnode.c mshtml: Don't fail in IHTMLDOMNode::appendChild if AppendChild failed. 2008-10-14 11:25:13 +02:00
htmloption.c mshtml: Use IHTMLElement3 in IDispatchEx. 2008-10-10 12:55:50 +02:00
htmlscript.c mshtml: Implement IHTMLScriptElement get/put Defer. 2008-12-12 12:01:36 +01:00
htmlselect.c mshtml: Moved events declaration to separated file. 2008-10-10 13:05:23 +02:00
htmlstyle.c mshtml: Implement IHTMLStyle get/put borderTopStyle. 2009-01-15 12:53:31 +01:00
htmlstyle.h mshtml: Implement IHTMLStyle get/put borderTopStyle. 2009-01-15 12:53:31 +01:00
htmlstyle2.c mshtml: Added IHTMLStyle2::[get|put]_position. 2008-10-07 12:08:41 +02:00
htmlstylesheet.c mshtml: Remove superfluous semicolons. 2008-12-23 12:51:29 +01:00
htmltable.c mshtml: Use IHTMLElement3 in IDispatchEx. 2008-10-10 12:55:50 +02:00
htmltablerow.c mshtml: Use IHTMLElement3 in IDispatchEx. 2008-10-10 12:55:50 +02:00
htmltextarea.c mshtml: Forward IHTMLelement3::[get|put]_disabled to child object if possible. 2008-10-10 12:55:38 +02:00
htmltextcont.c
htmltextnode.c mshtml: Add missing interfaces. 2009-01-28 14:15:05 +01:00
htmlwindow.c mshtml: Added IHTMLWindow2::get_location implementation. 2009-01-04 13:32:47 +01:00
install.c
loadopts.c
main.c mshtml: Removed the reference counting of the DLL. 2008-12-08 22:02:48 +01:00
mshtml.inf
mshtml.spec
mshtml_private.h mshtml: Added ISupportErrorInfo for IHTMLDocument. 2009-01-19 15:45:22 +01:00
mutation.c mshtml: Increment pointer as intended. 2009-01-02 11:54:09 +01:00
navigate.c mshtml: Write aCount bytes in nsIInputStream::ReadSegments. 2008-12-18 14:52:12 +01:00
nsembed.c mshtml: Added gecko debug channel to control Gecko logging. 2008-12-31 12:27:40 +01:00
nsevents.c mshtml: Move handle_insert_comment to mutation.c. 2008-12-31 12:27:16 +01:00
nsiface.idl mshtml: Wine Gecko 0.9.0 release. 2008-12-30 12:43:34 +01:00
nsio.c mshtml: Wine Gecko 0.9.0 release. 2008-12-30 12:43:34 +01:00
nsservice.c
olecmd.c mshtml: Pass window to GetCommandState and DoCommand. 2008-12-22 10:29:19 +01:00
oleobj.c
olewnd.c
omnavigator.c mshtml: Fixed IOmNavigator::get_platform for win64 platform. 2009-01-06 10:09:36 +01:00
persist.c mshtml: Use stored nsdoc in get_doc_string. 2008-10-09 12:26:56 +02:00
protocol.c mshtml: Fix pointer cast warnings on 64-bit. 2009-01-08 17:26:38 +01:00
resource.h mshtml: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:43 +01:00
rsrc.rc mshtml: Add the Romanian translation. 2009-01-04 13:34:16 +01:00
script.c mshtml: Fixed a typo. 2008-12-10 10:48:45 +01:00
selection.c mshtml: Use stored nsdoc in createRange. 2008-10-09 12:25:47 +02:00
service.c
task.c mshtml: Don't use IDispatchEx for timer callbacks. 2008-10-10 12:55:59 +02:00
txtrange.c mshtml: Fixed increasing buffer size logic in text range implementation. 2008-10-14 11:24:32 +02:00
view.c mshtml: Remove two superfluous casts. 2008-12-05 12:36:14 +01:00