widl: Generate client and server code for using context handles.
[wine] / dlls / mshtml /
2007-09-27  Jacek Cabanmshtml: Use get_nsinterface in set_ns_editmode and...
2007-09-27  Jacek Cabanmshtml: Use get_nsinterface in exec_print and do_ns_com...
2007-09-27  Jacek Cabanmshtml: Added generic get_nsinterface function and...
2007-09-27  Jacek Cabanmshtml: Added IDM_COPY in browse mode implementation.
2007-09-27  Jacek Cabanmshtml: Ignore app's User-Agent header and Content...
2007-09-27  Jacek Cabanmshtml: Forward IHTMLTextContainer::put_scrollTop and...
2007-09-27  Jacek Cabanmshtml: Added IHTMLElement2::put_scrollTop and put_scro...
2007-09-27  Jacek Cabanmshtml: Added get_compatMode implementation.
2007-09-27  Jacek Cabanmshtml: Added IHTMLDocument5 interface stub implementation.
2007-09-24  Jacek Cabanmshtml: Don't crash in UIActivate if Gecko is not avail...
2007-09-24  Vitaliy Margolenmshtml: Fix another typo and add trace.
2007-09-24  Vitaliy Margolenmshtml: Fix typo.
2007-09-19  Jacek Cabanmshtml: Added Exec(IDM_FONT) stub implementation.
2007-09-19  Jacek Cabanmshtml: Added more tests.
2007-09-19  Jacek Cabanmshtml: Fixed IHTMLTxtRange::get_text implementation...
2007-09-19  Jacek Cabanmshtml: Added IHTMLStyleSheetsCollection::get_length...
2007-09-19  Jacek Cabanmshtml: Added get_styleSheets implementation.
2007-09-19  Jacek Cabanmshtml: Added HTMLStyle::get_textDecoration* implementa...
2007-09-19  Jacek Cabanmshtml: Added more IHTMLStyle getters implementation.
2007-09-19  Jacek Cabanmshtml: Return NULL for empty results in get_style_attr.
2007-09-19  Jacek Cabanmshtml: Forward node ref calls to IHTMLDOMNode interface.
2007-09-19  Jacek Cabanmshtml: Get rid of node_type variable in HTMLNode object.
2007-09-19  Jacek Cabanmshtml: Don't use node_type from HTMLNode object.
2007-09-17  Jacek Cabanmshtml: Make HTMLBodyElement child object of HTMLTextCo...
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-17  Jacek Cabanmshtml: Added get_body test.
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-17  Hwang YunSong(황윤성)mshtml: Updated Korean resource.
2007-09-17  Michael Stefaniucmshtml: Move 'inline' to the beginning of the declarati...
2007-09-13  Hwang YunSong(황윤성)mshtml: Updated Korean resource.
2007-09-13  Jacek Cabanmshtml: Store HTMLDOMNode struct instead of pointer...
2007-09-13  Jacek Cabanmshtml: Added IHTMLAnchorElement stub implementation.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange::put_text tests.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange::move("word") implementation.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange::moveEnd implementation.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange::move("character") implemen...
2007-09-13  Jacek Cabanmshtml: Fixed ref count in parentElement.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange::expand implementation.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange tests.
2007-09-13  Jacek Cabanmshtml: Reimplement IHTMLTxtRange::get_text.
2007-09-12  Rob Shearmanmshtml: Implement IDM_HYPERLINK.
2007-09-12  Rob Shearmanmshtml: Implement PersistStreamInit_IsDirty when in...
2007-09-12  Rob Shearmanmshtml: Store the nsIEditor interface in the NSContaine...
2007-09-10  Jacek Cabanmshtml: Added IHTMLTxtRange::isEqual implementation.
2007-09-10  Jacek Cabanmshtml: Added IHTMLTxtRange::inRange implementation.
2007-09-10  Jacek Cabanmshtml: Added IHTMLTxtRange::parentElement implementation.
2007-09-10  Jacek Cabanmshtml: Added IOleUndoManager stub implementation.
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.
next