user32: Add separate sysmenu for MDI child windows.
[wine] / dlls / mshtml /
2011-05-16  Jacek Cabanmshtml: Pass E_ABORT as binding results of bindings...
2011-05-16  Jacek Cabanmshtml: Handle aborts synchronously in nsChannelBSC_sto...
2011-05-16  Jacek Cabanmshtml: Move document binding to the new document bindi...
2011-05-11  Jacek Cabanmshtml: Added IOmNavigator::get_cpuClass implementation.
2011-05-11  Jacek Cabanmshtml: Ignore more dispID values in OnChanged notifica...
2011-05-09  Francois GougetAssorted spelling and case fixes.
2011-05-04  Alexandre Julliardmshtml: Remove an extra quote in the pngfile registration.
2011-05-04  Jacek Cabanmshtml: Don't use Gecko nsIURI::GetHostPort implementation.
2011-05-02  Marcus Meissnermshtml: Mark internal symbols as hidden.
2011-04-26  Nicolas Le Cammshtml: Fix uninitialized variable warning.
2011-04-22  Jacek Cabanmshtml: Added proper support for weak references.
2011-04-18  Francois Gougetmshtml: get_channelbsc_mon() is unused so remove it.
2011-04-18  Jacek Cabanmshtml: Don't include null-byte in post data.
2011-04-18  Jacek Cabanmshtml: Better support for HTTP redirection.
2011-04-18  Jacek Cabanmshtml: Moved nsChannel initialization to separated...
2011-04-13  André Hentschelmshtml: Fix Warning message.
2011-04-12  Jacek Cabanmshtml: Use xul.dll directly instead of via xpcom.dll.
2011-04-11  Francois Gougetmshtml: Make HTMLFiltersCollection_Create() static.
2011-04-08  Jacek Cabanmshtml: Reimplement nsIURI::SetHost on top of IUriBuilder.
2011-04-05  Jacek Cabanmshtml: Properly handle upload streams containing headers.
2011-04-05  Jacek Cabanmshtml: Get rid of no longer needed app-startup observe...
2011-03-31  Piotr Cabanmshtml/tests: Ignore calls missing in IE6.
2011-03-29  Jacek Cabanmshtml: Fixed node leak in HTMLEventObj.
2011-03-29  Jacek Cabanmshtml: Fixed ref count handling in events.c.
2011-03-29  Jacek Cabanmshtml: Event handler may be already free in release_ev...
2011-03-29  Jacek Cabanmshtml: Use zone mapping instead of hardcoded protocols...
2011-03-29  Jacek Cabanmshtml: Store security manager in HTMLWindow instead...
2011-03-29  Jacek Cabanmshtml: Try loading library in IInternetProtocolInfo...
2011-03-29  Piotr Cabanmshtml/tests: Added connection error handling tests.
2011-03-29  Piotr Cabanmshtml/tests: Added asynchronous moniker to htmldoc...
2011-03-29  Piotr Cabanmshtml/tests: Added IDocObjectService interface.
2011-03-29  Piotr Cabanmshtml/tests: Added IBrowserService interface.
2011-03-29  Piotr Cabanmshtml/tests: Added IWinInetHttpInfo interface.
2011-03-29  Piotr Cabanmshtml: Report an error when navigation fails.
2011-03-29  André Hentschelmshtml: Port numbers are unsigned.
2011-03-29  Austin Englishmshtml: Avoid shadowing a parameter.
2011-03-18  Thomas Fabermshtml: Initialize OLEINPLACEFRAMEINFO.cb for IOleInPla...
2011-03-18  Alistair Leslie... mshtml: Implement IHTMLDOMNode previousSibling.
2011-03-17  Jacek Cabanmshtml: Correctly set NULL event.
2011-03-16  Francois Gougetmshtml: Make get_pos_rect() static.
2011-03-15  Jacek Cabanmshtml: Notify parser about script evaluation.
2011-03-15  Jacek Cabanmshtml: Wine Gecko 1.2.0 release.
2011-03-14  Marcus Meissnermshtml: Removed duplicate const (Coverity).
2011-03-14  Jacek Cabanmshtml: Properly handle BLOCKED:: URLs in IHTMLImgEleme...
2011-03-14  Jacek Cabanmshtml: Reimplement nsIURI::SetScheme on top of IUri.
2011-03-14  Jacek Cabanmshtml: Fixed type in get_nsdoc_window.
2011-03-11  Piotr Cabanmshtml: Execute IDocObject_FireDocumentComplete in...
2011-03-11  Piotr Cabanmshtml: Added IHTMLPrivateWindow_GetAddressBarUrl imple...
2011-03-09  Austin Englishmshtml: Avoid shadowing a parameter.
2011-03-09  Thomas Mullalymshtml/tests: Fixed memory leak and made Vtbl's const.
2011-03-09  Jacek Cabanmshtml: Don't assume that HTMLWindow_Create sets ret...
2011-03-08  Thomas Mullalymshtml: Correctly forward IHTMLWindow's IHTMLDocument...
2011-03-08  Thomas Mullalymshtml/tests: Added more ConnectionPoint tests for...
2011-03-03  Jacek Cabanmshtml: Added support for indexed access to form elements.
2011-03-03  Jacek Cabanmshtml: Fixed use after free in HTMLElement_destructor.
2011-03-03  Jacek Cabanmshtml: Added more attribute object tests.
2011-03-02  Jacek Cabanmshtml: Use our IDispatchEx-based attributes implementa...
2011-03-02  Jacek Cabanmshtml: Reuse attribute objects.
2011-03-02  Jacek Cabanmshtml: Correctly handle NULL BSTR in VARIANT in IDispa...
2011-03-02  Jacek Cabanmshtml: Added IHTMLLocation::replace implementation.
2011-03-02  Alistair Leslie... mshtml: Implement IHTMLAnchorElement get/put target.
2011-03-01  Jacek Cabanmshtml: Added IHTMLFormElement::get_elements implementa...
2011-02-28  Jacek Cabanmshtml: Added onsubmit and event canceling tests.
2011-02-28  Jacek Cabanmshtml: Added support for canceling default event behavior.
2011-02-28  Jacek Cabanmshtml: Fixed memory leak.
2011-02-28  Jacek Cabanmshtml: Added IHTMLFormElement::onsubmit implementation.
2011-02-28  Jacek Cabanmshtml: Added simple filter parser to support opacity.
2011-02-28  Jacek Cabanmshtml: Store style object in element object.
2011-02-28  Jacek Cabanmshtml: Store style filter in HTMLStyle object.
2011-02-28  Jacek Cabanmshtml: Fixed typos in IHTMLInputElement::value tests.
2011-02-28  Thomas Mullalymshtml/tests: Make IDispatch Vtbl const.
2011-02-25  Jacek Cabanmshtml: Added more backgroundPosition* tests.
2011-02-25  Jacek Cabanmshtml: Reimplement IHTMLStyle::get_backgroundPositionY...
2011-02-25  Jacek Cabanmshtml: Reimplement IHTMLStyle::put_backgroundPositionY...
2011-02-25  Jacek Cabanmshtml: Reimplement IHTMLStyle::get_backgroundPositionX...
2011-02-25  Jacek Cabanmshtml: Reimplement IHTMLStyle::put_backgroundPositionX...
2011-02-25  Jacek Cabanmshtml: Moved VARIANT to style value string conversion...
2011-02-25  Jacek Cabanmshtml: Fixed buffer handling in set_nsstyle_attr.
2011-02-25  Jacek Cabanmshtml: Added IHTMLStyle::[get|put]_backgroundPosition...
2011-02-25  Jacek Cabanmshtml: Moved call_disp_func to htmlevent.c.
2011-02-25  Jacek Cabanmshtml: Added IHTMLDOMAttribute::get_nodeValue implemen...
2011-02-24  Jacek Cabanmshtml: Improved debug traces.
2011-02-24  Jacek Cabanmshtml: Make sure we don't try to create node object...
2011-02-24  Jacek Cabanmshtml: Added attribute object tests.
2011-02-24  Jacek Cabanmshtml: Added IDispatchEx support to HTMLDOMAttribute...
2011-02-24  Jacek Cabanmshtml: Added IHTMLElement4::getAttributeNode implement...
2011-02-24  Jacek Cabanmshtml: Added IHTMLElement4 stub implementation.
2011-02-24  Maarten Lankhorstmshtml: Make sure system xpcom dll gets loaded.
2011-02-21  Alistair Leslie... mshtml: Add support for get/put mousemove event.
2011-02-18  Austin Englishmshtml/tests: Update disabled test comment.
2011-02-17  Alistair Leslie... mshtml: Implement IHTMLAnchorElement_put_href.
2011-02-16  Thomas Mullalymshtml: Fixed a few typos.
2011-02-15  Jacek Cabanmshtml: Fixed a leak (valgrind).
2011-02-14  Detlef Riekenbergmshtml/tests: Fix a typo.
2011-02-14  Austin Englishmshtml/tests: Make sure a return value is used (LLVM...
2011-02-14  Austin Englishmshtml/tests: Make sure a return value is used (LLVM...
2011-02-10  Jacek Cabanmshtml: Make nsIURI::[Get|Set]Username implementation...
2011-02-10  Austin Englishmshtml/tests: Make sure return value is used (LLVM...
2011-02-09  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_padding.
2011-02-09  Alistair Leslie... mshtml: Implement IHTMLStyle_put_borderLeftColor.
next