Jacek Caban
|
fd0d1d0765
|
urlmon: Added CopyStgMedium implementation.
|
2008-02-04 13:15:28 +01:00 |
Rob Shearman
|
53c6cdf918
|
comctl32: Get the background colour in ANIMATE_PaintFrame, instead of just in WM_PAINT.
This fixes the rendering of transparent animations when using a
background thread.
|
2008-02-04 13:04:40 +01:00 |
Rob Shearman
|
7bc9e425f1
|
rpcrt4: Fix memory leaks in the rpc tests.
|
2008-02-04 13:04:37 +01:00 |
Rob Shearman
|
59ab0cf362
|
wininet: HTTP_Connect should fail if a NULL or empty hostname is passed in.
Add tests for these circumstances.
|
2008-02-04 13:04:34 +01:00 |
Rob Shearman
|
b7f3ee51b1
|
ole32: Add pointer moniker implementation.
|
2008-02-04 13:04:21 +01:00 |
Rob Shearman
|
c647bb4691
|
ole32: Add tests for CreatePointerMoniker.
|
2008-02-04 13:04:04 +01:00 |
Rob Shearman
|
1b93676913
|
oleaut32: Fix some memory leaks in the safearray tests.
|
2008-02-04 13:03:58 +01:00 |
Rob Shearman
|
e28fe907fa
|
wine.inf: Make UI effects default to on.
This makes SPI_GETUIEFFECTS return TRUE by default.
|
2008-02-04 13:03:53 +01:00 |
Rob Shearman
|
b2f4c7737b
|
advapi32: Fix the size calculation in StartServiceW.
Calculating an open-ended structure using sizeof doesn't yield an
accurate size because of alignment.
|
2008-02-04 13:03:16 +01:00 |
Rob Shearman
|
8cda4a8d90
|
comctl32: In certain circumstances, native comctl32's animation control accepts negative start positions for the ACM_PLAY message.
These circumstances seems to be after a seek is performed, but we play
it safe and allow negative start positions to be treated as zero always.
|
2008-02-04 13:03:05 +01:00 |
Rob Shearman
|
51e2e1cc4b
|
oleaut32: Fix a leak of bmi in OLEPictureImpl_LoadGif.
|
2008-02-04 13:02:59 +01:00 |
Rob Shearman
|
4d08815173
|
oleaut32: Fix some reference count leaks in the tmarshal test.
|
2008-02-04 13:02:55 +01:00 |
Rob Shearman
|
3024b530c9
|
rpcrt4: Fix some incorrect checks in RPCRT4_Receive.
|
2008-02-04 13:02:49 +01:00 |
Rob Shearman
|
2746baf8f0
|
oleaut32: Fix a memory leak in the olefont tests.
|
2008-02-04 13:02:44 +01:00 |
Rob Shearman
|
05f75b9ff9
|
oleaut32: Fix a leak of a typelib object in OLEFontImpl_GetTypeInfo.
|
2008-02-04 13:02:39 +01:00 |
Rob Shearman
|
a7234c07c4
|
ole32: Add a stub implementation of CreatePointerMoniker.
|
2008-02-04 13:02:35 +01:00 |
Rob Shearman
|
0eaab1add2
|
mapi32: Add a stub implementation of HrQueryAllRows@24.
|
2008-02-04 13:02:22 +01:00 |
Eric Pouech
|
7b81ea47c6
|
dbghelp: Store the PE version information in module block.
|
2008-02-04 12:46:12 +01:00 |
Eric Pouech
|
8e45b07483
|
dbghelp: Removed double assignment of checksum.
|
2008-02-04 12:45:44 +01:00 |
Eric Pouech
|
04c0ffdc47
|
dbghelp: Fixed the suspend count when creating a minidump in the middle of an exception.
|
2008-02-04 12:45:37 +01:00 |
Eric Pouech
|
ecdbae7ceb
|
dbghelp: Return the size of each directory instead of passing a pointer to it.
|
2008-02-04 12:45:27 +01:00 |
Michael Stefaniuc
|
4715dbec24
|
user32: Remove duplicated get_hook_proc() function.
|
2008-02-04 12:36:11 +01:00 |
Dmitry Timoshkov
|
21204f579e
|
kernel32: LOADPARAMS16->showCmd can be NULL, do not crash in that case.
|
2008-02-04 11:49:37 +01:00 |
Rob Shearman
|
661b01f922
|
widl: Output code for initialising and freeing full pointer translation tables.
|
2008-02-04 11:49:13 +01:00 |
Rob Shearman
|
454e489c2f
|
widl: Don't search for a import file name with a path in the include directories for compatibility with MIDL.
|
2008-02-04 11:49:07 +01:00 |
Jacek Caban
|
2118aeca16
|
widl: Ignore ATTR_LOCAL in create_msft_typeinfo.
|
2008-02-04 11:30:30 +01:00 |
Jacek Caban
|
10563d5c8e
|
urlmon: Added comments about missing MIME filters.
|
2008-02-04 11:29:57 +01:00 |
Jacek Caban
|
8ad3252d80
|
hlink: Don't prefer native version.
It's no longer a stub DLL.
|
2008-02-04 11:29:48 +01:00 |
Jacek Caban
|
7bfab2a482
|
hlink: Added standard comments.
|
2008-02-04 11:29:43 +01:00 |
Jacek Caban
|
5a03ea8914
|
hlink: Added HlinkResolveMonikerForData tests.
|
2008-02-04 11:29:33 +01:00 |
Jacek Caban
|
9d6cf488b6
|
hlink: Added HlinkResolveMonikerForData implementation.
|
2008-02-04 11:29:18 +01:00 |
Jacek Caban
|
13c4b62a64
|
hlink: Added HlinkParseDisplayName tests.
|
2008-02-04 11:29:11 +01:00 |
Jacek Caban
|
24853242a8
|
hlink: Added HlinkParseDisplayName implementation.
|
2008-02-04 11:29:06 +01:00 |
Jacek Caban
|
e888e88694
|
hlink.idl: Added more function declarations.
|
2008-02-04 11:29:01 +01:00 |
Jacek Caban
|
485d8362f3
|
hlink: Call AddRef of correct interface in ExtServUnk_QueryInterface.
|
2008-02-04 11:28:19 +01:00 |
Jacek Caban
|
2c15913180
|
urlmon: Added MkParseDisplayNameEx tests.
|
2008-02-04 11:28:14 +01:00 |
Jacek Caban
|
60b0539c87
|
urlmon: Added HlinkParseDisplayNameEx implementation.
|
2008-02-04 11:28:02 +01:00 |
Paul Vriens
|
254000dc99
|
include/wintrust.h: Add missing members to CRYPT_PROVIDER_DATA struct (fixes some wintrust tests on Windows).
|
2008-02-04 11:16:25 +01:00 |
Marcus Meissner
|
22aed3267b
|
pdh: Fixed wrong condition.
|
2008-02-04 11:14:44 +01:00 |
Marcus Meissner
|
c46327b40c
|
atl: Check for NULL.
|
2008-02-04 11:13:34 +01:00 |
Marcus Meissner
|
fa6937f4a5
|
wordpad: Remove condition that never triggers.
|
2008-02-04 11:13:26 +01:00 |
Francois Gouget
|
fa9950f93e
|
winedump: Add support for dumping SZ_LINK and SPECIAL_FOLDER data blocks.
|
2008-02-04 11:13:07 +01:00 |
Francois Gouget
|
79a6f41935
|
winedump: Switch the block dumping code to be block-oriented, rather then flag oriented, so it is resilient to order changes.
|
2008-02-04 11:13:01 +01:00 |
Francois Gouget
|
9fc80d212f
|
winedump: Dump the raw data when finding an unknown block in an lnk file.
|
2008-02-04 11:12:32 +01:00 |
Francois Gouget
|
74d8536414
|
winedump: Track unknown lnk flags and dump them.
|
2008-02-04 11:12:13 +01:00 |
Francois Gouget
|
85eac20afd
|
winedump: Use the standard SLDF_XXX flag names instead of inventing new ones. Add the missing flags.
|
2008-02-04 11:12:03 +01:00 |
Francois Gouget
|
5caa63cae1
|
user32: Fix a typo in the StretchDIBits stub name.
|
2008-02-04 11:11:52 +01:00 |
Francois Gouget
|
3c3c83f17d
|
shell32: Add some SLDF_XXX values, EXP_PROPERTYSTORAGE, and EXP_PROPERTYSTORAGE_SIG.
|
2008-02-04 11:11:48 +01:00 |
Francois Gouget
|
d491335eb7
|
shell32/tests: Fix a couple of copy/paste errors.
|
2008-02-04 11:11:27 +01:00 |
Gerald Pfeifer
|
450c634ab8
|
d3d9: Fix the type of three loop variables.
|
2008-02-04 11:11:20 +01:00 |