Commit graph

8159 commits

Author SHA1 Message Date
Maarten Lankhorst d435499fbc configure: Change openal detection. 2010-04-05 16:50:20 +02:00
Alexandre Julliard c611af370b include: Try harder to redefine u_long, and avoid using it in headers as far as possible. 2010-04-03 18:09:18 +02:00
Henri Verbeet 1289842da3 wined3d: Move handling of the unimplemented WINED3DRS_STIPPLEPATTERN states to ddraw. 2010-04-02 10:36:06 +02:00
Henri Verbeet 2e5976a8c5 wined3d: Move handling of the unimplemented WINED3DRS_BORDERCOLOR state to ddraw. 2010-04-02 10:35:54 +02:00
Henri Verbeet af9510f400 wined3d: Remove some unused render states. 2010-04-02 10:35:44 +02:00
Alexandre Julliard 27f2a35742 server: Fix 64-bit alignment of the context structure. 2010-04-01 19:56:09 +02:00
Henri Verbeet 97ea3b6322 wined3d: Remove some unused / duplicate render states. 2010-03-31 16:32:47 +02:00
Nikolay Sivov b16b122091 t2embed: Add TTGetEmbeddingType stub. 2010-03-31 11:36:01 +02:00
Alexandre Julliard bd94f95938 wpp: Get rid of wpp_parse_temp, temp file management is better left to callers. 2010-03-30 15:34:29 +02:00
Henri Verbeet be73cb70de include: Specify some fields of the SYSTEM_PERFORMANCE_INFORMATION structure. 2010-03-29 15:50:43 +02:00
Justin Chevrier 4027813764 gdiplus: Add GdipGetPathGradientSurroundColorCount stub with tests. 2010-03-29 15:50:21 +02:00
Justin Chevrier 88b4263a61 include: Fix GdipSetPathGradientSurroundColorsWithCount definition. 2010-03-29 15:50:21 +02:00
Mikhail Maroukhine f930c87fd6 objbase.h: CLSIDFromString: Add constness to the parameters declaration in accordance with MSDN. 2010-03-29 12:11:02 +02:00
Nikolay Sivov 1372806e74 shlwapi: Use public define for QISearch table entry, make it available by name (as on Vista+). 2010-03-29 11:47:44 +02:00
Nikolay Sivov 66aa3dc834 shlwapi: Complete IUnknown_SetOwner call. 2010-03-29 11:47:34 +02:00
Hans Leidekker a9cd43db2f include: Add some missing defines. 2010-03-26 15:35:10 +01:00
Nikolay Sivov 43a92c6610 shlwapi: Added IUnknown_ProfferService implementation with tests. 2010-03-26 10:31:14 +01:00
Piotr Caban 254eab3827 msvcr90: Added _get/set_invalid_parameter_handler implementation. 2010-03-25 16:46:56 +01:00
Damjan Jovanovic 394839fecf include: Define IoGetCurrentIrpStackLocation based on NONAMELESSUNION and NONAMELESSSTRUCT. 2010-03-25 16:08:40 +01:00
Christian Costa 39b60870ff d3dx9_36: Implement D3DXCreateEffectEx and make D3DXCreateEffect use it. 2010-03-25 10:01:32 +01:00
Christian Costa 947fe3a564 d3dx9_36: Add stub for D3DXCreateEffectCompiler. 2010-03-25 10:01:28 +01:00
Christian Costa b5f7ca9ed9 d3dx9_36: Implement D3DXCreateEffectPool and ID3DXEffectPool interface. 2010-03-25 10:01:16 +01:00
Eric Pouech e2b62c91d5 dbghelp: Created a CPU method to map dwarf register number to codeview register number. 2010-03-25 09:45:32 +01:00
Jörg Höhle b33152573f include: Add some multimedia defines not present in win9x. 2010-03-24 19:07:55 +01:00
Damjan Jovanovic 3c6c2fe8df ntoskrnl.exe: Implement IoCompleteRequest. 2010-03-23 17:30:48 +01:00
Rob Shearman cf45d59912 include: Change an unsized [out] string to be sized in IMultiLanguage2.
Unsized [out] strings are not allowed because of the potential to
overflow the buffer passed in.
2010-03-23 17:28:09 +01:00
Alexandre Julliard 8159d4eb99 server: Add support for storing the cursor and show count in the thread input structure. 2010-03-22 17:52:23 +01:00
Damjan Jovanovic 3f02dee355 usbd.sys: Implement URB building functions. 2010-03-22 15:53:36 +01:00
Nikolay Sivov a3d0877ed6 shell32: Add a stub IShellFolderView for IShellView. 2010-03-22 15:52:36 +01:00
André Hentschel 877a4e6136 ntdll: Update error code mapping. 2010-03-22 15:52:35 +01:00
Vincent Povirk 73cd569390 windowscodecs: Add a stub TIFF decoder. 2010-03-22 11:42:43 +01:00
Andrew Nguyen c62dd29b37 include: Add prototypes for RtlEncryptMemory and RtlDecryptMemory in ntsecapi.h. 2010-03-22 11:40:25 +01:00
Francois Gouget 3428b94a8d Assorted spelling and case fixes. 2010-03-22 10:49:13 +01:00
Vincent Povirk 79662e2aa4 include: Add definition for IWICBitmapClipper. 2010-03-22 10:42:28 +01:00
Christian Costa 72c57977a3 d3dx9: Add d3dx9effect.h include file. 2010-03-19 14:31:15 +01:00
Christian Costa 441ee39495 d3dx9_36: Add missing GetSamplerIndex method to ID3DXConstantTable. 2010-03-19 13:17:08 +01:00
Francois Gouget 0c0c87a99e include: Also define the WSAxxx error codes in winerror.h.
This matches the PSK.
2010-03-19 12:27:24 +01:00
Damjan Jovanovic 6e4873691c usbd.sys: Add USB descriptor parsing functions. 2010-03-19 12:00:40 +01:00
Aric Stewart e669ffe6e5 msctf: Add stub for ITfDisplayAttributeMgr. 2010-03-18 17:03:51 +01:00
Aric Stewart 4430ab435d winemp3.acm: Support mp3 decoding on Mac OS/X Leopard systems. 2010-03-18 15:55:30 +01:00
Nikolay Sivov 1ad867467e urlmon: Add stub IUriBuilder interface. 2010-03-18 11:16:50 +01:00
Henri Verbeet 914c8cb8ea ddraw: Acquire/release the focus window from the correct location. 2010-03-18 10:24:15 +01:00
Vincent Povirk 33ab02d38a include: Add definitions for IWICBitmapScaler. 2010-03-18 10:23:04 +01:00
Henri Verbeet 4e48ae2629 ddraw: Implement IDirectDrawImpl_GetSurfaceFromDC().
This is a pretty naive implementation, should that become a performance
problem it's easy enough to speed up with a search tree of some kind.
2010-03-17 10:06:25 +01:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Henri Verbeet f0a5045254 ntdll: Improve support for the ProcessDebugPort info class in NtQueryInformationProcess(). 2010-03-15 15:56:42 +01:00
Juan Lang 8447844d81 include: Add a few missing OIDs. 2010-03-15 15:06:11 +01:00
Juan Lang e3c0e30db1 iphlpapi: Implement GetAdaptersAddresses for IPv6 addresses. 2010-03-15 14:18:05 +01:00
Juan Lang 984c3b2ccb iphlpapi: Check for ifr_hwaddr member of struct ifreq. 2010-03-15 13:28:26 +01:00
Vincent Povirk 1b25a80870 include: Add definitions for IWICBitmap. 2010-03-15 13:28:23 +01:00
Christian Costa 2a933cb016 d3dx9: Add some shader definitions. 2010-03-15 13:18:59 +01:00
Christian Costa 8991b214b6 d3dx9: Fix typo in ID3DXConstantTable_SetMatrixTranspose macro. 2010-03-15 13:18:53 +01:00
Nikolay Sivov 8032ae7047 shell32: Stub IFolderView implementation for IShellView instance. 2010-03-05 12:39:35 +01:00
Justin Chevrier 74a3945b00 gdiplus/test: Add GdipSetImageAttributesRemapTable test and fix typo. 2010-03-04 12:29:58 +01:00
Jacek Caban 73a5813706 include: Added IHTMLPrivateWindow declaration. 2010-03-03 15:28:23 +01:00
Hans Leidekker b891d0888a msi: Implement the RemoveIniValues standard action. 2010-03-02 16:12:17 +01:00
Marcus Meissner 615e0e64f9 windowscodecs: Handle old libpng.so using distros (as SLE 10). 2010-03-02 11:57:41 +01:00
Christian Costa 4072edc111 d3dx9_36: Find, store and enable retreival of CTAB comment data in shader (based on code from Luis Busquets). 2010-03-01 14:03:00 +01:00
Christian Costa ea50ef8e08 d3dx9_36: Implement D3DXFindShaderComment (based on code from Luis Busquets) + tests. 2010-03-01 13:57:01 +01:00
Nikolay Sivov cf663d17e7 shlwapi: Implement SHFormatDateTimeA/SHFormatDateTimeW with tests. 2010-03-01 12:05:52 +01:00
Maarten Lankhorst 63bb47e360 include: Add devpkey.h. 2010-03-01 11:47:06 +01:00
Maarten Lankhorst ae9f9fa25e include: Add devpropdev.h. 2010-03-01 11:46:33 +01:00
Maarten Lankhorst f6efdd40d8 include: Fix IsEqualPropertyKey definition. 2010-03-01 11:45:43 +01:00
Huw Davies f7830e9fc4 include: Add IProvideRuntimeContext and a few annotations. 2010-02-25 17:19:43 +01:00
Charles Davis 5415b62fc2 include: Don't accidentally redefine a member in struct _IRP (LLVM/Clang). 2010-02-25 12:10:07 +01:00
Alexandre Julliard 69ee0ad151 tests: The ok() macro shouldn't return a value. 2010-02-24 16:48:07 +01:00
Jörg Höhle 64b6287e83 winmm: Accept the ancient, smaller MIDIHDR. 2010-02-22 13:18:26 +01:00
Christian Costa 3138ba0d5c d3dx9_36: Fix AddRef and Release macros and add IID for ID3DXConstantTable. 2010-02-22 12:37:22 +01:00
Mikołaj Zalewski bc07b48b38 include: Add a strcmpW-equivalent function usable in tests. 2010-02-22 11:57:23 +01:00
Jacek Caban cce35e2e7a urlmon.idl: Added some missing declarations. 2010-02-18 17:47:11 +01:00
Alexandre Julliard 9b7d1041fc advapi32: Implemented RegDeleteKeyExA/W. 2010-02-18 14:01:45 +01:00
Justin Chevrier a0499b0ad5 include: Add ITfLangBarMgr Interface. 2010-02-17 10:55:45 +01:00
Vincent Povirk e37bbd60ac include: ChooseFont hook procedures return UINT_PTR. 2010-02-16 10:44:23 +01:00
Hans Leidekker 438ad93b22 msi: Implement and test MsiGetPatchInfoA/W. 2010-02-15 16:36:39 +01:00
Alistair Leslie-Hughes dd40448707 msxml4: Added support for SAXXMLReader40. 2010-02-15 16:07:59 +01:00
Ozkan Sezer 95a2f9d951 include: Make dmoreg.h C++ compatible. 2010-02-15 12:20:03 +01:00
Ozkan Sezer f02fd4b5eb include: Another fix for IDirectSound3DBuffer_SetConeAngles. 2010-02-15 12:20:03 +01:00
Christian Costa 6b890be551 d3dx9: Add definition for ID3DXConstantTable. 2010-02-11 14:38:44 +01:00
Christian Costa 28acc8398c quartz: Fix IAMDirectSound interface definition. 2010-02-08 17:14:44 +01:00
Alexandre Julliard abf29377ba kernel32: Export InterlockedCompareExchange64. 2010-02-05 13:14:20 +01:00
Maarten Lankhorst 50eec87029 includes: Fix typo in mmdeviceapi.idl. 2010-02-04 15:04:16 +01:00
Nikolay Sivov bc3153affa msxml4: Add self-registration for CLSID_DOMDocument40, accept it in classfactory. 2010-02-04 13:39:28 +01:00
Peter Rosin 805f7d79db kernel32: Add SetThreadErrorMode and GetThreadErrorMode. 2010-02-04 13:39:27 +01:00
Peter Rosin bdebad094c ntdll: Add RtlSetThreadErrorMode and RtlGetThreadErrorMode. 2010-02-03 11:37:59 +01:00
Lei Zhang a96db3c35c userenv: Add a small test for DestroyEnvironmentBlock. 2010-02-03 11:00:50 +01:00
Paul Chitescu b2a8cca6cd uuid.h: Added standard qedit CLSID_SampleGrabber. 2010-02-02 14:12:45 +01:00
Maarten Lankhorst fccdb30db3 includes: Add amaudio.h. 2010-02-01 13:52:50 +01:00
Maarten Lankhorst 08514e9e1c includes: Fix header conflicts against REFERENCE_TIME. 2010-02-01 13:46:47 +01:00
Maarten Lankhorst d326391e1e includes: Fix typo in audiopolicy.idl. 2010-02-01 13:46:16 +01:00
Maarten Lankhorst 7d115f3a9e includes: Add propkey header. 2010-02-01 13:45:12 +01:00
Christian Costa 29c4055f7b d3drm: Add some definitions for IDirect3DRMMeshBuilderImpl_Load. 2010-02-01 12:49:00 +01:00
Andrew Nguyen 2da6570ca4 pdh: Implement and test PdhGetDllVersion. 2010-02-01 12:41:30 +01:00
Piotr Caban 6981816388 userenv: Added GetAllUsersProfileDirectory[AW] stubs. 2010-02-01 12:10:44 +01:00
Piotr Caban dfe535226a shlwapi: Update SHRegGetValue definition. 2010-02-01 12:09:46 +01:00
Christian Costa 137100f747 d3drm: Add GUID definitions for all interfaces. 2010-01-29 14:59:33 +01:00
Maarten Lankhorst bf6f0750cd qcap: Add optional dependency on libv4l. 2010-01-29 14:59:03 +01:00
Jacek Caban fe3e19c8a4 mshtml.idl: Added DispHTMLTextAreaElement declaration. 2010-01-29 13:30:06 +01:00
Jacek Caban 100b7f580f mshtml.idl: Remove useless semicolons. 2010-01-28 11:09:59 +01:00
Jacek Caban 19240cb87d mshtml.idl: Added DispHTMLScriptElement declaration. 2010-01-28 11:09:48 +01:00
Christian Costa 47c40897b1 d3drm: Add definitions for IDirect3DRMMeshBuilder3. 2010-01-26 12:18:37 +01:00
Christian Costa c4ff8a1f77 d3drm: Add definitions for IDirect3DRMMeshBuilder2. 2010-01-26 12:18:34 +01:00
Nikolay Sivov 02da36631e xmllite: Initial support for just created reader state. 2010-01-25 13:27:57 +01:00
Hans Leidekker 9e769f2fae include: Add some missing prototypes. 2010-01-25 13:02:41 +01:00
Hans Leidekker 960c2088d7 pdh: Add a stub implementation of PdhSetDefaultRealTimeDataSource. 2010-01-25 13:02:35 +01:00
Nikolay Sivov 89092c928a xmllite: Basic input object creation on IXmlReader::SetInput(). 2010-01-22 13:07:24 +01:00
Nikolay Sivov 5c1f0dbae0 xmllite/tests: Test query for supported interface sequence while creating IXmlReaderInput instance. 2010-01-22 13:05:40 +01:00
Jacek Caban 1f98d8e8bb mshtml.idl: Added IHTMLFrameElement3 declaration. 2010-01-22 12:23:26 +01:00
Jacek Caban af926beaaf mshtml.idl: Added DispHTMLFrameElement dispinterface declaration. 2010-01-22 12:23:22 +01:00
Rob Shearman c137b95db8 include: Replace hexadecimal representation of four character codes in WINED3DFORMAT enum with macros using the actual characters. 2010-01-22 12:17:24 +01:00
Christian Costa 94b17c7dad d3drm: Add definitions for IDirect3DRMMeshBuilder. 2010-01-22 12:11:17 +01:00
Christian Costa 8909a8085c d3drm: Add definitions for IDirect3DRMFace2. 2010-01-22 12:11:11 +01:00
Alexandre Julliard e26d2665dc include: Define some more of the NT global flag values. 2010-01-21 09:07:46 +01:00
Alexandre Julliard 1c119dad6d ntdll: Implement LdrQueryImageFileExecutionOptions and use it to retrieve the per-process global flag. 2010-01-20 17:11:03 +01:00
Paul Vriens c5112d9f6f rasapi32/tests: Fix some test failures on Win9x. 2010-01-19 16:51:16 +01:00
Christian Costa ecbeda64dd d3drm: Add definitions for IDirect3DRMFace. 2010-01-19 12:43:32 +01:00
Christian Costa 815e579977 d3drm: Add definitions for IDirect3DRMShadow and IDirect3DRMShadow2. 2010-01-19 12:43:32 +01:00
Christian Costa 79a6c036af d3drm: Add definitions for IDirect3DRMProgressiveMesh. 2010-01-19 12:43:32 +01:00
Christian Costa 6a41b3fe60 d3drm: Add definitions for IDirect3DRMMesh. 2010-01-19 12:43:32 +01:00
Nikolay Sivov ea762fd2a4 include: Add IXmlReader interface definition. 2010-01-19 12:25:09 +01:00
Alexandre Julliard 3b67ad9bd4 ntdll: Fix the NtCreateEvent prototype.
It takes an event type, not a manual reset flag.
2010-01-18 20:34:54 +01:00
Huw Davies 10f6d5c1fa include: Add the ability to initialize oledb constants independently of the INITGUID define by defining DBINITCONSTANTS instead. 2010-01-18 14:25:32 +01:00
Kusanagi Kouichi cc669af6ba user32: Add definitions for EM_GETIMESTATUS and EM_SETIMESTATUS. 2010-01-18 14:23:05 +01:00
Christian Costa e95645d897 d3drm: Add definitions for IDirect3DRMFrame3. 2010-01-18 14:22:29 +01:00
Christian Costa 2f5cca9481 d3drm: Add definitions for IDirect3DRMFrame2. 2010-01-18 14:22:21 +01:00
Christian Costa 547eb0367a d3drm: Add definitions for IDirect3DRMFrame. 2010-01-18 14:22:16 +01:00
Christian Costa 3246b65ce5 d3drm: Add definitions for IDirect3DRMViewport2. 2010-01-18 14:22:09 +01:00
Christian Costa ef527d81eb d3drm: Add definitions for IDirect3DRMViewport. 2010-01-18 14:22:03 +01:00
Stefan Leichter 5ef5ead15f user.exe: Forward WNetGetUser16 to WNetGetUserA of mpr.dll, based on a patch from Andrew Nguyen. 2010-01-18 14:16:59 +01:00
Jacek Caban f5430010cf mshtml.idl: Added IHTMLIFrameElement interface declaration. 2010-01-14 10:22:30 -06:00
Christian Costa 5b3d53394a d3drm: Add definitions for IDirect3DRMDevice3. 2010-01-14 09:10:37 -06:00
Christian Costa d0221af7ce d3drm: Add definitions for IDirect3DRMDevice2. 2010-01-14 09:10:30 -06:00
Christian Costa 08a053a7e9 d3drm: Fix IDirect3DRMDevice macros. 2010-01-14 09:10:16 -06:00
Christian Costa a2dcf654af d3drm: Fix IDirect3DRMObject2 macros. 2010-01-14 09:09:56 -06:00
Christian Costa b8729fdade d3drm: Add some object interface definitions. 2010-01-11 11:33:04 -06:00
Christian Costa 4244dc30a7 d3drm: Add some definitions. 2010-01-11 11:33:01 -06:00
Christian Costa 2795f4ad17 d3drm: Fix LPDIRECT3DRM definition and make sure it is defined before including d3drmobj.h. 2010-01-11 11:32:56 -06:00
Christian Costa 9d5f6ef3c0 d3drm: Add definitions for IDirect3DRM2 and IDirect3DRM3 interfaces. 2010-01-11 11:32:52 -06:00
Alexandre Julliard 658dae988d server: Add support for returning the object name in NtQueryObject. 2010-01-08 13:01:50 +01:00
Alexandre Julliard f74e312bf8 Update copyright info for 2010. 2010-01-04 17:09:21 +01:00
Gerald Pfeifer feecb8ebaf include: Move WINED3DTS_WORLD et al directly into _WINED3DTRANSFORMSTATETYPE. 2010-01-04 11:50:11 +01:00
Gerald Pfeifer 0cf44ae02e wined3d: Introduce WINED3DFMT_INST and use it in CheckTextureCapability(). 2010-01-04 11:49:58 +01:00
Christian Costa 3ac5064ba7 d3drm: Add some definitions. 2010-01-04 11:42:27 +01:00
Henri Verbeet 41401fb8cf wined3d: Add a geometry shader object.
This is just the object used to store the byte code, the shader compiler
doesn't know how to handle geometry shaders yet.
2010-01-04 11:41:28 +01:00
Christian Costa e54b46021d d3drm: Add stub for Direct3DRMCreate. 2009-12-31 12:12:18 +01:00
Stefan Leichter dd5abc2dcf ntoskrnl.exe: Add stub for KeGetCurrentThread/PsGetCurrentThread. 2009-12-31 12:12:18 +01:00
Alexandre Julliard 442512d59f libwine: Do not export any of the LDT support on non-i386 platforms. 2009-12-30 18:05:02 +01:00
Henri Verbeet 67cba48782 wined3d: The FVF parameter to IWineD3DDeviceImpl_CreateVertexBuffer() is unused now. 2009-12-30 13:31:20 +01:00
Stefan Leichter 0190edee7e ntoskrnl.exe: Add stub for KeSetPriorityThread. 2009-12-29 11:17:23 +01:00
Stefan Leichter d8a12d8374 ntoskrnl.exe: Add stub for KeReleaseSemaphore. 2009-12-29 11:17:15 +01:00
Matteo Bruni e0d02dfcc8 d3d9: Add D3DSHADER_COMPARISON definition. 2009-12-29 11:15:55 +01:00