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
Jacek Caban
6ecb686dbd
wininet.h: Added more error codes.
2009-05-29 11:26:21 +02:00
Hans Leidekker
50d75d480e
include: Sync definition of CERT_CHAIN_PARA and SCHANNEL_CRED with the latest SDK.
2009-05-28 15:28:39 +02:00
Henri Verbeet
13a05caa97
wined3d: Remove the "declaration" parameter to IWineD3DDeviceImpl_CreateVertexShader().
...
Once upon a time this was used for creating fake vertex shader
attribute semantics for d3d8 shaders. We don't need this anymore since
device_stream_info_from_declaration() will use the vertex
declaration's output slot to load the data, if present. That also
avoids the potentially expensive matching of attribute semantics
between vertex shader and declaration for d3d8.
2009-05-28 12:42:18 +02:00
Alexandre Julliard
cdbd3fdc6a
include: Fix the packing of the MIDL_STUB_MESSAGE structure on 64-bit.
2009-05-27 21:17:32 +02:00
Aric Stewart
374d41d5b0
msctf: Framework for ITfInsertAtSelection in ITfContext.
2009-05-27 11:10:45 +02:00
Henri Verbeet
f0e303b0f2
wined3d: Add the output signature to IWineD3DDevice_CreateVertexShader().
2009-05-26 13:49:55 +02:00
André Hentschel
6c915fb336
comctl32: Add ListView_SetCheckState and ListView_GetCheckState.
2009-05-25 14:23:01 +02:00
Alexandre Julliard
580e07e7ba
include/msvcrt: Add explicit msvcrt_long types to replace long for 64-bit compatibility.
2009-05-23 11:57:39 +02:00
Alexandre Julliard
4a7b3460ef
msvcrt: Add explicit 32- and 64-bit versions of the utime functions.
2009-05-23 11:12:17 +02:00
Alexandre Julliard
8408e3a955
msvcrt: Add explicit 32- and 64-bit versions of the time functions.
2009-05-23 11:12:12 +02:00
Stefan Leichter
214311c620
traffic: Stub for TcRegisterClient.
2009-05-22 15:16:29 +02:00
Aric Stewart
13d6aa2bb7
msctf: Beginning implementation of ITfContext::GetSelection.
2009-05-22 11:09:31 +02:00
Aric Stewart
6772a07a94
msctf: Beginning implementation of ITfContext::GetStart.
2009-05-22 11:09:10 +02:00
Alexandre Julliard
9955350ea1
oleaut32: Add support for registering 64-bit typelibs.
2009-05-21 16:17:19 +02:00
Jacek Caban
e0c18d1e21
urlmon: Added IUriContainer declaration.
2009-05-20 13:34:34 +02:00
Aric Stewart
d0ef9886c3
msctf: Add stub implementation of ITfRange.
2009-05-19 15:27:27 +02:00