Commit Graph

6195 Commits (405d0be4f79d4468ac1841831243fc32e2f71c7d)

Author SHA1 Message Date
Rob Shearman 151f18e69c include: Add a new header file: midles.h. 2007-11-05 13:24:36 +01:00
Rob Shearman d1696ff5fe include: Take care to not declare CtxtHandle and PCtxtHandle more than once when including both sspi.h and wincred.h. 2007-11-05 13:24:36 +01:00
Huw Davies f49880c6af include: Add a couple more interfaces. 2007-11-05 12:09:41 +01:00
Huw Davies 381e48ec13 inetcomm: Add two missing member functions. 2007-11-05 12:09:27 +01:00
Huw Davies 83efdf300c include: Add a few defines and fill out IMimeMessageCallback. 2007-11-05 12:08:43 +01:00
Rob Shearman fe99768dc9 include: Add mimeole.idl. 2007-11-05 12:08:15 +01:00
Rob Shearman 08050758de include: Add imnact.idl and imnxport.idl. 2007-11-05 12:04:58 +01:00
Alexandre Julliard a54a990b3b server: Allow to specify the class name instead of the atom to find a window. 2007-11-02 15:26:49 +01:00
Alexandre Julliard 1fc461f98b server: Allow to specify the class name instead of the atom to create a window. 2007-11-02 15:16:25 +01:00
Marcel Partap 91b3eac2f2 include: Add winddiui.h header. 2007-11-02 12:27:12 +01:00
Alexandre Julliard b9b940fab9 server: Support using a name to destroy a window class too. 2007-11-01 15:28:30 +01:00
Alexandre Julliard 0762d98f7c server: Allow to send a name instead of an atom when creating a window class. 2007-11-01 13:02:01 +01:00
James Hawkins c3df74e24f msi: Implement the MoveFiles standard action. 2007-11-01 12:42:50 +01:00
Dmitry Timoshkov d43fdc5ab0 include: Synchronize DEVMODE layout with PSDK. 2007-11-01 12:41:21 +01:00
Alexandre Julliard 917f288f1b server: Also return the new extended style in the set_window_pos request. 2007-10-31 17:51:05 +01:00
David Adam 035773b9fe d3dx8: Implement D3DXMatrixRotationAxis. 2007-10-31 12:39:54 +01:00
David Adam ad911054dd d3dx8: Implement D3DXMatrixRotationZ. 2007-10-31 12:39:54 +01:00
David Adam 5098f39410 d3dx8: Implement D3DXMatrixRotationY. 2007-10-31 12:39:54 +01:00
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
Alexandre Julliard 94c976c97a server: Add the generated files missing from the last commit. 2007-10-30 15:32:40 +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 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