Commit Graph

235 Commits

Author SHA1 Message Date
Jacek Caban 3d1627f673 shdocvw: Added SetExtent and GetExtent implementation. 2006-07-31 17:20:20 +02:00
Jacek Caban e10f5b1d50 shdocvw: Register SHDocVw typelib. 2006-07-31 14:49:14 +02:00
Jacek Caban 61d48edf83 shdocvw: Added typelib. 2006-07-31 14:49:11 +02:00
Jacek Caban 89b443d559 shdocvw: Added test of GetControlInfo. 2006-07-28 12:34:02 +02:00
Jacek Caban f06f3cf470 shdocvw: Added more test and fixes. 2006-07-25 11:21:21 +02:00
Mike McCormack 591309875a shdocvw: Register MruListLong. 2006-07-24 12:57:33 +02:00
Jacek Caban 9dc2563aaa shdocvw: Return S_OK in IPersistStreamInit::Load. 2006-07-24 12:57:32 +02:00
Mike McCormack c42415a547 shdocvw: Write the "Microsoft Browser Architecture" CLSID. 2006-07-17 13:53:35 +02:00
Alexandre Julliard eb8a40c368 libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
2006-07-11 19:33:22 +02:00
Jacek Caban b1d1507ed8 shdocvw: Added test of DoVerb. 2006-07-11 12:04:02 +02:00
Jacek Caban d2520ccf16 shdocvw: Added GetMiscStatus test. 2006-07-11 12:03:58 +02:00
Jacek Caban d76ed6f693 shdocvw: Call SetMenu in activate_ui. 2006-07-11 12:03:50 +02:00
Alexandre Julliard 77dc0d9be5 .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Alexandre Julliard 0fa8baafcb make_dlls: Recursively ignore .ok files in all tests directories. 2006-07-10 21:26:50 +02:00
Alexandre Julliard edd100b899 make_dlls: Recursively ignore testlist.c in all tests directories. 2006-07-10 21:19:42 +02:00
Alexandre Julliard 5258e061dc make_dlls: Ignore generated import libraries from the top-level .gitignore. 2006-07-10 20:55:58 +02:00
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Jacek Caban 37b57a51da shdocvw: Added test of SetClientSite. 2006-07-07 17:51:11 +02:00
Jacek Caban b6d0818043 shdocvw: Call GetContainer in SetClientSite. 2006-07-07 17:50:47 +02:00
Jacek Caban 010f5729dd shdocvw: Added test of IProvideClassInfo. 2006-07-06 15:40:28 +02:00
Jacek Caban 7027ed458b shdocvw: Get rid of Mozilla ActiveX control dependency. 2006-07-03 11:58:02 +02:00
Paul Vriens 8f143f190c Use the return value of register_key_guid. 2006-06-30 21:08:07 +02:00
James Hawkins e391387c9a shdocvw: Upgrade the version to 5.50.4134.599. 2006-06-27 11:14:34 +02:00
Jacek Caban ac4abb7536 shdocvw: Return S_OK in IPersistStreamInit::InitNew. 2006-06-20 20:38:42 +02:00
Robert Shearman 1027313e9f shdocvw: Register some more documented classes that native also registers. 2006-06-07 11:47:26 +02:00
Jacek Caban d7043f23ca shdocvw: Set focus in ui_activate. 2006-06-03 11:54:16 +02:00
Frank Richter ea4f92bdd9 shdocvw: Install Mozilla control silently. 2006-05-28 18:16:21 +02:00
Frank Richter 9fee0afe02 shdocvw: Improve German translation. 2006-05-28 18:14:40 +02:00
Alexandre Julliard 9ca8a86914 Link against libwine_unicode everywhere we use Unicode functions. 2006-05-24 18:05:40 +02:00
Alexandre Julliard 23f9e358ad Tests should not use wine/unicode.h. 2006-05-24 18:05:09 +02:00
Jacek Caban 5c932f9634 shdocvw: Added OLEIVERB_UIACTIVATE implementation. 2006-05-23 20:54:32 +02:00
Jacek Caban 4ee19c81bb shdocvw: Don't do verb that is already done. 2006-05-23 20:54:07 +02:00
Jacek Caban dda3bea568 shdocvw: Move UI activating to the separated function. 2006-05-23 20:53:58 +02:00
Jacek Caban 864bfd8ead shdocvw: Move inplace activating code to the separated function. 2006-05-23 20:53:50 +02:00
Jacek Caban 86163e7a78 shdocvw: Added WebBrowser v1 implementation. 2006-05-23 20:53:26 +02:00
Jacek Caban c0d1f91a7c shdocvw: Added WebBrowser v1 registration. 2006-05-23 20:53:02 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Jacek Caban ae2c061e8e shdocvw: Return S_OK in OnInPlaceDeactivate. 2006-05-20 13:58:39 +02:00
Jacek Caban 21196a084a shdocvw: Code cleanup. 2006-05-17 21:46:18 +02:00
Jacek Caban 7ac9bc4d6e shdocvw: Added IConnectionPointContainer to InternetExplorer::QueryInterface. 2006-05-17 21:45:59 +02:00
Jacek Caban 0b613f291f shdocvw: Move IConnectionPointContainer implementation to separated object. 2006-05-17 21:45:39 +02:00
Jacek Caban 7c7603ca1e shdocvw: Move connection points to the new ConnectionPointContainer struct. 2006-05-17 21:45:15 +02:00
Jacek Caban f69328e2df shdocvw: Don't release IOleInPlaceSite in DoVerb. 2006-05-16 12:42:20 +02:00
Jacek Caban e718939ebd shdocvw: Wrap Heap* finctions by inline functions. 2006-05-15 14:26:04 +02:00
Jacek Caban e02d36274b shdocvw: Added support for navigation to application URLs. 2006-05-15 11:48:11 +02:00
Robert Shearman 74407105d2 Check the return value from register_key_guid in all the DLL registering code. 2006-05-10 19:38:04 +02:00
Jacek Caban faabaae557 shdocvw: Added some comments. 2006-05-05 20:49:44 +02:00
Jacek Caban e4ad9dfdb2 shdocvw: Added WebBrowser::[get|put]_ToolBar implementation. 2006-05-05 20:49:22 +02:00
Jacek Caban 39f14989a9 shdocvw: Added WebBrowser::[get|put]_StatusBar implementation. 2006-05-05 20:49:06 +02:00
Jacek Caban eb49ade33a shdocvw: Added WebBrowser::[get|put]_AddressBar implementation. 2006-05-05 20:48:45 +02:00