Commit Graph

8807 Commits (d621accbea5afa2fdeeaa5daba78fe5fc1b4ff62)

Author SHA1 Message Date
Louis Lenders 9916931d41 httpapi: Add stub for HttpCreateHttpHandle. 2011-07-01 20:20:25 +02:00
Jacek Caban ad2f8bdd5c propvarutil.h: Added InitPropVariantFromBoolean and InitPropVariantFromString implementations. 2011-07-01 17:30:55 +02:00
Jacek Caban 8e5eaf7f7b propkey.h: Added more PROPERTYKEY declarations. 2011-07-01 17:30:51 +02:00
Jacek Caban 34588b3969 shobjidl.idl: Added ITaskbarList[34] and ICustomDestinationList declarations. 2011-07-01 17:30:36 +02:00
Jacek Caban 8edcb6ce4b include: Added objectarray.idl. 2011-07-01 17:30:31 +02:00
Jacek Caban 4dfa780e47 d3d10.idl: Added missing D3D10_RESOURCE_MISC_FLAG values. 2011-07-01 14:39:37 +02:00
Jacek Caban 9b1b70c711 dxgi.idl: Added DXGI_SWAP_CHAIN_FLAG enum declaration and DXGI_MWA_* flags. 2011-07-01 14:39:37 +02:00
Jacek Caban 686eb17332 mediaobj.idl: Remove includes that are autogenerated by widl. 2011-07-01 14:39:36 +02:00
Jacek Caban 44a34c4838 d3d10.idl: Added missing D3D10_CREATE_DEVICE_FLAG values. 2011-07-01 14:39:36 +02:00
Misha Koshelev e35f1a4bab include: Add declarations related to D3DXFLOAT16. 2011-07-01 14:08:15 +02:00
Jacek Caban a8a213dddc d3d10_1.idl: Added D3D10_1_SDK_VERSION declaration. 2011-06-29 14:22:58 -05:00
Jacek Caban a285a08055 d3d10.idl: Added CD3D10_TEXTURE2D_DESC and CD3D10_BUFFER_DESC declarations. 2011-06-29 14:22:53 -05:00
Jacek Caban 1522b3ca14 d3dx9math.h: Removed duplicated D3DXMatrixOrthoLH declaration. 2011-06-29 14:22:46 -05:00
André Hentschel 84d68639be shdocvw: Add ITaskbarList2 Interface. 2011-06-28 16:45:56 -05:00
Damjan Jovanovic ec2f513690 rpcrt4: Implement RpcNetworkInqProtseqs. 2011-06-28 16:45:56 -05:00
Alistair Leslie-Hughes 36b0323ceb mscoree: Define interface IManagedObject. 2011-06-28 11:57:51 -05:00
Alexandre Julliard 30cb179fe2 ntdll: Encode the function pointers in the vectored handler list. 2011-06-28 08:01:58 -05:00
Piotr Caban 7d7b1d5599 include: Added vssym32.h. 2011-06-27 15:06:44 -05:00
Piotr Caban b3831c474a include: Added vsstyle.h. 2011-06-27 15:06:25 -05:00
Rico Schüller a63be635fc d3dx9: Implement ID3DXEffect::Begin(). 2011-06-27 13:31:36 -05:00
Jacek Caban 811c3591c8 include: Added wpcapi.idl. 2011-06-27 13:30:42 -05:00
Travis Athougies 1758141847 include: Added define for DDSCAPS2_VOLUME. 2011-06-24 13:17:55 -05:00
Jay Yang 583641bc9d shell32: Implement ILIsEmpty. 2011-06-24 13:12:58 -05:00
Mariusz Pluciński a0afd4cbd9 include: Add new flags to KF_DEFINITION_FLAGS. 2011-06-24 12:12:00 -05:00
Jacek Caban 01653331be urlmon: Added CoInternetIsFeatureEnabledForUrl stub implementation. 2011-06-24 08:51:28 -05:00
Henri Verbeet c461d312ba wined3d: Request per-surface palettes in the client libs. 2011-06-24 08:49:48 -05:00
Henri Verbeet b296f181dd wined3d: Explicitly set surface alignment in the client libs.
Instead of using dxVersion.
2011-06-24 08:49:42 -05:00
Dylan Smith 999d043e57 d3dx9: Implement D3DXCreateSkinInfo functions. 2011-06-23 09:59:31 +02:00
Henri Verbeet 330ffc83f2 d3d8: Implement IDirect3DVolume8 private data handling on top of wined3d_resource. 2011-06-23 09:47:34 +02:00
Henri Verbeet acd8c58725 ddraw: Implement surface private data handling on top of wined3d_resource. 2011-06-22 11:25:27 +02:00
Jacek Caban f494de4087 mshtml.idl: Added title element interfaces. 2011-06-21 17:13:38 +02:00
Jacek Caban 0f8300c407 mshtml.idl: Added head element interfaces. 2011-06-21 17:12:53 +02:00
Alexandre Julliard 6b0d9ff1cd server: Allow setting a zero-size clip rectangle. 2011-06-21 15:04:24 +02:00
Vincent Povirk 4c83138f72 server: Implement RegisterHotKey/UnregisterHotKey. 2011-06-21 14:51:08 +02:00
Jacek Caban 2be1616029 urlmon.idl: Added URL_MK_NO_CANONICALIZE declaration. 2011-06-20 19:32:05 +02:00
Alistair Leslie-Hughes 89a094569b xmllite: Added interface IXmlWriter. 2011-06-20 19:32:04 +02:00
Damjan Jovanovic acc112bad7 rpcrt4: Implement RpcProtseqVectorFree. 2011-06-20 19:32:02 +02:00
Damjan Jovanovic fe2376e63b include: Fix an RPC_PROTSEQ_VECTORW typo. 2011-06-20 19:32:02 +02:00
Jacek Caban 82282185a9 include: Don't use idl file for dxgitype.h. 2011-06-20 19:32:02 +02:00
Jacek Caban a1d55ee77b include: Moved DXGI_FORMAT declaration to dxgiformat.h. 2011-06-20 19:32:02 +02:00
Henri Verbeet 792060d67f d3d8: Implement IDirect3DVolumeTexture8 private data handling on top of wined3d_resource. 2011-06-20 11:28:40 +02:00
Henri Verbeet 732338ab35 d3d9: Implement IDirect3DCubeTexture9 private data handling on top of wined3d_resource. 2011-06-20 11:28:22 +02:00
Damjan Jovanovic 878a588800 include: Add RPC_PROTSEQ_VECTOR. 2011-06-17 19:30:45 +02:00
Henri Verbeet 37d70103a1 d3d8: Implement IDirect3DIndexBuffer8 private data handling on top of wined3d_resource. 2011-06-17 11:02:43 +02:00
Henri Verbeet 469eba24c0 d3d9: Implement IDirect3DVertexBuffer9 private data handling on top of wined3d_resource. 2011-06-17 11:02:28 +02:00
Vincas Miliūnas be5f35534b include: Added raw input constants and a missing function prototype. 2011-06-16 17:44:02 +02:00
Jacek Caban d8cac6ff57 shobjidl.idl: Added IApplicationAssociationRegistration declaration. 2011-06-13 15:08:06 +02:00
Mariusz Pluciński 3ea1fa170c include: Add definition of inline function FreeKnownFolderDefinitionFields. 2011-06-10 17:16:19 +02:00
Hans Leidekker 667ba16dbc msi: Implement and test MsiSetFeatureAttributes. 2011-06-10 10:55:18 +02:00
Hans Leidekker 4c9c50d86b msi: Implement and test MsiGetFeatureInfo. 2011-06-10 10:55:11 +02:00