projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
winex11: Implement cursor clipping using a pointer grab.
[wine]
/
dlls
/
mshtml
/
htmlelem.c
2011-03-03
Jacek Caban
mshtml: Fixed use after free in HTMLElement_destructor.
blob
|
commitdiff
|
raw
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
2008-10-13
Jacek Caban
mshtml: Added get_onmouseover implementations.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-13
Jacek Caban
mshtml: Added IHTMLElement::put_onmouseover 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-10-10
Jacek Caban
mshtml: Use IHTMLElement3 in IDispatchEx.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-10
Jacek Caban
mshtml: Use stored nsdoc in IHTMLElement::insertAdjacen...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-10
Jacek Caban
mshtml: Use stored nsdoc in IHTMLElement::insertAdjacen...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-08
Jacek Caban
mshtml: Added HTMLIFrame stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-08
Jacek Caban
mshtml: Added IHTMLElement3 stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-08
Jacek Caban
mshtml: Added IHTMLElement::get_offsetWidth implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Jacek Caban
mshtml: Use create_all_collection in IHTMLElement:...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Jacek Caban
mshtml: Use create_collection_from_nodelist in IHTMLEle...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Jacek Caban
mshtml: Move IHTMLElementCollection to separated file.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Jacek Caban
mshtml: Added IHTMLTableRow stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Alistair Leslie...
mshtml: Implement IDispatch for IHTMLElementCollection.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-25
Jacek Caban
mshtml: Added IHTMLElement::get_parentElement implement...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-18
Alistair Leslie...
mshtml: Implement IDispatch for IHTMLElement.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-01
Jacek Caban
mshtml: Added IHTMLElement::get_offsetHeight implementa...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-14
Jacek Caban
mshtml: Added IHTMLElement2::getElementsByTagName imple...
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 IHTMLElement::get_offsetTop implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-25
Jacek Caban
mshtml: Added IHTMLElement::put_title implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-25
Jacek Caban
mshtml: Added IHTMLElement::get_title implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Jacek Caban
mshtml: Added IHTMLElement::put_onkeyup implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-23
Jacek Caban
mshtml: Added IHTMLElement::put_onclick implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-23
Jacek Caban
mshtml: Added IHTMLElement::put_className implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-23
Jacek Caban
mshtml: Return NULL instead of empty string in IHTMLEl...
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: Better stub for IHTMLElement::setAttribute...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-18
Jacek Caban
mshtml: Use heap_alloc_zero in HTMLElementCollection_Cr...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-18
Jacek Caban
mshtml: Added IHTMLElement::put_id implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-18
Jacek Caban
mshtml: Added IHTMLElement::get_id 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 IHTMLImgElement stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-01
Jacek Caban
mshtml: Handle COMMENT_NODE like ELEMENT_NODE in elemen...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-01
Jacek Caban
mshtml: Don't assume that nselem is valid in HTMLElement.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-01
Jacek Caban
mshtml: Moved IDispatchEx initialization to HTMLElement...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-29
Jacek Caban
mshtml: Added indexed access to HTMLElementCollection...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-29
Jacek Caban
mshtml: Added support for custom DISPIDs.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Jacek Caban
mshtml: Added IDispatchEx support to HTMLElementCollect...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Jacek Caban
mshtml: Added IHTMLDOMNode2 to IDispatchEx support.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Jacek Caban
mshtml: Return VT_NULL instead of empty string in getAt...
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-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
next