mciqtz32: Implement MCI_SEEK.
[wine] / dlls / mshtml /
2008-10-13  Jacek Cabanmshtml: Added set_event_handler(VT_NULL) implementation.
2008-10-13  Jacek Cabanmshtml: Pass the right 'this' argument to event handlers.
2008-10-13  Jacek Cabanmshtml: Added IHTMLWindow2::get_event implementation.
2008-10-13  Jacek Cabanmshtml: Added event bubbling implementation.
2008-10-13  Jacek Cabanmshtml: Added get_onmouseover implementations.
2008-10-13  Jacek Cabanmshtml: Added IHTMLDocument2::put_onmouseover implement...
2008-10-13  Jacek Cabanmshtml: Added IHTMLElement::put_onmouseover implementation.
2008-10-10  Francois Gougetmshtml/tests: Add a trailing '\n' to an ok() call.
2008-10-10  Alistair Leslie... mshtml: Implement IHTMLStyle put/get borderWidth.
2008-10-10  Jacek Cabanmshtml: Moved events declaration to separated file.
2008-10-10  Jacek Cabanmshtml: Added IDispatchEx support to HTMLEventObj.
2008-10-10  Jacek Cabanmshtml: Don't use IDispatchEx for timer callbacks.
2008-10-10  Jacek Cabanmshtml: Added IHTMLSelectElement::[get|put]_disabled...
2008-10-10  Jacek Cabanmshtml: Use IHTMLElement3 in IDispatchEx.
2008-10-10  Jacek Cabanmshtml: Added IHTMLElement3::[get|put]_implementation.
2008-10-10  Jacek Cabanmshtml: Forward IHTMLelement3::[get|put]_disabled to...
2008-10-10  Jacek Cabanmshtml: Get rid of setup_nswindow.
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMLOptionElementFactory...
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMOptionElement::put_text.
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMLElement::insertAdjacen...
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMLElement::insertAdjacen...
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in exec_indent.
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMLTxtRange::expand.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLTxtRange::put_text.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in prev_node.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLDocument3::getElementById.
2008-10-09  Jacek Cabanmshtml: Use stored nselem in get_documentElement.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in createTextNode.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLDocument2::get_styleSh...
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLDocument2::createElement.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLDocument2::write.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLDocument2::get_title.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLDocument2::put_title.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLDocument2::get_body.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMDocument2::get_all.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in HTMLCurrentStyle_Create.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in createTextRange.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in exec_hyperlink.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in set_font_size.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in get_doc_string.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in createRange.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in get_compatMode.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in handle_load.
2008-10-09  Jacek Cabanmshtml: Store nsIDOMHTMLDocument in HTMLDocument.
2008-10-08  Michael Stefaniucmshtml/tests: Use FAILED instead of !SUCCEEDED.
2008-10-08  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_filter implementation.
2008-10-08  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_textAlign implement...
2008-10-08  Jacek Cabanmshtml: Added support for accessing style attributes...
2008-10-08  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_zIndex implementation.
2008-10-08  Jacek Cabanmshtml: Added IDispatchEx support for HTMLIFrame.
2008-10-08  Jacek Cabanmshtml: Added HTMLIFrame stub implementation.
2008-10-08  Jacek Cabanmshtml: Added IHTMLElement3 stub implementation.
2008-10-08  Jacek Cabanmshtml: Added IHTMLElement::get_offsetWidth implementation.
2008-10-07  Jacek Cabanmshtml: Fixed handing non-element nodes in IHTMLElement...
2008-10-07  Jacek Cabanmshtml: Added INVOKE_FUNC support to InvokeEx.
2008-10-07  Jacek Cabanmshtml: Added IHTMLStyle2::[get|put]_position.
2008-10-07  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_height implementation.
2008-10-07  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_verticalAlign imple...
2008-10-07  Jacek Cabanmshtml: Added IHTMLStyle::[put|get]_top implementation.
2008-10-07  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_cursor implementation.
2008-10-07  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_left implementation.
2008-10-07  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_border implementation.
2008-10-07  Jacek Cabanmshtml: Release nsstyle when destroying HTMLStyle.
2008-10-07  Jacek Cabanmshtml: Added IHTMLCurrentStyle::get_display implementa...
2008-10-07  Jacek Cabanmshtml: Store nsIDOMCSSStyleDeclaration in HTMLCurrentS...
2008-10-07  Jacek Cabanmshtml: Use IDs instead of strings in HTMLStyle impleme...
2008-10-07  Jacek Cabanmshtml: Moved HTMLStyle to separated header file.
2008-10-07  Jacek Cabanmshtml: Added IDispatchEx support to HTMLCurrentStyle.
2008-10-06  Jacek Cabanmshtml: Added IHTMLElement2::get_currentStyle implement...
2008-10-06  Jacek Cabanmshtml: Added IHTMLStyle2 to IDispatchEx support.
2008-10-06  Jacek Cabanmshtml: Added IHTMStyle2 stub implementation.
2008-10-01  Jacek Cabanmshtml: Ignore IDispatchJS in QueryInterface.
2008-10-01  Jacek Cabanmshtml: Added IHTMLTableRow::get_cells implementation.
2008-10-01  Jacek Cabanmshtml: Added IHTMLTable::get_rows implementation.
2008-10-01  Jacek Cabanmshtml: Store nsIDOMHTMLTableElement in HTMLTable.
2008-10-01  Jacek Cabanmshtml: Use create_all_collection in IHTMLElement:...
2008-10-01  Jacek Cabanmshtml: Use create_collection_from_nodelist in IHTMLEle...
2008-10-01  Jacek Cabanmshtml: Move IHTMLElementCollection to separated file.
2008-10-01  Jacek Cabanmshtml: Don't use IHTMLControlElement in IDispatchEx...
2008-10-01  Jacek Cabanmshtml: Added IDispatchEx support to IHTMLTable.
2008-10-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLTableRow.
2008-10-01  Jacek Cabanmshtml: Added IHTMLTableRow stub implementation.
2008-09-30  Jacek Cabanmshtml: Fixed tests on IE7.
2008-09-29  Jacek Cabanmshtml: Fixed tests timeout.
2008-09-29  Muneyuki Noguchimshtml: Add Japanese resources.
2008-09-25  Jacek Cabanmshtml: Use ActiveScript for JavaScript in file protoco...
2008-09-23  Alistair Leslie... mshtml: Implement IHTMLBodyElement put_background.
2008-09-23  Austin Englishmshtml/tests: Fix gcc warnings.
2008-09-22  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDOMChildrenCollection.
2008-09-22  Alistair Leslie... mshtml: Implement IDispatch for IHTMLElementCollection.
2008-09-22  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDOMNode.
2008-09-22  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDOMNode2.
2008-09-22  Jacek Cabanmshtml: Fixed dynamic properties allocation.
2008-09-19  Detlef Riekenbergdlls: Do not use __WINE_ALLOC_SIZE between void and *.
2008-09-18  Alistair Leslie... mshtml: Implement IHTMLBody get/put_Text.
2008-09-17  Jacek Cabanmshtml: Fixed tests on IE7.
2008-09-15  Francois Gougetmshtml/tests: Add a trailing '\n' to an ok() call.
2008-09-12  Jacek Cabanmshtml: Added body dispatch id test.
2008-09-12  Alistair Leslie... mshtml: Add IHTMLStyle margin tests.
2008-09-11  Alistair Leslie... mshtml: Implement get/put margin.
next