Alexandre Julliard
b8ae3f073b
ntdll: Fix handling of the duplicate MxCsr entry in the x86_64 context.
2009-08-27 16:49:53 +02:00
Huw Davies
0223f71dc7
include: Add msdadc.idl.
2009-08-27 15:41:46 +02:00
Alexandre Julliard
1aea4efd79
tools: Take into account the executable extension when looking for tools in the path.
2009-08-27 13:35:50 +02:00
Andrew Eikum
f5896a2be0
gdiplus: Implement GdipIsVisibleRect.
2009-08-27 11:51:24 +02:00
Henri Verbeet
3f7cb74388
d3d10: Add the ID3D10EffectVectorVariable interface.
2009-08-27 11:45:37 +02:00
Henri Verbeet
9550b756e0
d3d10: Add the ID3D10EffectScalarVariable interface.
2009-08-27 11:45:37 +02:00
Huw Davies
655bbb3751
include: Add msdaguid.h.
2009-08-26 16:38:51 +02:00
Andrew Eikum
2032b0d354
gdiplus: Implement GdipIsVisibleRegionRect.
2009-08-26 15:05:46 +02:00
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
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
Alexandre Julliard
747d58d211
ntdll: Add management of the Wow64 filesystem redirection flag.
2009-07-06 15:08:39 +02:00
Alexandre Julliard
1d5cb9d23b
include: Get rid of the no longer used wine/pthread.h.
2009-07-06 14:35:24 +02:00
Vincent Povirk
b11e2d8db7
include: Add definitions for IWICPalette.
2009-07-03 13:26:49 +02:00
Vincent Povirk
5574f0138e
include: Define some WIC pixel format GUIDs.
2009-07-02 11:37:28 +02:00
Alexandre Julliard
6f68b774d7
ntdll: Avoid the close-on-exec race with pipe() on kernels that support pipe2().
2009-07-01 12:13:34 +02:00
Aric Stewart
7de0b8299d
msctf: Implement ITfDocumentMgr::EnumContexts.
2009-07-01 11:39:25 +02:00
Aric Stewart
fac0d945e4
msctf: Implement TF_CreateInputProcessorProfiles.
2009-07-01 11:38:49 +02:00
Andrew Eikum
4c0edba681
gdiplus: Implement GdipDrawCurve3 and GdipDrawCurve3I.
2009-06-30 12:58:31 +02:00
Nikolay Sivov
9ee5f26570
comctl32/rebar: Use proper structure size in tests and parameter checks.
2009-06-30 12:31:51 +02:00
Alexander Scott-Johns
5a91cffc20
rtutils: Add stub TraceRegisterExW and TraceRegisterExA.
...
The -W function is imported by Windows Journal Viewer.
2009-06-29 14:51:18 +02:00
Nikolay Sivov
759b914c9e
comctl32/rebar: Update Rebar structure.
2009-06-29 14:32:41 +02:00
Nikolay Sivov
753407ef82
comctl32/progress: Implement PBM_GETBKCOLOR.
2009-06-29 14:32:33 +02:00
Nikolay Sivov
84f3c50474
comctl32/progress: Implement PBM_GETBARCOLOR, add some todo entries.
2009-06-29 14:32:21 +02:00
Vincent Povirk
2824c4458b
include: Add some definitions to wincodec.idl.
2009-06-29 14:27:23 +02:00
Alexandre Julliard
61a70360e6
server: Use sys/inotify.h if it exists instead of hardcoding the system calls.
2009-06-26 15:45:03 +02:00
Aric Stewart
6a392a8aa9
msctf: Add api definitions for TF_CreateThreadMgr and TF_GetThreadMgr.
2009-06-26 15:21:16 +02:00
Aric Stewart
a6c81e0754
shell32: Implement SHCreateShellFolderView (ordinal 256).
...
Used by IE7's Add On management dialog.
2009-06-26 12:04:42 +02:00
Huw Davies
08453c1f2b
configure: Remove reference to obsolete ftnames.h.
2009-06-25 14:34:13 +02:00
Alexandre Julliard
e1f0a0db1f
configure: Add a wrapper macro for .cfi pseudo-ops in assembly code.
2009-06-25 12:04:55 +02:00
Jacek Caban
c907d2bbdc
urlmon.idl: Added IBindStatusCallbackEx declaration.
2009-06-23 15:53:01 +02:00
Jacek Caban
6f5591f3b2
mshtml.idl: Added DispHTMLLocation and DispHTMLNavigation dispinterfaces.
2009-06-23 15:52:59 +02:00
Hans Leidekker
ceee7415f5
include: Add definition of IObjContext.
2009-06-23 11:48:29 +02:00
Paul Vriens
af1ef9281b
include/activscp.idl: Add some defines.
2009-06-23 11:45:53 +02:00
Aric Stewart
7aa9bd9823
msctf: Implement ITfCompartmentEventSink.
2009-06-22 13:29:26 +02:00
Nikolay Sivov
76cb9c0d77
comctl32/listview: Implement LVM_ISITEMVISIBLE.
2009-06-22 12:59:35 +02:00
Detlef Riekenberg
a30624143a
winex11: Get rid of glext.h in remaining locations.
2009-06-22 11:22:02 +02:00
Henri Verbeet
56c8a82a04
d3dx9_36: Implement D3DXGetDeclVertexSize().
2009-06-19 13:52:50 +02:00
Alexandre Julliard
c152b4e7d1
include: Add a target address for unwinding for platforms that need it.
2009-06-18 15:17:26 +02:00
Hans Leidekker
c29328583d
wininet: Implement InternetQueryOption(INTERNET_OPTION_CACHE_TIMESTAMPS).
2009-06-16 15:41:08 +02:00
Anders Jonsson
a2f6bac107
ntoskrnl.exe: Stub for ExInitializeNPagedLookasideList.
2009-06-16 15:32:39 +02:00
Francois Gouget
51ff3d5d5e
comctl32: Extend the LVTILEINFO structure.
2009-06-16 13:26:11 +02:00
Louis Lenders
afce86b4bc
gdi32: Add stub for GdiEntry13.
2009-06-15 13:42:31 +02:00
Detlef Riekenberg
ed1b527dd9
setupapi: Move IsUserAdmin to shell32.IsUserAnAdmin.
2009-06-15 13:42:31 +02:00
Anders Jonsson
fc07a52148
ntoskrnl.exe: Stub for ExInitializeZone.
2009-06-15 13:42:31 +02:00
Anders Jonsson
afff5f9da5
ntoskrnl.exe: Stub for ExInitializeResourceLite.
2009-06-15 13:42:31 +02:00
Anders Jonsson
15dd9e8d35
ntoskrnl.exe: Stub for IoInitializeTimer.
2009-06-15 13:42:31 +02:00
Henri Verbeet
88162fabb8
wined3d: Get rid of the pointers in WINED3DSURFACE_DESC.
2009-06-15 13:42:29 +02:00
Austin English
2d7ccb3862
configure: Fix mach-o/dyld_images.h detection on OS X.
2009-06-15 13:42:28 +02:00
Alexandre Julliard
ea9cf9e49d
configure: Add a macro to define an stdcall function in assembly.
2009-06-14 16:06:22 +02:00
Alexandre Julliard
9cebf090af
configure: Add a macro to define an stdcall suffix in assembly code.
2009-06-14 12:12:00 +02:00
Henri Verbeet
4bc6b376e0
wined3d: Remove the useless "resource_type" parameter from IWineD3DDevice::CreateSurface().
2009-06-12 17:33:15 +02:00
Alexandre Julliard
857f1e0924
configure: Detect the appropriate form for the __ASM_GLOBAL_FUNC macro.
2009-06-11 17:36:32 +02:00
Vincent Povirk
beb00ca0c5
include: Add definitions needed for image decoding to wincodec.idl.
2009-06-11 13:23:25 +02:00
Nikolay Sivov
779d9ee258
comctl32/header: Update some Header flags and structures.
2009-06-11 11:53:54 +02:00
Nikolay Sivov
ee015b8cd4
comctl32/listview: Update some ListView structures with recently added members.
2009-06-11 11:53:54 +02:00
Henri Verbeet
621da64245
wined3d: Get rid of the silly pointers in WINED3DVOLUME_DESC.
2009-06-09 17:01:14 +02:00
Vincent Povirk
7159283011
include: Extend TVITEMEX and add NMTVDISPINFOEX.
2009-06-08 16:22:39 +02:00
Vincent Povirk
ad9036e1ff
include: Add wincodec.idl.
2009-06-08 13:09:12 +02:00
Andrew Eikum
f01bfea62e
gdiplus: Stub for GdipBitmapCreateApplyEffect.
2009-06-05 15:19:56 +02:00
Andrew Eikum
ad2341253c
gdiplus: Stub for GdipBitmapApplyEffect.
2009-06-05 15:19:56 +02:00
Aric Stewart
ba4f606663
msctf: Define ITfCompartmentMgr and ITfCompartment.
2009-06-04 12:40:04 +02:00
Andrew Eikum
156eeb08be
gdiplus: Stubs for GdipDrawImagePoints and GdipDrawImagePointsI.
2009-06-04 12:38:37 +02:00
Andrew Eikum
46de8c0eb4
gdiplus: Stub for GdipEmfToWmfBits.
2009-06-04 12:38:33 +02:00
Andrew Eikum
eec8d511cc
gdiplus: Stubs for GdipDrawImagePointRect and GdipDrawImagePointRectI.
2009-06-03 11:53:25 +02:00
Andrew Eikum
84a434fd25
gdiplus: Stub for GdipDeleteEffect.
2009-06-03 11:53:09 +02:00
Henri Verbeet
484cde1327
include: Add a generic red-black tree.
2009-06-03 11:40:09 +02:00
Andrew Eikum
c02e75cf78
gdiplus: Stubs for GdipCreateMetafileFromFile, GdipCreateMetafileFromStream.
2009-06-02 12:08:44 +02:00
Andrew Eikum
b850008bec
gdiplus: Stub for GdipComment.
2009-06-02 11:57:22 +02:00
Andrew Eikum
57134fc890
gdiplus: Stub for GdipCloneBitmapArea.
2009-06-02 11:57:22 +02:00
Andrew Eikum
3091506609
gdiplus: Stubs for GdipBeginContainer and GdipBeginContainerI.
2009-06-01 16:16:06 +02:00
Andrew Eikum
8d6ee56119
gdiplus: Stubs for GdipAddPathString and GdipAddPathStringI.
2009-06-01 16:16:06 +02:00
Alexandre Julliard
7d5e565b5a
configure: Add checks for fnmatch support.
2009-06-01 16:16:02 +02:00
Jacek Caban
11ca05f6ae
wininet: Added support for decompressing gzip encoded content.
2009-06-01 16:16:01 +02:00
Henri Verbeet
5e0f541621
wined3d: Remove ResourceReleased() from the public device interface.
2009-05-29 11:26:38 +02:00
Aric Stewart
4ada967d16
msctf: Define compartment guids.
2009-05-29 11:26:26 +02:00