shdocvw: Don't set res variable since it's not ckecked after the call.
[wine] / dlls / shdocvw / shdocvw_main.c
2013-04-26  Christian Costashdocvw: Don't set res variable since it's not ckecked...
2012-11-28  Andrew Talbotshdocvw: Remove unused variable.
2011-10-20  Jacek Cabanieframe: ieframe variant of IEWinMain is Unicode.
2011-09-19  Francois Gougetshdocvw: Make get_ieframe_instance() static.
2011-08-01  Jacek Cabanshdocvw: Moved remaining code out of factory.c.
2011-07-27  Jacek Cabanieframe: Moved WebBrowser and InternetExplorer objects...
2011-07-25  Jacek Cabanieframe: Moved InternetShortcut implementation to iefra...
2011-06-13  Austin Englishshdocvw: Add a stub for RunInstallUninstallStubs2.
2011-05-17  Sergey Khodychshdocvw: Don't use separate call of UrlApplySchemeW...
2010-11-12  Andrew Bogottshdocvw: Move OpenURL() from shdocvw_main.c into intshc...
2010-10-25  Detlef Riekenbergshdocvw: Add a stub for ImportPrivacySettings.
2010-04-19  Detlef Riekenbergshdocvw: Implement SHRestricted2A.
2009-10-12  Jacek Cabanshdocvw: Improved debug messages.
2009-08-07  Stefan Leichtershdocvw: Add stub for SHRestricted2W.
2009-01-23  Aric Stewartshdocvw: Stub implementation of IEParseDisplayNameWithBCW.
2009-01-08  Alexandre Julliardshdocvw: Fix a pointer cast warning on 64-bit.
2008-12-26  Detlef Riekenbergshdocvw: Implement ParseURLFromOutsideSource.
2008-10-24  Detlef Riekenbergshdocvw: Implement URLSubRegQueryA.
2008-02-19  Rob Shearmanshdocvw: The WINAPI modifier on function pointers shoul...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-02-05  Andrew Talbotshdocvw: Declare some functions static.
2006-10-06  Jacek Cabanshdocvw: Win64 printf format warning fixes.
2006-07-31  Jacek Cabanshdocvw: Added WebBrowser::Invoke implementation.
2006-07-03  Jacek Cabanshdocvw: Get rid of Mozilla ActiveX control dependency.
2006-05-28  Frank Richtershdocvw: Install Mozilla control silently.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Jacek Cabanshdocvw: Wrap Heap* finctions by inline functions.
2006-04-20  Jacek Cabanshdocvw: Move IEWinMain to iexplore.c.
2006-04-20  Jacek Cabanshdocvw: Move DllGetClassObject implementation to facto...
2006-04-11  Mike McCormackshdocvw: Move the private class factory declaration...
2006-04-07  Mike McCormackshdocvw: Implement IEWinMain using a simple window...
2006-04-05  Mike McCormackshdocvw: Stub implementation of IEWinMain.
2006-02-15  Eric Pouechshdocvw: Implemented a couple of forwards to shlwapi.
2006-02-08  Jacek Cabanshdocvw: Includes clean up.
2006-02-08  Jacek Cabanshdocvw: Remove IQuickActivate interface implementation...
2005-11-08  Michael JungSupport for shell instance objects.
2005-10-31  Michael JungOnly return SHDOCVW_ClassFactory if asked for CLSID_Web...
2005-10-20  Alexandre JulliardFixed a handle leak.
2005-10-20  Vincent BéronAllow file:/// protocol to be used to download the...
2005-10-20  Vincent BéronRemove tempfile used to download Mozilla ActiveX contro...
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-27  Jacek CabanFix typo in comment about Wine registry key.
2005-06-20  Alexandre JulliardMoved a few registry keys from HKLM\Software\Wine to
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-17  Robert ShearmanRename MODULENAME_Dll* functions to Dll* for better...
2005-03-10  Juan LangFix a crash if the Mozilla ActiveX control doesn't...
2005-01-27  James HawkinsProperly implement DllCanUnloadNow ref counting. Make...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-11-19  Christian CostaAdded stub for SetQueryNetSessionCount.
2004-11-01  Mike McCormackDownload the Mozilla Active X control on demand.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-08-25  Jacek CabanAdded message box to inform user that one needs Mozilla...
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-02-21  Mike HearnImplement SHDOCVW_DllGetVersion. It returns the same...
2004-02-13  Mike McCormackUse the Mozilla Active X control in place of the IE6...
2003-10-02  Rolf KalbermatterSHDOCVW_118 (ShellDDEInit) is really a dynamic forward...
2003-09-11  Robert ShearmanAdd proper names to ordinal-only functions.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-23  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-05-13  Andreas MohrAdded some stubs needed for Win98 explorer.exe.
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-03-20  Hidenori TakeshimaImplemented the basic COM framework.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-11  John R. SheetsImplemented stubs for IWebBrowser in shdocvw.dll.