gdi32: Test bitmap depths.
[wine] / dlls / mshtml / tests /
2007-12-07  Rob Shearmanmshtml: Fix a memory leak in the htmldoc tests.
2007-12-06  Jacek Cabanmshtml: Added HTMLTxtRange::Exec(IDM_INDENT) test.
2007-12-06  Jacek Cabanmshtml: Added IHTMLStyleSheet::get_rules implementation.
2007-12-06  Jacek Cabanmshtml: Added more DOM tests.
2007-12-06  Rob Shearmanmshtml: Use the correct deallocator in the htmldoc...
2007-11-20  Jacek Cabanmshtml: Added more loading tests.
2007-11-06  Jacek Cabanmshtml: More range tests and fixes.
2007-11-05  Jacek Cabanmshtml: More test fixes.
2007-10-26  Jacek Cabanmshtml: More IE7 test fixes.
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: Set selection to default on IHTMLSelectionObjec...
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: Fix range pos after put_text call.
2007-10-10  Jacek Cabanmshtml: Fixed test crash on Windows.
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-03  Jacek Cabanmshtml: Added get_tagName implementation.
2007-09-27  Jacek Cabanmshtml: Added get_compatMode implementation.
2007-09-19  Jacek Cabanmshtml: Added more tests.
2007-09-17  Jacek Cabanmshtml: Added get_body test.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange::put_text tests.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange::move("word") implementation.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange::moveEnd implementation.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange::move("character") implemen...
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange::expand implementation.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange tests.
2007-08-13  Jacek Cabanmshtml: Added IDM_SELECTALL implementation.
2007-08-01  Jacek Cabanmshtml: Added IHTMLWindow::get_external implementation.
2007-08-01  Jacek Cabanmshtml: Fixed QueryInterface failures on IE7.
2007-07-25  Rob Shearmanmshtml: Call IDocHostUIHandler_HideUI and IDocHostUIHan...
2007-07-25  Rob Shearmanmshtml: OleDocumentView_UIActivate should call IOleInPl...
2007-06-27  Jacek Cabanmshtml: Added IDM_DELETE support in QueryStatus.
2007-06-25  Jacek Cabanmshtml: Added more QueryInterface tests.
2007-06-25  Jacek Cabanmshtml: Added beginning DOM tests.
2007-06-25  Jacek Cabanmshtml: Added IOleInPlaceUIWindow tests.
2007-06-25  Jacek Cabanmshtml: Better test of QueryInterface.
2007-06-25  Jacek Cabanmshtml: Added IOleControlSite tests.
2007-06-15  Jacek Cabanmshtml: Added IOleInPlaceSiteEx tests.
2007-06-11  Jacek Cabanmshtml: Added get_URL implementation.
2007-06-11  Jacek Cabanmshtml: Added GetCurMoniker implementation.
2007-06-11  Jacek Cabanmshtml: Added IsDirty tests.
2007-06-11  Jacek Cabanmshtml: Call update_doc in init_editor.
2007-06-11  Jacek Cabanmshtml: Call update_doc in editor commands.
2007-06-11  Jacek Cabanmshtml: Added more command tests.
2007-06-11  Jacek Cabanmshtml: Added Exec(IDM_FONTNAME) tests.
2007-06-11  Jacek Cabanmshtml: Pump messages of all windows in test_download.
2007-06-11  Jacek Cabanmshtml: Added test of callbacks called from document...
2007-06-11  Jacek Cabanmshtml: Don't do anything in exec_editmode if edit...
2007-05-29  Francois Gougetinclude: The PSDK does not define the DEFINE_SHLGUID...
2007-05-11  Jacek Cabanmshtml: Added IPersistStreamInit::Load test.
2007-05-10  Jacek Cabanmshtml: CGID_Undocumented is CGID_DocHostCmdPriv.
2007-03-06  Francois GougetAssorted spelling fixes.
2007-03-02  Jacek Cabanmshtml: Added more tests.
2007-02-14  Francois GougetAssorted spelling fixes.
2007-02-12  Alexandre Julliardmshtml: Don't test the contents of an output parameter.
2007-01-23  Jacek Cabanmshtml: Fixed protocol tests on IE7.
2007-01-15  Paul Vriensmshtml/tests: Fix compilation for older gcc versions...
2007-01-12  Paul Vriensmshtml/tests: Cast-qual warning fix.
2007-01-08  Francois Gougetmshtml/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-27  Jacek Cabanmshtml: Fix failing test.
2006-12-13  Jacek Cabanmshtml: Added test of CompareUrl.
2006-11-13  Jacek Cabanmshtml: Added IDM_ORDERLIST implementation.
2006-11-13  Jacek Cabanmshtml: Added IDM_UNORDERLIST implementation.
2006-11-13  Jacek Cabanmshtml: Added IDM_HORIZONTALLINE implementation.
2006-11-13  Jacek Cabanmshtml: Added IDM_INDENT and IDM_OUTDENT implementation.
2006-11-09  Jacek Cabanmshtml: Added QueryStatus(IDM_JUSTIFY*) implementation.
2006-11-09  Jacek Cabanmshtml: Added IDM_FORECOLOR implementation.
2006-11-09  Jacek Cabanmshtml: Added QueryStatus(IDM_FONTSIZE) implementation.
2006-11-09  Jacek Cabanmshtml: Added QueryStatus(IDM_FONTNAME) implementation.
2006-11-02  Jacek Cabanmshtml: Added implementation of QueryStatus(IDM_UNDERLINE).
2006-11-02  Jacek Cabanmshtml: Added implementation of QueryStatus(IDM_ITALIC).
2006-11-02  Jacek Cabanmshtml: Added more QueryStatus tests.
2006-11-02  Jacek Cabanmshtml: Added more edit mode tests.
2006-10-07  Jacek Cabanmshtml: Win64 printf format warning fixes.
2006-10-03  Francois Gougetmshtml: Remove space before '\n'.
2006-10-02  Jacek Cabanmshtml: Silence common invalid QueryInterface FIXME.
2006-09-29  Francois Gougeturlmon: Fix the case of the BINDINFO.cbstgmedData field...
2006-09-29  Francois GougetFix rpcndr.h so it takes CONST_VTABLE into account.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-28  Jacek Cabanmshtml: Added get_readyState implementation.
2006-09-25  Jacek Cabanmshtml: Added more loading tests.
2006-09-25  Jacek Cabanmshtml: Better IDM_PARSECOMPLETE test.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-23  Jacek Cabanmshtml: Use IPropertyNotifySink connection point.
2006-08-18  Jacek Cabanmshtml: Added more Exec tests and fixes.
2006-08-17  Jacek Cabanmshtml: Added test of edit mode.
2006-08-14  Jacek Cabanmshtml: Return INET_E_USE_DEFAULT_PROTOCOLHANDLER in...
2006-08-09  Jacek Cabanmshtml: Return INET_E_USE_DEFAULT_PROTOCOLHANDLER in...
2006-07-11  Jacek Cabanmshtml: Added OnFrameWindowActivate implementation.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-26  Jacek Cabanmshtml: Added HTMLLoadOptions implementation (with...
2006-06-23  Jacek Cabanmshtml: Fix a typo.
2006-06-16  Jacek Cabanmshtml: Added Wine Gecko installer.
2006-06-13  Alexandre Julliardmshtml/tests: Don't use sizeof in ok() to avoid printf...
next