Rob Shearman
|
8bfb77b958
|
advapi32: Runtime link to CreateWellKnownSid in the tests for the function, since it isn't available on all platforms.
|
2007-10-23 18:18:29 +02:00 |
Rob Shearman
|
6bc11536bd
|
ntdll: Allow the newer ACL revisions in RtlCreateAce.
|
2007-10-23 18:18:29 +02:00 |
Jacek Caban
|
f9545ad94f
|
urlmon: Added application/postscript MIME filter.
|
2007-10-23 18:18:28 +02:00 |
Jacek Caban
|
58e8b19d0b
|
urlmon: Added audio/wav MIME filter.
|
2007-10-23 18:18:28 +02:00 |
Jacek Caban
|
ec565fbfd9
|
urlmon: Added text/richtext MIME filter.
|
2007-10-23 18:18:28 +02:00 |
Luke Bratch
|
7ce4194c79
|
mshtml: Fix text input fields.
|
2007-10-23 18:18:28 +02:00 |
James Hawkins
|
5606428a71
|
msi: Set media info strings to NULL after freeing them.
|
2007-10-23 18:05:32 +02:00 |
James Hawkins
|
85bd53a675
|
msi: Include the null terminator when writing data to the stream.
|
2007-10-23 18:05:25 +02:00 |
James Hawkins
|
39bcc662e4
|
msi: Don't delete the table if the table deleted itself because of a release.
|
2007-10-23 18:05:05 +02:00 |
James Hawkins
|
b6cfc405bd
|
msi: Release the record only after using the record's data.
|
2007-10-23 18:04:50 +02:00 |
Michael Stefaniuc
|
ca71287572
|
winealsa.drv: Leave the CriticalSection before destroying it. Found by Smatch.
|
2007-10-23 18:04:27 +02:00 |
Michael Stefaniuc
|
ad99cb46c6
|
winealsa.drv: Leave the CriticalSection before destroying it. Found by Smatch.
|
2007-10-23 18:04:22 +02:00 |
Detlef Riekenberg
|
55fe39e07b
|
comdlg32: Do not crash with PageSetupDlg(NULL).
|
2007-10-23 18:04:06 +02:00 |
Juan Lang
|
d1d0c97c84
|
cryptnet: Implement CryptRetrieveObjectByUrlW for the http protocol.
|
2007-10-23 12:25:04 +02:00 |
Juan Lang
|
dcb8c874e8
|
cryptnet: Return FALSE if the requested URL exists and the url array size is NULL.
|
2007-10-23 12:24:49 +02:00 |
Juan Lang
|
681a408aa6
|
cryptnet: Implement CryptRetrieveObjectByUrlW for the file: protocol.
|
2007-10-23 12:24:43 +02:00 |
Juan Lang
|
1fbb0f6a5a
|
cryptnet: Implement CryptRetrieveObjectByUrlA on top of CryptRetrieveObjectByUrlW.
|
2007-10-23 12:24:22 +02:00 |
Juan Lang
|
a7cfe075c8
|
cryptnet: Add tests for CryptRetrieveObjectByUrl.
|
2007-10-23 12:24:13 +02:00 |
Juan Lang
|
2fbefb6f75
|
cryptnet: Add stubs for CryptRetrieveObjectByUrlA/W.
|
2007-10-23 12:24:02 +02:00 |
Juan Lang
|
d857c04c95
|
wininet: Don't assume lpBuffersIn is not NULL.
|
2007-10-23 12:23:52 +02:00 |
Juan Lang
|
1b42c00789
|
wininet: Pass hash entry directly to URLCache_DeleteEntryFromHash.
|
2007-10-23 12:23:41 +02:00 |
Juan Lang
|
d448a2ad9b
|
wininet: Implement RetrieveUrlCacheEntryFileW.
|
2007-10-23 12:23:36 +02:00 |
Juan Lang
|
922dc7b627
|
wininet: Implement UnlockUrlCacheEntryFileW.
|
2007-10-23 12:23:32 +02:00 |
Juan Lang
|
9949926441
|
wininet: Pass hash entry directly to URLCache_HashEntrySetUse rather than searching for it again.
|
2007-10-23 12:23:25 +02:00 |
Juan Lang
|
601b6835ed
|
wininet: Introduce a URLCache_FindHashW, and use it rather than URLCache_FindEntryInHashW.
|
2007-10-23 12:23:19 +02:00 |
Juan Lang
|
af61cbdd03
|
wininet: Use URLCache_FindHash rather than URLCache_FindEntryInHash.
|
2007-10-23 12:23:10 +02:00 |
Hans Leidekker
|
d21c5044c6
|
gdi32: Remove a test that expects the break character to equal ascii space.
|
2007-10-23 12:22:59 +02:00 |
Hans Leidekker
|
35c0511d2b
|
advapi32: Remove tests for the sha context structure.
|
2007-10-23 12:22:52 +02:00 |
Alex Busenius
|
ca625836de
|
user32: Fix segfault when combobox contains a longer text than buffer_limit.
|
2007-10-22 16:30:53 +02:00 |
David Adam
|
604867c9dd
|
d3dx8: Implement D3DXQuaternionIsIdentity.
|
2007-10-22 16:04:08 +02:00 |
David Adam
|
4be363ac80
|
d3dx8: Implement D3DXQuaternionIdentity.
|
2007-10-22 16:03:51 +02:00 |
David Adam
|
77f5d4c88c
|
d3dx8: Implement D3DXQuaternionConjugate.
|
2007-10-22 16:03:44 +02:00 |
David Adam
|
a394fef4b7
|
d3dx8: Implement D3DXVec3Cross.
|
2007-10-22 16:03:20 +02:00 |
David Adam
|
9657611878
|
d3dx8: Implement D3DX*Scale.
|
2007-10-22 16:03:10 +02:00 |
David Adam
|
c1892f258f
|
d3dx8: Implement D3DX*Minimize.
|
2007-10-22 16:02:48 +02:00 |
David Adam
|
c7f0eca4e3
|
d3dx8: Implement D3DX*Maximize.
|
2007-10-22 16:02:33 +02:00 |
David Adam
|
ab4e829757
|
d3dx8: Implement D3DX*Lerp.
|
2007-10-22 16:02:17 +02:00 |
David Adam
|
4ef92a23e5
|
d3dx8: Implement D3DX*Subtract.
|
2007-10-22 16:01:33 +02:00 |
David Adam
|
e205a210d2
|
d3dx8: Implement D3DX*Add with a test.
|
2007-10-22 16:01:19 +02:00 |
David Adam
|
643bcd3e46
|
d3dx8: Implement D3DX*Dot with a test.
|
2007-10-22 16:01:02 +02:00 |
David Adam
|
bf9a690dbc
|
d3dx8: Implement D3DX*LengthSq.
|
2007-10-22 16:00:08 +02:00 |
David Adam
|
d6377d2fd8
|
d3dx8: Implement D3DX*Length with a test.
|
2007-10-22 15:59:49 +02:00 |
Stefan Dösinger
|
8f3accc718
|
wined3d: Care for the inverted y coords in dsy.
|
2007-10-22 15:59:04 +02:00 |
Stefan Dösinger
|
9694cb2df3
|
wined3d: Ignore texture transforms when a shader is used, not set.
|
2007-10-22 15:59:00 +02:00 |
Stefan Dösinger
|
0add13759c
|
wined3d: Create query private data when faking the query.
|
2007-10-22 15:58:52 +02:00 |
Alexander Dorofeyev
|
4b5ca2ed0e
|
gdi32: Fix off by one error in BIDI_Reorder.
|
2007-10-22 15:58:46 +02:00 |
Lionel Debroux
|
8f49ea21d4
|
ntdll/tests: Fix memory leaks (found by Smatch) and fix a message.
|
2007-10-22 15:58:41 +02:00 |
Lionel Debroux
|
1a8001af5b
|
localspl/tests: Fix memory leak (found by Smatch).
|
2007-10-22 15:58:35 +02:00 |
Lionel Debroux
|
938f748b20
|
kernel32/tests: Fix memory leaks (found by Smatch).
|
2007-10-22 15:58:29 +02:00 |
Lionel Debroux
|
5c1334e775
|
advapi32/tests: Fix memory leak (found by Smatch).
|
2007-10-22 15:58:22 +02:00 |