gdi32: Test the bit depth of compatible bitmaps explicitly.
[wine] / dlls / mshtml /
2007-12-11  Jacek Cabanmshtml: Fix CSS px unit handling differences between...
2007-12-11  Jacek Cabanmshtml: Added more IHTMLStyle implementation.
2007-12-07  Rob Shearmanmshtml: Fix a memory leak in the htmldoc tests.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-12-06  Jacek Cabanmshtml: Added HTMLTxtRange::Exec(IDM_INDENT) test.
2007-12-06  Jacek Cabanmshtml: Added HTMLTxtRange::Exec(IDM_INDENT) implementa...
2007-12-06  Jacek Cabanmshtml: Fixed ref counting.
2007-12-06  Jacek Cabanmshtml: Added IHTMLStyleSheetRulesCollection::get_lengt...
2007-12-06  Jacek Cabanmshtml: Added IHTMLStyleSheet::get_rules implementation.
2007-12-06  Jacek Cabanmshtml: Added more DOM tests.
2007-12-06  Luis C. Busquets... mshtml: Update Spanish resource.
2007-12-06  Michael Stefaniucmshtml: Rename the wrappers around HeapAlloc() &Co...
2007-12-06  Rob Shearmanmshtml: Use the correct deallocator in the htmldoc...
2007-12-06  Alexander Nicolays... mshtml: Update Norwegian resources.
2007-12-05  Jonathan Ernstmshtml: Updated French translation.
2007-12-05  Jacek Cabanmshtml: Improve debug traces.
2007-12-05  Jacek Cabanmshtml: Return NULL instead of empty string in IHTMLBod...
2007-12-04  Jacek Cabanmshtml: Added DIID_HTMLTableEvents connection point.
2007-12-04  Jacek Cabanmshtml: Move HTMLTextContainerEvents connection point...
2007-12-04  Jacek Cabanmshtml: Added IConnectionPointContainer iface to all...
2007-12-04  Jacek Cabanmshtml: Initialize HTMLElement in the beginning of...
2007-12-04  Jacek Cabanmshtml: Make IConnectionPointContainer more flexible.
2007-12-03  Jacek Cabanmshtml: Added IHTMLElement2::get_dir implementation.
2007-11-30  Jacek Cabanmshtml: Added IHTMLTable interface stub implementation.
2007-11-26  Jacek Cabanmshtml: Added IOleCommandTarget implementation to HTMLT...
2007-11-26  Jacek Cabanmshtml: Added IHTMLStyleSheetsCollection::item implemen...
2007-11-26  Jacek Cabanmshtml: Store nsIDOMCSSStyleSheet in HTMLStyleSheet...
2007-11-20  Jacek Cabanmshtml: Change FIXME that is usually invalid to TRACE.
2007-11-20  Jacek Cabanmshtml: Added more loading tests.
2007-11-20  Jacek Cabanmshtml: Reload page in exec_editmode if available.
2007-11-20  Jacek Cabanmshtml: Always initialize output in exec_fontname.
2007-11-20  Jacek Cabanmshtml: Use call_set_active_object in exec_editmode.
2007-11-20  Jacek Cabanmshtml: Move IOleInPlaceFrame::SetActiveObject call...
2007-11-20  Jacek Cabanmshtml: Fixed handling channels without container and...
2007-11-12  Jacek Cabanmshtml: Remove nsIWebBrowserFocus_Activate useless...
2007-11-12  Jacek Cabanmshtml: Reset focus after loading the page in edit...
2007-11-09  Jacek Cabanmshtml: Added IDM_SETDIRTY implementation.
2007-11-06  Jacek Cabanmshtml: Added AcceptLanguage handling.
2007-11-06  Jacek Cabanmshtml: Call Exec(CGID_ShellDocView, 84) in start_binding.
2007-11-06  Jacek Cabanmshtml: More range tests and fixes.
2007-11-06  Jacek Cabanmshtml: Store HTMLDocument pointer in BSCallback object.
2007-11-05  Jacek Cabaniexplore: Added self-registration code.
2007-11-05  Jacek Cabanmshtml: AsyncOpen code clean up.
2007-11-05  Jacek Cabanmshtml: More test fixes.
2007-11-02  Chris Robinsonmshtml: Fix hkey leak.
2007-11-01  Chris Robinsonmshtml: Set IE version when installing wine gecko.
2007-10-29  Lionel Debrouxmshtml: Fix memory leak (found by Smatch).
2007-10-26  Jacek Cabanmshtml: More IE7 test fixes.
2007-10-25  Hwang YunSong(황윤성)mshtml: Updated Korean resource.
2007-10-23  Luke Bratchmshtml: Fix text input fields.
2007-10-22  Jacek Cabanmshtml: Fixed spaces handling in range object.
2007-10-22  Jacek Cabanmshtml: Added IHTMLTxtRange::expand("TextEdit") impleme...
2007-10-22  Michael Stefaniucmshtml/tests: Move the 'const' after REFIID as REFIID...
2007-10-19  Jacek Cabanmshtml: Added support for installing Gecko from build...
2007-10-19  Jacek Cabanmshtml: Set selection to default on IHTMLSelectionObjec...
2007-10-18  Jacek Cabanmshtml: Import dimm.idl and fix compilation.
2007-10-16  Daniel Nylandermshtml: Update Swedish translation.
2007-10-15  Francois Gougetmshtml: Check for HAVE_UNISTD_H before including unistd.h.
2007-10-15  Jacek Cabanmshtml: Added ref counting to node object.
2007-10-15  Jacek Cabanmshtml: Try installing Gecko from local file in DllRegi...
2007-10-15  Jacek Cabanmshtml: Added IHTMLTxtRange::moveStart("character"...
2007-10-15  Jacek Cabanmshtml: Added more range tests and fixes.
2007-10-15  Jacek Cabanmshtml: Added more DOM tests.
2007-10-15  Jacek Cabanmshtml: Added IHTMLSelectElement::selectedIndex propert...
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElementFactory::create impleme...
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::get_text implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::put_text implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::put_value implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::get_value implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLStyle display and visibility propert...
2007-10-15  Jacek Cabanmshtml: Added IHTMLDocument4 stub implementation.
2007-10-15  Jacek Cabanmshtml: Use wine scheme mechanism in do_load_from_monik...
2007-10-15  Jacek Cabanmshtml: Added IHTMLWindow2::get_option implementation.
2007-10-15  Jacek Cabanmshtml: Fixed ref count leak.
2007-10-15  Jacek Cabanmshtml: Fix range pos after put_text call.
2007-10-11  Jacek Cabanmshtml: Added support for installing Gecko from the...
2007-10-10  Robert Shearmanmshtml: Set the SETUP_IS_CHROME_WRAPPER to FALSE as...
2007-10-10  Jacek Cabanmshtml: Fixed test crash on Windows.
2007-10-09  Jacek Cabanmshtml: Move init_nsevents call from start_binding...
2007-10-09  Jacek Cabanmshtml: Fixed tests on IE7.
2007-10-09  Jacek Cabanmshtml: Skip tests if we can't get body object - it...
2007-10-09  Jacek Cabanmshtml: Move most code from handle_editor_load to exec_...
2007-10-04  Jacek Cabanmshtml: Added IHTMLInputTextElement interface implement...
2007-10-04  Jacek Cabanmshtml: Added IHTMLSelectElement::get_length implementa...
2007-10-04  Jacek Cabanmshtml: IHTMLElementContainer::item rewrite.
2007-10-04  Jacek Cabanmshtml: Added IHTMLOptionElement interface stub impleme...
2007-10-04  Jacek Cabanmshtml: Include document element in collection returned...
2007-10-04  Jacek Cabanmshtml: Return IHTMLElementCollection instead of IDispa...
2007-10-04  Jacek Cabanmshtml: Move common code to separated function.
2007-10-04  Jacek Cabanmshtml: Move nodes' QueryInterface implementation to...
2007-10-04  Jacek Cabanmshtml: Use vtbl for node destructors.
2007-10-04  Jacek Cabanmshtml: Pass HTMLDOMNode pointer to HTMLElement's destr...
2007-10-04  Jacek Cabanmshtml: Pass HTMLDOMNode pointer to its destructor.
2007-10-03  Jacek Cabanmshtml: Pass the IDispatch interface of the element...
2007-10-03  Jacek Cabanmshtml: Added get_tagName implementation.
2007-10-02  Gerald Pfeifermshtml: Removed unused function get_child_text_node().
2007-10-01  Alexandre Julliardmshtml: The HTMLDocument URL is a standard WCHAR string...
2007-10-01  Jacek Cabanmshtml: Use GetWineURL in before_async_open.
2007-10-01  Jacek Cabanmshtml: Remove no longer used defines.
2007-09-27  Jacek Cabanmshtml: Use get_nsinterface in set_ns_editmode and...
next