Add support for file:/// urls in PathCreateFromUrl.
[wine] / dlls / shdocvw /
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-25  Jacek CabanAdded message box to inform user that one needs Mozilla...
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.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-12  Filip NavaraGet rid of E_UNSPEC non-standard error value.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
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...
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
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-09-04  Alexandre JulliardConverted obj_webbrowser.h to IDL and moved the definit...
2003-08-23  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-06-13  Francois GougetAdd stubs for some new WinXP APIs.
2003-05-13  Francois GougetAdded version information.
2003-05-13  Andreas MohrAdded some stubs needed for Win98 explorer.exe.
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-10-19  Malte StarostikFixed IWebBrowser::Navigate() parameter type.
2002-08-30  Steven EdwardsUpdate some .cvsignore files for building on Windows.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-04-27  Alexandre JulliardAdded some shdocvw ordinals and stubs.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-20  Hidenori TakeshimaImplemented the basic COM framework.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
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-25  Patrik StridvallFixed some issues found by winapi_check.
2001-01-11  John R. SheetsImplemented stubs for IWebBrowser in shdocvw.dll.