107810 Commits

Author SHA1 Message Date
Ken Thomases
f458cd844a dbghelp: On Mac, get the wineloader path from the target or our own process before resorting to guessing.
This makes backtraces more reliably complete when WINELOADER isn't set
and the loader isn't in a typical location.
2015-09-18 14:58:55 +02:00
Bruno Jesus
c5e281d0d2 mciavi32: Detect Indeo video frames as valid frames. 2015-09-18 14:58:14 +02:00
Bruno Jesus
ab4460a382 mciavi32: Start playing from frame 0 instead of 1. 2015-09-18 14:58:08 +02:00
Bruno Jesus
1862c38f7d mciavi32: Make a debug message more clear. 2015-09-18 14:58:04 +02:00
Austin English
4114e04815 dxgi: Upgrade Direct3D 10 WARN to a FIXME. 2015-09-18 14:57:54 +02:00
Józef Kucia
2a1186db19 dxgi: Add locking around remaining wined3d calls. 2015-09-18 14:57:50 +02:00
Józef Kucia
0eefb93535 dxgi: Replace dxgi_cs with wined3d_mutex. 2015-09-18 14:57:46 +02:00
Andrey Gusev
425160ce85 d3d9: TRACE fixes. 2015-09-18 14:57:38 +02:00
Andrey Gusev
f0c52fe0f5 d3d8: TRACE fixes. 2015-09-18 14:57:35 +02:00
Jens Reyer
8fdcc239ba loader: Fix German manpage description of WINELOADER. 2015-09-16 23:09:01 +09:00
Alistair Leslie-Hughes
978b4f19c7 d3dx10_43: Added D3DX10CreateEffectFromMemory stub. 2015-09-16 23:07:14 +09:00
Alistair Leslie-Hughes
145dc1dd14 d3dx10_43: Add D3DX10CreateEffectFromFileA/W stubs. 2015-09-16 23:07:14 +09:00
Alistair Leslie-Hughes
73d03f850a d3dx10_43: Add ID3DX10ThreadPump interface. 2015-09-16 23:07:14 +09:00
Andrew Eikum
b305000f82 include/xaudio2.idl: Fix struct packing. 2015-09-16 22:11:19 +09:00
Nikolay Sivov
e585d17ff3 shell32/tests: Test icon ids that are invalid on all systems. 2015-09-16 22:11:09 +09:00
Hans Leidekker
11d0886f04 webservices/tests: Add tests. 2015-09-16 22:10:59 +09:00
Hans Leidekker
7b16d186e6 webservices: Implement WsFillReader. 2015-09-16 22:10:57 +09:00
Hans Leidekker
8bef93521f webservices: Implement WsGetReaderNode. 2015-09-16 22:10:53 +09:00
Józef Kucia
8d253f8401 d3d11: Implement d3d11_device_CreatePixelShader(). 2015-09-16 22:10:43 +09:00
Józef Kucia
13a80eaab1 d3d11: Implement ID3D11PixelShader interface. 2015-09-16 22:10:41 +09:00
Józef Kucia
f210c42de7 d3d11: Rename d3d10_pixel_shader to d3d_pixel_shader. 2015-09-16 22:10:39 +09:00
Józef Kucia
70fdfdb11b d3d11: Implement d3d11_device_CreateVertexShader(). 2015-09-16 22:10:38 +09:00
Józef Kucia
32892beba9 d3d11: Implement ID3D11VertexShader interface. 2015-09-16 22:10:36 +09:00
Józef Kucia
92a71ae09c d3d11: Rename d3d10_vertex_shader to d3d_vertex_shader. 2015-09-16 22:10:33 +09:00
Józef Kucia
cad6ad9208 d3d11/tests: Add tests for D3D11CreateDeviceAndSwapChain(). 2015-09-16 22:10:30 +09:00
Józef Kucia
e441e7b4a9 d3d11: Implement D3D11CreateDeviceAndSwapChain(). 2015-09-16 22:10:20 +09:00
Jacek Caban
aacc7b394e mshtml/tests: Fixed tests on some Windows versions. 2015-09-15 22:51:45 +09:00
Jacek Caban
c4d4143506 ieframe/tests: Fixed tests on some VMs. 2015-09-15 22:51:41 +09:00
Nikolay Sivov
20e6181304 dwrite: Print font table tag in string form in traces. 2015-09-15 22:51:03 +09:00
Andrey Gusev
edbd841d34 wined3d: Fix TRACE in shader_dump_decl_usage(). 2015-09-15 20:05:14 +09:00
Józef Kucia
1cb181668e d3d11: Implement d3d11_device_CreateInputLayout(). 2015-09-15 20:04:30 +09:00
Józef Kucia
8361963f7b d3d11: Add ID3D11InputLayout interface stub. 2015-09-15 20:04:26 +09:00
Józef Kucia
2a17794ffa d3d11: Rename d3d10_input_layout to d3d_input_layout. 2015-09-15 20:04:16 +09:00
Józef Kucia
77844e2a0e d3d11: Set output parameters to NULL when D3D11CreateDevice() fails. 2015-09-15 20:03:49 +09:00
Józef Kucia
ccb30415b6 d3d11: Set immediate_context to NULL in d3d11_device_GetImmediateContext(). 2015-09-15 20:03:46 +09:00
Hans Leidekker
e4f32c3c4b webservices/tests: Add tests. 2015-09-15 19:45:59 +09:00
Hans Leidekker
cf8efc384a webservices: Implement WsSetInput. 2015-09-15 19:45:55 +09:00
Hans Leidekker
0e3b3e07ad webservices: Implement WsGetReaderProperty. 2015-09-15 19:45:46 +09:00
Hans Leidekker
a3004d11de webservices: Implement WsCreateReader and WsFreeReader. 2015-09-15 19:45:41 +09:00
Aric Stewart
1de389ae2b hidclass.sys: Implement IRP_MJ_READ for HID Devices. 2015-09-15 18:29:13 +09:00
Aric Stewart
01aa7a6ec1 hidclass.sys: Implment IRP_MJ_CREATE and IRP_MJ_CLOSE for HID Devices. 2015-09-15 18:29:10 +09:00
Aric Stewart
28125d40c2 hidclass.sys: Implement IRP_MJ_DEVICE_CONTROL for HID devices. 2015-09-15 18:28:01 +09:00
Aric Stewart
b7f43c99ee hidclass.sys: Add USB Descriptor parsing. 2015-09-15 18:01:23 +09:00
Vincent Povirk
69d57ee72f shell32: Do nothing if we can't convert PIDL to path in SHAddToRecentDocs. 2015-09-15 17:55:19 +09:00
Erich E. Hoover
d79de513f7 wineps.drv: Add support for PostScript Format 2 custom glyph names. 2015-09-15 17:49:59 +09:00
Erich E. Hoover
b66fcd68f7 wineps.drv: Add support for PostScript Format 2 standard glyph names. 2015-09-15 17:49:42 +09:00
Erich E. Hoover
ce0fbe4f1e wineps.drv: Add support for PostScript Format 1 glyph names.
In order to generate a searchable PDF from a PostScript document the
glyph names must follow Adobe's convention.
2015-09-15 17:49:11 +09:00
Piotr Caban
ecac39c19b msvcrt: Add _wctime32_s implementation. 2015-09-15 17:02:11 +09:00
Piotr Caban
05d2a08306 msvcr120: Add missing win64 exports. 2015-09-15 17:02:02 +09:00
Lauri Kenttä
b5e3edbd3a po: Update Finnish translation. 2015-09-15 17:01:43 +09:00