mshtml: Add IID_IPropertyNotifySink and DIID_HTMLTextContainerEvents connection point...
[wine] / dlls / mshtml / mshtml_private.h
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-25  Jacek Cabanmshtml: Notify IOleControlSite about focus changes.
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-13  Rob Shearmanmshtml: Use the implementation of IHlink in hlink.dll...
2007-06-11  Jacek Cabanmshtml: Added get_URL implementation.
2007-06-11  Jacek Cabanmshtml: Store current moniker in HTMLDocument.
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: Store editor controller in NSContainer.
2007-06-11  Jacek Cabanmshtml: Set default fontname to 'Times New Roman'.
2007-06-11  Jacek Cabanmshtml: Move Exec(OLECMDID_SETTITLE) call to separated...
2007-06-11  Jacek Cabanmshtml: Call UpdateUI and Exec(OLECMDID_UPDATECOMMANDS...
2007-06-11  Jacek Cabanmshtml: Use IOleCommandTarget::Exec to implement contex...
2007-06-11  Jacek Cabanmshtml: Move setup_ns_editing to nsembed.c.
2007-06-11  Jacek Cabanmshtml: Make [get|set]_font_size static.
2007-06-11  Jacek Cabanmshtml: Move IDM_FONTSIZE, IDM_FONTNAME and IDM_FORECOL...
2007-06-11  Jacek Cabanmshtml: Added command table for CGID_MSHTML commands.
2007-05-31  Andrew Talbotmshtml: Constify some variables.
2007-05-11  Jacek Cabanmshtml: Added IPersistStreamInit::Load implementation.
2007-05-10  Jacek Cabanmshtml: Reimplement IHTMTxtRange on top of nsIDOMRange.
2007-04-13  Jacek Cabanmshtml: Correctly handle utf-16 encoded pages.
2007-02-14  Jacek Cabanmshtml: Make load_gecko thread safe.
2007-02-12  Jacek Cabanmshtml: Start binding asynchronously.
2006-12-14  Jacek Cabanmshtml: Added nsACString_SetData function and use it...
2006-12-12  Jacek Cabanmshtml: Use HTMLWindow::alert in nsPromptService::Alert.
2006-12-07  Jacek Cabanmshtml: Added get_parentWindow implementation.
2006-12-01  Jacek Cabanmshtml: Added handling of right and left arrow keys...
2006-11-24  Jacek Cabanmshtml: Added Exec(IDM_FONTSIZE) implementation.
2006-11-17  Jacek Cabanmshtml: Added semi-stub createStyleSheet implementation.
2006-11-17  Jacek Cabanmshtml: Store nsIDOMCSSStyleDeclaration in HTMLStyle.
2006-11-17  Jacek Cabanmshtml: Added get_style implementation.
2006-11-13  Jacek Cabanmshtml: Added border implementation.
2006-11-10  Jacek Cabanmshtml: Use popup menu from shdoclc.dll.
2006-11-02  Jacek Cabanmshtml: Added beginning of set_progress task implementa...
2006-10-02  Jacek Cabanmshtml: Added begining implementation of IPersistStream...
2006-09-28  Jacek Cabanmshtml: Added get_readyState implementation.
2006-09-25  Jacek Cabanmshtml: Store BSCallback in HTMDocument.
2006-09-25  Jacek Cabanmshtml: Store IBinding interface in BSCallback.
2006-09-25  Jacek Cabanmshtml: Add SETDOWNLOADSTATE task implementation and...
2006-09-25  Jacek Cabanmshtml: Create one "Internet Explorer_Hidden" window...
2006-08-28  Jacek Cabanmshtml: Added IDM_FONTNAME implementation.
2006-08-23  Jacek Cabanmshtml: Use IPropertyNotifySink connection point.
2006-08-17  Jacek Cabanmshtml: Rename get_property to get_client_disp_property...
2006-08-16  Jacek Cabanmshtml: Added [Get|Set]ParentContentListener implementa...
2006-08-14  Jacek Cabanmshtml: Remove no longer used get_nsIURI.
2006-08-09  Jacek Cabanmshtml: Store IMoniker in BSCallback.
2006-08-09  Jacek Cabanmshtml: Create "Internet Explorer_Hidden" window.
2006-08-09  Jacek Cabanmshtml: Load the page from moniker if we don't have...
2006-08-04  Jacek Cabanmshtml: Fix handling offset in BSCallback.
2006-08-03  Dan Hipschmanwidl: Write forward declarations for coclass definitions.
2006-08-01  Jacek Cabanmshtml: Store HTMLElement pointer in HTMLTextContainer.
2006-07-17  Jacek Cabanmshtml: Wrap Heap* functions by inline functions.
2006-07-06  Jacek Cabanmshtml: Added createRange implementation.
2006-07-06  Jacek Cabanmshtml: Added get_selection implementation.
2006-07-03  Jacek Cabanmshtml: Added beginning IDM_BROWSEMODE implementation.
2006-06-26  Jacek Cabanmshtml: Destroy connection points.
2006-06-23  Jacek Cabanmshtml: Added stub implementation of HTMLLoadOptions.
2006-06-20  Jacek Cabanmshtml: Move IOleCommandTarget implementation to separa...
2006-06-20  Jacek Cabanmshtml: Added IPropertyNotifySink connection point.
2006-06-16  Jacek Cabanmshtml: Added Wine Gecko installer.
2006-06-03  Jacek Cabanmshtml: Use mime type reported by moniker if possible.
2006-06-03  Jacek Cabanmshtml: Added beginning OnDataAvailable implementation.
2006-06-03  Jacek Cabanmshtml: Set binding channel, listener and context in...
2006-06-03  Jacek Cabanmshtml: Store BSCallback in NSContainer and use it...
2006-06-03  Jacek Cabanmshtml: Add create_nscallback function to allow using...
2006-06-03  Jacek Cabanmshtml: Get rid of (currently disabled anyway) nsIWebBr...
2006-05-25  Jacek Cabanmshtml: The secret interface is CMarkup. Improve FIXMEs.
2006-05-24  Jacek Cabanmshtml: Added stub implementation of IPersistStreamInit.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Jacek Cabanmshtml: Added stub implementation of connection points.
2006-05-05  Jacek Cabanmshtml: Added IConnectionPointContainer stub implementa...
2006-05-05  Jacek Cabanmshtml: Added IHTMLTextContainer stub implementation.
2006-03-27  Jacek Cabanmshtml: Added tooltip implementation.
2006-03-24  Jacek Cabanmshtml: Added IHTMLElement2 implementation.
2006-03-20  Jacek Cabanmshtml: Optimize nsACString handling.
2006-03-20  Jacek Cabanmshtml: Better QueryInterface implementation.
2006-03-09  Jacek Cabanmshtml: Added IHTMLBodyElement implementation.
2006-03-07  Jacek Cabanmshtml: Added IHTMLTextAreaElement implementation.
2006-03-07  Jacek Cabanmshtml: Added IHTMLSelectElement implementation.
2006-03-07  Jacek Cabanmshtml: Added IHTMLInputElement implementation.
2006-03-07  Jacek Cabanmshtml: Added IHTMLElementCollection::tags implementation.
2006-03-06  Jacek Cabanmshtml: Added IHTMLElement implementation.
2006-03-06  Jacek Cabanmshtml: Added IHTMLDOMNode implementation.
2006-03-02  Jacek Cabanmshtml: Beginning support for links opened in a new...
2006-02-28  Jacek Cabanmshtml: Added nsIInterfaceRequestor implementation.
2006-02-20  Jacek Cabanmshtml: Create nsIChannel for protocols not handled...
2006-02-15  Jacek Cabanmshtml: Added hack to allow pass post data to IPersistM...
2006-02-15  Jacek Cabanmshtml: Added ref counting to NSContainer.
2006-02-13  Jacek Cabanmshtml: Handle IHlinkFrame service.
2006-02-09  Jacek Cabanmshtml: Get rid of HTMLDocument_OnLoad and move its...
2006-02-09  Jacek Cabanmshtml: Added wrapper of nsIURI interface.
2006-02-09  Jacek Cabanmshtml: Better ns*String handling.
2006-02-09  Jacek Cabanmshtml: Added wrapper of nsIOService.
2005-12-12  Jacek Cabanmshtml: Added IHTMLDocument3 stub implementation.
next