projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Release 1.5.14.
[wine]
/
dlls
/
mshtml
/
htmlelem.c
2012-09-13
Jacek Caban
mshtml: Added HTMLElement::ondataavailable implementation.
blob
|
commitdiff
|
raw
2012-09-04
Jacek Caban
mshtml: Added IHTMLElement::contains implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-04
Jacek Caban
mshtml: Added IHTMLWindow2::onhelp property implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-26
Jacek Caban
mshtml: Use inline wrappers and fixed found warnings.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-25
Jacek Caban
mshtml: Added IHTMLElement2::get_runtimeStyle hackish...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-25
Jacek Caban
mshtml: Moved more logic to HTMLStyle_Create.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-13
Jacek Caban
mshtml: Added HTMLElement::onkeypress implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-27
Jacek Caban
mshtml: Don't release nselem in HTMLElement_destructor.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-27
Jacek Caban
mshtml: Get rid of no longer needed unk_ref from HTMLEl...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-26
Jacek Caban
mshtml: Share nselem reference with nsnode.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-26
Jacek Caban
mshtml: Call HTMLDOMNode_Init directly in HTMLCommentEl...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-26
Jacek Caban
mshtml: Return referenced instances from node constructors.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-25
Jacek Caban
mshtml: Keep reference in node returned from get_node.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-11
Jacek Caban
mshtml: Wine Gecko 1.6 release.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-18
Jacek Caban
mshtml: Copy filter value in HTMLElement_clone.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-13
Jacek Caban
mshtml: Use return_nsstr helper in HTMLElement object...
blob
|
commitdiff
|
raw
|
diff to current
2012-04-02
Jacek Caban
mshtml: Added IHTMLMetaElement stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-28
Jacek Caban
mshtml: Improved VARIANT debug traces in htmlelem.c.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-28
Jacek Caban
mshtml: Added IHTMLTableCell interface stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-16
Jacek Caban
mshtml: Store filter in HTMLElement object.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-14
Jacek Caban
mshtml: Wine Gecko 1.5 release.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-01
Jacek Caban
mshtml: Properly handle out of memory in IHTMLElement...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-27
Jacek Caban
mshtml: Added VT_I2 handling to IHTMLSelectElement...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-03
Jacek Caban
mshtml: Fixed ref count leaks.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-02
Piotr Caban
mshtml: Added HTMLAttributeCollection_invoke implementa...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-02
Piotr Caban
mshtml: Added HTMLAttributeCollection_get_dispid implem...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-02
Piotr Caban
mshtml: Store attributes list in HTMLAttributeCollection.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-02
Piotr Caban
mshtml: Added HTMLAttributeCollection2_getNamedItem...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-02
Piotr Caban
mshtml: Don't cache HTMLAttributesCollection results.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-26
Piotr Caban
mshtml: Added HTMLAttributeCollection_item implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-26
Piotr Caban
mshtml: Added HTMLAttributeCollection_get_length implem...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-26
Piotr Caban
mshtml: Added IHTMLAttributeCollection3 stub.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-26
Piotr Caban
mshtml: Added IHTMLAttributeCollection2 stub.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-26
Piotr Caban
mshtml: Added IHTMLAttributeCollection stub.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-23
Jacek Caban
mshtml: Wine Gecko 1.3 release.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-23
Piotr Caban
mshtml: Populate dynamic properties table in get_dynami...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Frédéric Delanoy
tests: Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Jacek Caban
mshtml: Removed duplicated includes.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-02
Jacek Caban
mshtml: Rename call_event to fire_event.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-21
Jacek Caban
mshtml: Added IHTMLTitleElement stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-21
Jacek Caban
mshtml: Added IHTMLHeadElement stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-17
Jacek Caban
mshtml: Use replace_node_by_html instead of document...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-17
Jacek Caban
mshtml: Moved IHTMLElement::put_outerHTML implementatio...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-03
Jacek Caban
mshtml: Added IHTMLElement::get_offsetParent implementa...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-31
Jacek Caban
mshtml: Added IHTMLElement::get_offsetLeft implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-11
Francois Gouget
mshtml: Make HTMLFiltersCollection_Create() static.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-03
Jacek Caban
mshtml: Fixed use after free in HTMLElement_destructor.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-02
Jacek Caban
mshtml: Reuse attribute objects.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-28
Jacek Caban
mshtml: Store style object in element object.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-24
Jacek Caban
mshtml: Added IHTMLElement4 stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-21
Alistair Leslie...
mshtml: Add support for get/put mousemove event.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-03
Michael Stefaniuc
mshtml: COM cleanup for the IConnectionPoint* ifaces.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-31
Michael Stefaniuc
mshtml: COM cleanup for the IDispatchEx iface in Dispat...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-30
Michael Stefaniuc
mshtml: COM cleanup for the IHTMLDOMNode iface.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-30
Michael Stefaniuc
mshtml: COM cleanup for the IHTMLFiltersCollection...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-30
Michael Stefaniuc
mshtml: COM cleanup for the IHTMLElement3 iface.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-30
Michael Stefaniuc
mshtml: COM cleanup for the IHTMLElement2 iface.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-30
Michael Stefaniuc
mshtml: COM cleanup for the IHTMLElement iface.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-28
Jacek Caban
mshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-28
Jacek Caban
mshtml: Pass DispatchEx pointer instead of outer IUnkno...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-17
Jacek Caban
mshtml: IHTMLDocument2 iface handling clean up.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-02
Jacek Caban
mshtml: Improved error handling in element constructors.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-02
Jacek Caban
mshtml: Improved error handling in HTMLElement_Create...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-02
Jacek Caban
mshtml: Use binary search in HTMLElement_Create.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-15
Jacek Caban
mshtml: Moved cloneNode implementation to vtbl.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-12
Jacek Caban
mshtml: Added IHTMLStyleElement stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Jacek Caban
mshtml: Added IHTMLEmbedElement stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-28
Jacek Caban
mshtml: Added IHTMLObjectElement stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-24
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-17
Michael Stefaniuc
mshtml: Remove redundant "not NULL" check for the p...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-24
Jacek Caban
mshtml: Added IHTMLElement::removeAttribute implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-09
Jacek Caban
mshtml: Correctly handle comment nodes in IHTMLElement...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-29
Jacek Caban
mshtml: Optimize nsAString handling in htmlelem*.c.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-29
Jacek Caban
mshtml: Pass dispex info to HTMLElement_Init in HTMLEle...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-28
Jacek Caban
mshtml: Moved common element tids to macro.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-22
Alistair Leslie...
mshtml: Add stub interface IHTMLFiltersCollection.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-03
Jacek Caban
mshtml: Added generic bind_to_tree node notification...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-02
Andrew Eikum
mshtml: Add get_dispid and invoke methods to HTMLNode...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-01
Andrew Eikum
mshtml: Add stub implementation of IHTMLFormElement.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-29
Jacek Caban
mshtml: Return content document in get_document for...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-16
Jacek Caban
mshtml: Don't use nselem in InsertAdjacentNode implemen...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-16
Jacek Caban
mshtml: Added IHTMLElement::put_outerHTML implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-03
Jacek Caban
mshtml: Moved content_window to HTMLFrameBase.
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-22
Jacek Caban
mshtml: Moved nsdoc to HTMLDocumentNode object.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Jacek Caban
mshtml: Moved creating new element to separated function.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-13
Jacek Caban
mshtml: Added IHTMLElement::click implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-02
Jacek Caban
mshtml: Moved init_dispex call to HTMLElement_Init.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-22
Andrew Eikum
mshtml: Reimplement IHTMLElement::{get, set}Attribute...
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-09
Jacek Caban
mshtml: Added IHTMLElement::dblclick property implement...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-12
Jacek Caban
mshtml: Added IHTMLElement::get_outerHTML implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-12
Michael Stefaniuc
mshtml: Change long to LONG in mshtml.idl (HTML*Element...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-10
Jacek Caban
mshtml: Added IHTMLElement::put_innerHTML implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-10
Jacek Caban
mshtml: Make IHTMLElement::get_document vtbl offset...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-03
Alistair Leslie...
mshtml: Implement IHTMLElement get_document.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-14
Jacek Caban
mshtml: Added IHTMLElement::put_innerText implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-14
Jacek Caban
mshtml: Added IHTMLElement::get_innerText implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-13
Jacek Caban
mshtml: Added element mouseout and selectstart event...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-13
Jacek Caban
mshtml: Added element keydown, mouseup and mousedown...
blob
|
commitdiff
|
raw
|
diff to current
next