Michael Stefaniuc
|
9d74e4dec3
|
shdocvw: Don't open code CONTAINING_RECORD().
|
2010-11-24 17:59:59 +01:00 |
Jacek Caban
|
7aa159275f
|
shdocvw: Get rid of remaining *_THIS macros.
|
2010-11-15 13:20:05 +01:00 |
Andrew Talbot
|
d23fc94fd6
|
shdocvw: Sign-compare warnings fix.
|
2008-09-09 11:46:17 +02:00 |
Andrew Talbot
|
f0dd3efe14
|
shdocvw: Assign to structs instead of using memcpy.
|
2008-03-18 11:15:22 +01:00 |
Michael Stefaniuc
|
ac527f1e6c
|
shdocvw: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
|
2007-11-28 11:19:46 +01:00 |
Jacek Caban
|
e5f2f651b2
|
shdocvw: Win64 printf format warning fixes.
|
2006-10-06 12:48:02 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +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
|
e718939ebd
|
shdocvw: Wrap Heap* finctions by inline functions.
|
2006-05-15 14:26:04 +02:00 |
Jacek Caban
|
61560b8715
|
shdocvw: Move connection points to DocHost object.
|
2006-04-18 11:38:10 +02:00 |
Robert Shearman
|
98fd1c5678
|
Return the correct error code from IConnectionPointContainer::FindConnectionPoint.
|
2006-02-10 14:51:30 +01:00 |
Jacek Caban
|
47f796c629
|
shdocvw: Deactivate document in SetClientSite if ClientSite is NULL.
Fix ref counting.
|
2006-01-18 13:22:52 +01:00 |
Jacek Caban
|
932cf2870e
|
Added implementation of IConnectionPoint::Advise and Unadvise.
|
2005-12-02 11:26:32 +01:00 |
Jacek Caban
|
6414eb6da3
|
Free ConnectionPoint objects (fix memory leak).
|
2005-11-18 12:06:12 +00:00 |
Jacek Caban
|
b1a00245a6
|
Improve IConnectionPoint handling.
|
2005-11-17 11:40:55 +00:00 |
Jacek Caban
|
b241d51708
|
Make IConnectionPointContainer interface heap based.
|
2005-09-12 10:10:04 +00:00 |
Marcus Meissner
|
22be9fbcef
|
Move static variables out of header file, also the local interface
implementations.
|
2005-06-12 10:42:03 +00:00 |
Dmitry Timoshkov
|
eba47f1dfe
|
Make remaining OLE interface vtables const.
|
2005-06-06 19:50:35 +00:00 |
James Hawkins
|
bdbadd9e10
|
Properly implement DllCanUnloadNow ref counting. Make sure the mozilla
control is ready to unload as well.
|
2005-01-27 10:43:53 +00:00 |
James Hawkins
|
ba92d2924a
|
- Use Interlocked* instead of ++/-- in AddRef/Release.
- Use only stored result of Interlocked* in AddRef/Release.
- Expand TRACEs to display the ref count.
|
2005-01-14 16:02:20 +00:00 |
Alexandre Julliard
|
39a696a166
|
Removed some uses of the non-standard ICOM_THIS macro.
|
2004-09-06 20:34:29 +00:00 |
Alexandre Julliard
|
f714b39762
|
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
macro.
|
2004-08-23 19:39:48 +00:00 |
Alexandre Julliard
|
48c4bb3c31
|
Get rid of the non-standard ICOM_VTABLE macro.
|
2004-08-12 23:00:51 +00:00 |
Alexandre Julliard
|
20c169e0a4
|
Fixed a few more headers dependency issues.
|
2003-09-09 19:39:31 +00:00 |
Andreas Mohr
|
114b667f41
|
Some spelling and formatting fixes.
|
2003-04-02 01:23:43 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Alexandre Julliard
|
140e7222e0
|
Removed more code at Hidenori's request.
|
2002-05-05 19:40:57 +00:00 |
Hidenori Takeshima
|
e747da44f6
|
Implemented the basic COM framework.
Fixed all IUnknown of shdocvw.dll.
|
2002-03-20 01:02:15 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
James Juran
|
f4d5fefb0a
|
Add <string.h> to files that needed it.
|
2001-01-26 20:43:40 +00:00 |
John R. Sheets
|
bc80a3b4c7
|
Implemented stubs for IWebBrowser in shdocvw.dll.
|
2001-01-11 22:32:44 +00:00 |