David Adam
|
f1bb04ff8a
|
d3dx8: Implement D3DXComputeBoundingBox.
|
2009-02-06 14:54:02 +01:00 |
David Adam
|
0ccc431a94
|
d3dx8: Implement D3DXComputeBoundingSphere.
|
2009-02-06 14:54:02 +01:00 |
Alexandre Julliard
|
fb04bcf638
|
Fix position of CDECL qualifier for functions that return pointers.
|
2009-02-06 14:54:01 +01:00 |
Aric Stewart
|
1adb1d8aea
|
msctf: Define ITfContextOwnerCompositionSink. This is implemented by a tsf aware application.
|
2009-02-06 14:50:26 +01:00 |
Aric Stewart
|
67d00e3ee6
|
msctf: When a Context is created connect to the ITextStoreACP if provided and create and advise our ITextStoreACPSink.
|
2009-02-06 14:50:26 +01:00 |
Aric Stewart
|
5e7493d51c
|
msctf: Define ITextStoreACP.
|
2009-02-06 14:50:26 +01:00 |
Aric Stewart
|
44148fe99a
|
msctf: Add stub ITextStoreACPSink.
|
2009-02-06 14:50:26 +01:00 |
Aric Stewart
|
17666004c8
|
msctf: Add sink framework and implement ITfTextEditSink in Context.
|
2009-02-05 14:35:43 +01:00 |
Michael Stefaniuc
|
15229de500
|
include: Change some DWORD to DWORD_PTR in msacmdrv.h.
The changes are for Win64 compatibility and match the DDK.
|
2009-02-05 13:15:28 +01:00 |
Michael Stefaniuc
|
01af587568
|
include: Remove struct PORTALLOC from mmddk.h.
It doesn't exist in the DDK nor is it used in Wine.
|
2009-02-05 13:15:24 +01:00 |
Michael Stefaniuc
|
8aeacc5fb5
|
include: Change some DWORD to DWORD_PTR in msacm.h.
The change is for Win64 compatibility and it matches the DDK.
|
2009-02-05 13:15:21 +01:00 |
Aric Stewart
|
2fe3b64fb4
|
msctf: Stub implementation of ITfCategoryMgr.
|
2009-02-04 15:09:00 +01:00 |
Aric Stewart
|
6c842a86bb
|
msctf: Add stub implementation of ITfInputProcessorProfiles.
|
2009-02-04 15:06:33 +01:00 |
Alexandre Julliard
|
4e29ceeb77
|
include: Define LANGID in wtypes.idl.
|
2009-02-04 15:06:25 +01:00 |
Michael Stefaniuc
|
3415f7788c
|
include: Change some DWORD to DWORD_PTR in mmddk.h.
This matches the DDK and removes 14 Win64 compile warnings.
|
2009-02-04 12:26:05 +01:00 |
Aric Stewart
|
8dc84666a6
|
advapi32: Add Security Label sids used by IE7.
|
2009-02-04 12:25:35 +01:00 |
David Adam
|
8716c62c6e
|
d3dx9_36: Implement D3DXIntersectTri.
|
2009-02-03 14:19:44 +01:00 |
David Adam
|
b8eb4cf861
|
d3dx8: Implement D3DXIntersectTri.
|
2009-02-03 14:17:04 +01:00 |
Aric Stewart
|
d09f4c0ab5
|
msctf: Add definition of ITfSource interface.
|
2009-02-03 13:26:18 +01:00 |
Aric Stewart
|
fd8c2a18cf
|
msctf: Implement ITfDocumentMgr::Push.
|
2009-02-03 13:24:10 +01:00 |
Aric Stewart
|
b712f39b66
|
msctf: Implement stub ITfContext.
|
2009-02-03 13:22:56 +01:00 |
Aric Stewart
|
d1cfbab47f
|
include: Add beginning textstor.idl.
|
2009-02-03 13:20:56 +01:00 |
Nikolay Sivov
|
8c096167d7
|
gdiplus: Add testing for ObjectBusy in some Graphics methods.
|
2009-02-03 12:48:46 +01:00 |
Nikolay Sivov
|
5bc54ed97e
|
gdiplus: Implemented GdipCreateBitmapFromHICON (with tests).
|
2009-02-03 12:48:07 +01:00 |
Alistair Leslie-Hughes
|
8b9ce14fa2
|
mshtml: Add missing coclass's.
|
2009-02-03 12:40:31 +01:00 |
Jacek Caban
|
0194b8f08c
|
jscript: Add IActiveScriptParse64 declaration and use it on Win64.
|
2009-02-03 12:39:23 +01:00 |
Alistair Leslie-Hughes
|
183bb795b6
|
mshtml: Add missing StyleSheet interfaces.
|
2009-02-02 15:48:26 +01:00 |
Aurimas Fischer
|
6319006368
|
include: Add GdipSetStringFormatFlags prototype.
|
2009-02-02 15:44:39 +01:00 |
Aric Stewart
|
fdbe3d1870
|
msctf: Add ITfDocumentMgr interface.
|
2009-02-02 15:21:45 +01:00 |
David Adam
|
f20ba24404
|
d3dx8: Implement D3DXFresnelTerm.
|
2009-02-02 15:21:44 +01:00 |
Austin English
|
ac0252db33
|
configure.ac: Check for icps_outhist struct.
|
2009-02-02 15:21:42 +01:00 |
Alexandre Julliard
|
f35ddbaf68
|
configure: Remove no longer needed check for -fshort-wchar.
|
2009-02-02 15:21:42 +01:00 |
Rob Shearman
|
d3085abc08
|
Change parameter type from size_t to SIZE_T for MIDL_user_allocate.
|
2009-02-02 11:55:21 +01:00 |
Austin English
|
68f2db299d
|
configure: Check for xinpgen struct.
|
2009-01-30 14:02:30 +01:00 |
Aric Stewart
|
70131341c7
|
mlang: Implementation of base functionality of IMultiLanguage2::ValidateCodePage and IMultiLanguage2::ValidateCodePageEx.
Does not handle automatically installing language packs.
With help from Dmitry Timoshkov.
|
2009-01-30 12:18:33 +01:00 |
Alexandre Julliard
|
f8313855e4
|
ntdll: Convert the DbgPrint* functions to use MS ABI varargs.
|
2009-01-28 19:38:19 +01:00 |
Alistair Leslie-Hughes
|
a1b4ee8866
|
mshtml: Add missing interfaces.
|
2009-01-28 14:15:05 +01:00 |
Aric Stewart
|
43db8477af
|
msctf: Add stub ITfThreadMgr interface.
|
2009-01-28 14:06:21 +01:00 |
Aric Stewart
|
b8416b9ccb
|
msctf: Add definition of CLSID_TF_ThreadMgr.
|
2009-01-28 14:02:26 +01:00 |
Ricardo Filipe
|
cb8297623a
|
pdh: Add stub for EdhEnumObjectItemsA/W.
|
2009-01-28 13:47:07 +01:00 |
Ricardo Filipe
|
141dcff441
|
ntdll: Add stub for RtlDecompressBuffer.
|
2009-01-28 13:46:15 +01:00 |
Juan Lang
|
4f7385e6bd
|
include: Add definitions for CryptFindCertificateKeyProvInfo.
|
2009-01-28 12:09:09 +01:00 |
Juan Lang
|
f2ee8242a2
|
include: Add PFX definitions.
|
2009-01-28 12:08:06 +01:00 |
Juan Lang
|
a53537d66d
|
include: Add a few definitions.
|
2009-01-28 12:07:56 +01:00 |
Alexandre Julliard
|
746948551a
|
services: Add stub implementation for SERVICE_CONFIG_FAILURE_ACTIONS in ChangeServiceConfig2W.
|
2009-01-27 11:27:45 +01:00 |
Ricardo Filipe
|
63a5cec8cd
|
ntdll: Add stub for RtlCompressBuffer.
|
2009-01-27 11:08:33 +01:00 |
Juan Lang
|
072b606588
|
include: Add missing type to union.
|
2009-01-27 11:04:14 +01:00 |
Andrey Turkin
|
b1df9d11b1
|
dwmapi: Add DwmEnableMMCSS stub.
|
2009-01-26 16:05:53 +01:00 |
Alexandre Julliard
|
58010a9750
|
include: Update the comments about the Wine exception macros.
|
2009-01-26 15:07:50 +01:00 |
Juan Lang
|
33d05e87b1
|
include: Add definition of OBJECT_NAME_INFORMATION.
|
2009-01-26 15:07:14 +01:00 |