Henri Verbeet
0a41694b53
gdi32: Implement DC creation from pre-existing memory.
...
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-13 23:01:07 +09:00
Austin English
dc0377aaba
wimgapi: Add WIMGetMountedImages stub.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-12 12:25:54 +09:00
Alistair Leslie-Hughes
9adddbafe5
include: Add d3dx10tex.h.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-01 12:49:30 +09:00
Nikolay Sivov
72da5888e9
fontsub: Added CreateFontPackage() stub.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-31 15:57:31 +09:00
Nikolay Sivov
233545efcb
include: Added shimgdata.idl.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-22 00:36:28 +09:00
Alistair Leslie-Hughes
2979978a92
include: Add authz.h.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-17 19:44:01 +09:00
Austin English
05edc1bd78
bthprops.cpl: Add BluetoothFindFirstRadio/BluetoothFindRadioClose stubs.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-17 13:12:17 +09:00
Austin English
d92dc216f2
wlanapi: Add a stub for WlanEnumInterfaces.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-19 00:49:11 +09:00
Nikolay Sivov
9cf095a1d4
include: Add initial dwrite_3.idl.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-16 12:09:38 +09:00
Alistair Leslie-Hughes
0f8a0fd400
include: Add IColumnsInfo interface.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-12 23:07:30 +09:00
Austin English
2bb17745df
ndis.sys: Add NdisAllocateMemoryWithTag stub.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-30 08:21:53 +01:00
Alistair Leslie-Hughes
66f4015781
include: Add d3dx10async.h.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-25 12:57:07 +09:00
Andrey Gusev
62e290edee
include: Add d3dx10.h file.
...
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-13 11:04:05 +09:00
Alexandre Julliard
a1a0139d48
makefiles: Generate rules for installing IDL include files.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-04 17:19:47 +09:00
Alexandre Julliard
316448cd47
makefiles: Generate rules for installing IDL headers.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-04 16:29:04 +09:00
Alexandre Julliard
9b9b0dce1f
makefiles: Generate rules for installing X template files.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-02 23:02:22 +09:00
Alexandre Julliard
4323384975
makefiles: Generate rules for installing headers.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-02 23:02:22 +09:00
Nikolay Sivov
577a75d764
prntvpt: Added PTOpenProvider() stub.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-28 00:58:12 +09:00
Andrew Eikum
539d7fb4e4
xaudio2: Implement CreateFX for legacy xaudio2 versions.
...
The various xapofx versions all use the same CLSID to identify the
same effect types. In order to differentiate the versions in Wine
without duplicating a ton of code into each xapofx DLL, I made new
internal CLSIDs for each version of xapofx, which xaudio2_7 registers
and uses to tell them apart.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-26 23:03:31 +09:00
Alistair Leslie-Hughes
447ee4cf46
include: Add gdipluseffects.h.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-11 13:44:36 +09:00
Nikolay Sivov
6fc2d3ce2e
wiaservc/tests: Basic test for device enumerator.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-08 13:07:52 +09:00
Alistair Leslie-Hughes
73d03f850a
d3dx10_43: Add ID3DX10ThreadPump interface.
2015-09-16 23:07:14 +09:00
Andrew Eikum
395dc0f22c
xaudio2: Add stub implementation of AudioVolumeMeter.
2015-09-09 17:51:42 +09:00
Andrew Eikum
8f98d4e6c4
include/xapo.idl: Add descriptions for IXAPO and IXAPOProperties.
2015-09-09 17:51:32 +09:00
Andrew Eikum
0f4b16aa34
x3daudio1_7: Stub X3DAudioCalculate.
2015-09-09 16:15:58 +09:00
Bruno Jesus
2eba32b936
include: Add tcpestats.h.
2015-08-17 16:57:59 +09:00
Nikolay Sivov
8d690e7ef9
include: Added IImgCtx definition.
2015-08-17 14:46:00 +09:00
Jacek Caban
86f5c27976
mfobjects.idl: Added new file.
2015-08-07 23:50:20 +09:00
Jacek Caban
e3c6777edd
windows.foundation.idl: Added new file.
2015-08-03 20:50:33 +02:00
Hans Leidekker
09de5cdb38
advapi32: Add a stub implementation of RegisterWaitChainCOMCallback.
2015-08-03 20:50:33 +02:00
Jacek Caban
5c000dca57
include: Added inspectable.idl file.
2015-07-28 13:41:45 +02:00
Hans Leidekker
6cf1de4492
iphlpapi: Implement a couple of interface identifier conversion functions.
2015-07-22 16:42:42 +02:00
Nikolay Sivov
939fb10a6e
webservices: Added WsCreateError stub.
2015-07-22 16:42:42 +02:00
Hans Leidekker
f0dee09c52
davclnt: Add stub implementations of DavRegisterAuthCallback and DavUnregisterAuthCallback.
2015-07-21 16:33:23 +02:00
Aric Stewart
b32aaab065
include: New ddk/hidtypes.h include file.
2015-07-08 16:02:24 +09:00
Aric Stewart
71e5fdf478
include: Add ddk/hidport.h.
2015-07-07 21:47:30 +09:00
Aric Stewart
ab3300cdda
include: Add ddk/hidpi.h.
2015-06-26 20:35:06 +09:00
Aric Stewart
4ba1d8d8ef
include: Add ddk/hidclass.h.
2015-06-26 20:35:05 +09:00
Hans Leidekker
e1f9b916fd
include: Add missing BITS interfaces.
2015-06-05 18:39:21 +09:00
Jacek Caban
4d7b7b71e1
inseng.idl: Added new IDL.
2015-04-22 23:26:38 +09:00
Austin English
47ef8ebcc8
include: Add initial mfapi.h.
2015-03-30 19:49:11 +09:00
Austin English
c633cadb4f
include: Add msasn1.h.
2015-02-20 17:01:40 +09:00
Austin English
47e7f4fdf2
include: Add hidusage.h.
2015-02-04 21:32:50 +09:00
Austin English
cdc4022a54
include: Add minimal ntdef.h.
2015-01-26 12:06:03 +01:00
Mark Harmstone
db75d7bf26
include: Add xaudio2.h.
2015-01-06 13:09:07 +01:00
Jacek Caban
d4afbf5bd8
include: Added d3d11_1.idl.
2014-12-30 15:57:42 +01:00
Austin English
0db8da7075
include/ddk: Add csq.h.
2014-12-23 22:14:32 +01:00
Sebastian Lackner
d64bb04764
include: Add mferror.h header.
2014-12-16 11:41:01 +01:00
Martin Storsjo
42b8a7674a
include: Add hstring.idl and winstring.h.
2014-12-10 13:39:08 +01:00
Martin Storsjo
f185af6e82
include: Add a roapi.h header.
2014-12-09 18:55:14 +01:00