setupapi: Implement SetupDiCreateDevRegKeyW.
[wine] / dlls / mshtml / mshtml_private.h
2007-10-04  Jacek Cabanmshtml: Added IHTMLOptionElement interface stub impleme...
2007-10-04  Jacek Cabanmshtml: Include document element in collection returned...
2007-10-04  Jacek Cabanmshtml: Move nodes' QueryInterface implementation to...
2007-10-04  Jacek Cabanmshtml: Use vtbl for node destructors.
2007-10-04  Jacek Cabanmshtml: Pass HTMLDOMNode pointer to HTMLElement's destr...
2007-10-04  Jacek Cabanmshtml: Pass HTMLDOMNode pointer to its destructor.
2007-10-03  Jacek Cabanmshtml: Pass the IDispatch interface of the element...
2007-10-01  Alexandre Julliardmshtml: The HTMLDocument URL is a standard WCHAR string...
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: Added IHTMLDocument5 interface stub implementation.
2007-09-19  Jacek Cabanmshtml: Added get_styleSheets implementation.
2007-09-19  Jacek Cabanmshtml: Get rid of node_type variable in 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: Store HTMLElement struct instead of pointer...
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-13  Jacek Cabanmshtml: Store HTMLDOMNode struct instead of pointer...
2007-09-13  Jacek Cabanmshtml: Added IHTMLAnchorElement stub implementation.
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 IOleUndoManager stub implementation.
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-15  Jacek Cabanmshtml: Make window.external visible for JavaScript...
2007-08-13  Jacek Cabanmshtml: Added ICustomDoc stub implementation.
2007-07-31  Jacek Cabanmshtml: Added HTMLWindow's IDispatch methods implementa...
2007-07-25  Rob Shearmanmshtml: Call IDocHostUIHandler_HideUI and IDocHostUIHan...
2007-07-25  Rob Shearmanmshtml: OleDocumentView_UIActivate should call IOleInPl...
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.
next