atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / mshtml / main.c
2012-04-02  Jacek Cabanmshtml: Fixed status text cache implementation.
2012-03-08  Jacek Cabanmshtml: Get rid of no longer used silent argument of...
2012-01-27  Jacek Cabanmshtml: Added VT_I2 handling to debugstr_variant.
2012-01-05  Jacek Cabanmshtml: Use a helper function for QueryService calls...
2011-08-03  Jacek Cabanmshtml: Removed duplicated includes.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-08-02  Alexandre Julliardmshtml: Remove typelib registrations.
2011-06-07  Jacek Cabanmshtml: Added VT_ERROR printing to debugstr_variant.
2010-12-23  Alexandre Julliardmshtml: Convert the classes registration to the IRegist...
2010-12-05  Michael Stefaniucmshtml: Use an iface instead of a vtbl pointer in Class...
2010-12-03  Jacek Cabanmshtml: Added NP_GetEntryPoints implementation.
2010-12-03  Jacek Cabannpmshtml: Added Mozilla plugin for mshtml ActiveX controls.
2010-09-22  Jacek Cabanmshtml: Added PrintHTML stub.
2010-08-31  Francois Gougetmshtml: Make free_strings() static.
2010-08-20  Juan Langmshtml: Fix off by one error in setting status text.
2010-08-04  Alexander Nicolays... mshtml: Send more informative messages to OleInPlaceFrame.
2010-02-03  Jacek Cabanmshtml: Improved debugstr_variant implementation.
2009-12-01  Jacek Cabanmshtml: Added IHTMLScreen::get_width implementation.
2009-11-12  Jacek Cabanmshtml: Download Gecko in DllRegisterServer.
2009-07-23  Jacek Cabanmshtml: Added VT_UINT handling to debugstr_variant.
2009-05-25  Jacek Cabanmshtml: Use TLS_OUT_OF_INDEXES as invalid TLS value.
2009-04-28  Alexandre Julliardinclude: Added definitions for HTMLWindowEvents and...
2008-12-08  Alex Balutmshtml: Removed the reference counting of the DLL.
2008-10-20  Andrew Talbotmshtml: Sign-compare warnings fix.
2008-10-01  Jacek Cabanmshtml: Added IHTMLTableRow stub implementation.
2008-04-17  Jacek Cabanmshtml: Move get_typeinfo to dispex.c.
2008-04-07  Jacek Cabanmshtml: Remove unneeded includes.
2008-03-06  Rob Shearmanmshtml: Move some public GUIDs to shlguid.h.
2008-02-27  Rob Shearmanmshtml: Don't use typeof as it's not portable.
2007-12-06  Michael Stefaniucmshtml: Rename the wrappers around HeapAlloc() &Co...
2007-10-15  Jacek Cabanmshtml: Try installing Gecko from local file in DllRegi...
2007-08-13  Jacek Cabanmshtml: Make get_typeinfo thread safe.
2007-08-06  Michael Stefaniucmshtml: Remove const in front of REFIID as that is...
2007-08-02  Jacek Cabanmshtml: Release typelib in PROCESS_DETACH.
2007-07-31  Jacek Cabanmshtml: Added HTMLWindow's IDispatch methods implementa...
2007-07-31  Jacek Cabanmshtml: Added mshtml.tlb registration.
2006-11-10  Jacek Cabanmshtml: Use popup menu from shdoclc.dll.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-06  Jacek Cabanmshtml: Win64 printf format warning fixes.
2006-09-25  Jacek Cabanmshtml: Create one "Internet Explorer_Hidden" window...
2006-07-19  Jacek Cabanmshtml: Added stub implementation of ShowHTMLDialog.
2006-07-17  Jacek Cabanmshtml: Wrap Heap* functions by inline functions.
2006-07-13  Andrew Talbotmshtml: Write-strings warnings fix.
2006-06-23  Jacek Cabanmshtml: Added stub implementation of HTMLLoadOptions.
2006-06-23  Jacek Cabanmshtml: Added optary.idl file.
2006-06-12  Alexandre Julliardinclude: Make the Dll* entry points hidden.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-06  Francois GougetFix compatibility with native advpack dlls.
2006-02-27  Francois Gougetadvpack: Prepare the unicodification of advpack.dll.
2005-08-12  Jacek CabanAdded RNIGetCompatibleVersion implementation.
2005-08-11  Jacek CabanMove includes of interfaces to mshtml_private.h.
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-02  Jacek CabanAdded DllCanUnloadNow implementation.
2005-08-01  Jacek Caban- Use Gecko to render HTML.
2005-07-14  Jacek CabanAdded MSHTML library declaration.
2005-07-06  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-07-02  Jacek Caban- Added more definitions.
2005-06-27  Jacek CabanAdded stub implementation of about and res protocols.
2005-06-25  Jacek CabanChanged message about Mozilla ActiveX Control.
2005-06-25  Jacek CabanImplemented Dll[Un]RegisterServer.
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-14  Jacek CabanAdded more implementation of IDocumentView.
2005-04-12  Jacek CabanStub implementation of IOleObject and IOleDocument.
2005-03-31  Jacek CabanStub implementation of HTMLDocument2 interface.
2005-01-10  Jacek CabanAdded mshtml.idl.
2004-07-16  Stefan LeichterAdded stubs for DllInstall and DllRegisterServer.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-01-16  Mike McCormackTry using the Mozilla Active X control in MSHTML.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-08  Mike McCormackAdded an initial (mostly stub) implementation of MSHTML...