projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
comdlg32: Shed unused parameters from CFn_WMInitDialog and CFn_WMDestroy.
[wine]
/
dlls
/
mshtml
/
htmlnode.c
2010-01-29
Jacek Caban
mshtml: Optimize more nsAString handling.
blob
|
commitdiff
|
raw
2009-11-03
Jacek Caban
mshtml: Return NULL ownerDocument for document node.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-03
Jacek Caban
mshtml: Moved whole element initialization to HTMLEleme...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-29
Jacek Caban
mshtml: Added IHTMLDOMNode::nextSibling implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-14
Jacek Caban
mshtml: Use DISPATCH_* macros instead of INVOKE_*.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-02
Jacek Caban
mshtml: Added IHTMLDOMNode::cloneNode implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-22
Jacek Caban
mshtml: Added IHTMLDOMNode2::get_ownerDocument implemen...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
mshtml: Inherit HTMLDocumentNode from HTMLDOMNode.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
mshtml: Move node list to HTMLDocumentNode.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-01
Jacek Caban
mshtml: Properly release DispatchEx data.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-01
Jacek Caban
mshtml: Added support for DISPID_VALUE.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-27
Paul Vriens
mshtml: Match IE8 implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-12
Michael Stefaniuc
mshtml: Change long to LONG in mshtml.idl (remaining...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-14
Jacek Caban
mshtml: Don't fail in IHTMLDOMNode::appendChild if...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-14
Jacek Caban
mshtml: Added IHTMLDOMNode::insertBefore implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-10
Jacek Caban
mshtml: Moved events declaration to separated file.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Alistair Leslie...
mshtml: Implement IDispatch for IHTMLDOMChildrenCollection.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Alistair Leslie...
mshtml: Implement IDispatch for IHTMLDOMNode.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Alistair Leslie...
mshtml: Implement IDispatch for IHTMLDOMNode2.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-01
Jacek Caban
mshtml: DispatchEx's QueryInterface implementation...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-26
Jacek Caban
mshtml: Added DOCUMENT_NODE type support.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-26
Jacek Caban
mshtml: Added IHTMLDOMNode::get_parentNode implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Jacek Caban
mshtml: Added IHTMLDOMNode::hasChildNodes implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Jacek Caban
mshtml: Added IHTMLDOMNode::removeChild implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Jacek Caban
mshtml: Fixed argument checking in IHTMLDOMChildrenColl...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Jacek Caban
mshtml: Added support to accessing child nodes by index...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-23
Jacek Caban
mshtml: Added IHTMLDOMNode::appendChild implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-20
Jacek Caban
mshtml: Added IHTMLGenericElement implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-20
Jacek Caban
mshtml: Initialize node object from child node's constr...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-19
Jacek Caban
mshtml: Added IHTMLDOMNode::put_nodeValue implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-19
Jacek Caban
mshtml: Added IHTMLDOMNode::get_nodeValue implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-06
Francois Gouget
mshtml: gcc 2.95 does not allow an array of undefined...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-01
Jacek Caban
mshtml: Added IHTMLCommentElement stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-01
Jacek Caban
mshtml: Added IDispatchEx support to HTMLDOMChildrenCol...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-01
Jacek Caban
mshtml: Added IHTMLDOMChildrenCollection::item implemen...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-01
Jacek Caban
mshtml: Added IHTMLDOMChildrenCollection::get_length...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-01
Jacek Caban
mshtml: Added get_childNodes implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Jacek Caban
mshtml: Added get_nodeType implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Jacek Caban
mshtml: Added IHTMLDOMTextNode stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Jacek Caban
mshtml: Added get_firstChild implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Jacek Caban
mshtml: Added IHTMLDOMNode2 stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Jacek Caban
mshtml: Added elements IDispatchEx implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Jacek Caban
mshtml: Use heap_alloc_zero for allocating node objects.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-21
Jacek Caban
mshtml: Parse and store onload attributes.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-18
Jacek Caban
mshtml: Added possibility to get node object from nsIDO...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-07
Jacek Caban
mshtml: Remove unneeded includes.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-07
Austin English
Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-17
Jacek Caban
mshtml: Remove not used argument in nsAString_GetData.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-06
Michael Stefaniuc
mshtml: Rename the wrappers around HeapAlloc() &Co...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-15
Jacek Caban
mshtml: Added ref counting to node object.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Jacek Caban
mshtml: Move nodes' QueryInterface implementation to...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Jacek Caban
mshtml: Use vtbl for node destructors.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Jacek Caban
mshtml: Pass HTMLDOMNode pointer to its destructor.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-19
Jacek Caban
mshtml: Forward node ref calls to IHTMLDOMNode interface.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-19
Jacek Caban
mshtml: Get rid of node_type variable in HTMLNode object.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-13
Jacek Caban
mshtml: Store HTMLDOMNode struct instead of pointer...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-17
Jacek Caban
mshtml: Don't create element object for document node.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-25
Jacek Caban
mshtml: Added IHTMLDOMNode::get_nodeName implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-06
Jacek Caban
mshtml: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-18
Jacek Caban
mshtml: Wrap more Heap* function by inline functions.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-20
Jacek Caban
mshtml: Better QueryInterface implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-06
Jacek Caban
mshtml: Added IHTMLElementCollection implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-06
Jacek Caban
mshtml: Added IHTMLElement implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-06
Jacek Caban
mshtml: Added IHTMLDOMNode implementation.
blob
|
commitdiff
|
raw
|
diff to current