wineconsole: Handle mouse wheel scrolling for user backend.
[wine] / dlls / mshtml /
2010-02-23  Vitaly Perovmshtml: Silence IStdMarshalInfo in htmldoc_qi FIXME.
2010-02-22  Jacek Cabanmshtml: Get rid of nsIWineURI interface.
2010-02-22  Jacek Cabanmshtml: Get rid of nsIWineURI::[GS]etNSContainer.
2010-02-22  Jacek Cabanmshtml: Get rid of nsIWineURI::[GS]etWindow.
2010-02-22  Jacek Cabanmshtml: Get rid of most nsIWineURI methods.
2010-02-22  Jacek Cabanmshtml: Use nsWineURL structure directly in load_nsuri.
2010-02-22  Jacek Cabanmshtml: Moved OnStartURIOpen implementation to nsio.c.
2010-02-22  Jacek Cabanmshtml: Store nsWineURI object instead of interface...
2010-02-22  Jacek Cabanmshtml: Rename nsURI to nsWineURI.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-18  Vitaly Perovmshtml: Silence IExternalConnection in htmldoc_qi FIXME.
2010-02-15  Jacek Cabanmshtml: Added IViewObject::SetSink tests.
2010-02-15  Jacek Cabanmshtml: Added IViewObject::SetAdvise implementation.
2010-02-15  Jacek Cabanmshtml: Added DOCHOST_DOCCANNAVIGATE tests.
2010-02-11  Jacek Cabanmshtml: Ensure that gecko event listener is attached...
2010-02-11  Jacek Cabanmshtml: Added tests showing that we should return E_NOT...
2010-02-11  Jacek Cabanmshtml: Added IHTMLStyle::get_border*Color implementation.
2010-02-10  Alexandre Julliardmshtml: Don't create empty default key values where...
2010-02-10  Jacek Cabanmshtml: Added IHTMLStyle::get_borderRightColor implemen...
2010-02-10  Jacek Cabanmshtml: Forward IHTMLCommentElement::get_text to IHTMLE...
2010-02-09  Andrew Nguyenmshtml: Accept NULL SAFEARRAY pointers in IHTMLDocument...
2010-02-09  Jacek Cabanmshtml: Correctly handle comment nodes in IHTMLElement...
2010-02-09  Jacek Cabanmshtml: Added IHTMLElement2::detachEvent implementation.
2010-02-09  Jacek Cabanmshtml: Don't free nsstr in HTMLFormElement_get_dispid...
2010-02-09  Jacek Cabanmshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_wid...
2010-02-09  Jacek Cabanmshtml: Added IHTMLImgElement::height property implemen...
2010-02-09  Jacek Cabanmshtml: Added IHTMLImgElement::width property implement...
2010-02-09  Jacek Cabanmshtml: Set image size in IHTMLImageElementFactory...
2010-02-03  Jacek Cabanmshtml: Improved debugstr_variant implementation.
2010-02-01  Luca Bennatimshtml: Add Italian translation.
2010-01-29  Jacek Cabanmshtml: Optimize more nsAString handling.
2010-01-29  Jacek Cabanmshtml: Optimize and clean up HTMLFormElement_get_dispi...
2010-01-29  Jacek Cabanmshtml: Optimize more nsAString handling.
2010-01-29  Jacek Cabanmshtml: Optimize nsAString handling in htmlelem*.c.
2010-01-29  Jacek Cabanmshtml: Optimize nsAString handling.
2010-01-29  Jacek Cabanmshtml: Use NS_StringContainerInit2 instead of NS_Strin...
2010-01-29  Jacek Cabanmshtml: Pass dispex info to HTMLElement_Init in HTMLEle...
2010-01-29  Jacek Cabanmshtml: Added textarea element IDispatchEx support.
2010-01-29  Igor Paliychukmshtml: Add Ukrainian translations.
2010-01-28  Jacek Cabanmshtml: Added script element IDispatchEx support.
2010-01-28  Jacek Cabanmshtml: Moved common element tids to macro.
2010-01-25  Jacek Cabanmshtml: Code clean up.
2010-01-25  Jacek Cabanmshtml: Improved IHTMLWindow::GetIDsOfNames implementation.
2010-01-25  Jacek Cabanmshtml: Added semi-stub IHTMLSelectElement::add impleme...
2010-01-25  Jacek Cabanmshtml: Added support for pure IDispatch event handlers.
2010-01-25  Jacek Cabanmshtml: Call attached event handlers in reversed order.
2010-01-22  Jacek Cabanmshtml: Added IDispatchEx support for frame element.
2010-01-22  Jacek Cabanmshtml: Added IHTMLFrameElement3::get_contentDocument...
2010-01-22  Jacek Cabanmshtml: Added IHTMLFrameElement3 stub implementation.
2010-01-21  Jacek Cabanmshtml: Create URL moniker after test initialization.
2010-01-20  Jacek Cabanmshtml: Store document as IHTMLDocument2 interface.
2010-01-14  Jacek Cabanmshtml: Silence invalid FIXME.
2010-01-14  Jacek Cabanmshtml: Added IHTMLIFrameElement IDispatchEx support.
2010-01-14  Jacek Cabanmshtml: Added IHTMLIFrameElement stub implementation.
2010-01-06  Paul Vriensmshtml/tests: Fix timeouts on Win9x/WinMe by using...
2010-01-05  Paul Vriensmshtml/tests: Fix a test failure on NT4.
2010-01-04  Jacek Cabanmshtml: Store body event target in HTMLDocumentNode.
2010-01-04  Jacek Cabanmshtml: Use nsIDocShell to load a page in set_moniker.
2010-01-04  Jacek Cabanmshtml: Don't try to wrap necko channel in nsChannel...
2010-01-04  Jacek Cabanmshtml: Make sure that event listeners of connection...
2010-01-04  Jacek Cabanmshtml: Store ConnectionPointContainer pointer in Conne...
2009-12-29  Jacek Cabanmshtml: Use FindMimeFromData to find MIME if moniker...
2009-12-29  Piotr Cabanmshtml: Added IDispatch ConnectionPoint.
2009-12-29  Piotr Cabanmshtml: Query OleClientSite about services in ServicePr...
2009-12-28  Jacek Cabanmshtml: Fixed nsIDOMNSHTMLElement declaration.
2009-12-28  Jacek Cabanmshtml: Added better default bgColor test and code...
2009-12-28  Jacek Cabanmshtml: Use nscolor_to_str in IHTMLBodyElement::get_tex...
2009-12-28  Jacek Cabanmshtml: Correctly parse color strings.
2009-12-28  Jacek Cabanmshtml: Store known colors as RGB.
2009-12-28  Jacek Cabanmshtml: Added better error handling to nscolor_to_str.
2009-12-23  Alistair Leslie... mshtml: Implement IHTMLDocument2 get/put onmouseout.
2009-12-23  Alistair Leslie... mshtml: Implement IHTMLDocument2 get/put onmousedown.
2009-12-23  Alistair Leslie... mshtml: Implement IHTMLDocument2 get/put onmouseup.
2009-12-22  Alistair Leslie... mshtml: Add stub interface IHTMLFiltersCollection.
2009-12-22  Jacek Cabanmshtml: Added JavaScript tests architecture and simple...
2009-12-22  Jacek Cabanmshtml: Use JScript for JavaScript in res: protocol...
2009-12-21  Jacek Cabanmshtml: Don't use necko nsIHttpChannel in nsChannel...
2009-12-18  Jacek Cabanmshtml: Don't use necko nsIHttpChannelInternal implemen...
2009-12-16  Piotr Cabanmshtml: Added IObjectWithSite stubs.
2009-12-16  Piotr Cabanmshtml: Added ViewObjectEx stub implementation.
2009-12-16  Jacek Cabanmshtml: Added support for redirected binding.
2009-12-15  Alistair Leslie... mshtml: Implement IHTMLImgElement get_Name.
2009-12-15  Andrew Eikummshtml: Search content_window's properties in HTML...
2009-12-14  Jacek Cabanmshtml: Added IHTMLStyle2::right implementation.
2009-12-14  Jacek Cabanmshtml: Added IHTMLStyle::marginTop implementation.
2009-12-14  Francois Gougetmshtml/tests: Make test_UIActivate() static.
2009-12-10  Jacek Cabanmshtml: Removed ref count tests that fail on some Windows.
2009-12-10  Jacek Cabanmshtml: Added IHTMLDOMTextNode::get_length implementation.
2009-12-08  Andrew Eikummshtml: Implement IHTMLFrameBase::get_name.
2009-12-08  Andrew Eikummshtml: Implement IHTMLWindow2::{get,put}_onresize.
2009-12-08  Andrew Eikummshtml: Implement IHTMLFrameBase::{get,put}_scrolling.
2009-12-08  Andrew Eikummshtml: Store ns[i]frame reference in HTMLFrameBase.
2009-12-08  Jacek Cabanmshtml: Added IHTMLDocument2::onreadystatechange proper...
2009-12-07  Paul Vriensmshtml/tests: Skip some tests on older IE.
2009-12-07  Piotr Cabanmshtml: Added more OleDocumentView_UIActivate tests.
2009-12-07  Piotr Cabanmshtml: Improved OleDocumentView_UIActivate implementation.
2009-12-07  Piotr Cabanmshtml: Added Advise handling to OleObject_Close.
2009-12-07  Piotr Cabanmshtml: Added OleObject_Advise tests.
2009-12-07  Piotr Cabanmshtml: Added OleObject_EnumAdvise implementation.
2009-12-07  Piotr Cabanmshtml: Added OleObject_Unadvise implementation.
next