Józef Kucia
|
3c74e22317
|
d3d11: Implement private data methods in ID3D11Texture2D.
|
2015-08-26 23:53:22 +09:00 |
Józef Kucia
|
06ca9e226d
|
d3d11: Add ID3D11Texture2D stub interface.
|
2015-08-26 23:53:21 +09:00 |
Andrew Eikum
|
7f2ebb337d
|
xaudio2: Implement IXAudio2::RegisterForCallbacks.
|
2015-08-26 23:53:21 +09:00 |
Andrew Eikum
|
a79f050355
|
xaudio2: Zero the returned struct GetPerformanceData.
Some applications use this for debug logging. Better to return zero than
uninitialized data.
|
2015-08-26 23:53:21 +09:00 |
Andrew Eikum
|
8a317d89cf
|
xaudio2: Implement IXAudio2SourceVoice::Play.
|
2015-08-26 23:53:21 +09:00 |
Andrew Eikum
|
1c643f39e2
|
xaudio2: Implement device activation.
This adds a build-time dependency on openal, and a run-time dependency
on openal-soft's ALC_SOFT_loopback extension.
|
2015-08-26 23:53:21 +09:00 |
Erich E. Hoover
|
126f0601e2
|
winspool.drv: Allow spooling directly to a postscript file.
Required for PDF printing in OrCAD 16.6.
|
2015-08-26 23:53:21 +09:00 |
Daniel Lehman
|
42724f3d50
|
wrc: Add support for LANG_INVARIANT.
|
2015-08-26 23:15:27 +09:00 |
Hans Leidekker
|
d3ce29449b
|
msi: Implement Installer::SummaryInformation.
|
2015-08-26 23:15:26 +09:00 |
Hans Leidekker
|
ddaba7a369
|
msi: Don't add the same environment string more than once.
|
2015-08-26 23:15:26 +09:00 |
Hans Leidekker
|
58bf3ca17f
|
winhttp: Add support for retrieving the URL codepage.
|
2015-08-26 23:15:26 +09:00 |
Hans Leidekker
|
3a771b6066
|
advapi32: Add well-known SID WinBuiltinAnyPackageSid.
|
2015-08-26 23:15:26 +09:00 |
Martin Storsjo
|
8741cba354
|
api-ms-win-crt-utility-l1-1-0: Add stub dll.
|
2015-08-26 23:15:26 +09:00 |
Martin Storsjo
|
199278b430
|
api-ms-win-crt-time-l1-1-0: Add stub dll.
|
2015-08-26 23:15:26 +09:00 |
Martin Storsjo
|
e015c85af9
|
api-ms-win-crt-string-l1-1-0: Add stub dll.
|
2015-08-26 23:15:25 +09:00 |
Martin Storsjo
|
7c5190e90e
|
api-ms-win-crt-stdio-l1-1-0: Add stub dll.
|
2015-08-26 23:15:25 +09:00 |
Martin Storsjo
|
3741eb5160
|
api-ms-win-crt-runtime-l1-1-0: Add stub dll.
|
2015-08-26 23:15:25 +09:00 |
Martin Storsjo
|
7d10171b08
|
api-ms-win-crt-process-l1-1-0: Add stub dll.
|
2015-08-26 23:15:25 +09:00 |
Martin Storsjo
|
a3e183572a
|
api-ms-win-crt-private-l1-1-0: Add stub dll.
|
2015-08-26 23:15:25 +09:00 |
Martin Storsjo
|
ecbb548b52
|
api-ms-win-crt-multibyte-l1-1-0: Add stub dll.
|
2015-08-26 23:15:25 +09:00 |
Martin Storsjo
|
0f9f8a8632
|
api-ms-win-crt-math-l1-1-0: Add stub dll.
|
2015-08-26 23:15:24 +09:00 |
Martin Storsjo
|
36de302740
|
api-ms-win-crt-locale-l1-1-0: Add stub dll.
|
2015-08-26 23:15:24 +09:00 |
Martin Storsjo
|
8b30c5eaac
|
api-ms-win-crt-heap-l1-1-0: Add stub dll.
|
2015-08-26 23:15:24 +09:00 |
Martin Storsjo
|
45eb72daf9
|
api-ms-win-crt-filesystem-l1-1-0: Add stub dll.
|
2015-08-26 23:15:24 +09:00 |
Martin Storsjo
|
e4527602f4
|
api-ms-win-crt-environment-l1-1-0: Add stub dll.
|
2015-08-26 23:15:24 +09:00 |
Martin Storsjo
|
efb4b2cae5
|
api-ms-win-crt-convert-l1-1-0: Add stub dll.
|
2015-08-26 23:15:23 +09:00 |
Martin Storsjo
|
bf96092244
|
api-ms-win-crt-conio-l1-1-0: Add stub dll.
|
2015-08-26 23:15:23 +09:00 |
Martin Storsjo
|
b256c55d08
|
make_specfiles: Use cdecl for stub redirects to ucrtbase, just like to msvcr*.
|
2015-08-26 23:15:23 +09:00 |
Daniel Lehman
|
e26131fea3
|
msvcrt: Use msvcrt free instead of HeapFree on tls data.
|
2015-08-26 14:15:13 +09:00 |
Henri Verbeet
|
bdaa571c5d
|
d2d1: Avoid leaking "object" on an error path in d2d_factory_CreateWicBitmapRenderTarget() (Coverity).
|
2015-08-25 21:13:38 +09:00 |
Henri Verbeet
|
2edc9584ba
|
d3d11: Use the IUnknown implementation from the d3d11 interface.
Mostly just for consistency with other D3D code.
|
2015-08-25 21:13:36 +09:00 |
Henri Verbeet
|
b87eb8d947
|
d3d11: Make "layers" static in D3D11CoreRegisterLayers().
|
2015-08-25 21:13:33 +09:00 |
Henri Verbeet
|
1a23e2fa0b
|
d3d11: Get rid of a redundant include.
d3d11_1.h includes d3d11.h, which includes d3d10_1.h.
|
2015-08-25 21:13:30 +09:00 |
Henri Verbeet
|
662cfd4144
|
d3d10core: Get rid of some redundant includes.
d3d11.h includes d3d10_1.h, which includes d3d10.h.
|
2015-08-25 21:13:24 +09:00 |
Jacek Caban
|
719a7d32c5
|
ntdll: Added new pid debug channel to append process id to debug output.
|
2015-08-25 21:13:22 +09:00 |
Jacek Caban
|
4ca5a35670
|
d3d11.idl: Added some missing declarations.
|
2015-08-25 21:13:04 +09:00 |
Aaryaman Vasishta
|
9eb5361d5a
|
d3drm: Add stubs for IDirect3DRMTexture methods.
|
2015-08-25 21:09:36 +09:00 |
Aaryaman Vasishta
|
a883c6207d
|
d3drm: Thunk relevant texture methods from version 2->3.
|
2015-08-25 21:09:34 +09:00 |
Aaryaman Vasishta
|
364069fe77
|
d3drm: Fix spelling mistake in Set/GetDecalTransparentColor macros.
|
2015-08-25 21:09:32 +09:00 |
Aaryaman Vasishta
|
895e4a1f66
|
d3drm: Thunk IDirect3DRMTexture2::QueryInterface to version 3.
|
2015-08-25 21:09:30 +09:00 |
Aaryaman Vasishta
|
ed411d9701
|
d3drm: Thunk IDirect3DRMTexture2::Release to version 3.
|
2015-08-25 21:09:26 +09:00 |
Aaryaman Vasishta
|
0c06bb7a81
|
d3drm: Thunk IDirect3DRMTexture2::AddRef to version 3.
|
2015-08-25 21:09:23 +09:00 |
Zhenbo Li
|
f1c3f7ff1c
|
mshtml/tests: Fix crash on win2000 testbot.
|
2015-08-25 21:09:01 +09:00 |
Zhenbo Li
|
89d0c66461
|
mshtml: Remove unnecessary FIXME.
|
2015-08-25 21:08:59 +09:00 |
Zhenbo Li
|
e8c687857b
|
mshtml: Add IHTMLOptionElement::form property implementation.
|
2015-08-25 21:08:57 +09:00 |
Zhenbo Li
|
85c31979de
|
mshtml: Add IHTMLOptionElement::defaultSelected property implementation.
|
2015-08-25 21:08:54 +09:00 |
Stefan Dösinger
|
b471b217b2
|
wined3d: Handle multisample_quality if type == MULTISAMPLE_NON_MASKABLE.
|
2015-08-25 21:08:41 +09:00 |
Martin Storsjo
|
599d92a268
|
ucrtbase: Add the new universal CRT DLL.
|
2015-08-25 17:48:27 +09:00 |
Michael Müller
|
7bed453481
|
wininet: Set Host header in HttpSendRequestW instead of HttpOpenRequestW.
|
2015-08-25 17:43:12 +09:00 |
Sebastian Lackner
|
8a73016819
|
notepad: New files should be created immediately.
|
2015-08-25 17:43:01 +09:00 |