Sweden-Number/dlls/mshtml
Rob Shearman 5209ed0c5e mshtml: Fix inserting a hyperlink when text is already selected.
There is no need to use cmd_insertLinkNoUI when we have the code to do 
most of the action anyway. Make use of the handy 
InsertLinkAroundSelection to insert the "a" element when not inserting 
at the caret and don't create a text node in this case because it is 
redundant.
2008-02-11 19:55:18 +01:00
..
tests mshtml: Added more about protocol tests. 2008-02-04 13:15:52 +01: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: Update Spanish resource. 2007-12-06 12:13:08 +01:00
Fi.rc mshtml: Remove menus that are in shdoclc.dll. 2006-11-13 12:51:24 +01:00
Fr.rc mshtml: Updated French translation. 2007-12-05 12:21:50 +01: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-10-25 13:58:23 +02:00
Makefile.in mshtml: Update wine_url in nsIURI::SetPath. 2008-02-04 13:17:48 +01: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: Update Norwegian resources. 2007-12-06 12:06:05 +01:00
Sv.rc mshtml: Update Swedish translation. 2007-10-16 12:41:49 +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: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-12-06 12:07:30 +01:00
editor.c mshtml: Fix inserting a hyperlink when text is already selected. 2008-02-11 19:55:18 +01: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: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-12-06 12:07:30 +01:00
htmlbody.c mshtml: Remove not used argument in nsAString_GetData. 2007-12-17 11:49:19 +01:00
htmldoc.c mshtml: Added Invoke(DISPID_READYSTATE) implementation. 2008-01-04 12:00:54 +01:00
htmldoc3.c mshtml: Added IHTMLDocument4 stub implementation. 2007-10-15 13:44:51 +02:00
htmldoc5.c mshtml: Remove not used argument in nsAString_GetData. 2007-12-17 11:49:19 +01:00
htmlelem.c mshtml: Remove not used argument in nsAString_GetData. 2007-12-17 11:49:19 +01:00
htmlelem2.c mshtml: Remove not used argument in nsAString_GetData. 2007-12-17 11:49:19 +01:00
htmlinput.c mshtml: Remove not used argument in nsAString_GetData. 2007-12-17 11:49:19 +01:00
htmlnode.c mshtml: Remove not used argument in nsAString_GetData. 2007-12-17 11:49:19 +01:00
htmloption.c mshtml: Remove not used argument in nsAString_GetData. 2007-12-17 11:49:19 +01:00
htmlselect.c mshtml: Remove not used argument in nsAString_GetData. 2007-12-17 11:49:19 +01:00
htmlstyle.c mshtml: Remove not used argument in nsAString_GetData. 2007-12-17 11:49:19 +01:00
htmlstylesheet.c mshtml: Fixed ref counting. 2007-12-06 14:52:23 +01:00
htmltable.c mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-12-06 12:07:30 +01:00
htmltextarea.c mshtml: Remove not used argument in nsAString_GetData. 2007-12-17 11:49:19 +01:00
htmltextcont.c mshtml: Move HTMLTextContainerEvents connection point to HTMLTextContainer object. 2007-12-04 18:17:21 +01:00
htmlwindow.c mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-12-06 12:07:30 +01:00
install.c mshtml: Fix memory leak (found by Smatch). 2008-01-07 13:45:57 +01:00
loadopts.c mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-12-06 12:07:30 +01:00
main.c mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-12-06 12:07:30 +01: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: Update wine_url in nsIURI::SetPath. 2008-02-04 13:17:48 +01:00
navigate.c mshtml: Move nsChannel's content type initialization to async_open_doc_uri. 2008-01-11 12:26:11 +01:00
nsembed.c mshtml: Disable some default Gecko warnings. 2008-01-11 12:26:41 +01:00
nsevents.c mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-12-06 12:07:30 +01:00
nsiface.idl mshtml: Added IHTMLStyleSheet::get_rules implementation. 2007-12-06 14:52:08 +01:00
nsio.c mshtml: Update wine_url in nsIURI::SetPath. 2008-02-04 13:17:48 +01:00
nsservice.c Assorted spelling fixes. 2008-01-16 12:48:29 +01:00
olecmd.c mshtml: Check for This->frame. 2008-01-16 12:17:01 +01:00
oleobj.c mshtml: Added ICustomDoc stub implementation. 2007-08-13 11:38:43 +02:00
olewnd.c mshtml: Remove nsIWebBrowserFocus_Activate useless call. 2007-11-12 12:07:05 +01:00
persist.c mshtml: Use QueryService to get IHttpNegotiate in get_post_data_stream. 2008-01-11 12:26:37 +01:00
protocol.c mshtml: Fixed Read implementations. 2008-01-04 12:01:04 +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: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-12-06 12:07:30 +01:00
service.c mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-12-06 12:07:30 +01:00
task.c mshtml: Use IBindCtx passed to Load in BindToStorage call. 2007-12-24 16:34:28 +01:00
txtrange.c mshtml: Fixed hr element handling in range object. 2008-01-11 12:26:22 +01:00
view.c mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-12-06 12:07:30 +01:00