1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
Commit Graph

9345 Commits

Author SHA1 Message Date
Thomas Faber
55ee48af4c include/httprequest.idl: Use widl-specific attributes only with widl. 2012-06-21 18:59:51 +02:00
Hans Leidekker
d444e1ab1a wbemprox: Add support for retrieving system properties. 2012-06-20 19:21:21 +02:00
Damjan Jovanovic
cc373eef2b include/shlobj.h: Add some missing APIs. 2012-06-20 10:31:13 +02:00
Hans Leidekker
f18b24ad39 wbemprox: Implement IWbemClassObject::GetNames. 2012-06-19 11:13:10 +02:00
Hans Leidekker
612f380ad0 include: Fix the definition of IWbemClassObject::GetNames. 2012-06-19 11:13:02 +02:00
Henri Verbeet
a6ffab3bf5 wined3d: Rename WINED3DLOCK_* to WINED3D_MAP_*. 2012-06-18 17:48:56 +02:00
Thomas Faber
bb95b706cb include: Make IMAGE_COR20_HEADER declaration compatible with PSDK headers. 2012-06-18 11:59:41 +02:00
Thomas Faber
cb8af0152c port.h: Add INFINITY macro. 2012-06-18 11:59:41 +02:00
Nozomi Kodama
60a0fb30df d3dx9_36: Implementation of D3DXSHMultiply3. 2012-06-18 10:56:48 +02:00
Dmitry Timoshkov
ce5ac728ec include: Fix WICPersistOptions definition. 2012-06-15 10:30:51 +02:00
Dmitry Timoshkov
7cf036a471 windowscodecs: Check IFD structure when loading metadata. 2012-06-14 22:21:08 +02:00
Nozomi Kodama
ed7c28353d d3dx9_36: Implementation of D3DXQuaternionSquadSetup. 2012-06-14 19:16:40 +02:00
Vincent Povirk
9b7dca8453 windowscodecs: Register pixel formats. 2012-06-14 19:12:56 +02:00
Vincent Povirk
2c5ef84544 include: Add IWICPixelFormatInfo definition. 2012-06-14 19:12:35 +02:00
Hans Leidekker
de2ee1b39c include: Define IWbemClassObject. 2012-06-14 18:20:06 +02:00
Hans Leidekker
7a16382cff include: Define WBEM_GENERIC_FLAG_TYPE. 2012-06-14 18:19:29 +02:00
Jacek Caban
4626db2bb2 guiddef.h: REF* types should not depend on CINTERFACE. 2012-06-14 18:19:22 +02:00
Detlef Riekenberg
7fbf5c239e kernel32/tests: Accept higher PRODUCT_* values. 2012-06-13 21:35:40 +02:00
Matteo Bruni
80034de243 wpp: Explicitly pass include type to the lookup callback function.
Also, always pass the parent name to the callback, d3dcompiler needs
that information.
2012-06-13 21:35:39 +02:00
Jacek Caban
ee82123bd4 d3dcompiler.h: Added missing extern "C". 2012-06-13 12:10:01 +02:00
Jacek Caban
71ac2d90df d3d9types.h: Added missing D3DSWAPEFFECT_* values. 2012-06-13 12:09:57 +02:00
Jacek Caban
d44ff36475 d3d9.h: Added missing D3DCREATE_* flags. 2012-06-13 12:09:53 +02:00
Nozomi Kodama
00fb537a2d include: Remove useless todo's. 2012-06-11 21:07:10 +02:00
Michael Stefaniuc
b17169caa0 include: Undef INTERFACE right after it is used. 2012-06-11 11:25:39 +02:00
Michael Stefaniuc
4e95936548 include: Drop outdated comment about COM interface implementations. 2012-06-11 11:25:33 +02:00
André Hentschel
bc99d86729 iphlpapi: Check for struct icmpstat (for NetBSD). 2012-06-07 22:00:12 +02:00
André Hentschel
20dbe91212 iphlpapi: Check for struct udpstat (for NetBSD). 2012-06-07 21:59:28 +02:00
Vincent Povirk
d3f7247ea5 windowscodecs: Add metadata reader information to the registry. 2012-06-07 21:49:47 +02:00
Vincent Povirk
46991dc9fb windowscodecs: Add test for IWICMetadataReaderInfo. 2012-06-07 21:49:41 +02:00
Vincent Povirk
eae43717db include: Add declarations for metadata handler info interfaces. 2012-06-07 21:43:15 +02:00
Vincent Povirk
8fdddd8779 windowscodecs: Add test for IWICMetadataBlockReader interface. 2012-06-07 21:43:00 +02:00
André Hentschel
1f3eca666b kernel32/tests: Add tests for LCMapStringEx. 2012-06-06 20:54:22 +02:00
Jacek Caban
4c7e9aa920 wininet: Added InternetGetSecurityInfoByURL* stubs. 2012-06-06 20:54:22 +02:00
Christian Costa
1425c78c4c d3drm: Fix SetMaterial macros. 2012-06-06 12:44:29 +02:00
Michael Stefaniuc
2e3c0d86cf include: Move "inline" right after the storage specifier. 2012-06-05 11:50:50 +02:00
André Hentschel
54a9c0fc60 ntdll: Add a helper function that returns the record length of a dirent struct. 2012-06-04 12:17:56 +02:00
André Hentschel
eaab7a88f4 iphlpapi: Check for the right TCP statistics structure name (for DragonFly BSD). 2012-06-04 12:17:56 +02:00
André Hentschel
cecf1056bb iphlpapi: Check for the right IP statistics structure name (for DragonFly BSD). 2012-06-04 12:17:55 +02:00
Huw Davies
e550cee7cc include: Add a couple of missing printer status values. 2012-05-31 18:04:46 +02:00
Jacek Caban
bbf8c42f69 dxgi.idl: Added IDXGIKeyedMutex declaration. 2012-05-31 18:04:42 +02:00
Józef Kucia
dfc5ab140c d3dx9: Forward D3DXSaveTextureToFile to D3DXSaveTextureToFileInMemory. 2012-05-31 12:37:25 +02:00
Józef Kucia
70b1bff695 d3dx9: Implement D3DXSaveSurfaceToFileInMemory. 2012-05-31 12:37:25 +02:00
Detlef Riekenberg
0f4e9ffc22 ntdll: Implement RtlGetProductInfo. 2012-05-31 12:37:24 +02:00
Vincent Povirk
a6bf3735f2 windowscodecs: Add tests for IWICMetadataBlockReader on handler classes. 2012-05-31 12:37:18 +02:00
Alexandre Julliard
f1bf4ea3fc gdi32: Move DC hook private definitions out of wingdi.h. 2012-05-31 12:37:15 +02:00
Lucas Zawacki
fbfdc6db65 dinput: Implement GetProperty for JOYSTICKID (Linux driver). 2012-05-30 11:31:49 +02:00
Alexandre Julliard
93758c43fd gdi32: Remove the CreateBitmap and DeleteBitmap driver entry points. 2012-05-29 21:06:41 +02:00
Alexandre Julliard
1416d0e6f1 gdi32: Remove the bitmap parameter from the Get/PutImage entry points. 2012-05-29 21:05:52 +02:00
Jacek Caban
91b89133a9 port.h: Added NAN macro. 2012-05-29 18:20:13 +02:00
Jacek Caban
ef30973370 urlhist.idl: Added missing flags. 2012-05-29 10:43:44 +02:00