Jacek Caban
|
13d899ec0f
|
mshtml: Added Exec(OLECMDID_OPTICAL_ZOOM) implementation.
|
2015-01-23 15:33:19 +01:00 |
Jacek Caban
|
f5e3281a80
|
mshtml: Wine Gecko 2.34 release.
|
2014-11-03 20:52:52 +09:00 |
Nikolay Sivov
|
2ee84d5ae2
|
mshtml: Free buffer for empty strings too (PVS-Studio).
|
2014-08-18 12:45:37 +02:00 |
Jacek Caban
|
92517e2c5e
|
mshtml: Added support for ZoomFactor registry value.
|
2014-02-19 17:37:50 +01:00 |
Jacek Caban
|
d36ffab315
|
mshtml: Pass external connection to WebBrowser host, if possible.
|
2013-09-19 20:34:03 +02:00 |
Jacek Caban
|
42c1b3936d
|
mshtml: Moved Exec(DOCHOST_DOCCANNAVIGATE) call to separated function.
|
2013-09-18 20:21:44 +02:00 |
Piotr Caban
|
019a1af76e
|
mshtml: Added IOmHistory::get_length implementation.
|
2013-04-23 17:20:14 +02:00 |
Jacek Caban
|
8f323e9b91
|
mshtml: Store IWebBrowserApp reference in HTMLDocumentObj.
|
2013-04-15 17:47:32 +02:00 |
Jacek Caban
|
f0b7db4df8
|
mshtml: Store embedder's IOleComandTarget iface in HTMLDocumentObj and use it in handle_navigation_error.
|
2012-11-12 16:35:15 +01:00 |
Jacek Caban
|
6d2902f680
|
mshtml: Use inline wrappers and fixed found warnings.
|
2012-07-26 13:40:40 +02:00 |
Jacek Caban
|
08964ede45
|
mshtml: Added separated types for outer and inner HTML windows.
|
2012-06-25 17:45:19 +02:00 |
Jacek Caban
|
0675f5c3d1
|
mshtml: Fixed Exec_ShellDocView_84 tests.
|
2012-05-29 18:20:14 +02:00 |
Jacek Caban
|
21f5ef2808
|
mshtml: Improved more VARIANT debug traces.
|
2012-03-28 14:56:39 +02:00 |
Jacek Caban
|
3b80784b63
|
mshtml: Added IOleContainer::EnumObjects implementation.
|
2012-01-19 21:08:53 +01:00 |
Jacek Caban
|
537d05fb4b
|
mshtml: Added ITargetContainer::GetFramesContainer implementation.
|
2012-01-19 21:08:52 +01:00 |
Jacek Caban
|
b18ff8b3b0
|
mshtml: Added ITargetContainer stub implementation.
|
2012-01-18 20:01:43 +01:00 |
Jacek Caban
|
986800701b
|
mshtml: Use QueryService helper function in SetClientSite implementation.
|
2012-01-05 21:27:35 +01:00 |
Jacek Caban
|
f86abedb40
|
mshtml: Properly handle navigation in containers supporting IWebBrowserApp.
|
2011-11-15 19:37:31 +01:00 |
Jacek Caban
|
54faf0852f
|
mshtml: Moved QueryService(IID_IShellBrowser) call to the right place.
|
2011-11-14 15:25:19 +01:00 |
Piotr Caban
|
98281236c0
|
mshtml: Execute IDocObject_FireDocumentComplete in handle_load function.
|
2011-03-11 11:50:25 +01:00 |
Piotr Caban
|
52a1065f70
|
mshtml: Added IObjectSafety stub.
|
2011-01-20 12:20:30 +01:00 |
Michael Stefaniuc
|
2e24de635d
|
mshtml: COM cleanup for the IHTMLWindow2 iface.
|
2010-12-27 15:39:40 +01:00 |
Michael Stefaniuc
|
b574f2fd91
|
mshtml: COM cleanup for the IObjectWithSite iface.
|
2010-12-27 11:51:52 +01:00 |
Michael Stefaniuc
|
6c7a78eca0
|
mshtml: COM cleanup for the IOleControl iface.
|
2010-12-27 11:51:33 +01:00 |
Michael Stefaniuc
|
62e9961e29
|
mshtml: COM cleanup for the IOleInPlaceObjectWindowless iface.
|
2010-12-23 13:47:25 +01:00 |
Michael Stefaniuc
|
37c3091f27
|
mshtml: COM cleanup for the IOleDocumentView iface.
|
2010-12-23 13:47:24 +01:00 |
Michael Stefaniuc
|
041c6ec362
|
mshtml: COM cleanup for the IOleDocument iface.
|
2010-12-23 13:47:24 +01:00 |
Michael Stefaniuc
|
6c3bb4de6f
|
mshtml: COM cleanup for the IOleObject iface.
|
2010-12-23 13:47:24 +01:00 |
Jacek Caban
|
c63a5fa8fd
|
mshtml: IHTMLDocument2 iface handling clean up.
|
2010-12-17 13:26:01 +01:00 |
Jacek Caban
|
dc25bca4ed
|
mshtml: Added IOleContainer stub implementation.
|
2010-12-15 11:59:31 +01:00 |
Jacek Caban
|
ee875f362d
|
mshtml: Don't overwrite custom UI handler in SetClientSite.
|
2010-11-29 11:24:29 +01:00 |
Jacek Caban
|
95a53a9ff6
|
mshtml: Store client site in HTMLDocumentObj as soon as possible in SetClientSite.
|
2010-06-28 16:58:39 +02:00 |
Jacek Caban
|
2cf2d8fed2
|
mshtml: Call Exec(DOCHOST_DOCCANNAVIGATE) from IOleObject::SetClientSite.
|
2010-03-03 15:29:43 +01:00 |
Piotr Caban
|
17bec80f71
|
mshtml: Added IObjectWithSite stubs.
|
2009-12-16 13:04:34 +01:00 |
Piotr Caban
|
24601ed1db
|
mshtml: Added Advise handling to OleObject_Close.
|
2009-12-07 15:41:13 +01:00 |
Piotr Caban
|
7372a6dd12
|
mshtml: Added OleObject_EnumAdvise implementation.
|
2009-12-07 15:41:01 +01:00 |
Piotr Caban
|
0aca61c5c3
|
mshtml: Added OleObject_Unadvise implementation.
|
2009-12-07 15:40:57 +01:00 |
Piotr Caban
|
bbfa604dc0
|
mshtml: Added OleObject_Advise implementation.
|
2009-12-07 15:40:53 +01:00 |
Jacek Caban
|
10c714b43a
|
mshmtl: Moved ICustomDoc implementation to HTMLDocumentObj.
|
2009-09-17 09:48:05 -05:00 |
Jacek Caban
|
56b69dff4a
|
mshtml: Moved usermode to HTMLDocumentObj.
|
2009-09-17 09:41:56 -05:00 |
Jacek Caban
|
b3c2b380b8
|
mshtml: Moved state flags to HTMLDocumentObj.
|
2009-09-17 09:41:37 -05:00 |
Jacek Caban
|
e1aa05b13e
|
mshtml: Moved hostinfo to HTMLDocumentObj.
|
2009-09-17 09:41:15 -05:00 |
Jacek Caban
|
0d15ad8be4
|
mshtml: Move client site ifaces to HTMLDocumentObj.
|
2009-09-17 09:40:53 -05:00 |
Jacek Caban
|
b827996515
|
mshtml: Moved NSContainer to HTMLDocumentObj.
|
2009-09-17 09:40:35 -05:00 |
Jacek Caban
|
19be7d620d
|
mshtml: Added support for DOCHOSTUIFLAG_SCROLL_NO DOCHOSTINFO flag.
|
2008-07-01 12:22:57 +02:00 |
Andrew Talbot
|
d52b9ddd67
|
mshtml: Assign to structs instead of using memcpy.
|
2008-03-06 12:46:29 +01:00 |
Jacek Caban
|
0358507065
|
mshtml: Added ICustomDoc stub implementation.
|
2007-08-13 11:38:43 +02:00 |
Jacek Caban
|
5fd727fa2a
|
mshtml: Use get_client_disp_property in SetClientSite to get silent property.
|
2007-03-09 21:13:16 +01:00 |
Jacek Caban
|
396b0ad126
|
mshtml: Added border implementation.
|
2006-11-13 12:52:05 +01:00 |
Jacek Caban
|
0c74c0a95b
|
mshtml: Win64 printf format warning fixes.
|
2006-10-06 12:54:45 +02:00 |