projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
winmm: Rearrange device mapping when a new default device is chosen.
[wine]
/
dlls
/
mshtml
/
htmlevent.c
2012-11-06
Jacek Caban
mshtml: Keep reference to document node in fire_event_obj.
blob
|
commitdiff
|
raw
2012-11-06
Jacek Caban
mshtml: Don't call CP event sinks on detached documents.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-22
Jacek Caban
mshtml: Set 'this' to window object for onload handlers.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-17
Jacek Caban
mshtml: Use detach_inner_window in release_inner_window.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-17
Jacek Caban
mshtml: Added HTMLImgElement::onabort implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-16
Jacek Caban
mshtml: Moved HTMLScriptElement declaration to separate...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-02
Jacek Caban
mshtml: Added support for script 'for' and 'event'...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-19
Jacek Caban
mshtml: Fixed NULL event_obj handling in fire_event_obj.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-13
Jacek Caban
mshtml: Added IHTMLDocument4::fireEvent implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-13
Jacek Caban
mshtml: Added support for event object in HTMLElement...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-13
Jacek Caban
mshtml: Added IHTMLDocument4::createEventObject impleme...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-13
Jacek Caban
mshtml: Added HTMLElement::ondataavailable implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-10
Jacek Caban
mshtml: Added IHTMLWindow2::onscroll 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-30
Jacek Caban
mshtml: Use inner window directly from document node...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-25
Jacek Caban
mshtml: Store event object in HTMLInnerWindow instead...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-25
Jacek Caban
mshtml: Moved script_hosts from HTMLOuterWindow to...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-25
Jacek Caban
mshtml: Moved document node from HTMLOuterWindow to...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-25
Jacek Caban
mshtml: Added separated types for outer and inner HTML...
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-04-16
Jacek Caban
mshtml: Added support for IHTMLEventObj::cancelBubble...
blob
|
commitdiff
|
raw
|
diff to current
2012-04-10
Jacek Caban
mshtml: Added IHTMLDocument2::onkeypress implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-05
Jacek Caban
mshtml: Added IHTMLImgElement::onerror implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-05
Jacek Caban
mshtml: Detach also internal listeners in detach_events.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-04
Jacek Caban
mshtml: Added IHTMLWindow2::onerror semi-stub implement...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-28
Jacek Caban
mshtml: Improved more VARIANT debug traces.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-15
Jacek Caban
mshtml: Get rid of remaining PRBool usages.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-27
Jacek Caban
mshtml: Follow anchors only on left button click.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-24
Jacek Caban
mshtml: Properly remove event listeners.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-06
Andrew Talbot
mshtml: Mark fall-through in switch statement.
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-03
Jacek Caban
mshtml: Call default event handlers only for events...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-02
Jacek Caban
mshtml: Always set onclick event handler during documen...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-02
Jacek Caban
mshtml: Always alloc event_vector for documents.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-02
Jacek Caban
mshtml: Added possibility for node implementations...
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-07-27
Jacek Caban
mshtml: Added IHTMLEventObj::put_returnValue implementa...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-29
Jacek Caban
mshtml: Fixed node leak in HTMLEventObj.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-29
Jacek Caban
mshtml: Event handler may be already free in release_ev...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-17
Jacek Caban
mshtml: Correctly set NULL event.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-28
Jacek Caban
mshtml: Added support for canceling default event behavior.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-28
Jacek Caban
mshtml: Added IHTMLFormElement::onsubmit implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-25
Jacek Caban
mshtml: Moved call_disp_func to htmlevent.c.
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
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-17
Jacek Caban
mshtml: IHTMLDocument2 iface handling clean up.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-07
Michael Stefaniuc
mshtml: Use an iface instead of a vtbl pointer in HTMLE...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-01
Jacek Caban
mshtml: Improved error handling in get_node calls.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-21
Jacek Caban
mshtml: Check if event_table entry is allocated before...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-07
Jacek Caban
mshtml: Added beginning support for oncontextmenu event.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-21
Alistair Leslie...
mshtml: Implement IHTMLEventObj IDispatch functions.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-18
Jacek Caban
mshtml: Added support for load event on all nodes.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-18
Jacek Caban
mshtml: Moved removing event target to separated function.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-18
Jacek Caban
mshtml: Fire readystatechange event on document nodes.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-11
Jacek Caban
mshtml: Ensure that gecko event listener is attached...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-09
Jacek Caban
mshtml: Added IHTMLElement2::detachEvent implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-29
Jacek Caban
mshtml: Optimize more nsAString handling.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-25
Jacek Caban
mshtml: Call attached event handlers in reversed order.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-04
Jacek Caban
mshtml: Store body event target in HTMLDocumentNode.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-04
Jacek Caban
mshtml: Make sure that event listeners of connection...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-08
Andrew Eikum
mshtml: Implement IHTMLWindow2::{get,put}_onresize.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-07
Jacek Caban
mshtml: Added test for setting VT_EMPTY event handler.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-03
Jacek Caban
mshtml: Fixed dispid lookup in_cp_event.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-24
Jacek Caban
mshtml: Added support for connection point HTML notific...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-28
Jacek Caban
mshtml: Moved event_vector to HTMLDocumentNode.
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-13
Jacek Caban
mshtml: Added IHTMLElement::click implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-13
Jacek Caban
mshtml: Added IHTMLElement3::fireEvent implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-13
Jacek Caban
mshtml: Create nsIDOMEvent in create_event if not avail...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
mshtml: Use node event_target for HTMLDocument.
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-17
Jacek Caban
mshtml: Store document node in window.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
mshtml: Moved event_vector to HTMLWindow.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-15
Jacek Caban
mshtml: Added semi-stub IHTMLElement2::onreadystatechan...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Jacek Caban
mshtml: Added IHTMLElement::dblclick property implement...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Jacek Caban
mshtml: Fire beforeunload event on body element.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Jacek Caban
mshtml: Added support for document events in fire_event.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Jacek Caban
mshtml: Added IHTMLWindow2::onbeforeunload property...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Jacek Caban
mshtml: Store body event target in window object.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Jacek Caban
mshtml: Added IHTMLElement2::attachEvent implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Jacek Caban
mshtml: Store event handlers in vector structure.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Jacek Caban
mshtml: Improve IHTMLEventObj getter stubs.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Jacek Caban
mshtml: Added IHTMLEventObj::get_screen[XY] implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Jacek Caban
mshtml: Added IHTMLEventObj::get_client[XY] implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Jacek Caban
mshtml: Added IHTMLEventObj::get_button implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Jacek Caban
mshtml: Added IHTMLEventObj::get_keyCode implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Jacek Caban
mshtml: Addded IHTMLEventObj::get_shiftKey implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Jacek Caban
mshtml: Added IHTMLEventObj::get_ctrKey implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Jacek Caban
mshtml: Added IHTMLEventObj::get_altKey implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Jacek Caban
mshtml: Added IHTMLEventObj::get_type implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Jacek Caban
mshtml: Always create event object in fire_event.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Jacek Caban
mshtml: Move event handlers invocation to separated...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-01
Jacek Caban
mshtml: Properly release DispatchEx data.
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-13
Jacek Caban
mshtml: Test for NULL nscontainer in set_event_handler_...
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 document keydown, keyup, dragstart and...
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 element blur, focus, paste and drag event...
blob
|
commitdiff
|
raw
|
diff to current
next