David Adam
|
4ee8e89510
|
d3dx8: Implement D3DXMatrixRotationX.
|
2007-10-31 12:39:54 +01:00 |
David Adam
|
4cd47e8b64
|
d3dx8: Implement D3DXMatrixTranslation.
|
2007-10-31 12:39:54 +01:00 |
David Adam
|
716862d696
|
d3dx8: Implement D3DXMatrixScaling.
|
2007-10-31 12:39:54 +01:00 |
David Adam
|
e8f887dc18
|
d3dx8: Implement D3DXMatrixTranspose.
|
2007-10-31 12:39:54 +01:00 |
David Adam
|
c392a8bc74
|
d3dx8: Implement D3DXMatrixMultiply.
|
2007-10-31 12:39:54 +01:00 |
David Adam
|
720fb79d7f
|
d3dx8: Implement D3DXMatrixfDeterminant.
|
2007-10-31 12:39:54 +01:00 |
David Adam
|
08d17fd27f
|
d3dx8: Fix the condition in D3DXMatrixIsIdentity.
|
2007-10-31 12:39:54 +01:00 |
Rob Shearman
|
e8d7af2d43
|
advapi32: Implement filter matching for CredEnumerate.
|
2007-10-31 12:39:54 +01:00 |
Rob Shearman
|
e6f28ebb1a
|
advapi32: Add tests for credential management functions.
|
2007-10-31 12:39:54 +01:00 |
Rob Shearman
|
e3fae172f1
|
advapi32: Implement ANSI credential management functions.
|
2007-10-31 12:39:54 +01:00 |
Rob Shearman
|
61e836b947
|
advapi32: Implement CredEnumerateW.
|
2007-10-31 12:39:53 +01:00 |
Rob Shearman
|
72bd876599
|
advapi32: Implement CredDeleteW.
|
2007-10-31 12:39:53 +01:00 |
Rob Shearman
|
7689fad310
|
advapi32: Implement CredReadW and CredFree.
|
2007-10-31 12:39:53 +01:00 |
Rob Shearman
|
7583130908
|
advapi32: Implement CredWriteW.
|
2007-10-31 12:39:53 +01:00 |
Alexandre Julliard
|
94c976c97a
|
server: Add the generated files missing from the last commit.
|
2007-10-30 15:32:40 +01:00 |
Hwang YunSong(황윤성)
|
604530e3bd
|
credui: Updated Korean resource.
|
2007-10-30 14:20:41 +01:00 |
Hans Leidekker
|
1a8327468c
|
wininet: Don't release the parent object in FTP_Connect, the caller will do that.
|
2007-10-30 14:19:20 +01:00 |
Rob Shearman
|
5f5df83281
|
server: Pass the security descriptor into create_file, if one is specified, and set the initial mode for the file appropriately.
|
2007-10-30 14:18:27 +01:00 |
Rob Shearman
|
f98556c119
|
server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes.
|
2007-10-30 14:18:05 +01:00 |
Alexandre Julliard
|
e2b5227b65
|
user32: Fix a slightly incorrect assert.
|
2007-10-30 14:11:44 +01:00 |
Mikolaj Zalewski
|
585329ed13
|
user32: Better fix how to handle GetWindowLongPtr[AW](..., GWLP_WNDPROC) for builtin winprocs.
|
2007-10-30 14:08:50 +01:00 |
Alexandre Julliard
|
55d274d1d2
|
pdh: Fix a couple of race conditions in the thread handling.
|
2007-10-30 13:04:23 +01:00 |
Jacek Caban
|
0f16c1496f
|
itss: Fixed tests on old IE.
|
2007-10-30 12:46:46 +01:00 |
Dan Kegel
|
dc072e209d
|
advapi32/tests: Fix undefined memory references in registry.c.
|
2007-10-30 12:46:38 +01:00 |
Lei Zhang
|
f2519fdcda
|
comctl32: Set tab focus correctly.
|
2007-10-30 11:31:38 +01:00 |
Lei Zhang
|
73213d1444
|
comctl32: Add tab delete item / get focus test.
|
2007-10-30 11:31:29 +01:00 |
Lei Zhang
|
31a09c3b7b
|
comctl32: Add tab insert item / get focus test.
|
2007-10-30 11:31:19 +01:00 |
Lei Zhang
|
c5a17f98df
|
comctl32: Move tab test's createParentWindow() into START_TEST().
|
2007-10-30 11:31:11 +01:00 |
Alexandre Julliard
|
8268ad551a
|
server: Remove failed ioctls from the queue as soon as the result is set.
|
2007-10-30 11:30:58 +01:00 |
Hans Leidekker
|
a844a38fad
|
wininet: Use a single connection for all ftp tests.
|
2007-10-30 11:30:15 +01:00 |
Andrew Talbot
|
a7d80730d6
|
shell32: Constify some variables.
|
2007-10-30 11:30:05 +01:00 |
Paul Vriens
|
2f09f50641
|
ntdll: Report FIXME only once.
|
2007-10-30 11:29:54 +01:00 |
Klaus Layer
|
9f8d9e3e05
|
ntdll: Add missing FIXMEs for incomplete info classes in NtQuerySystemInformation.
|
2007-10-30 11:29:40 +01:00 |
Alexander Dorofeyev
|
35ff6d6750
|
comctl32: Fix broken detection of non-empty string.
|
2007-10-29 14:32:16 +01:00 |
Alexander Dorofeyev
|
77c376e0f8
|
comctl32: Pass command id of button in wParam.
|
2007-10-29 14:32:10 +01:00 |
David Adam
|
0af358b52b
|
d3dx8: Implement D3DX*Vec4Cross.
|
2007-10-29 14:03:57 +01:00 |
David Adam
|
cc22eac10e
|
d3dx8: Implement D3DXTransformNormal.
|
2007-10-29 14:03:46 +01:00 |
David Adam
|
90c4757b8d
|
d3dx8: Implement D3DX*TransformCoord.
|
2007-10-29 14:03:36 +01:00 |
David Adam
|
fa58dcee8d
|
d3dx8: Implement D3DX*Transform.
|
2007-10-29 14:03:24 +01:00 |
David Adam
|
145264efa6
|
d3dx8: Test the function D3DXVec3Cross really.
|
2007-10-29 14:03:09 +01:00 |
David Adam
|
7d0f15f964
|
d3dx8: Implement D3DX*CatmullRom.
|
2007-10-29 14:02:58 +01:00 |
David Adam
|
4ff191a7eb
|
d3dx8: Implement D3DX*Hermite.
|
2007-10-29 14:02:44 +01:00 |
David Adam
|
ea8e7ce42d
|
d3dx8: Implement D3DX*BaryCentric.
|
2007-10-29 14:02:25 +01:00 |
David Adam
|
50ae1e3623
|
d3dx8: Implement D3DX*Normalize.
|
2007-10-29 14:02:02 +01:00 |
Stefan Leichter
|
9a04b754e9
|
advpack/tests: Print the unexpected result in function check_ini_contents.
|
2007-10-29 13:59:55 +01:00 |
Vincent Hardy
|
a8c66e9e77
|
oleaut32: Add TypeLib version for W2K, WXP, and Vista.
|
2007-10-29 13:59:33 +01:00 |
Tom Brus
|
fa4304f06e
|
ntdll: Serial/COM code misinterpreted XON/XOFF direction.
|
2007-10-29 13:58:51 +01:00 |
Vitaliy Margolen
|
dfe21d0ef5
|
dbghelp: Fix detection of ELF libs by their name.
|
2007-10-29 13:58:35 +01:00 |
Alexandre Julliard
|
e193d6bf83
|
mscat32: Forward calls to wintrust where possible.
|
2007-10-29 13:58:23 +01:00 |
Alexander Nicolaysen Sørnes
|
6103f312cb
|
mscat32: Add stub dll.
|
2007-10-29 13:54:01 +01:00 |