Sweden-Number/dlls/mshtml
Alistair Leslie-Hughes 177767c418 mshtml: Implement IHTMLStyle get_backgroundImage. 2008-12-17 13:52:41 +01:00
..
tests mshtml: Implement IHTMLScriptElement get/put Defer. 2008-12-12 12:01:36 +01:00
Bg.rc
Da.rc mshtml: Danish translation. 2008-05-07 12:08:46 +02:00
De.rc mshtml: Update the German translation. 2008-03-26 10:33:31 +01:00
En.rc
Es.rc
Fi.rc mshtml: Fix the Finnish translation. 2008-05-29 12:11:33 +02:00
Fr.rc
Hu.rc mshtml: Fix the Hungarian translation. 2008-05-30 10:01:56 +02:00
Ja.rc mshtml: Convert Japanese resource to UTF-8. 2008-10-13 11:41:04 +02:00
Ko.rc *Ko.rc: Update Korean resource. 2008-12-11 12:21:07 +01:00
Makefile.in mshtml: Added HTMLIFrame stub implementation. 2008-10-08 13:20:08 +02:00
Nl.rc mshtml: Added missing Dutch translations. 2008-02-16 13:54:43 +01:00
No.rc Fix the resources to remove extraneous spaces in '...'. 2008-06-05 15:53:05 +02:00
Pl.rc mshtml: Add Polish translation. 2008-03-12 11:59:04 +01:00
Pt.rc mshtml: Added Portuguese translation. 2008-10-22 13:54:55 +02:00
Ru.rc mshtml: Update Russian translation. 2008-06-18 15:21:48 +02:00
Si.rc mshtml: Fixed Slovenian translation. 2008-12-08 12:01:25 +01:00
Sv.rc Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
Tr.rc
Zh.rc *Zh.rc: Update the Chinese resource font name to "MS Shell Dlg". 2008-12-11 12:20:48 +01:00
blank.htm
conpoint.c mshtml: Sign-compare warnings fix. 2008-10-20 11:33:24 +02:00
dispex.c mshtml: Make some functions static. 2008-12-02 15:28:04 +01:00
editor.c mshtml: Fixed reversed NULl check. 2008-10-31 13:06:47 +01:00
hlink.c mshtml: Remove unneeded includes. 2008-04-07 13:36:17 +02:00
htmlanchor.c mshtml: Implement IDispatch for IHTMLAnchorElement. 2008-08-18 17:15:57 +02:00
htmlbody.c mshtml: Use stored nsdoc in createTextRange. 2008-10-09 12:27:42 +02:00
htmlcomment.c mshtml: Make some functions static. 2008-12-02 15:28:04 +01:00
htmlcurstyle.c mshtml: Implement IDispatch for IHTMLCurrentStyle. 2008-11-21 11:54:22 +01:00
htmldoc.c mshtml: Removed the reference counting of the DLL. 2008-12-08 22:02:48 +01:00
htmldoc3.c mshtml: Added IHTMLDocument4::focus implementation. 2008-10-14 11:24:18 +02:00
htmldoc5.c mshtml: Use stored nsdoc in get_compatMode. 2008-10-09 12:25:35 +02:00
htmlelem.c mshtml: Make IHTMLElement::get_document vtbl offset independent. 2008-12-10 10:47:53 +01:00
htmlelem2.c mshtml: Added element blur, focus, paste and drag event implementation. 2008-10-13 11:17:00 +02:00
htmlelem3.c mshtml: Added IHTMLElement3::[get|put]_implementation. 2008-10-10 12:55:44 +02:00
htmlelemcol.c mshtml: Fixed handing non-element nodes in IHTMLElementCollection. 2008-10-07 12:08:59 +02: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: Fixed copy&paste mistake. 2008-04-01 13:44:16 +02: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_backgroundImage. 2008-12-17 13:52:41 +01:00
htmlstyle.h mshtml: Implement IHTMLStyle get/put fontVariant. 2008-12-12 11:59:46 +01:00
htmlstyle2.c mshtml: Added IHTMLStyle2::[get|put]_position. 2008-10-07 12:08:41 +02:00
htmlstylesheet.c mshtml: Remove unneeded includes. 2008-04-07 13:36:17 +02: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 mshtml: Implement IHTMLTextContainer get_scrollLeft. 2008-09-11 12:28:14 +02:00
htmltextnode.c mshtml: Make some functions static. 2008-12-02 15:28:04 +01:00
htmlwindow.c mshtml: Move GetContentDOMWindow call from HTMLWindow_Create. 2008-10-13 11:16:33 +02:00
install.c mshtml: Fixed a typo. 2008-05-13 10:40:15 +02:00
loadopts.c
main.c mshtml: Removed the reference counting of the DLL. 2008-12-08 22:02:48 +01:00
mshtml.inf mshtml: Don't overwrite file types that could be changed by user. 2008-05-05 12:54:13 +02:00
mshtml.spec
mshtml_private.h mshtml: Removed the reference counting of the DLL. 2008-12-08 22:02:48 +01:00
navigate.c mshtml: Store nsIDOMHTMLDocument in HTMLDocument. 2008-10-09 12:24:21 +02:00
nsembed.c mshtml: Remove two superfluous casts. 2008-12-05 12:36:14 +01:00
nsevents.c mshtml: Added support for conditional comments. 2008-10-16 11:22:00 +02:00
nsiface.idl mshtml: Remove no longer used interfaces. 2008-11-05 10:55:09 +01:00
nsio.c mshtml: Call necko's SetUploadStream from wrapper's SetUploadStream. 2008-11-24 13:43:38 +01:00
nsservice.c
olecmd.c mshtml: Remove unneeded includes. 2008-04-07 13:36:17 +02:00
oleobj.c mshtml: Added support for DOCHOSTUIFLAG_SCROLL_NO DOCHOSTINFO flag. 2008-07-01 12:22:57 +02:00
olewnd.c
omnavigator.c mshtml: Added IOmNavigator::get_appVersion implementation. 2008-10-14 11:25:39 +02:00
persist.c mshtml: Use stored nsdoc in get_doc_string. 2008-10-09 12:26:56 +02:00
protocol.c mshtml: Removed the reference counting of the DLL. 2008-12-08 22:02:48 +01:00
resource.h
rsrc.rc mshtml: Added Portuguese translation. 2008-10-22 13:54:55 +02: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 Spelling fixes. 2008-04-07 13:36:17 +02:00
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