mshtml: Call Exec in show_context_menu only if user selected menu item.
[wine] / dlls / mshtml /
2007-09-10  Jacek Cabanmshtml: Call Exec in show_context_menu only if user...
2007-09-10  Mikolaj Zalewskimshtml: Make the Install button the default on the...
2007-09-10  Mikolaj Zalewskimshtml: Hide the progress bar while asking the user...
2007-08-20  Paul Vriensmshtml/htmltextcont: Initialize value (Coverity).
2007-08-17  Jacek Cabanmshtml: Added IHTMLTxtRange::compareEndPoints implement...
2007-08-17  Jacek Cabanmshtml: Added IHTMLTxtRange::select implementation.
2007-08-17  Jacek Cabanmshtml: Added get_scrollWidth and get_scrollHeight...
2007-08-17  Jacek Cabanmshtml: Don't create element object for document node.
2007-08-17  Jacek Cabanmshtml: Added IHTMLTxtRange::put_text implementation.
2007-08-17  Jacek Cabanmshtml: Store HTMLDocument reference in HTMLTxtRange...
2007-08-16  Jacek Cabanmshtml: Store HTMLDocument reference in HTMLSelectionOb...
2007-08-16  Jacek Cabanmshtml: Call setup_nswindow on load event.
2007-08-15  Jacek Cabanmshtml: Make window.external visible for JavaScript...
2007-08-15  Jacek Cabanmshtml: Return wine: URI for protocols handled by MSHTML.
2007-08-15  Jacek Cabanmshtml: Check use_wine_url in nsIURI::GetAsciiSpec.
2007-08-15  Jacek Cabanmshtml: Reduce debug traces.
2007-08-13  Jacek Cabanmshtml: Added ICustomDoc stub implementation.
2007-08-13  Jacek Cabanmshtml: Added IHTMLTxtRange::collapse implementation.
2007-08-13  Jacek Cabanmshtml: Added IHTMLTxtRange::duplicate implementation.
2007-08-13  Jacek Cabanmshtml: Make get_typeinfo thread safe.
2007-08-13  Jacek Cabanmshtml: Use GetIsCollapsed in IHTMLSelectionObject...
2007-08-13  Jacek Cabanmshtml: Added IDM_SELECTALL implementation.
2007-08-13  Jacek Cabanmshtml: Don't mess with gecko specific protocols.
2007-08-06  Michael Stefaniucmshtml: Remove const in front of REFIID as that is...
2007-08-02  Jacek Cabanmshtml: Release typelib in PROCESS_DETACH.
2007-08-01  Jacek Cabanmshtml: Added IHTMLWindow::get_external implementation.
2007-08-01  Jacek Cabanmshtml: Fixed QueryInterface failures on IE7.
2007-07-31  Dmitry Timoshkovmshtml: Constify some data.
2007-07-31  Jacek Cabanmshtml: Added HTMLWindow's IDispatch methods implementa...
2007-07-31  Jacek Cabanmshtml: Added mshtml.tlb registration.
2007-07-27  Jacek Cabanmshtml: Fixed a typo.
2007-07-26  Rob Shearmanmshtml: Handle Ctrl-Home and Ctrl-End in edit mode.
2007-07-26  Jacek Cabanmshtml: Make sure we have associated listener before...
2007-07-25  Rob Shearmanmshtml: Events are reset when a new document URI is...
2007-07-25  Rob Shearmanmshtml: Set focus to the Gecko window in OleInPlaceActi...
2007-07-25  Rob Shearmanmshtml: Call IDocHostUIHandler_HideUI and IDocHostUIHan...
2007-07-25  Rob Shearmanmshtml: Pass the correct DOCHOSTUITYPE value to IDocHos...
2007-07-25  Rob Shearmanmshtml: OleDocumentView_UIActivate should call IOleInPl...
2007-07-13  Rob Shearmanmshtml: Implement HTMLElement_insertAdjacentHTML and...
2007-06-29  Jacek Cabanmshtml: Add IID_IPropertyNotifySink and DIID_HTMLTextCo...
2007-06-29  Jacek Cabanmshtml: Added IConnectionPointContainer implementation...
2007-06-29  Jacek Cabanmshtml: Make connection points container independent.
2007-06-29  Jacek Cabanmshtml: Move IConnectionPointContainer to the separated...
2007-06-29  Jacek Cabanmshtml: Store connection point as a list.
2007-06-29  Jacek Cabanmshtml: Don't use dynamic allocation for connection...
2007-06-27  Jacek Cabanmshtml: Added Exec(IDM_DELETE) implementation.
2007-06-27  Jacek Cabanmshtml: Added IDM_DELETE support in QueryStatus.
2007-06-27  Jacek Cabanmshtml: Correctly handle delete key in editor mode.
2007-06-25  Rob Shearmanmshtml: Implement HTMLElement_get_children.
2007-06-25  Jacek Cabanmshtml: Added more QueryInterface tests.
2007-06-25  Jacek Cabanmshtml: Added beginning DOM tests.
2007-06-25  Jacek Cabanmshtml: Added IHTMLDOMNode::get_nodeName implementation.
2007-06-25  Rob Shearmanmshtml: Notify the Gecko stream listener that we stoppe...
2007-06-25  Rob Shearmanmshtml: Fix HTMLDocument3_get_documentElement to get...
2007-06-25  Rob Shearmanmshtml: Implement HTMLElement_setAttribute.
2007-06-25  Rob Shearmanmshtml: The SRC value returned from HTMLElement_getAttr...
2007-06-25  Jacek Cabanmshtml: Added IOleInPlaceUIWindow tests.
2007-06-25  Jacek Cabanmshtml: Better test of QueryInterface.
2007-06-25  Jacek Cabanmshtml: Added IOleControlSite tests.
2007-06-25  Jacek Cabanmshtml: Set focus to FALSE in InPlaceDeactivate.
2007-06-25  Jacek Cabanmshtml: Notify IOleControlSite about focus changes.
2007-06-25  Jacek Cabanmshtml: Activate nsWebBrowser after creating document...
2007-06-25  Jacek Cabanmshtml: Added nsIEmbeddingSiteWindow:[Get|Set]Visibilit...
2007-06-25  Jacek Cabanmshtml: Added nsIEmbeddingSiteWindow::SetFocus implemen...
2007-06-25  Jacek Cabanmshtml: Get rid of no longer used nsIDOMEventListener...
2007-06-25  Jacek Cabanmshtml: Move load event listener to separated object.
2007-06-25  Jacek Cabanmshtml: Move keypress event listener to separated object.
2007-06-22  Jacek Cabanmshtml: Don't check out VT in exec_fontsize.
2007-06-15  Jacek Cabanmshtml: Added IOleInPlaceSiteEx tests.
2007-06-15  Jacek Cabanmshtml: Use IOleInPlaceSiteEx if available.
2007-06-13  Rob Shearmanmshtml: Use the implementation of IHlink in hlink.dll...
2007-06-12  Rob Shearmanmshtml: Add some error handling to hlink_frame_navigate.
2007-06-11  Jacek Cabanmshtml: Added get_URL implementation.
2007-06-11  Jacek Cabanmshtml: Don't crash in set_font_size if range_cnt is 0.
2007-06-11  Jacek Cabanmshtml: Added GetCurMoniker implementation.
2007-06-11  Jacek Cabanmshtml: Store current moniker in HTMLDocument.
2007-06-11  Jacek Cabanmshtml: Move Exec(CGID_ShellDocView, 37) call to match...
2007-06-11  Jacek Cabanmshtml: Move createing URL moniker to separated function.
2007-06-11  Jacek Cabanmshtml: Call Exec(CGID_ShellDocView, 37) in exec_editmode.
2007-06-11  Jacek Cabanmshtml: Added edit mode IDM_CUT implementation.
2007-06-11  Jacek Cabanmshtml: Added edit mode IDM_PASTE implementation.
2007-06-11  Jacek Cabanmshtml: Added edit mode IDM_COPY implementation.
2007-06-11  Jacek Cabanmshtml: Added IsDirty tests.
2007-06-11  Jacek Cabanmshtml: Added semi stub IsDirty implementation.
2007-06-11  Jacek Cabanmshtml: Added IDM_COMPOSESETTINGS implementation.
2007-06-11  Jacek Cabanmshtml: Added IHTMLStyle::get_fontFamily implementation.
2007-06-11  Jacek Cabanmshtml: Added COMMENT_NODE implementation in nsnode_to_...
2007-06-11  Jacek Cabanmshtml: Silence invalid FIXME for ELEMENT_DOCUMENT_FRAG...
2007-06-11  Jacek Cabanmshtml: Added IDM_RESPECTVISIBILITY_INDESIGN command...
2007-06-11  Jacek Cabanmshtml: Set default scrollbar preferences.
2007-06-11  Jacek Cabanmshtml: Reimplement editor mode left key using command...
2007-06-11  Jacek Cabanmshtml: Reimplement editor mode right key using command...
2007-06-11  Jacek Cabanmshtml: Added editor mode down key implementation.
2007-06-11  Jacek Cabanmshtml: Added editor mode up key implementation.
2007-06-11  Jacek Cabanmshtml: Store editor controller in NSContainer.
2007-06-11  Jacek Cabanmshtml: Call update_doc in init_editor.
2007-06-11  Jacek Cabanmshtml: Call update_doc in editor commands.
2007-06-11  Jacek Cabanmshtml: Added more command tests.
2007-06-11  Jacek Cabanmshtml: Added Exec(IDM_FONTNAME) tests.
2007-06-11  Jacek Cabanmshtml: Set default fontname to 'Times New Roman'.
next