29230 Commits

Author SHA1 Message Date
David Adam
cf443380ba d3dx8: Implement D3DXMatrixTransformation. 2007-11-26 12:53:34 +01:00
David Adam
f1bc484947 d3dx8: Implement D3DXQuaternionExp. 2007-11-26 12:53:26 +01:00
David Adam
41029cc88c d3dx8: Implement D3DXQuaternionLn. 2007-11-26 12:53:17 +01:00
David Adam
16a8efa410 d3dx8: Implement D3DXQuaternionRotationYawPitchRoll. 2007-11-26 12:52:58 +01:00
David Adam
eee8dd17d8 d3dx8: Implement D3DXQuaternionRotationMatrix. 2007-11-26 12:52:49 +01:00
David Adam
345994fbce d3dx8: Implement D3DXQuaternionRotationAxis. 2007-11-26 12:52:39 +01:00
David Adam
7a4490c062 d3dx8: Implement D3DXQuaternionToAxisAngle. 2007-11-26 12:52:27 +01:00
Jacek Caban
aa30f442b1 shdocvw: Silence common invalid QueryInterface FIXMEs. 2007-11-26 12:36:02 +01:00
Jacek Caban
8c2b994c46 kernel32: Terminate child process in virtual tests. 2007-11-26 12:35:55 +01:00
Jacek Caban
0ea1bfc2ac mshtml: Added IOleCommandTarget implementation to HTMLTxtRange. 2007-11-26 12:35:39 +01:00
Jacek Caban
c5953bec63 mshtml: Added IHTMLStyleSheetsCollection::item implementation. 2007-11-26 12:35:36 +01:00
Jacek Caban
4b302f9c89 mshtml: Store nsIDOMCSSStyleSheet in HTMLStyleSheet object if available. 2007-11-26 12:35:33 +01:00
Jacek Caban
03218d6d2c urlmon: Wrap heap functions. 2007-11-26 12:35:28 +01:00
James Hawkins
63fe32a8bb msi: Downgrade an ERR to a WARN. 2007-11-26 12:28:49 +01:00
James Hawkins
6dd927a265 msi: Fix the condition of a FIXME. 2007-11-26 12:28:44 +01:00
James Hawkins
0a05a87436 msi: Downgrade an ERR to a WARN. 2007-11-26 12:28:37 +01:00
James Hawkins
8912798fb5 msi: Downgrade a FIXME to a WARN. 2007-11-26 12:28:31 +01:00
James Hawkins
ca9a4dc0d9 msi: Only check the volume label if it's different than the first media's volume label. 2007-11-26 12:28:24 +01:00
James Hawkins
4160722b07 msi: Check the destination file's hash and skip that file if the hash matches. 2007-11-26 12:28:15 +01:00
James Hawkins
6a6a218548 msi: Set the file contents of the file hash test file explicitly. 2007-11-26 12:28:03 +01:00
James Hawkins
e100288934 msi: Verify the szFilePath parameter of MsiGetFileHash. 2007-11-26 12:27:53 +01:00
James Hawkins
ef7d16c816 msi: Add tests for MsiGetFileHash and clean up the existing tests. 2007-11-26 12:27:45 +01:00
Vitaliy Margolen
1ed3a815ed dinput: Fix dead zone handling. 2007-11-26 12:27:39 +01:00
Andrew Talbot
3d5cc3b2e2 comdlg32: Use logical OR not bitwise OR. 2007-11-26 12:27:29 +01:00
Andrew Talbot
1818d3a208 user32: Fix a typo. 2007-11-26 12:27:25 +01:00
Andrew Talbot
04ff9664fd comctl32: Fix a typo. 2007-11-26 12:27:20 +01:00
Andrew Talbot
f394970edb user32: Constify some variables. 2007-11-26 12:27:14 +01:00
Rob Shearman
361a98c561 kernel32: Change the shared manifest test to depend on a build number that isn't currently published on at least XP, showing that assemblies with higher build numbers can be used. 2007-11-26 12:27:06 +01:00
Rob Shearman
542e10e44e ntdll: Shared manifests should have a less-strict version check performed when loading them as dependencies. 2007-11-26 12:27:01 +01:00
Rob Shearman
f2efcf5f59 comctl32: Update the version in the created version to the highest current version present on XP.
We don't need to create more than one because application dependencies 
can be resolved using shared assemblies with higher build and revision 
numbers.
2007-11-26 12:26:54 +01:00
Rob Shearman
6f917d49c1 ole32: Fix a race in find_proxy_manager. 2007-11-26 12:26:46 +01:00
Andrew Talbot
7a8eb4c599 user32: Constify some variables. 2007-11-21 13:23:50 +01:00
Alexandre Julliard
029a74e56e wsock32: Forward AcceptEx and GetAcceptExSockaddrs to mswsock. 2007-11-21 13:23:04 +01:00
Alexandre Julliard
d4e1debee7 winex11.drv: Make sure to erase the dragging frame before moving the window. 2007-11-21 13:22:42 +01:00
Divan Burger
113f573b25 user32: Change the desktop colour and pattern to match win2k. 2007-11-21 13:22:18 +01:00
Divan Burger
91d2b609c3 user32: Fix colours to match exactly with Windows 2000. 2007-11-21 13:22:14 +01:00
Vijay Kiran Kamuju
1dbaa8c619 rsaenh: Add implementation of Enhanced RSA AES Provider. 2007-11-21 13:07:41 +01:00
Vijay Kiran Kamuju
ea1f8c7ad8 rsaenh: Add tests for RSA_AES provider. 2007-11-21 13:02:26 +01:00
Alistair Leslie-Hughes
f35673e9e9 msxml: Tests for createTextNode. 2007-11-21 12:55:35 +01:00
Alistair Leslie-Hughes
43d92f4d76 msxml: Implement createTextNode. 2007-11-21 12:55:31 +01:00
Alistair Leslie-Hughes
c443674d13 msxml: Always return a string in get_text. 2007-11-21 12:54:31 +01:00
Alistair Leslie-Hughes
9845a9ced4 msxml: Added test for get_text. 2007-11-21 12:54:25 +01:00
Jacek Caban
54d5fd079b hlink: Added HlinkCreateExtensionServices tests. 2007-11-21 12:39:01 +01:00
Jacek Caban
8208e81d46 hlink: Added HlinkCreateExtensionServices implementation. 2007-11-21 12:38:53 +01:00
Jacek Caban
593023663b hlink: Wrap heap functions. 2007-11-21 12:38:33 +01:00
Jacek Caban
59873a3748 hlink: Move common includes and function declarations to header file. 2007-11-21 12:37:38 +01:00
Jacek Caban
12d856e100 hlink: Added HlinkUpdateStackItem stub. 2007-11-21 12:37:22 +01:00
Stefan Dösinger
afb06a1184 wined3d: Bool constants aren't vectors. 2007-11-21 12:18:09 +01:00
Stefan Dösinger
959212304d wined3d: Track vertex declaration changes on vertex shaders.
If an attribute has type D3DDECLTYPE_D3DCOLOR, the red and blue channels
are swizzled in the shader. Since the attribute is stored in the vertex
declaration and not the vertex shader, it can change by setting a new
vertex declaration. If this happens, we have to recompile the shader
with the swizzling of that specific attribute turned on or off.
2007-11-21 12:18:02 +01:00
Stefan Dösinger
cfc5725760 wined3d: Move glsl shader destruction to the glsl shader backend. 2007-11-21 12:06:27 +01:00