Commit Graph

6168 Commits

Author SHA1 Message Date
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 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
Francois Gouget 97f36631b5 d3dx8: Make sure d3dx8math.inl compiles fine, whether nameless unions are supported or not. 2007-10-29 12:05:08 +01:00
Francois Gouget 55fe2b26b5 tapi32: Add prototypes for lineInitializeExA/W(). 2007-10-29 12:04:55 +01:00
Francois Gouget 80911c12f4 crypt32: Better match the PSDK types and update win32.api to fix the winapi_check warnings. 2007-10-29 12:04:48 +01:00
Detlef Riekenberg 3fb513deb4 include/winbase: Fix a typo. 2007-10-29 12:02:24 +01:00
Stefan Dösinger 123744910f wined3d: Add a method for surface location updates. 2007-10-26 15:17:30 +02:00
Stefan Dösinger dcff7dc213 wined3d: Begin centralizing surface location management. 2007-10-26 15:17:19 +02:00
Mikolaj Zalewski a1e0f773e0 advapi32: Add a well known sid. 2007-10-26 14:03:46 +02:00
Rob Shearman 23df453d38 server: Make create_mapping use struct object_attributes and set the security descriptor of file mapping objects. 2007-10-26 12:45:29 +02:00
Rob Shearman 1f86321964 server: Make create_mutex use struct object_attributes and set the security descriptor of mutex objects. 2007-10-26 12:44:51 +02:00
Rob Shearman b0e5fb4384 server: Make create_semaphore use struct object_attributes and set the security descriptor of semaphore objects. 2007-10-26 12:44:26 +02:00
Detlef Riekenberg 03f5774db7 include/commdlg: Add more defines for PrintDlg/PrintDlgEx. 2007-10-25 13:47:22 +02:00
Rob Shearman dd9e392796 server: Use the security descriptor passed in when creating events. 2007-10-25 12:47:22 +02:00
David Adam 5edd2cfaa7 d3dx8: Implement D3DXPlaneMatrixIsIdentity. 2007-10-24 14:15:25 +02:00
David Adam 73f59692ce d3dx8: Implement D3DXPlaneMatrixIdentity. 2007-10-24 14:15:14 +02:00
David Adam 5b685e6ad7 d3dx8: Implement D3DXPlaneColorSubtract. 2007-10-24 14:15:00 +02:00
David Adam 2567bd8a98 d3dx8: Implement D3DXPlaneColorAdd. 2007-10-24 14:14:51 +02:00
David Adam 0dc3208cf6 d3dx8: Implement D3DXPlaneColorScale. 2007-10-24 14:14:35 +02:00
David Adam 03e92443d7 d3dx8: Implement D3DXPlaneColorModulate. 2007-10-24 14:14:27 +02:00
David Adam 2f3702043e d3dx8: Implement D3DXPlaneColorLerp. 2007-10-24 14:14:17 +02:00
David Adam 6ebc5cefdf d3dx8: Implement D3DXPlaneColorNegative. 2007-10-24 14:14:08 +02:00
David Adam a00353b394 d3dx8: Implement D3DXPlaneDotNormalize. 2007-10-24 14:14:00 +02:00
David Adam 3247fa0d67 d3dx8: Implement D3DXPlaneDotCoord. 2007-10-24 14:13:48 +02:00
David Adam 10259cd87c d3dx8: Implement D3DXPlaneDot. 2007-10-24 14:13:37 +02:00
Bang Jun-young 74c5d1750b shlwapi: SHRegDuplicateHKey() is now defined in the Windows SDK. 2007-10-24 14:13:01 +02:00
Roy Shea 79e7e15f25 include/rpc.h: Add missing headers. 2007-10-24 13:49:33 +02:00
Mikolaj Zalewski 09b022e363 include: Add IProgressDialog definitions. 2007-10-24 13:47:41 +02:00
Rob Shearman 2c742a38c4 include: Remove duplicate ACL_REVISION1 and ACL_REVISION2 defines in winnt.h.
Move the remaining ACL_REVISION define nearer to the other ACL revision defines.
2007-10-23 18:20:52 +02:00
Rob Shearman 6b081232b9 ntdll: Add a stub for RtlSetControlSecurityDescriptor.
Implement SetSecurityDescriptorControl on top of RtlSetControlSecurityDescriptor.
2007-10-23 18:20:45 +02:00
Francois Gouget b1335db353 Better match the PSDK types and update win32.api to fix the winapi_check warnings. 2007-10-23 18:19:42 +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
Louis Lenders c29517896f tapi32: Add stub for lineInitializeExA. 2007-10-22 14:54:39 +02:00