d3dx9: Implement ID3DXBaseEffect::GetBoolArray().
[wine] / dlls / mshtml / dispex.c
2011-03-09  Austin Englishmshtml: Avoid shadowing a parameter.
2011-03-02  Jacek Cabanmshtml: Correctly handle NULL BSTR in VARIANT in IDispa...
2011-02-25  Jacek Cabanmshtml: Moved call_disp_func to htmlevent.c.
2010-12-31  Michael Stefaniucmshtml: COM cleanup for the IUnknown iface.
2010-12-31  Michael Stefaniucmshtml: COM cleanup for the IDispatchEx iface in Dispat...
2010-12-28  Jacek Cabanmshtml: Pass DispatchEx pointer instead of outer IUnkno...
2010-11-08  Jacek Cabanmshtml: Use macro for tid declaration.
2010-11-08  Jacek Cabanmshtml: Added IDispatchEx support to HTMLStyleSheetsCol...
2010-11-08  Jacek Cabanmshtml: Added IOmNavigator::get_plugins implementation.
2010-10-29  Jacek Cabanmshtml: Added IHTMLEmbedElement stub implementation.
2010-10-28  Jacek Cabanmshtml: Added IDispatchEx support to HTMLObjectElement...
2010-07-19  Jacek Cabanmshtml: Added IHTMLElement2::getBoundingClientRect...
2010-03-29  Mikhail Maroukhinemshtml: Fix compiler warnings with flag -Wcast-qual.
2010-03-24  Jacek Cabanmshtml: Added IHTMLElement::removeAttribute implementation.
2010-03-24  Jacek Cabanmshtml: Moved builtin property invocation to separate...
2010-03-24  Jacek Cabanmshtml: Moved builtin properties lookup to separate...
2010-02-11  Jacek Cabanmshtml: Added tests showing that we should return E_NOT...
2010-01-29  Jacek Cabanmshtml: Added textarea element IDispatchEx support.
2010-01-28  Jacek Cabanmshtml: Added script element IDispatchEx support.
2010-01-25  Jacek Cabanmshtml: Added support for pure IDispatch event handlers.
2010-01-22  Jacek Cabanmshtml: Added IDispatchEx support for frame element.
2010-01-14  Jacek Cabanmshtml: Added IHTMLIFrameElement IDispatchEx support.
2009-12-22  Alistair Leslie... mshtml: Add stub interface IHTMLFiltersCollection.
2009-12-01  Andrew Eikummshtml: Add stub implementation of IHTMLFormElement.
2009-12-01  Jacek Cabanmshtml.idl: Added DispHTMLScreen declaration and use...
2009-11-24  Jacek Cabanmshtml: Added support for connection point HTML notific...
2009-11-16  Andrew Eikummshtml: Add stub implementation of IHTMLWindow4.
2009-11-03  Jacek Cabanmshtml: Don't create dynamic property if alloc arg...
2009-11-03  Jacek Cabanmshtml: Added fdexNameCaseInsensitive support.
2009-11-03  Jacek Cabanmshtml: Added InvokeEx(DISPATCH_PROPERTYPUT|DISPATCH_PR...
2009-10-22  Andrew Eikummshtml: Handle DISPATCH_CONSTRUCT flag for DispatchEx...
2009-10-21  Andrew Eikummshtml: Add DispatchEx support to HTMLImageElementFactory.
2009-10-20  Jacek Cabanmshtml: Ignore version bits in grfdex.
2009-10-14  Jacek Cabanmshtml: Added support for DISPATCH_METHOD|DISPATCH_PROP...
2009-10-14  Jacek Cabanmshtml: Use DISPATCH_* macros instead of INVOKE_*.
2009-10-14  Jacek Cabanmshtml: Added IHTMLFrameBase IDispatchEx support.
2009-10-02  Jacek Cabanmshtml: Use dispinterface DISPID_VALUE implementation...
2009-10-02  Jacek Cabanmshtml: Added HTMLAnchorElement dispex data.
2009-09-08  Jacek Cabanmshtml: Move event handlers invocation to separated...
2009-09-08  Jacek Cabanmshtml: Added GetMemberName implementation.
2009-09-08  Jacek Cabanmshtml: Added IDispatchEx::GetNextDispID implementation.
2009-09-08  Jacek Cabanmshtml: Move builtin function info lookup to separated...
2009-09-01  Jacek Cabanmshtml: Properly release DispatchEx data.
2009-09-01  Jacek Cabanmshtml: Added function object implementation.
2009-09-01  Jacek Cabanmshtml: Moved dynamic_data allocation to separated...
2009-09-01  Jacek Cabanmshtml: Move ITypeInfo::Invoke call to separated function.
2009-09-01  Jacek Cabanmshtml: Added support for DISPID_VALUE.
2009-06-23  Jacek Cabanmshtml: Fixed tests on IE8 and change Wine behavior...
2009-03-05  Alistair Leslie... mshtml: Add missing IHTMLCurrentStyle IDispatchEx ids.
2009-03-05  Alistair Leslie... mshtml: Add missing IHTMLStyle IDispatchEx ids.
2009-01-06  Jacek Cabanmshtml: Added IDispatchEx support to HTMLLocation object.
2008-12-02  Alexandre Julliardmshtml: Make some functions static.
2008-10-13  Jacek Cabanmshtml: Pass the right 'this' argument to event handlers.
2008-10-10  Jacek Cabanmshtml: Added IDispatchEx support to HTMLEventObj.
2008-10-10  Jacek Cabanmshtml: Added IHTMLElement3::[get|put]_implementation.
2008-10-08  Jacek Cabanmshtml: Added IDispatchEx support for HTMLIFrame.
2008-10-07  Jacek Cabanmshtml: Added INVOKE_FUNC support to InvokeEx.
2008-10-07  Jacek Cabanmshtml: Added IDispatchEx support to HTMLCurrentStyle.
2008-10-06  Jacek Cabanmshtml: Added IHTMLStyle2 to IDispatchEx support.
2008-10-01  Jacek Cabanmshtml: Ignore IDispatchJS in QueryInterface.
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-09-22  Jacek Cabanmshtml: Fixed dynamic properties allocation.
2008-09-02  Alistair Leslie... mshtml: Add missing IDispatchEx tids.
2008-07-01  Jacek Cabanmshtml: Ignore fdexNameImplicit flag.
2008-07-01  Jacek Cabanmshtml: Silence common invalid QueryInterface FIXME.
2008-07-01  Jacek Cabanmshtml: DispatchEx's QueryInterface implementation...
2008-06-20  Jacek Cabanmshtml: Added IDispatchEx support to HTMLGenericElement.
2008-06-18  Jacek Cabanmshtml: Added fdexNameEnsure support to IDidpatchEx...
2008-06-18  Jacek Cabanmshtml: Added IDispatchEx support to HTMLSelectElement.
2008-05-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLImgElement.
2008-05-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLStyle.
2008-05-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLCommentElement.
2008-05-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLDOMChildrenCol...
2008-04-29  Jacek Cabanmshtml: Added IDispatchEx support to HTMLOptionElement.
2008-04-29  Jacek Cabanmshtml: Added IDispatchEx support to HTMLInputElement.
2008-04-29  Jacek Cabanmshtml: Added support for custom DISPIDs.
2008-04-24  Jacek Cabanmshtml: Added IDispatchEx support to HTMLElementCollect...
2008-04-24  Jacek Cabanmshtml: Added IDispatchEx support to text node.
2008-04-24  Jacek Cabanmshtml: Added IHTMLDOMNode2 to IDispatchEx support.
2008-04-24  Jacek Cabanmshtml: Added elements IDispatchEx implementation.
2008-04-21  Jacek Cabanmshtml: Added HTMLDocument's IDispatchEx implementation.
2008-04-21  Jacek Cabanmshtml: Added window IDispatchEx implementation.
2008-04-21  Jacek Cabanmshtml: Added IDispatchEx::GetIDsOfNames implementation.
2008-04-21  Jacek Cabanmshtml: Added IDispatchEx::Invoke implementation.
2008-04-21  Jacek Cabanmshtml: Added IDispatchEx::InvokeEx implementation.
2008-04-21  Jacek Cabanmshtml: Added IDispEx::GetDispID implementation.
2008-04-21  Jacek Cabanmshtml: Added load event support.
2008-04-17  Jacek Cabanmshtml: Move get_typeinfo to dispex.c.
2008-04-17  Jacek Cabanmshtml: Added generic IDispatchEx implementation and...