Sweden-Number/dlls/mshtml
Jacek Caban 835b814e9f mshtml: Store HTMLElement struct instead of pointer in HTMLSelectElement. 2007-09-17 12:09:59 +02:00
..
tests mshtml: Added get_body test. 2007-09-17 12:09:48 +02:00
Bg.rc mshtml: Make the Install button the default on the Gecko installation dialog. 2007-09-10 16:14:23 +02:00
De.rc mshtml: Make the Install button the default on the Gecko installation dialog. 2007-09-10 16:14:23 +02:00
En.rc mshtml: Implement IDM_HYPERLINK. 2007-09-12 14:06:54 +02:00
Es.rc mshtml: Make the Install button the default on the Gecko installation dialog. 2007-09-10 16:14:23 +02:00
Fi.rc mshtml: Remove menus that are in shdoclc.dll. 2006-11-13 12:51:24 +01:00
Fr.rc mshtml: Make the Install button the default on the Gecko installation dialog. 2007-09-10 16:14:23 +02:00
Hu.rc mshtml: Remove menus that are in shdoclc.dll. 2006-11-13 12:51:24 +01:00
Ko.rc mshtml: Updated Korean resource. 2007-09-17 12:09:15 +02:00
Makefile.in mshtml: Added IHTMLAnchorElement stub implementation. 2007-09-13 13:26:01 +02:00
Nl.rc mshtml: Make the Install button the default on the Gecko installation dialog. 2007-09-10 16:14:23 +02:00
No.rc mshtml: Make the Install button the default on the Gecko installation dialog. 2007-09-10 16:14:23 +02:00
Sv.rc mshtml: Make the Install button the default on the Gecko installation dialog. 2007-09-10 16:14:23 +02:00
Tr.rc mshtml: Make the Install button the default on the Gecko installation dialog. 2007-09-10 16:14:23 +02:00
blank.htm Added blank.htm. 2005-06-27 19:48:04 +00:00
conpoint.c mshtml: Make connection points container independent. 2007-06-29 13:28:31 +02:00
editor.c mshtml: Implement IDM_HYPERLINK. 2007-09-12 14:06:54 +02:00
hlink.c mshtml: Use the implementation of IHlink in hlink.dll instead of duplicating it. 2007-06-13 12:58:31 +02:00
htmlanchor.c mshtml: Store HTMLElement struct instead of pointer in HTMLAnchorElement. 2007-09-17 12:09:31 +02:00
htmlbody.c mshtml: Store HTMLElement struct instead of pointer in HTMLBodyElement. 2007-09-17 12:09:44 +02:00
htmldoc.c mshtml: Added IOleUndoManager stub implementation. 2007-09-10 16:15:03 +02:00
htmldoc3.c mshtml: Fix HTMLDocument3_get_documentElement to get the right nsIDOMNode. 2007-06-25 13:24:19 +02:00
htmlelem.c mshtml: Store HTMLElement struct instead of pointer in HTMLSelectElement. 2007-09-17 12:09:59 +02:00
htmlelem2.c mshtml: Win64 printf format warning fixes. 2006-10-06 12:54:45 +02:00
htmlinput.c mshtml: Store HTMLElement struct instead of pointer in HTMLInputElement. 2007-09-17 12:09:54 +02:00
htmlnode.c mshtml: Store HTMLDOMNode struct instead of pointer in HTMLElement object. 2007-09-13 13:26:47 +02:00
htmlselect.c mshtml: Store HTMLElement struct instead of pointer in HTMLSelectElement. 2007-09-17 12:09:59 +02:00
htmlstyle.c mshtml: Added IHTMLStyle::get_fontFamily implementation. 2007-06-11 15:22:01 +02:00
htmlstylesheet.c mshtml: Added semi-stub createStyleSheet implementation. 2006-11-17 15:50:32 +01:00
htmltextarea.c mshtml: Store HTMLDOMNode struct instead of pointer in HTMLElement object. 2007-09-13 13:26:47 +02:00
htmltextcont.c mshtml/htmltextcont: Initialize value (Coverity). 2007-08-20 12:54:45 +02:00
htmlwindow.c mshtml: Make window.external visible for JavaScript code. 2007-08-15 10:40:32 +02:00
install.c mshtml: Hide the progress bar while asking the user if Gecko should be installed. 2007-09-10 16:14:18 +02:00
loadopts.c mshtml: Win64 printf format warning fixes. 2006-10-06 12:54:45 +02:00
main.c mshtml: Make get_typeinfo thread safe. 2007-08-13 11:38:24 +02:00
mshtml.inf mshtml: Fix the .jfif Content Type. 2006-08-07 13:09:37 +02:00
mshtml.spec mshtml: Added stub implementation of ShowHTMLDialog. 2006-07-19 09:38:08 +02:00
mshtml_private.h mshtml: Store HTMLElement struct instead of pointer in HTMLSelectElement. 2007-09-17 12:09:59 +02:00
navigate.c mshtml: Make sure we have associated listener before calling OnStopRequest. 2007-07-26 11:51:13 +02:00
nsembed.c mshtml: Store the nsIEditor interface in the NSContainer object for use in implementing editor commands. 2007-09-12 14:05:17 +02:00
nsevents.c mshtml: Call setup_nswindow on load event. 2007-08-16 11:08:05 +02:00
nsiface.idl mshtml: Implement IDM_HYPERLINK. 2007-09-12 14:06:54 +02:00
nsio.c mshtml: Return wine: URI for protocols handled by MSHTML. 2007-08-15 10:39:53 +02:00
nsservice.c mshtml: Fixed a typo. 2007-07-27 12:24:44 +02:00
olecmd.c mshtml: Call Exec in show_context_menu only if user selected menu item. 2007-09-10 16:14:47 +02:00
oleobj.c mshtml: Added ICustomDoc stub implementation. 2007-08-13 11:38:43 +02:00
olewnd.c mshtml: Set focus to the Gecko window in OleInPlaceActiveObject_OnFrameWindowActivate. 2007-07-25 13:03:26 +02:00
persist.c mshtml: Implement PersistStreamInit_IsDirty when in edit mode. 2007-09-12 14:06:01 +02:00
protocol.c mshtml: Fixed protocol tests on IE7. 2007-01-23 11:27:21 +01:00
resource.h mshtml: Implement IDM_HYPERLINK. 2007-09-12 14:06:54 +02:00
rsrc.rc makedep: Add support for magic comments in .rc files so we can generate proper dependencies for them. 2006-12-26 15:02:03 +01:00
selection.c mshtml: Store HTMLDocument reference in HTMLTxtRange object. 2007-08-17 12:20:30 +02:00
service.c mshtml: Added IOleUndoManager stub implementation. 2007-09-10 16:15:03 +02:00
task.c mshtml: Don't use dynamic allocation for connection points. 2007-06-29 13:28:10 +02:00
txtrange.c mshtml: Move 'inline' to the beginning of the declaration directly after the storage specifier. 2007-09-17 12:09:05 +02:00
view.c mshtml: Pass the correct DOCHOSTUITYPE value to IDocHostUIHandler_ShowUI. 2007-07-25 13:03:10 +02:00