Alexandre Julliard
|
99dd348422
|
shdocvw: Specify the full path to iexplore.exe.
|
2009-10-27 11:25:39 +01:00 |
Alexandre Julliard
|
0856f77470
|
shdocvw: Specify the full application path when starting winemenubuilder.exe.
|
2009-10-27 11:22:32 +01:00 |
Jacek Caban
|
bbfee0061d
|
shdocvw: Improved debug messages.
|
2009-10-12 12:33:31 +02:00 |
Ge van Geldorp
|
5789e6634e
|
shdocvw/tests: Fix test on Win7.
|
2009-09-11 13:09:49 +02:00 |
Jacek Caban
|
d24690c8cf
|
shdocvw: Added IWebBrowser2::get_ReadyState implementation.
|
2009-08-31 12:17:18 +02:00 |
Jacek Caban
|
8c7ec916a7
|
shdocvw: Use IPropertyNotifySink to track ready state and complete notification.
|
2009-08-31 12:17:12 +02:00 |
Jacek Caban
|
7b15652480
|
shdocvw: Move OnObjectAvailable implementation to dochost.c.
|
2009-08-31 12:17:01 +02:00 |
Jacek Caban
|
c8e34cf22f
|
shdocvw: Added IPropertyNotifySink stub implementation.
|
2009-08-31 12:16:47 +02:00 |
Louis Lenders
|
929c80dcb7
|
shdocvw.inf: Add default registry key "HKCU\Software\Microsoft\Internet Explorer\Settings.
|
2009-08-26 14:35:21 +02:00 |
Jacek Caban
|
80f02b82d6
|
mshtml: Use URL moniker to load http documents.
|
2009-08-24 15:17:31 +02:00 |
Jacek Caban
|
c19c009e48
|
shdocvw: Return succes in bind status callback functions.
|
2009-08-24 12:09:00 +02:00 |
Alexandre Julliard
|
44e874ab86
|
shdocvw/tests: Use the global wine_dbgstr_w instead of a local variant.
|
2009-08-19 13:37:00 +02:00 |
Juan Lang
|
a3575824ea
|
shdocvw: Support URLs passed by reference in WebBrowser_Navigate2.
|
2009-08-17 13:57:50 +02:00 |
Alistair Leslie-Hughes
|
a1ab2df19a
|
shdocvw: Add basic support for InPlaceDeactivate.
|
2009-08-14 13:59:10 +02:00 |
Vladimir Pankratov
|
3bc4e67f9e
|
shdocvw: Fix format parameter type.
|
2009-08-10 13:19:42 +02:00 |
Jacek Caban
|
52bade97f4
|
shdocvw: Check GetContainer result before setting new container.
|
2009-08-10 13:11:34 +02:00 |
Stefan Leichter
|
a4c1c66c87
|
shdocvw: Add stub for SHRestricted2W.
|
2009-08-07 12:11:50 +02:00 |
Michael Stefaniuc
|
83eb00cad3
|
shdocvw: Import the version.rc into the main rc file.
There is no need for a separate file.
|
2009-07-03 11:28:41 +02:00 |
Austin English
|
583be32178
|
shdocvw: Handle DISPID_AMBIENT_DLCONTROL case.
|
2009-06-24 11:25:05 +02:00 |
Henri Verbeet
|
f1cb32798a
|
shdocvw: Add SHDOCVW_LockModule()/SHDOCVW_UnlockModule() calls to ITaskbarList.
|
2009-06-16 13:36:40 +02:00 |
Henri Verbeet
|
697e529c19
|
shdocvw: Take the riid parameter to TaskbarList_Create() into account.
|
2009-06-16 13:36:34 +02:00 |
Paul Vriens
|
52fdc9e265
|
shdocvw/tests: Fix a test failure with IE8.
|
2009-05-13 12:04:18 +02:00 |
Ge van Geldorp
|
8968f5fa09
|
shdocvw/tests: Fix shdocvw:webbrowser test on some Windows boxes.
|
2009-03-30 15:10:52 +02:00 |
Henri Verbeet
|
8e12ad4fae
|
shdocvw: Add a stub ITaskbarList implementation.
Based on a patch by Louis Lenders. Although MSDN claims this should be in
shell32, it really is in shdocvw.
|
2009-03-24 12:58:17 +01:00 |
Michael Stefaniuc
|
efbb4ebf3e
|
widl: Output "LONG" instead of "long" for a 32bit integer.
long is always 32bit in IDL files but that's not true in C.
|
2009-03-13 11:15:21 +01:00 |
Paul Vriens
|
4f65338a05
|
shdocvw/tests: Add a missing FreeLibrary().
|
2009-03-06 15:39:34 +01:00 |
Detlef Riekenberg
|
423ffdd10f
|
shdocvw/tests: Detect more interfaces in the webbrowser test.
|
2009-03-02 13:20:46 +01:00 |
Detlef Riekenberg
|
41c0d35a7a
|
shdocvw/tests: Add IServiceProvider to the webbrowser test.
|
2009-03-02 13:20:46 +01:00 |
Detlef Riekenberg
|
6b505e1425
|
shdocvw/tests: Dump the guid for additional interfaces.
|
2009-02-26 12:11:48 +01:00 |
Jacek Caban
|
64adaf723b
|
shdocvw: Added QueryStatus implementation.
|
2009-02-24 16:57:28 +01:00 |
Jacek Caban
|
7ac34f9e50
|
shdocvw: Added loading tests.
|
2009-02-24 16:57:28 +01:00 |
Francois Gouget
|
f250f4fa04
|
Assorted spelling fixes.
|
2009-02-11 15:56:02 +01:00 |
Alistair Leslie-Hughes
|
a14a75b85e
|
shdocvw: Correct OnAmbientPropertyChange regression.
|
2009-02-04 14:08:26 +01:00 |
Alistair Leslie-Hughes
|
69a8066b18
|
shdocvw: OnAmbientPropertyChange should refresh all properties with a DISPID_UNKNOWN.
|
2009-02-03 14:36:21 +01:00 |
Alistair Leslie-Hughes
|
58292e8a65
|
shdocvw: Add IServiceProvider support.
|
2009-01-27 16:04:56 +01:00 |
Alistair Leslie-Hughes
|
0a9a1bc99c
|
shdocvw: Add test to show IServiceProvider is supported.
|
2009-01-23 13:40:45 +01:00 |
Jacek Caban
|
da5372beed
|
shdocvw: Fixed tests on IE7.
|
2009-01-23 13:12:28 +01:00 |
Aric Stewart
|
3aebdbb65d
|
shdocvw: Stub implementation of IEParseDisplayNameWithBCW.
|
2009-01-23 13:11:59 +01:00 |
Alexandre Julliard
|
53bc99855a
|
shdocvw: Fix a pointer cast warning on 64-bit.
|
2009-01-08 17:27:49 +01:00 |
Paul Vriens
|
10b2d6db04
|
shdocvw/tests: Fix test failures on XP SP2 and higher.
|
2009-01-05 15:09:21 +01:00 |
Francois Gouget
|
2166afceb7
|
Assorted spelling fixes.
|
2008-12-29 11:36:49 +01:00 |
Detlef Riekenberg
|
e9e12744b5
|
shdocvw/tests: Add tests for ParseURLFromOutsideSource.
|
2008-12-26 13:45:12 +01:00 |
Detlef Riekenberg
|
468da8e261
|
shdocvw: Implement ParseURLFromOutsideSource.
|
2008-12-26 13:44:39 +01:00 |
Detlef Riekenberg
|
1a0f1f5db8
|
shdocvw/tests: Fix a test on IE 5.x.
|
2008-12-26 13:43:04 +01:00 |
Andrew Talbot
|
9814ca9859
|
shdocvw: Remove unneeded address-of operators from array name.
|
2008-12-08 22:03:03 +01:00 |
Vladimir Pankratov
|
bbaa72de5f
|
shdocvw: Implement go_home function.
|
2008-11-28 13:51:34 +01:00 |
Francois Gouget
|
2a2387b984
|
shdocvw: Remove WINAPI on static functions where not needed.
|
2008-11-26 12:10:46 +01:00 |
Alistair Leslie-Hughes
|
3c88a2f060
|
shdocvw: Silence invalid QueryInterface FIXME.
|
2008-11-25 11:56:17 +01:00 |
Alexandre Julliard
|
e37f8f23f1
|
shdocvw: Fix the computation of the default extents.
|
2008-11-21 17:07:21 +01:00 |
Detlef Riekenberg
|
a815677d93
|
shdocvw/tests: Make the webbrowser test dpi aware, make it pass in wine.
|
2008-11-19 12:09:17 +01:00 |