shdocvw: Recurse into directories when adding Favorite in IE.
[wine] / dlls / shdocvw / factory.c
2009-03-24  Henri Verbeetshdocvw: Add a stub ITaskbarList implementation.
2008-10-08  Michael Stefaniucshdocvw: Use FAILED instead of !SUCCEEDED.
2008-09-09  Andrew Talbotshdocvw: Sign-compare warnings fix.
2008-08-04  Damjan Jovanovicshdocvw: Rudimentary implementation of CLSID_InternetSh...
2008-05-12  Michael Stefaniucshdocvw: Plug memory leak introduced in 1.0-rc1 (Smatch).
2008-05-08  Aric Stewartshdocvw: Do not do our iexplore.exe registration if...
2008-02-27  Rob Shearmanshdocvw: Don't use typeof as it's not portable.
2007-11-19  Jacek Cabanshdocvw: Register CLSID_InternetShortcut.
2007-11-05  Jacek Cabanshdocvw: Fixed typos.
2007-11-05  Jacek Cabaniexplore: Added self-registration code.
2007-11-02  Jacek Cabanshdocvw: Move registration code to .inf file.
2007-02-20  Jacek Cabanshdocvw: Fix module ref counting.
2006-10-26  Jacek Cabanshdocvw: Added CUrlHistory stub implementation.
2006-10-06  Jacek Cabanshdocvw: Win64 printf format warning fixes.
2006-07-03  Jacek Cabanshdocvw: Get rid of Mozilla ActiveX control dependency.
2006-05-23  Jacek Cabanshdocvw: Added WebBrowser v1 implementation.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-20  Jacek Cabanshdocvw: Register InternetExplorer class factory in...
2006-04-20  Jacek Cabanshdocvw: Move DllGetClassObject implementation to facto...
2006-04-11  Mike McCormackshdocvw: Move the private class factory declaration...
2005-09-06  Jacek Caban- Make WebBrowser heap based object.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-01-27  James HawkinsProperly implement DllCanUnloadNow ref counting. Make...
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2002-05-31  Vincent BéronRemoved trailing whitespace.
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-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-11  John R. SheetsImplemented stubs for IWebBrowser in shdocvw.dll.