Commit Graph

7626 Commits

Author SHA1 Message Date
Vincent Povirk b33a8da49d include: Add definitions needed for WIC bitmap encoding. 2009-08-12 13:42:35 +02:00
Stefan Leichter 5ffba2da97 advapi32: Add stub for SaferGetPolicyInformation. 2009-08-12 13:28:09 +02:00
Maarten Lankhorst a664043e1d includes: Make vmrender.idl C++ friendly.
C++ doesn't like: GUID GUID; which is valid in C, so replace with
struct _GUID GUID;
2009-08-12 12:51:12 +02:00
Juan Lang 7dd7109e9e include: Add INTERNET_DIAGNOSTIC_SOCKET_INFO definitions. 2009-08-11 12:32:14 +02:00
Alexandre Julliard 25e9e4f07b configure: Regenerate with autoconf 2.64. 2009-08-10 14:35:34 +02:00
Vincent Povirk c3ce7b5d63 include: Add IWICStream to headers. 2009-08-10 13:19:11 +02:00
Vincent Povirk 42f4004ace include: Add more pixel formats to wincodec.idl. 2009-08-10 13:09:21 +02:00
Hans Leidekker 26fbee2db7 include: Add prototypes for EncodePointer and DecodePointer. 2009-08-07 11:39:55 +02:00
Huw Davies 760d2b652f include: Add correct structure packing. 2009-08-06 17:28:15 +02:00
Stefan Dösinger c0892c2f35 ddraw: d3d7 does not support two sided stencil.
The header is wrong. There is simply no API to set this. The MS header does
not have this declaration either.
2009-08-06 17:26:31 +02:00
Maarten Lankhorst c186d8a337 msgsm32.acm: Also check for gsm/gsm.h.
Some systems don't have a gsm.h, so try including gsm/gsm.h first
2009-08-06 12:22:26 +02:00
Vincent Povirk 9dd3c209c6 include: Add definitions for CreateDecoderFromStream. 2009-08-05 11:39:55 +02:00
Vincent Povirk d89b470e18 include: Add IWICBitmapDecoderInfo to headers. 2009-08-05 11:37:59 +02:00
Maarten Lankhorst 58b5a3f6be msgsm32.acm: Implement a stub dll. 2009-08-04 15:19:32 +02:00
Alistair Leslie-Hughes ccb23e8897 mshtml: Add missing interfaces. 2009-08-04 13:47:36 +02:00
Luke Benstead ea96cd3a52 gdiplus: Implement stub for GdipGetImagePalette. 2009-08-03 17:35:52 +02:00
Huw Davies fe9d36005f include: Remote parameter should be a pointer not an array. 2009-07-24 14:17:29 +02:00
Huw Davies 8d8bef944d include: Add crtrow.idl. 2009-07-23 13:28:05 +02:00
Huw Davies d328e9a14a include: Add binres.idl. 2009-07-23 13:27:45 +02:00
Huw Davies c04275d753 include: Add a missing parameter and fix a few attributes. 2009-07-23 13:26:57 +02:00
Huw Davies f80c419585 include: Add sesprp.idl. 2009-07-23 13:26:52 +02:00
Huw Davies 50c43ed868 include: Add dbdsad.idl. 2009-07-23 13:26:17 +02:00
Huw Davies 3eb5e861d8 include: Add opnrst.idl. 2009-07-23 11:26:22 +02:00
Huw Davies 659070ec3a include: Add dbcses.idl. 2009-07-23 11:25:42 +02:00
Huw Davies 74b2ba2ef3 include: Add dbccmd.idl. 2009-07-23 11:25:19 +02:00
Jacek Caban 3305900894 msctf.idl: Added more interfaces. 2009-07-22 11:02:33 +02:00
Nikolay Sivov 1218c2b5f6 wingdi.h: Fix RGBQUAD and RGBTRIPLE to match PSDK. 2009-07-20 12:20:52 +02:00
Jacek Caban b3ecc6e64a textstor.idl: Added more error code declarations. 2009-07-20 12:20:40 +02:00
Jacek Caban fe459ad85f include: Added ntddndis.h. 2009-07-17 11:22:06 +02:00
Andrew Nguyen 8f1836cbcc t2embed: Implement TTLoadEmbeddedFont as a stub. 2009-07-16 12:47:56 +02:00
Andrew Nguyen f63f4026cf kernel32: Implement WTSGetActiveConsoleSessionId as a stub. 2009-07-16 11:21:21 +02:00
Jacek Caban 3935c81b21 include: Added netcon.idl. 2009-07-16 11:08:25 +02:00
Vincent Povirk 81c7e81348 windowscodecs: Register BMP decoder as a bitmap decoder. 2009-07-15 14:28:39 +02:00
Henri Verbeet 74ec910397 d3d10: Add the ID3D10EffectMatrixVariable interface. 2009-07-14 12:21:25 +02:00
Hans Leidekker 9bfd49b5b2 include: Add IWbemStatusCodeText and IWbemLocator interfaces. 2009-07-14 11:29:44 +02:00
David Adam 5bfe680d3f include: Remove useless headers. 2009-07-13 10:56:02 +02:00
David Adam d1c2d2a4f8 d3dx9: Merge d3dx8 math into d3dx9. 2009-07-13 10:53:15 +02:00
David Adam bd7421cd6d d3dx9: Fix the prototype of some functions. 2009-07-13 10:50:42 +02:00
Vincent Povirk 2cdc48a4e5 gdiplus: Implement GdipSetLineLinearBlend. 2009-07-13 10:25:44 +02:00
Aric Stewart 025df7d605 msctf: Add definition for IEnumTfDocumentMgrs. 2009-07-10 15:13:24 +02:00
Henri Verbeet 69b7612265 wined3d: Get rid of struct glDescriptor.
In general it might not be a bad idea to group GL specific data into a
separate struct, but IWineD3DSurfaceImpl is currently the only thing that
bothers. It doesn't get it quite right either, since e.g. the PBO isn't in
glDescriptor either.
2009-07-10 12:13:24 +02:00
Henri Verbeet 038d939941 wined3d: Remove GetGlDesc() from the public IWineD3DSurface interface. 2009-07-10 12:13:09 +02:00
Detlef Riekenberg 437caf390e include: Add IInternetZoneManagerEx2 interface for IE7. 2009-07-08 20:34:10 +02:00
Andrew Eikum 632aef3d8b gdiplus: Implement GdipBeginContainer2 and GdipEndContainer. 2009-07-07 12:33:10 +02:00
Henri Verbeet 699f68cdee wined3d: Get rid of some pointers in WINED3DADAPTER_IDENTIFIER.
This also avoids some unchecked strcpy() calls.
2009-07-07 11:50:30 +02:00
Alexandre Julliard 03d6da0894 kernel32: Add implementation of GetSystemWow64DirectoryA/W. 2009-07-07 11:42:03 +02:00
Alexandre Julliard 6056e8a52b server: Return the process CPU in the get_process_info request. 2009-07-07 11:37:47 +02:00
Vincent Povirk 387b842707 windowscodecs: Return proper error codes in unneeded BMP decoder methods. 2009-07-07 11:10:25 +02:00
Vincent Povirk 3899c3e247 windowscodecs: Implement CopyPalette for BMP decoder. 2009-07-07 11:09:34 +02:00
Alexandre Julliard 26caf2fdda kernel32: Forward the Wow64 redirection functions to ntdll. 2009-07-06 15:09:29 +02:00