shell32/tests: Use GetProcAddress() on SHGetPathFromIDListW() because it is missing...
[wine] / dlls / shdocvw /
2007-12-17  Jacek Cabanshdocvw: Ignore Exec(CGID_Explorer, 66) calls in tests.
2007-12-14  Jacek Cabanshdocvw: Register IE settings by iexplore.exe.
2007-12-12  Jacek Cabanshdocvw: Return S_OK in IOleObject::SetHostNames.
2007-12-11  Jacek Cabanshdocvw: Added client site's IOleCommandTarget tests.
2007-12-10  Alistair Leslie... shdocvw: Fix memory leak.
2007-11-28  Michael Stefaniucshdocvw: Rename the wrappers around HeapAlloc() &Co...
2007-11-26  Jacek Cabanshdocvw: Silence common invalid QueryInterface FIXMEs.
2007-11-20  Jacek Cabanshdocvw: Return correct error from WebBrowser::Quit.
2007-11-20  Jacek Cabanshdocvw: Added WebBrowser::get_Application implementation.
2007-11-19  Jacek Cabanshdocvw: Set default home and search page.
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-10-31  Chris Wulffshdocvw: Add IPersistMemory interface stub.
2007-10-31  Chris Wulffshdocvw: Implement OLEIVERB_HIDE.
2007-10-29  Detlef Riekenbergshdocvw: Print the unsupported args in a FIXME.
2007-10-09  Jacek Cabanshdocvw: Fixed tests on IE7.
2007-09-24  Jacek Cabanshdocvw: Added WebBrowser::Resizable property implement...
2007-09-24  Jacek Cabanshdocvw: Added WebBrowser::FullScreen property implemen...
2007-09-10  Jacek Cabanshdocvw: Better iexplore.exe command line handling.
2007-09-10  Jacek Cabanshdocvw: Added better GoHome stub implementation.
2007-09-10  Jacek Cabanshdocvw: Don't use BSTR in navigate_url prototype.
2007-09-10  Jacek Cabanshdocvw: Added UpdateUI implementation.
2007-08-30  Andrew Talbotshdocvw: Constify some variables.
2007-08-27  Dan Kegelshdocvw: iexplore needs to handle the -nohome option.
2007-08-20  Stefan Leichtershdocvw: Remove 'recursive registry key delete' function.
2007-08-02  Jacek Cabanshdocvw: Wrong PostData VT is not an error.
2007-08-01  Jacek Cabanshdocvw: Added GetExternal implementation.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-03-09  Alexandre Julliardshdocvw: Avoid a printf format warning.
2007-03-09  Jacek Cabanshdocvw: Added Navigate2 test.
2007-03-09  Jacek Cabanshdocvw: Call EnableModeless and SetStatusText in navigate.
2007-03-09  Jacek Cabanshdocvw: Move frame variable to DocHost.
2007-03-09  Jacek Cabanshdocvw: Release callback and bindctx in bind_url_to_ob...
2007-03-09  Jacek Cabanshdocvw: Added mode dispids implementation in DocHost...
2007-03-09  Jacek Cabanshdocvw: Always set hostui to NULL in SetClientsite.
2007-03-09  Jacek Cabanshdocvw: Added DISPID_AMBIENT_OFFLINEIFNOTCONNECTED...
2007-03-09  Jacek Cabanshdocvw: Move offline and silent variables to DocHost.
2007-02-28  Jacek Cabanshdocvw: Remove no longer used resources.
2007-02-20  Jacek Cabanshdocvw: Fix module ref counting.
2007-02-05  Andrew Talbotshdocvw: Declare some functions static.
2006-12-29  Alexandre Julliardshdocvw: IDL_TLB_SRCS should contain the source file...
2006-11-29  Dmitry Timoshkovshdocvw: Make some data const.
2006-11-28  Francois Gougetshdocvw: Add a Portuguese translation (contributed...
2006-11-24  Francois GougetReplace SUBLANG_DEFAULT with the specific SUBLANG_XXX...
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-06  Jacek Cabanshdocvw: Added more tests.
2006-11-06  Jacek Cabanshdocvw: Cal on_offlineconnected_change and on_silent_c...
2006-11-06  Jacek Cabanshdocvw: Added OnAmbientPropertyChange(DISPID_AMBIENT_O...
2006-11-06  Jacek Cabanshdocvw: Added [get|put]_Offline implementation.
2006-11-06  Jacek Cabanshdocvw: Added OnAmbientPropertyChange(DISPID_AMBIENT_S...
2006-11-06  Jacek Cabanshdocvw: Ignore hwndParent in DoVerb.
2006-11-06  Jacek Cabanshdocvw: Set parent window in activate_inplace.
2006-10-26  Jacek Cabanshdocvw: Added CUrlHistory stub implementation.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-24  Mikołaj Zalewskiresources: Change Dutch sublanguage code to SUBLANG_NEU...
2006-10-24  Mikołaj Zalewskiresources: Change German sublanguage code to SUBLANG_NE...
2006-10-23  Jacek Cabanshdocvw: Fix windows style of windows without parents.
2006-10-20  Byeong-Sik JeonKorean: Use SUBLANG_NEUTRAL in Korean resources.
2006-10-20  Jacek Cabanshdocvw: Added WebBrowser::Navigate implementation.
2006-10-20  Jacek Cabanshdocvw: Use navigate_url in WebBrowser::Navigate.
2006-10-20  Jacek Cabanshdocvw: Move common Navigate2 code to navigate_url.
2006-10-18  Cihan Altinayshdocvw: Make sure BSTR is allocated before calling...
2006-10-16  Jacek Cabanshdocvw: Added IDocHostUIHandler2 test.
2006-10-07  Jacek Cabanshdocvw: Win64 printf format warning fixes.
2006-10-07  James Hawkinsshdocvw: Return S_OK in PersistStorage_InitNew.
2006-10-06  Jacek Cabanshdocvw: Win64 printf format warning fixes.
2006-10-02  Jacek Cabanshdocvw: Silence common invalid QueryInterface FIXMEs.
2006-10-02  Juan Langshdocvw: Ignore VT_ERROR arguments to WebBrowser_Navigate2.
2006-10-02  Juan Langshdocvw: Return S_OK from WebBrowser_put_RegisterAsDrop...
2006-09-29  Francois Gougeturlmon: Fix the case of the BINDINFO.cbstgmedData field...
2006-09-29  Francois GougetFix rpcndr.h so it takes CONST_VTABLE into account.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-28  Andrew Talbotshdocvw: Cast-qual warnings fix.
2006-09-25  Mikołaj Zalewskiresources: Mark common resources as LANG_NEUTRAL, SUBLA...
2006-09-25  Jacek Cabanshdocvw: Added [get|put]_Silent implementation.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-13  Louis. Lendersshdocvw: Update version info.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-11  Francois Gougetshdocvw: Set the CLSID_Internet shell folder's attributes.
2006-08-09  Francois Gougetshdocvw: Register CLSID_CUrlHistory and CLSID_Internet.
2006-08-09  Jacek Cabanshdocvw: Return DIID_DWebBrowserEvents in GetGUID for...
2006-08-03  Dan Hipschmanwidl: Write forward declarations for coclass definitions.
2006-07-31  Jacek Cabanshdocvw: Added WebBrowser::Invoke implementation.
2006-07-31  Jacek Cabanshdocvw: Added SetExtent and GetExtent implementation.
2006-07-31  Jacek Cabanshdocvw: Register SHDocVw typelib.
2006-07-31  Jacek Cabanshdocvw: Added typelib.
2006-07-28  Jacek Cabanshdocvw: Added test of GetControlInfo.
2006-07-25  Jacek Cabanshdocvw: Added more test and fixes.
2006-07-24  Mike McCormackshdocvw: Register MruListLong.
2006-07-24  Jacek Cabanshdocvw: Return S_OK in IPersistStreamInit::Load.
2006-07-17  Mike McCormackshdocvw: Write the "Microsoft Browser Architecture...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-11  Jacek Cabanshdocvw: Added test of DoVerb.
2006-07-11  Jacek Cabanshdocvw: Added GetMiscStatus test.
2006-07-11  Jacek Cabanshdocvw: Call SetMenu in activate_ui.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
next