wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / mshtml / main.c
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...