Andrew Eikum
32996e0a11
gdiplus: Implement GdipIsVisibleRegionPoint.
2009-08-26 14:57:18 +02:00
Eric Pouech
bc56c4eab3
configure: Check for large filesystems support.
2009-08-26 11:58:32 +02:00
Henri Verbeet
f9c791f9ca
d3d8: Use a wined3d cs for wined3d locking.
...
We will need this for d3d10, where both dxgi and d3d10core are making wined3d
calls. Right now d3d8/d3d9 also use this to protect their own data, but
eventually we should push this down into wined3d itself and use something a
bit more fine-grained. There's no good reason that doing e.g. a vertex buffer
upload in some thread should block all of wined3d.
2009-08-25 11:12:17 +02:00
Vincent Povirk
79292ea1c1
include: Add 8-bit grayscale pixel format.
2009-08-25 10:23:55 +02:00
Jesse Allen
a0449a5f64
dinput: Add DISEQUENCE_COMPARE macro.
2009-08-24 15:17:34 +02:00
Aric Stewart
db71d7c083
winemp3.acm: Link to system libmpg123.so.
2009-08-24 15:17:34 +02:00
Alexandre Julliard
4964374570
ntdll: The large integer functions are 32-bit only.
2009-08-24 15:17:33 +02:00
Alexandre Julliard
da8acbc47d
server: Define an architecture-independent structure for process startup info.
2009-08-21 20:00:12 +02:00
Damjan Jovanovic
174d5c1e7c
include: Add a basic sti.h.
2009-08-21 11:38:15 +02:00
Alexandre Julliard
ee868cce5b
tests: Make wine_dbgstr_w available in test.h for all tests.
2009-08-19 13:19:31 +02:00
Dylan Smith
2c85da06b7
include: Add missing declarations and definitions to wincon.h.
2009-08-19 12:23:49 +02:00
Andrew Eikum
55736136e2
winex11: Support KEYEVENTF_UNICODE in SendInput.
2009-08-19 12:16:19 +02:00
Huw Davies
85342a1562
include: Remove const from [out] parameter.
2009-08-18 16:14:25 +02:00
Mike Kaplinskiy
a5c03fbc72
kernel32: Implement CancelIoEx.
2009-08-18 12:29:33 +02:00
Mike Kaplinskiy
af25949a51
ntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile.
2009-08-18 12:29:27 +02:00
Mike Kaplinskiy
b05774ee7e
server: Change cancel_async to take an optional iosb and only_thread.
2009-08-18 12:26:30 +02:00
Huw Davies
86f0634dae
include: Add ALIGNM2 format character.
2009-08-17 16:47:15 +02:00
Alexandre Julliard
9b279deb58
include: Fix the NE exe type defines.
2009-08-17 13:57:48 +02:00
Stefan Leichter
1690044d78
ntoskrnl.exe: Add stub for IoQueryDeviceDescription.
2009-08-14 15:29:54 +02:00
Vincent Povirk
ef2956bd90
include: Add definitions needed for WIC pixel format conversion.
2009-08-14 13:59:09 +02:00
Juan Lang
0ce420de73
ws2_32: Test for linux/irda.h.
2009-08-13 17:02:52 +02:00
Juan Lang
97319aa981
ws2_32: Add af_irda.h.
2009-08-13 17:01:14 +02:00
Andrew Eikum
ef0ee6e556
gdiplus: Implement GdipGetVisibleClipBounds.
2009-08-13 16:44:09 +02:00
Owen Rudge
956a52bd7f
comctl32: Add stubs for image list functions introduced in Vista.
2009-08-13 15:51:16 +02:00
Owen Rudge
11bc43926d
include: Add SHGetImageList and its flags to shellapi.h.
2009-08-13 15:46:56 +02:00
Owen Rudge
2e40be8ab4
include: Define interface for comctl32 v6 (IImageList).
2009-08-13 15:46:22 +02:00
Tony Wasserka
0f85895935
ddraw: Add DDSD_DEPTH to ddraw.h.
2009-08-13 15:34:33 +02:00
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