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
Hans Leidekker
a4a48d3fc8
vssapi: Add stub implementations for a couple of functions.
2014-11-27 13:26:42 +01:00
Henri Verbeet
c8f758a099
d2d1: Implement d2d_factory_CreateWicBitmapRenderTarget().
2014-09-15 12:13:50 +02:00
Alexandre Julliard
9a64cf7705
include: Add some more media type uuids.
2014-05-12 12:23:23 +02:00
Qian Hong
e7aaeae73b
include: Added atlcom.h.
2014-05-07 10:31:40 +02:00
Alistair Leslie-Hughes
2d7848b0ee
include: Add dvoice.h.
2014-04-24 12:01:24 +02:00
Hans Leidekker
984663ff4a
netprofm: Add a stub implementation of INetworkListManager.
2014-04-07 15:34:46 +02:00
Nikolay Sivov
071245475d
include: Added dwrite_2.idl.
2014-04-07 15:34:35 +02:00
Michael Müller
52e7c41895
include: Add highlevelmonitorconfigurationapi.h.
2014-04-04 16:57:09 +02:00
Michael Müller
d499c4b7f0
include: Add lowlevelmonitorconfigurationapi.h.
2014-04-04 16:56:10 +02:00
Michael Müller
245c53655d
include: Add physicalmonitorenumerationapi.h.
2014-04-04 16:55:48 +02:00
Michael Müller
d459dfaa2d
include: Add dxva2api.idl.
2014-04-04 16:53:29 +02:00
Jacek Caban
9301c580d0
dxgi1_2.idl: Added new file.
2014-03-25 19:05:12 +01:00
Alistair Leslie-Hughes
84e8d18902
include: Add netcfgx.idl.
2014-03-19 11:33:26 +01:00
Alistair Leslie-Hughes
d8c6a11971
ntoskrnl.exe: Add stub KeInsertQueue.
2014-03-19 11:33:24 +01:00
Jacek Caban
d57ccd77ec
include: Added wmp.idl.
2014-01-27 14:13:32 +01:00
Alexandre Julliard
509364e1dd
makefiles: Get rid of Make.rules.
2014-01-14 12:18:02 +01:00
Alexandre Julliard
d08ff3ff19
makefiles: Use a single variable for all types of idl files.
2013-12-31 18:15:17 +01:00
Alexandre Julliard
1047e0474d
makefiles: Leave it to install-sh to create destination directories.
2013-12-26 14:35:15 +01:00
Nikolay Sivov
136549dd58
include: Added ID2D1SimplifiedGeometrySink definition.
2013-12-24 11:21:43 +01:00
Alexandre Julliard
52e19da50d
makedep: Generate rules for .x template files.
2013-12-12 12:00:04 +01:00
Alexandre Julliard
166ad9696c
make_xftmpl: Allow the C define names to be specified in the source file with pragmas.
2013-12-11 21:16:51 +01:00
Dmitry Timoshkov
bd51d5fcba
include: Add taskschd.idl.
2013-12-11 14:18:08 +01:00
André Hentschel
5430fafa85
include: Add bdaiface.idl.
2013-12-02 11:08:18 +01:00
Nikolay Sivov
fb3c58903d
include: Added IBackgroundCopyCallback2 definition.
2013-11-28 11:18:58 +01:00
Alexandre Julliard
456c8f435a
makefiles: Remove the no longer needed EXTRASUBDIRS variables.
2013-11-09 22:10:52 +01:00
Jacek Caban
515af78f6b
d3d11sdklayers.idl: Added new file.
2013-09-18 13:12:22 +02:00
Hans Leidekker
d36e7c080c
wsnmp32: Add stub implementations for a couple of functions.
2013-09-17 12:26:57 +02:00
André Hentschel
fa6b058070
kernel32: Add partial CreateFile2 implementation.
2013-09-10 11:06:31 +02:00
André Hentschel
a5abebf6ad
include: Add delayloadhandler.h.
2013-09-09 22:10:00 +02:00
Nikolay Sivov
8b45127e85
oledb32: Added IChapteredRowset definition.
2013-08-22 19:02:04 +02:00
Hans Leidekker
786daa1b7b
wbemdisp: Register interfaces.
2013-08-16 18:05:01 +02:00
Jacek Caban
b25983ff7e
inputscope.idl: Imported from mingw-w64.
2013-08-15 16:15:27 +02:00
Nikolay Sivov
2a78e48e20
oledb32: Added IRowPositionChange interface definition.
2013-08-01 12:11:17 +02:00
Nikolay Sivov
2fe34bfb09
include: Added IRowPosition interface definition.
2013-07-30 19:11:05 +02:00
Damjan Jovanovic
f5f04e8a2f
include/ddk: Add usbioctl.h.
2013-07-29 14:20:19 +02:00
Damjan Jovanovic
f7daa3f596
include/ddk: Add usbiodef.h.
2013-07-29 14:20:04 +02:00
Alistair Leslie-Hughes
a32391ab6b
oledb32: Add support for IErrorRecords.
2013-07-29 14:16:39 +02:00
Alistair Leslie-Hughes
83c14c723c
oledb32: Add interface ISourcesRowset.
2013-07-29 14:15:08 +02:00
André Hentschel
15cdb51792
difxapi: Add stubs for DriverPackagePreinstall{A,W}.
2013-06-03 21:09:35 +02:00
Daniel Jelinski
7cb98146c6
include: Add txdtc.idl and txcoord.idl.
2013-05-29 20:08:04 +02:00
Daniel Jelinski
adafd6c49d
include: Added transact.idl.
2013-05-06 15:55:21 +02:00
Nikolay Sivov
7f78caa81c
include: Added IRowsetNotify definition and proxy/stub stub implementation.
2013-04-08 11:36:09 +02:00
Nikolay Sivov
c44942789c
dwrite: Added more dwrite interfaces.
2013-02-18 17:02:36 +01:00
Hans Leidekker
633a5741b5
wmiutils: Add a stub implementation of IWbemPath.
2012-12-21 14:18:35 +01:00
Jacek Caban
fe3684cadd
atl: Moved atlwin.h to public includes.
2012-11-21 13:36:27 +01:00
Jacek Caban
7f98899bba
atl: Moved atlbase.h to public includes.
2012-11-21 13:34:53 +01:00
Hans Leidekker
9e88e81043
include: Add wbemprov.idl.
2012-09-28 17:15:50 +02:00
Jacek Caban
ff17a4ea86
include: Added uiautomationcoreapi.h.
2012-09-27 13:11:34 +02:00
Jacek Caban
5f6d133f11
include: Added uiautomationclient.idl.
2012-09-26 14:40:43 +02:00
Jacek Caban
40e7f7522e
include: Added uiautomation.h.
2012-09-21 17:05:26 +02:00