James Hawkins
|
b74f4d92d7
|
setupapi: Add a stub implementation of SetupGetSourceInfo.
|
2006-07-31 21:36:26 +02:00 |
James Hawkins
|
98d1486410
|
msi: Set the install state to INSTALLSTATE_LOCAL for components with compressed files.
|
2006-07-31 21:36:19 +02:00 |
Robert Shearman
|
40556ae08f
|
oleaut32: Improve dump_DispParms.
|
2006-07-31 21:27:29 +02:00 |
Robert Shearman
|
33582cc69e
|
oleaut32: Add some validation for the DISPPARAMS structure in ITypeInfo::Invoke.
|
2006-07-31 21:25:44 +02:00 |
Robert Shearman
|
e3e42985ec
|
ole32: Implement OleNoteObjectVisible as described by MSDN.
|
2006-07-31 21:25:38 +02:00 |
Robert Shearman
|
1a5cd3ca9b
|
ole32: Remove a check on the share mode for the NULL filename case as the check is already done earlier in StgCreateDocfile.
|
2006-07-31 21:25:35 +02:00 |
Alexandre Julliard
|
6f7b1f6463
|
ntdll: Move the calling of the process entry point back to kernel32.
Apparently some copy protection stuff relies on that.
This reverts commit 50fca716fd .
|
2006-07-31 21:25:29 +02:00 |
Alexandre Julliard
|
d16c7f96c9
|
ntdll: Set initial module refcount to 1 to avoid unloading during imports fixup.
|
2006-07-31 21:03:01 +02:00 |
Jacek Caban
|
d4da27aec3
|
shdocvw: Added WebBrowser::Invoke implementation.
|
2006-07-31 17:20:24 +02:00 |
Jacek Caban
|
3d1627f673
|
shdocvw: Added SetExtent and GetExtent implementation.
|
2006-07-31 17:20:20 +02:00 |
Chris Robinson
|
13557abb7f
|
wined3d: Fix potential NULL dereference in IWineD3DSurfaceImpl_LockRect.
|
2006-07-31 17:20:15 +02:00 |
Chris Robinson
|
92bc96a96b
|
wined3d: Avoid NULL dereference.
|
2006-07-31 17:20:05 +02:00 |
Thomas Kho
|
3f19ffe809
|
riched20: Implement EM_GETLINE.
|
2006-07-31 17:18:56 +02:00 |
Mike McCormack
|
63cbef27a2
|
ole32: Use IsGUIDEqual to compare IIDs.
|
2006-07-31 17:18:24 +02:00 |
Robert Reif
|
6d4fb08ece
|
advapi32: Add computer sid support to LookupAccountSidW.
|
2006-07-31 15:04:00 +02:00 |
Robert Reif
|
9d43504655
|
advapi32: Add more helper functions.
Add ADVAPI_GetComputerSid.
|
2006-07-31 14:49:31 +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 |
Mikołaj Zalewski
|
28c010cecb
|
shell32: Update the Polish translation.
|
2006-07-31 12:55:50 +02:00 |
Mikołaj Zalewski
|
034c1c4f18
|
shell32: Call the trashing code from SHFileOperationW.
|
2006-07-31 12:55:41 +02:00 |
Mikołaj Zalewski
|
f2686c7ce9
|
shell32: Add trashing support functions.
|
2006-07-31 12:55:12 +02:00 |
Mikołaj Zalewski
|
ca7de052b2
|
shell32: Add trashing confirmations.
|
2006-07-31 12:38:54 +02:00 |
Benjamin Arai
|
63c26dac23
|
oleaut32: Move varformat conformance tests to new file varformat.c
|
2006-07-31 11:21:45 +02:00 |
Vitaliy Margolen
|
066e0d5b1b
|
user: Set buffer to '\0' in GetKeyNameTextA too.
|
2006-07-31 11:16:11 +02:00 |
Duane Clark
|
88aeeb9fd8
|
msvcrt: Fix _getw.
|
2006-07-31 11:15:21 +02:00 |
Duane Clark
|
b44ea8084d
|
msvcrt: Fix fread.
|
2006-07-31 11:15:21 +02:00 |
Duane Clark
|
b37b967add
|
msvcrt: Fix _read and fgetc.
|
2006-07-31 11:15:21 +02:00 |
Duane Clark
|
1aa8db05a0
|
msvcrt: File read buffer tests.
|
2006-07-31 11:15:21 +02:00 |
Vitaliy Margolen
|
7f838ca661
|
dinput: Initialize event sequence counter. And simplify code.
|
2006-07-31 11:15:21 +02:00 |
Robert Reif
|
76fe25241d
|
advapi32: Add string sid tests.
|
2006-07-31 11:15:21 +02:00 |
Robert Reif
|
accfc06c7a
|
advapi32: Print more info about failed test.
|
2006-07-31 11:15:21 +02:00 |
Robert Reif
|
3f000d8c71
|
advapi32: Make ADVAPI_IsLocalComputer global and remove duplicate copy.
Make debugstr_sid global.
|
2006-07-31 11:15:21 +02:00 |
Mike McCormack
|
6ede65596a
|
ole32: Add function parameters to FIXME messages.
|
2006-07-31 10:53:19 +02:00 |
Mike McCormack
|
24e69d544b
|
ole32: Add a test showing what STGM_TRANSACTED does for streams.
|
2006-07-31 10:53:15 +02:00 |
H. Verbeet
|
6add05d33b
|
ddraw: Order Z-buffer formats by depth buffer bit depths in IDirect3DImpl_7_EnumZBufferFormats.
|
2006-07-31 10:53:09 +02:00 |
H. Verbeet
|
d5238cfb38
|
wined3d: Split the GLSL check in a check for GLSL vertex shaders and one for GLSL fragment shaders.
|
2006-07-31 10:53:05 +02:00 |
H. Verbeet
|
c6c6cf1f51
|
wined3d: Improve IWineD3DDeviceImpl_CreateTexture trace.
|
2006-07-31 10:53:00 +02:00 |
H. Verbeet
|
56395ca5f3
|
wined3d: Use GL_LIMITS(samplers) instead of GL_LIMITS(sampler_stages) in IWineD3DSurfaceImpl_UnlockRect.
|
2006-07-31 10:52:55 +02:00 |
Andrew Talbot
|
1a40c4c552
|
comctl32/tests: Write-strings warnings fix.
|
2006-07-31 10:51:15 +02:00 |
Andrew Talbot
|
c6befb3358
|
advpack/tests: Write-strings warnings fix.
|
2006-07-31 10:50:22 +02:00 |
Andrew Talbot
|
0fca0e00aa
|
cabinet: Write-strings warning fix.
|
2006-07-31 10:50:15 +02:00 |
Jacek Caban
|
5d1b0d89b4
|
shlwapi: Change file path to URL in UrlCanonicalize.
|
2006-07-31 10:49:35 +02:00 |
Jacek Caban
|
5674260b6d
|
urlmon: Use CoInternetParseUrl in URLMonikerImpl_Construct.
|
2006-07-31 10:49:32 +02:00 |
Alexandre Julliard
|
f114ba119c
|
ntdll: Use the right section size when setting protections.
Use the same size computation when setting section protections than
when mapping it in the first place (reported by Nicholas Miell).
|
2006-07-30 09:59:46 +02:00 |
Mike McCormack
|
fd61c3f24b
|
ole32: Add some missing traces.
|
2006-07-29 11:55:43 +02:00 |
Mike McCormack
|
d9bfbe9197
|
ole32: Add a test for IEnumSTATSTG.
|
2006-07-29 11:55:39 +02:00 |
Mike McCormack
|
d39cf962ac
|
msi: Change an ERR to a WARN.
|
2006-07-29 11:55:36 +02:00 |
Thomas Kho
|
1afed1f8d8
|
Maketest.rules.in: Fix comment.
|
2006-07-29 11:53:54 +02:00 |
Robert Reif
|
ed9cca6982
|
advapi32: Fix debugstr_sid to print unsigned SubAuthority.
|
2006-07-29 11:53:38 +02:00 |
Robert Reif
|
fd81146cd3
|
advapi32: Move SID members from WELLKNOWNSID to MAX_SID.
|
2006-07-29 11:53:21 +02:00 |