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 |
Jacek Caban
|
9c4f120e88
|
shdocvw: Added WebBrowser::[get|put]_MenuBar implementation.
|
2006-05-05 20:48:28 +02:00 |
Jacek Caban
|
8cde167fd9
|
shdocvw: Added get_HWND implementation.
|
2006-05-05 20:45:00 +02:00 |
Jacek Caban
|
9d9b909466
|
shdocvw: Added [get|put]_Visible implementation.
|
2006-05-05 20:44:39 +02:00 |
Jacek Caban
|
707a4f18f7
|
shdocvw: Fix GetMiscStatus implementation.
|
2006-05-05 20:44:02 +02:00 |
Jacek Caban
|
238afbb688
|
shdocvw: Don't create IE default window in embedding mode.
|
2006-04-21 12:46:06 +02:00 |
Jacek Caban
|
d5c69bf4af
|
shdocvw: Use InternetExplorer object in create_ie_window.
|
2006-04-21 12:45:44 +02:00 |
Jacek Caban
|
4d5cf7e6f9
|
shdocvw: Added InternetExplorer::Navigate2 implementation.
|
2006-04-20 11:32:42 +02:00 |
Jacek Caban
|
7b09cca963
|
shdocvw: Move create_doc_view_hwnd call to navigate_url.
|
2006-04-20 11:32:15 +02:00 |
Jacek Caban
|
4a8397a593
|
shdocvw: Register InternetExplorer class factory in IEWinMain.
Based on a patch by Mike McCormack.
|
2006-04-20 11:32:01 +02:00 |
Jacek Caban
|
c51aefdb58
|
shdocvw: Added InternetExplorer::put_Visible implementation.
|
2006-04-20 11:31:34 +02:00 |
Jacek Caban
|
4027a1149c
|
shdocvw: Move IEWinMain to iexplore.c.
|
2006-04-20 11:31:20 +02:00 |
Jacek Caban
|
c0e42d5597
|
shdocvw: Added beginning InternetExplorer implementation.
|
2006-04-20 11:31:05 +02:00 |
Jacek Caban
|
c48c50f575
|
shdocvw: Move DllGetClassObject implementation to factory.c.
|
2006-04-20 11:29:54 +02:00 |
Jacek Caban
|
b26ed16633
|
shdocvw: Move more initialization code to DocHost_Init.
|
2006-04-20 11:29:28 +02:00 |
Jacek Caban
|
470e987d2f
|
shdocvw: Use DocHost, not WebBrowser, in navigate_url.
|
2006-04-18 11:39:04 +02:00 |
Jacek Caban
|
00e3ac5b31
|
shdocvw: Use DocHost, not WebBrowser, in Shell DocObject View window.
|
2006-04-18 11:38:48 +02:00 |
Jacek Caban
|
61560b8715
|
shdocvw: Move connection points to DocHost object.
|
2006-04-18 11:38:10 +02:00 |
Jacek Caban
|
22b6d5485c
|
shdocvw: Use Dochost, not WebBrowser, in deactivate_document.
|
2006-04-18 11:37:47 +02:00 |
Jacek Caban
|
6470c5ca0a
|
shdocvw: Get rid of WebBrowser dependency in DocHost object.
|
2006-04-18 11:37:13 +02:00 |
Jacek Caban
|
59c6f20495
|
shdocvw: Move IOleInPlaceFrame to DocHost object.
|
2006-04-18 11:36:52 +02:00 |
Jacek Caban
|
3a9aeace0f
|
shdocvw: Move IServiceProvider to DocHost object.
|
2006-04-18 11:36:31 +02:00 |
Jacek Caban
|
9b0c2bf595
|
shdocvw: Move IDispatch to DocHost object.
|
2006-04-18 11:34:39 +02:00 |
Jacek Caban
|
62aa916b28
|
shdocvw: Move IOleCommandTarget to DocHost object.
|
2006-04-18 11:34:24 +02:00 |
Jacek Caban
|
72c5329336
|
shdocvw: Move IOleDocumentSite to DocHost object.
|
2006-04-18 11:33:57 +02:00 |
Jacek Caban
|
ff7a8abb85
|
shdocvw: Move IDocHostUIHandler to DocHost object.
|
2006-04-18 11:33:19 +02:00 |
Jacek Caban
|
89da131352
|
shdocvw: Move IOleInPlaceSite to DocHost object.
|
2006-04-18 11:33:10 +02:00 |
Jacek Caban
|
2dab3d4c1b
|
shdocvw: Move IOleClientSite to new DocHost object to allow sharing
code between WebBrowser and InternetExplorer.
|
2006-04-18 11:30:37 +02:00 |
Jacek Caban
|
0705381069
|
shdocvw: Added Top, Left, Height and Width properties implementation.
|
2006-04-14 19:38:57 +02:00 |
Jacek Caban
|
80dcc8b813
|
shdocvw: Store IOleInPlaceSite in WebBrowser object.
|
2006-04-14 19:38:44 +02:00 |
Jacek Caban
|
1e0f378c30
|
shdocvw: Update pos_rect and clip_rect in SetObjectRects.
|
2006-04-14 19:37:37 +02:00 |
Jacek Caban
|
b81b614da8
|
shdocvw: Better window handling.
Use unicode version of DefWindowProc in unicode window procs.
Fix window styles.
|
2006-04-14 19:37:11 +02:00 |
Jacek Caban
|
51bd5408d4
|
shdocvw: Use GetClientRect, not GetWindowRect in create_doc_view_hwnd.
|
2006-04-12 20:56:18 +02:00 |
Mike McCormack
|
42c7372b6b
|
shdocvw: Register iexplore.exe as a COM local server.
|
2006-04-12 11:18:26 +02:00 |
Mike McCormack
|
c1caf43d10
|
shdocvw: Move the private class factory declaration into factory.c.
|
2006-04-11 11:25:54 +02:00 |
Dmitry Timoshkov
|
09a1a3fd7c
|
shdocvw: Constify IExplore OLE vtables.
|
2006-04-10 12:23:03 +02:00 |
Jacek Caban
|
26f6a30f58
|
shdocvw: Set active document of both frame and doc window.
|
2006-04-10 12:21:23 +02:00 |