John Reiser
0a2c94e823
configure: Add check for valgrind/valgrind.h.
2008-07-25 11:43:50 +02:00
Mikołaj Zalewski
140b259d58
include: Add KEY_WOW64_* defines.
2008-07-24 13:03:34 +02:00
Stefan Dösinger
726d9d47af
wined3d: ATI2N support using GL_EXT_texture_compression_rgtc.
2008-07-24 11:56:42 +02:00
Stefan Dösinger
dc25a86cc5
wined3d: Support ATI's D3DFMT_ATI2N format.
...
This is an ATI specific format designed for compressed normal maps,
and quite a few games check for its existence. While it is an
ATI-specific "extension" in d3d9, it is a core part of
D3D10(DXGI_FORMAT_BC5), and supported on Geforce 8 cards.
2008-07-24 11:56:24 +02:00
Zac Brown
34a17650f3
include/winhttp.h: Add remaining flags.
2008-07-23 12:41:02 +02:00
Adam Petaccia
70c747d9f7
gdiplus: Stub GdipGetFontCollectionFamilyList.
2008-07-23 12:37:32 +02:00
Adam Petaccia
6966c690b9
gdiplus: Stub GdipGetFontCollectionFamilyCount.
2008-07-23 12:37:21 +02:00
Adam Petaccia
01d607dceb
gdiplus: Stub GdipPrivateAddFontFile.
2008-07-23 12:37:06 +02:00
Adam Petaccia
cfde278584
gdiplus: Stub GdipDeletePrivateFontCollection.
2008-07-23 12:36:48 +02:00
Adam Petaccia
8d06fb4f9f
gdiplus: Stub GdipNewPrivateFontCollection.
2008-07-23 12:36:23 +02:00
Ismael Barros
4a4e5f269d
dplayx: Moved dplaysp.h to include/wine.
2008-07-23 11:40:53 +02:00
Alexandre Julliard
d96e3964b7
make_makefiles: Explicitly list the Wine headers that should be exported.
2008-07-23 11:40:43 +02:00
Dan Hipschman
d1a5011bb2
include: Add WT_TRANSFER_IMPERSONATION to winnt.h.
2008-07-23 11:24:11 +02:00
Dan Hipschman
d343f2baf7
ntdll: Implement RtlCreateTimer for kernel32's CreateTimerQueueTimer.
2008-07-23 11:24:03 +02:00
Nikolay Sivov
74dc990bbf
gdiplus: Implemented GdipGetPathGradientRect with test.
2008-07-23 11:23:36 +02:00
Aric Stewart
75d44fe46d
mlang: A very basic implementation of the IMLangLineBreakConsole interface and IMLangString interface.
2008-07-22 15:26:53 +02:00
Nikolay Sivov
48e914b519
gdiplus: Implement GdipGetPathGradientBlend with basic tests.
2008-07-22 15:24:38 +02:00
Nikolay Sivov
01abb3d1dc
gdiplus: implemeted GdipGetPathGradientBlendCount with test.
2008-07-22 15:24:29 +02:00
Dan Hipschman
20a1ca2bbf
ntdll: Implement [Rtl]Create/DeleteTimerQueue[Ex].
2008-07-22 13:24:21 +02:00
Dan Hipschman
ecd76fb77c
kernel32: Add a stub for ChangeTimerQueueTimer.
2008-07-22 13:21:01 +02:00
James Hawkins
e806a285ef
msi: Test getting the source path from a package with compressed files.
2008-07-22 13:09:51 +02:00
Luis Busquets
fb70f818b7
d3dx9: Implement D3DXGetShaderVersion().
2008-07-21 12:57:24 +02:00
Maarten Lankhorst
3a4dcea213
include: Fix typo in vmrender.idl.
2008-07-21 12:18:10 +02:00
Stefan Dösinger
c088edeae7
wined3d: Use GL_ARB_texture_non_power_of_two emulation.
...
ATI cards prior to the radeon HD series did not have unconditional non
power of two support. So far we've used texture_rectangle for that, or
created a bigger power of two texture with padding. This had the
disadvantage that we had to correct the coordinates, which causes
extreme problems with shaders(doesn't work, pretty much).
Both the MacOS and the fglrx driver have support for
GL_ARB_texture_non_power_of_two, and run it on the hardware as long as
we stay within the texture_rectangle limitations. This allows us to
have conditional non power of two textures with normalized
coordinates. This patch adds an internal extension, and the code
creates a regular GL_TEXTURE_2D texture with NP2 size, but refuses
mipmapping, filtering and texture_rectangle incompatible
operations. This makes np2 textures work with shaders on fglrx and
macos.
2008-07-18 11:41:09 +02:00
Stefan Dösinger
e5f42f91b6
wined3d: Remove GL_EXT_vertex_weighting stubs.
2008-07-18 11:40:00 +02:00
Aric Stewart
0d7d5ebf3b
mlang: Stub implementation of IMLangFontLink2.
2008-07-17 12:30:00 +02:00
Nikolay Sivov
d8a25fc26c
gdiplus: Implemented GdipCreateBitmapFromResource.
2008-07-17 10:53:31 +02:00
James Hawkins
b2888e1e56
fusion: Add the CorTokenType and use those constants in the assembly code.
2008-07-16 19:56:25 +02:00
Luis Busquets
9a93a49174
d3dx9: Implement D3DXGetShaderSize().
2008-07-16 19:56:19 +02:00
Roy Shea
7c74ff3bbb
include: Add header for mstask.
2008-07-11 15:19:01 +02:00
Maarten Lankhorst
61ba32c036
includes: Add video mixing renderer header.
2008-07-11 14:50:44 +02:00
Nikolay Sivov
d12f5c5482
gdiplus: Implemented GdipGetPenDashCount.
2008-07-11 13:57:59 +02:00
Nikolay Sivov
fc44cad4a6
gdiplus: Implemented GdipSetPenDashCap197819.
2008-07-11 13:57:47 +02:00
Zac Brown
d778f74569
include/winhttp.h: Add WinHttp status codes.
2008-07-11 13:57:26 +02:00
Huw Davies
b2ebf709ff
gdiplus: Partial implementation of GdipCreateBitmapFromGdiDib.
2008-07-10 18:10:51 +02:00
Huw Davies
fc1a1f66ee
gdiplus: Stubs for GdipIsVisiblePathPoint[I].
2008-07-10 18:10:45 +02:00
Huw Davies
eb9d7f5980
gdiplus: Implement GdipCreateMetafileFromWmfFile.
2008-07-10 18:10:39 +02:00
Huw Davies
3ab7666248
gdiplus: Add stubs for GdipTransformPoints[I].
2008-07-10 18:10:24 +02:00
Adam Petaccia
be4a226a11
gdiplus: Stub GdipMeasureCharacterRanges.
2008-07-10 12:30:57 +02:00
Adam Petaccia
b135d4a700
gdiplus: Stub GdipSetStringFormatMeasurableCharacterRanges.
2008-07-10 12:30:57 +02:00
Adam Petaccia
ae443728e9
gdiplus: Stub GdipGetStringFormatMeasurableCharacterRangeCount.
2008-07-10 12:30:57 +02:00
Adam Petaccia
2a1d41bf62
gdiplus: Implement GdipGetStringFormatFlags.
2008-07-10 12:30:56 +02:00
Adam Petaccia
ae817aea09
gdiplus: Stub GdipStringFormatGetGenericDefault.
2008-07-10 12:30:56 +02:00
Jon Griffiths
e19a904139
include: Avoid TEXT() in sddl component tags, hide them when building Wine.
2008-07-09 12:35:13 +02:00
Andrew Talbot
3e1fad5350
wined3d: Remove const qualifier from output pointers.
2008-07-09 10:44:45 +02:00
Nikolay Sivov
55916bb970
gdiplus: Implemented GdipDrawClosedCurve and GdipDrawClosedCurveI.
2008-07-09 10:44:33 +02:00
Nikolay Sivov
8b8864b727
gdiplus: Implemeted GdipDrawClosedCurve2 and GdipDrawClosedCurve2I.
2008-07-09 10:44:18 +02:00
Nikolay Sivov
3e59f9e283
gdiplus: Semi-stub for GdipCreateLineBrushFromRectWithAngle.
2008-07-09 10:43:55 +02:00
Alexandre Julliard
4904c807d8
wine/test.h: Don't allow to use config.h in tests.
2008-07-08 21:29:28 +02:00
Nikolay Sivov
4ea173ef9b
gdiplus: Implemented GdipShearMatrix with tests.
2008-07-08 21:08:54 +02:00
Alexandre Julliard
d753c6eb0f
include: Don't define uuids in amvideo.idl as that conflicts with uuids.h
2008-07-08 17:51:32 +02:00
Nikolay Sivov
d7999a008b
gdiplus: GdipInvertMatrix implementation with tests.
2008-07-08 11:18:09 +02:00
Nikolay Sivov
d4554ad5d5
gdiplus: GdipIsMatrixInvertible implementation with tests.
2008-07-08 11:17:59 +02:00
Nikolay Sivov
9fbec615ae
gdiplus: GdipGetLineWrapMode implementation.
2008-07-08 11:17:49 +02:00
Alexandre Julliard
f1fd5667f1
include: Remove duplicate definition in winhttp.h.
2008-07-08 11:16:17 +02:00
James Hawkins
ca4758201d
msi: Parse the MSIDBOPEN_PATCHFILE flag.
2008-07-08 10:50:11 +02:00
Adam Petaccia
25e4fd7d3c
gdiplus: Stub GdipGetFontHeightGivenDPI.
2008-07-07 14:45:54 +02:00
Adam Petaccia
f6da80297d
gdiplus: Stub GdipGetCellDescent.
2008-07-07 14:45:35 +02:00
Adam Petaccia
15831e0a0a
gdiplus: Stub GdipGetCellAscent.
2008-07-07 14:45:19 +02:00
Adam Petaccia
33cb831f24
gdiplus: Stub GdipGetEmHeight.
2008-07-07 14:45:11 +02:00
Adam Petaccia
45c3d74cad
gdiplus: Stub GdipGetLineSpacing.
2008-07-07 14:45:03 +02:00
Adam Petaccia
cbce618067
gdiplus: Stub GdipCloneFontFamily.
2008-07-07 14:41:04 +02:00
Jeff Smith
27ee7c0119
gdiplus: Remove duplicate forward declaration of class GpGraphics.
2008-07-07 14:31:09 +02:00
Nikolay Sivov
20501e4ca8
gdiplus: Implementation of GdipPathIterGetSubpathCount with tests.
2008-07-07 14:16:07 +02:00
Nikolay Sivov
0a9937c534
gdiplus: GdipPathIterNextMarker implementation with tests.
2008-07-07 14:16:07 +02:00
Rob Shearman
666b57d62f
include: Remove unused file wine/rpcss_shared.h.
2008-07-07 11:11:02 +02:00
Nikolay Sivov
c47b167657
gdiplus: Implemented GdipPathIterHasCurve with tests.
2008-07-04 20:15:54 +02:00
Zac Brown
ae1e79d43e
winhttp: Add stub implementation for WinHttpOpenRequest and fix function declaration.
2008-07-04 19:38:15 +02:00
Zac Brown
5db545965f
winhttp.h: Add WinHTTP error codes.
2008-07-04 19:35:54 +02:00
Alexandre Julliard
0f9484a124
server: Set the visible rect in the set_window_pos request again.
...
This essentially reverts 2f69329a37
.
We really need the visible rect to be set atomically with the rest of
the window position info.
2008-07-03 20:33:12 +02:00
Alexandre Julliard
336a7dc182
rpc.h: Use the correct exception definitions when USE_COMPILER_EXCEPTIONS is set.
2008-07-03 13:08:19 +02:00
Alexandre Julliard
94e217891c
exception.h: Make the RtlUnwind wrapper available separately.
...
Also avoid dependency on winternl.h.
2008-07-03 13:08:19 +02:00
Vijay Kiran Kamuju
1be44ab2fc
vdmdbg: Add stub for VDMEnumProcessWOW.
2008-07-03 13:08:18 +02:00
Nikolay Sivov
e6055f936e
gdiplus: Implementation of GdipPathIterEnumerate.
2008-07-03 13:08:17 +02:00
Nikolay Sivov
d020474cb5
gdiplus: Implemented GdipDrawBeziers.
2008-07-03 13:08:17 +02:00
Zac Brown
d619ed4dcc
include: Add more #define's for winhttp options.
2008-07-03 13:08:17 +02:00
Huw Davies
9c3c516cc2
gdiplus: Add some more region stubs.
2008-07-03 11:50:51 +02:00
Adam Petaccia
af29f96939
gdiplus: Stub GdipCloneImage.
2008-07-02 12:21:21 +02:00
Dan Hipschman
6db7ce7a6d
include: Fix type redefinitions in IDL files.
2008-07-02 11:40:35 +02:00
Francois Gouget
a49beb4c5c
winex11: Load the XVidMode extension (libXxf86vm) when available.
2008-07-01 13:46:12 +02:00
Nikolay Sivov
5863eabdfa
gdiplus: GdipGetPathLastPoint implementation.
2008-07-01 13:45:37 +02:00
Rob Shearman
c94a142eb1
include: Add uuids to interfaces in sensevts.idl.
2008-07-01 12:26:32 +02:00
Rob Shearman
be8e13fc03
include: Add uuids to interfaces in amvideo.idl.
2008-07-01 12:26:29 +02:00
Rob Shearman
c94799f9e2
include: Add uuid to interfaces in pstore.idl.
2008-07-01 12:26:26 +02:00
Huw Davies
0ea97b5ff1
gdiplus: Add stubs for a few region functions.
2008-07-01 11:23:03 +02:00
James Hawkins
7b1dde9d20
fusion: Add initial implementation of IAssemblyName.
2008-07-01 11:07:13 +02:00
Hans Leidekker
c3ecb7244b
wininet: More win64 compatibility fixes.
2008-06-30 15:07:47 +02:00
Jon Griffiths
97709148c3
include/basetsd.h: Ignore cpu checks whn __midl is defined.
2008-06-30 15:00:08 +02:00
Juan Lang
71e7a29252
cryptdlg: Add header.
2008-06-30 12:46:11 +02:00
Juan Lang
183f27b0c4
cryptui: Add header.
2008-06-30 12:45:57 +02:00
Alexandre Julliard
dfb308a6b1
configure: Fix the netinet header checks for Mac OS and Solaris.
2008-06-27 14:06:47 +02:00
Nikolay Sivov
02a9b6ae2e
gdiplus: Implemented GdipGetPenDashCap197819.
2008-06-27 11:26:34 +02:00
Nikolay Sivov
314396ae9c
gdiplus: Implemented GdipGetPenWidth.
2008-06-27 11:26:26 +02:00
Nikolay Sivov
c4b7281f06
gdiplus: Implemetned GdipGetPenUnit.
2008-06-27 11:26:18 +02:00
Nikolay Sivov
b672dad1b6
gdiplus: Added GdipGetPenStartCap.
2008-06-27 11:26:10 +02:00
Nikolay Sivov
cf55dba6a1
gdiplus: Implemented GdipGetPenLineJoin, GdipGetPenMiterLimit.
2008-06-27 11:25:58 +02:00
Nikolay Sivov
6eadf3da08
gdiplus: Implemented GdipGetPenEndCap.
2008-06-27 11:25:49 +02:00
Nikolay Sivov
71310541f4
gdiplus: Implemented GdipCloneImageAttributes.
2008-06-27 11:25:41 +02:00
Nikolay Sivov
629761acde
gdiplus: Implementation of GdipAddPathPolygon with tests.
2008-06-26 21:37:08 +02:00
Dylan Smith
cc23d3ef3d
richedit: Added missing defines and structures to richedit.h.
2008-06-26 21:14:38 +02:00
Nikolay Sivov
eae78db8bb
gdiplus: GdipClearPathMarkers implementation.
2008-06-26 13:21:00 +02:00
Nikolay Sivov
f8826a8525
gdiplus: GdipSetPathMarker implementation.
2008-06-26 13:20:50 +02:00
Nikolay Sivov
143ebd60bb
gdiplus: GdipPathIterGetCount implementation.
2008-06-26 13:20:31 +02:00
Rob Shearman
16849ceba9
rpcss: Implement endpoint-mapper server using DCE/RPC.
2008-06-26 12:16:48 +02:00
Eric Durbin
6ea3796cdb
iphlpapi: Implement getNumArpEntries on FreeBSD.
2008-06-26 11:15:34 +02:00
Eric Durbin
beea4d3006
iphlpapi: Implement getTCPStats on FreeBSD.
2008-06-26 11:08:50 +02:00
Eric Durbin
020b0ef64f
iphlpapi: Implement getICMPStats on FreeBSD.
2008-06-26 10:58:20 +02:00
Eric Durbin
6d4eab9ab4
iphlpapi: Implement getUDPStats on FreeBSD.
2008-06-26 10:54:09 +02:00
Rob Shearman
60945cd6c5
include: Add more interfaces and types to msinkaut.idl.
2008-06-25 23:28:56 +02:00
Rob Shearman
088b3748d4
include: Don't import files in control.idl that aren't imported on Windows.
2008-06-25 23:28:53 +02:00
Rob Shearman
8d0699e03b
include: Add more IXMLDOMNotation, IXMLDOMEntity, IXMLDOMEntityReference and IXMLDOMImplementation interfaces to xmldom.idl.
2008-06-25 23:28:50 +02:00
Adam Petaccia
082529b1bf
gdiplus: Implement GdipGetFontSize.
2008-06-25 20:42:12 +02:00
Adam Petaccia
1919b124a2
gdiplus: Implement GdipGetFontUnit.
2008-06-25 20:42:03 +02:00
Adam Petaccia
b0b1588ab6
gdiplus: Implement GdipCreateFont.
2008-06-25 20:41:44 +02:00
Adam Petaccia
d6bad2d6de
gdiplus: Implement GdipGetGeneric*.
2008-06-25 20:39:48 +02:00
Adam Petaccia
ce4b414845
gdiplus: Implement GdipGetFamilyName.
2008-06-25 20:39:01 +02:00
Adam Petaccia
d5b8c9d870
gdiplus: Implement GdipDeleteFontFamily.
2008-06-25 20:38:11 +02:00
Adam Petaccia
e8e1d0f6fe
gdiplus: Implement GdipCreateFontFamilyFromName.
2008-06-25 20:38:01 +02:00
Alexandre Julliard
6b36e2131d
server: Also return the top-level message window in the get_desktop_window request.
2008-06-25 14:44:06 +02:00
Dmitry Timoshkov
6f16f81340
include: Undefine a custom DECL_WINELIB_DBT_TYPE_AW macro at the end of the file.
2008-06-25 10:39:16 +02:00
Dmitry Timoshkov
3ead12bb84
include: Remove a semicolon from a DECL_WINELIB_TYPE_AW use.
2008-06-25 10:39:13 +02:00
Rob Shearman
f453699983
include: Add the local attribute to IShellExecuteHookA/W since they use an undefined structure.
2008-06-24 11:48:22 +02:00
Kai Blin
533419cb35
rpcrt4: Ignore the AuthzSvr parameter for RPC_C_AUTHN_WINNT.
2008-06-23 14:04:46 +02:00
Jon Griffiths
1ad733e4e0
ntdll: Implement [Rtl]InitializeCriticalSectionEx.
2008-06-23 14:04:24 +02:00
Roderick Colenbrander
2b2a5d7fbc
wined3d: Fix a usage flags conflict.
...
Both WINED3DUSAGE_OVERLAY and WINED3DUSAGE_QUERY_SRGBBLEND were using
the same value. All usage flags except for OVERLAY are directly mapped
to d3d9, so give OVERLAY its own value.
2008-06-23 12:54:15 +02:00
Roderick Colenbrander
5cc5d8a070
wined3d: Update the d3dusage query mask with 0x100000 (vertextexture).
2008-06-23 12:53:58 +02:00
Rob Shearman
7f1b7c51be
include: Add new bitfields to MIDL_STUB_MESSAGE added in Vista SDKs.
...
Move fBufferValid to a bitfield and update the corresponding tests in rpcrt4.
Add tests for the new fields.
2008-06-23 12:48:59 +02:00
Rob Shearman
4a8ab265c3
include: Add declarations for OleNoteObjectVisible, GetConvertStg and OleDoAutoConvert to ole2.h.
2008-06-23 12:48:54 +02:00
Maarten Lankhorst
da92dcec66
include: Add definitions for VMR-9 interface.
2008-06-21 11:49:44 +02:00
Petr Dlouhý
4513fb3818
gdiplus: Stub implementation of GdipImageGetFrameDimensionsCount + test.
2008-06-21 11:36:24 +02:00
Nikolay Sivov
3bacdaf664
gdiplus: Implemented GdipGetPathData with test.
2008-06-20 12:37:44 +02:00
Nikolay Sivov
f620b663a7
gdiplus: Stub for GdipFlush.
2008-06-20 12:37:02 +02:00
Nikolay Sivov
d4ae6fa1ea
gdiplus: Implemented GdipAddPathRectangles with tests.
2008-06-20 12:35:52 +02:00
Jon Griffiths
c3995814d7
oleidl.h: Fix spelling of OLECONTF_ONLYUSER (reported by Marcos Gutiérrez Batz).
2008-06-20 12:23:11 +02:00
Jacek Caban
bb1190a832
mshtml.idl: Added IHTMLGenericElement declaration.
2008-06-20 12:14:56 +02:00
Jacek Caban
8c9a7998c3
mshtml.idl: Added DispHTMLGenericElement declaration.
2008-06-20 12:14:50 +02:00
Mikołaj Zalewski
bbd8706e73
comdlg32: Implement CDM_GETFOLDERIDLIST.
2008-06-20 12:12:50 +02:00
Jon Griffiths
f2276f5a49
include: Provide wide char definitions for CFSTR_*.
2008-06-19 12:44:43 +02:00
Rob Shearman
52911fc66c
include: Update the MIDL_STUB_MESSAGE structure.
...
Reduce the size of the IsClient field, as is done in the latest SDKs
to fix NdrClientInitializeNew tests on XP SP3 and Win2003+.
2008-06-19 11:54:49 +02:00
H. Verbeet
4a4ab5f2ae
wined3d: Add support for ARB_color_buffer_float.
2008-06-19 11:47:34 +02:00
Maarten Lankhorst
1328150193
include: Add definitions for IAMFilterMiscFlags interface.
2008-06-19 11:43:54 +02:00
Maarten Lankhorst
c3806ef6f2
include: Add definitions for IBasicVideo2 interface.
2008-06-19 11:43:45 +02:00
Jon Griffiths
ff30321e09
include/rpcproxy.h: Fix incorrect include guard comment.
2008-06-18 16:48:13 +02:00
Jon Griffiths
7d39c97e5f
include/msvcrt: Wrap remaining msvcrt headers for C++ compilation.
2008-06-18 16:48:08 +02:00
Jon Griffiths
c5bedbf69e
tapi.h: Fix struct member names.
2008-06-18 16:48:04 +02:00
Francois Gouget
e767a2c04d
tests: Add a win_skip() function to allow for missing Windows functionality that must be present in Wine.
2008-06-11 11:26:28 +02:00
Rob Shearman
85f3fedc4b
include: Add declaration for RpcSmDestroyClientContext to rpcndr.h.
2008-06-10 11:33:17 +02:00
Rob Shearman
d6503215ef
include: Add some missing defines and function declarations to rpcdce.h.
2008-06-10 11:33:13 +02:00
Roderick Colenbrander
b73b2eca47
wined3d: Update ATI GPUs.
2008-06-09 12:40:22 +02:00
Roderick Colenbrander
38a98f6789
wined3d: Update nvidia GPUs.
2008-06-09 12:40:10 +02:00
Paul Vriens
97bc883927
urlmon: Add new IE7 QUERYOPTION.
2008-06-06 15:27:07 +02:00
Marcus Meissner
375f8ba237
include: Add winelib names for some dsound A/W function / types.
2008-06-06 15:26:52 +02:00
Stefan Dösinger
2173fde722
wined3d: Avoid float->string conversion in arb shaders.
2008-06-06 10:28:24 +02:00
Alexandre Julliard
58b00da312
test.h: Add a space after the file name prefix.
2008-06-04 12:32:48 +02:00
Alexandre Julliard
a2ba7dcf7b
include: Use WINE_NO_UNICODE_MACROS instead of __WINESRC__ where appropriate.
2008-05-30 10:02:42 +02:00
Francois Gouget
812f72410f
tests: Add a broken() function to make it possible to handle Windows misbehaviors that we don't want to reproduce in Wine.
2008-05-30 10:01:18 +02:00
Francois Gouget
2a4aea0918
ws2_32: Make sure INVALID_SOCKET is correctly typed.
2008-05-26 19:46:14 +02:00
Alexandre Julliard
10e795a091
libport: Move the sigsetjmp replacement to exception.h to make it available for Winelib too.
2008-05-26 19:23:43 +02:00
Maarten Lankhorst
c77f02c031
include: Add missing RpcMgmtIsServerListening declaration.
2008-05-26 18:00:53 +02:00
Kai Blin
cabb350f2f
ws2_32: Add support for FROM_PROTOCOL_INFO to WSASocket().
2008-05-26 18:00:18 +02:00
James Hawkins
eb70c4ae47
mshtml: Add missing OLECMDID definitions.
2008-05-26 17:59:49 +02:00
Alam Arias
a3b7030ee8
include: Modify UNREFERENCED macros to cast to void.
2008-05-23 12:10:04 +02:00
Maarten Lankhorst
a486ec907d
include: Update aviriff header to use the right alignment.
2008-05-22 23:39:11 +02:00
Nikolay Sivov
b5046c28ca
gdiplus: Added GdipAddPathRectangle with tests.
2008-05-13 11:22:58 +02:00
Huw Davies
d5ccbe2ba4
gdiplus: Stub for GdipGetClip.
2008-05-12 19:42:38 +02:00
Huw Davies
6cfb469a6c
gdiplus: Stubs for GdipGetDC and GdipReleaseDC.
2008-05-12 19:42:19 +02:00
Huw Davies
9bc1fc9f11
gdiplus: Add some stubs for region functions.
2008-05-12 19:42:03 +02:00
Nikolay Sivov
eb18ce9d4e
gdiplus: Added GdipCreateFromHWNDICM (no icm yet) with test.
2008-05-12 14:00:22 +02:00
Nikolay Sivov
388caf3255
gdiplus: ImageFlags enum defined.
2008-05-12 13:59:42 +02:00
Alexandre Julliard
33914a1bf4
services: Send the service name in the control requests.
...
Only start a single dispatcher thread for all services.
2008-05-08 18:08:41 +02:00
Rob Shearman
ce42c95a1c
winetest: Detect if an unhandled exception occurred in a child process and print an appropriate message.
...
Avoid getting caught incrementing the failure count in this case, as it
could take a very long time to complete.
2008-05-07 17:48:09 +02:00
Maarten Lankhorst
11a0e45304
wininet: Ignore INTERNET_STATUS_DETECTING_PROXY messages in the http test.
2008-05-07 12:11:08 +02:00
Francois Gouget
928048b5e3
ole32: Fix spelling of pCapabilities.
2008-05-06 16:09:56 +02:00
Jacek Caban
7584f2793d
mshtml: Added DispHTMLSelectElement declaration.
2008-05-05 13:34:05 +02:00
Alexandre Julliard
ad79873527
configure: Improve the check for the GLU library.
2008-05-01 13:29:02 +02:00
Maarten Lankhorst
9cc32202ed
headers: Add some extra defines to vfw.h.
2008-05-01 12:35:30 +02:00
Eric Pouech
b0a7c55cde
winedump: Added support for latest versions of Codeview (VC70).
2008-05-01 11:12:06 +02:00
Alexandre Julliard
69c29866c1
exception.h: Preserve registers when calling RtlUnwind.
2008-05-01 11:07:53 +02:00
Alexandre Julliard
c20e8c9005
exception.h: Only push the exception frame after sigsetjmp.
...
Otherwise on Windows longjmp may want to mess with the exception frame.
2008-05-01 11:07:08 +02:00
Alexandre Julliard
0ee44f5e20
ntdll: Make the exception handling functions inline.
2008-05-01 10:57:54 +02:00
Jacek Caban
ac00714c40
mshtml.idl: Added DispHTMLCommentElement declaration.
2008-05-01 10:57:34 +02:00
Nikolay Sivov
37b8140f56
gdiplus: Implemented GdipCreateFontFromDC.
2008-04-30 17:00:24 +02:00
Petr Sumbera
4992b6590e
port: Add alternative for isinf.
2008-04-30 13:45:23 +02:00
James Hawkins
bfe07d1d07
msi: Add initial implementation of MsiPublishAssemblies.
2008-04-30 13:45:23 +02:00
Jacek Caban
e487b1e213
mshtml.idl: Added DispHTMLStyle declaration.
2008-04-30 13:45:23 +02:00
Jacek Caban
5ed14f98aa
mshtml.idl: Added DispHTMLImg implementation.
2008-04-30 13:45:23 +02:00
Roderick Colenbrander
5fe5def3d1
wgl: We were already advertising GL_EXT_framebuffer_sRGB but not the corresponding WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT.
2008-04-30 10:28:59 +02:00
Nikolay Sivov
17621fb7d5
gdiplus: Implemented GdipSetPathGradientCenterPointI.
2008-04-30 10:27:49 +02:00
Nikolay Sivov
510c26ac1d
gdiplus: Implemented GdipMultiplyWorldTransform.
2008-04-30 10:27:38 +02:00
Nikolay Sivov
93f6601d03
gdiplus: Implemented GdipIsMatrixIdentity.
2008-04-30 10:27:23 +02:00
Nikolay Sivov
6dd720dcb5
gdiplus: Implemented GdipIsMatrixEqual.
2008-04-30 10:26:55 +02:00
Nikolay Sivov
d93062f13e
gdiplus: Implemented GdipGetPathPointsI.
2008-04-30 10:26:21 +02:00
Roderick Colenbrander
628e4eece3
wined3d: Add multisampling support.
2008-04-30 10:23:25 +02:00
Aric Stewart
09af64cb83
hlink: Implement IExtensionServices.
2008-04-29 14:53:26 +02:00
Nikolay Sivov
9cce789881
gdiplus: Implemented GdipGetPathGradientCenterPointI.
2008-04-29 13:48:17 +02:00
Nikolay Sivov
d5769957b4
gdiplus: Implemented GdipGetDpiX/GdipGetDpiY.
2008-04-29 13:48:08 +02:00
Nikolay Sivov
7ce48b0346
gdiplus: Implemented GdipFillRectangles/GdipFillRectanglesI.
2008-04-29 13:47:59 +02:00
Nikolay Sivov
fc2dc8bc2a
gdiplus: Implemented GdipFillEllipse/GdipFillEllipseI.
2008-04-29 13:47:45 +02:00
Nikolay Sivov
79b49a8f19
gdiplus: Implemented GdipDrawImagePointsRectI.
2008-04-29 13:47:20 +02:00
Nikolay Sivov
492470493e
gdiplus: Implemented GdipDrawImage.
2008-04-29 13:46:28 +02:00
Jacek Caban
96fdb0e742
mshtml: Added IHTMLCommentElement declaration.
2008-04-29 12:38:19 +02:00
Jacek Caban
3186aa7a65
mshtml.idl: Added DispHTMLOptionElement declaration.
2008-04-29 12:38:12 +02:00
Jacek Caban
f885b33218
mshtml.idl: Added IHTMLDOMChildrenCollection and DispDOMChildrenCollection declaration.
2008-04-29 12:37:58 +02:00
Jacek Caban
32846424be
mshtml.idl: Added DispHTMLInputElement declaration.
2008-04-28 14:32:44 +02:00
ByeongSik Jeon
63d81263e2
imm32: Add the updated ImmTranslateMessage declaration.
2008-04-28 14:29:43 +02:00
Nikolay Sivov
c282f248fa
gdiplus: Implemented GdipAddPathBeziersI.
2008-04-28 12:21:12 +02:00
Nikolay Sivov
8cf5608089
gdiplus: Implemented GdipDrawImageRect/GdipDrawImageRectI.
2008-04-25 11:38:24 +02:00
Nikolay Sivov
19cc99c333
gdiplus: Implemented GdipAddPathBezier.
2008-04-25 11:38:10 +02:00
Nikolay Sivov
59ef3c920d
gdiplus: Implemented GdipSetLineColors.
2008-04-24 22:46:38 +02:00
Nikolay Sivov
b31f2250dd
gdiplus: Implemented GdipGetLineColors.
2008-04-24 22:46:26 +02:00
Nikolay Sivov
3d274bc1cf
gdiplus: Implemented GdipGetLineRect/GdipGetLineRectI.
2008-04-24 22:46:14 +02:00
Nikolay Sivov
4697593e85
gdiplus: Implemented GdipDrawPolygon/GdipDrawPolygonI.
2008-04-24 22:45:09 +02:00
Nikolay Sivov
3aa94d33e4
gdiplus: Implemented GdipTransformMatrixPointsI.
2008-04-24 22:44:26 +02:00
Jacek Caban
74c571a441
mshtml.idl: Added DispHTMLElementCollection declaration.
2008-04-24 22:19:36 +02:00
Jacek Caban
1cb633a5cc
mshtml.idl: Added IHTMLDOMTextNode declaration.
2008-04-24 22:15:11 +02:00
Jacek Caban
f731140c91
mshtml.idl: Added DispHTMLDOMText declaration.
2008-04-24 22:15:05 +02:00
Roderick Colenbrander
f0307d9366
wgl: Add a wine specific WGL extension which allows you to change the pixel format multiple times.
2008-04-24 12:32:38 +02:00
Rob Shearman
8e0f125f45
wintrust: Implement WTHelperGetProvPrivateDataFromChain.
...
Also fill in pfnAddPrivData2Chain in WintrustLoadFunctionPointers, which
is the complement of WTHelperGetProvPrivateDataFromChain.
2008-04-24 11:49:35 +02:00
Jacek Caban
22eb495aaf
mshtml.idl: Added DispHTMLUnknownElement declaration.
2008-04-24 11:43:19 +02:00
Nikolay Sivov
f994306a02
gdiplus: Implemented GdipCloneFont.
2008-04-23 14:32:31 +02:00
ByeongSik Jeon
a6ff00c4da
imm32: Add stub and header of Imm{Create|Show|Destroy}SoftKeyboard.
2008-04-23 13:26:48 +02:00
ByeongSik Jeon
f9316b1877
imm32: Add stub and header of ImmRequestMessage.
2008-04-23 13:26:45 +02:00
Erik de Castro Lopo
fc9f8dac17
include: Fix "warning: cast from pointer to integer of different size".
2008-04-23 12:22:17 +02:00
Austin English
6e59cd2c34
Spelling fixes.
2008-04-22 12:20:12 +02:00
Nikolay Sivov
f649c9d224
gdiplus: Implemented GdipVectorTransformMatrixPointsI.
2008-04-21 14:21:53 +02:00
Stefan Leichter
a629a4199e
shell32: Implement SHGetFolderPathAndSubDirA/W.
2008-04-21 14:21:37 +02:00
Alam Arias
09d460f422
include: Fix wingdi.h to define AW version of wglUseFontBitmaps and wglUseFontOutlines.
2008-04-21 12:10:36 +02:00
Nikolay Sivov
256874426d
gdiplus: Implemented GdipVectorTransformMatrixPoints.
2008-04-18 13:57:15 +02:00
Nikolay Sivov
685686aa9f
gdiplus: Implemented GdipGetCustomLineCapBaseCap.
2008-04-18 13:57:15 +02:00
Lei Zhang
9d7f7bfc5e
msxml3: Check for xsltInit before calling it.
2008-04-18 13:57:15 +02:00
Nikolay Sivov
ae576c40b8
gdiplus: Implement GdipCreatePath2I.
2008-04-17 12:54:16 +02:00
Nikolay Sivov
0f42f4c532
gdiplus: Implement GdipCreateMatrix3I.
2008-04-17 12:53:59 +02:00
Nikolay Sivov
fd0cbca787
gdiplus: Implement GdipAddPathArcI.
2008-04-17 12:53:31 +02:00
Nikolay Sivov
8360caabfa
gdiplus: Implement GdipAddPathLine2I.
2008-04-17 12:53:00 +02:00
Nikolay Sivov
6ba525d8c4
gdiplus: Implement GdipCloneStringFormat.
2008-04-17 12:52:18 +02:00
Tony Wasserka
d9e98ea3d0
d3dx9: Add d3dx9tex.h.
2008-04-17 12:25:41 +02:00
Louis Lenders
dd66542011
urlmon: Add stub for CoInternetSetFeatureEnabled.
2008-04-17 12:25:17 +02:00
Kusanagi Kouichi
75e40229d2
winex11.drv: Fix Solaris build error.
...
Solaris doesn't define XICCallback.
2008-04-16 14:46:05 +02:00
Rob Shearman
99636aaa9f
include: Make IContextMenu interface in shobjidl.idl local since some parameters are pointers to structures with fields that can't be marshalled.
2008-04-16 14:07:11 +02:00
Alexandre Julliard
d5aea7d0df
include: Add the SPSVCINST_* setupapi flags.
2008-04-16 12:16:51 +02:00
Jacek Caban
b56a072eb9
mshtml.idl: Added IHTMLWindow3 declaration.
2008-04-15 14:34:10 +02:00
Jacek Caban
9a0a045310
mshtmdid.h: Fixed IHTMLWindow2 dispids.
2008-04-15 14:34:07 +02:00
Maarten Lankhorst
0b32692451
include: Update aviriff header.
2008-04-15 14:34:01 +02:00
Aric Stewart
f51542d9b5
user32: Call ImmProcessKey in TranslateMessage to allow IMEs to handle key processing if they choose to.
2008-04-14 23:50:13 +02:00
Maarten Lankhorst
271f2eda14
include: Add dvdmedia stub header.
2008-04-14 23:50:13 +02:00
Rob Shearman
413af76988
pstorec: Fix incorrectly spelt PPST_PROMPTIFO type in pstorec.c and pstore.idl.
2008-04-14 13:33:26 +02:00
Rob Shearman
b4efe919cc
include: Add local to interfaces or functions that take a void * parameter and so aren't designed to work remotely.
2008-04-14 13:33:23 +02:00
Rob Shearman
0120c1a582
include: Fix a typo in a level of indirection in tom.idl.
...
The parameter for ITextPara::GetDuplicate should have two levels of
indirection.
2008-04-14 13:33:13 +02:00
Rob Shearman
f86ace9067
include: The unique attribute doesn't make any sense in the interface header, so remove it.
...
It is only accepted by MIDL as a synonym for pointer_default(unique),
but it isn't a synonym in widl so remove it.
2008-04-14 13:32:57 +02:00
Kai Blin
ab62cd360f
dpnhpast: Implement a stub for DirectPlayNATHelpCreate.
2008-04-14 12:43:06 +02:00