Alexandre Julliard
|
08a899d433
|
webservices: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:35:31 -05:00 |
Alexandre Julliard
|
cea239e905
|
wbemprox: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:35:23 -05:00 |
Alexandre Julliard
|
3c53e06b7b
|
userenv: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:35:15 -05:00 |
Alexandre Julliard
|
1dd25f2dea
|
urlmon: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:35:05 -05:00 |
Alexandre Julliard
|
388a3ef908
|
shlwapi: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:34:56 -05:00 |
Alexandre Julliard
|
0ab48967bd
|
qmgr: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:34:48 -05:00 |
Alexandre Julliard
|
f1fe6d5415
|
pdh: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:34:41 -05:00 |
Alexandre Julliard
|
6fc259a57d
|
ntdll: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:34:32 -05:00 |
Alexandre Julliard
|
ddac3dccc8
|
netapi32: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:34:19 -05:00 |
Zebediah Figura
|
9ccf1dd88b
|
setupapi: Avoid passing a NULL source filename to SetupQueueDefaultCopy().
Fixes a regression introduced by 705d3eed86 .
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47138
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:31:20 -05:00 |
Nikolay Sivov
|
83f5951810
|
mf: Add IMFGetService stub for media session.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:31:01 -05:00 |
Nikolay Sivov
|
37a7b65140
|
mf: Disconnect removed nodes.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:30:55 -05:00 |
Nikolay Sivov
|
184f999459
|
mf: Rework node collection implementation.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:30:49 -05:00 |
Nikolay Sivov
|
6b1a33ce93
|
mf: Implement node connections.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:30:43 -05:00 |
Henri Verbeet
|
34ab198faf
|
wined3d: Pass a wined3d_context_gl structure to context_load_tex_coords().
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:30:31 -05:00 |
Henri Verbeet
|
d76bf25318
|
wined3d: Move the extension emulation fields from struct wined3d_context to struct wined3d_context_gl.
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:30:23 -05:00 |
Henri Verbeet
|
da42cf905d
|
wined3d: Store the glEnableWINE and glDisableWINE pointers in the wined3d_gl_info structure.
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:30:16 -05:00 |
Henri Verbeet
|
3d2b82a257
|
wined3d: Move the "dummy_arbfp_prog" field from struct wined3d_context to struct wined3d_context_gl.
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:30:09 -05:00 |
Henri Verbeet
|
c5b09fd231
|
wined3d: Move the "texture_type" field from struct wined3d_context to struct wined3d_context_gl.
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:30:02 -05:00 |
Józef Kucia
|
ad5a448d7e
|
wined3d: Propagate HRESULTs in context creation functions.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:29:47 -05:00 |
Paul Gofman
|
08d630e250
|
ddraw: Fix vertex count in d3d_device3_DrawIndexedPrimitiveVB().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47129
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:29:30 -05:00 |
Jactry Zeng
|
622422e67b
|
d3dcompiler: Implement D3DReadFileToBlob().
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 16:42:37 -05:00 |
Jacek Caban
|
4e4a1098f2
|
ntoskrnl.exe/tests: Add more overlapped tests.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 15:20:25 -05:00 |
Andrew Eikum
|
5ff326f801
|
winebus.sys: Pack hatswitch values into button bytes.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 15:20:18 -05:00 |
Andrew Eikum
|
ba79a14369
|
winebus.sys: Report SDL controller buttons in the right order.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 15:20:11 -05:00 |
Andrew Eikum
|
564e7b4db9
|
winebus.sys: Report SDL controller dpad as hatswitch.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 15:20:02 -05:00 |
Andrew Eikum
|
2239aae97f
|
winebus.sys: Report hatswitch values correctly.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 15:19:50 -05:00 |
Andrew Eikum
|
d0c5a5e89f
|
winebus.sys: Order axes before buttons.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 15:19:40 -05:00 |
Michael Stefaniuc
|
fb4a77d5c6
|
rpcrt4: Use CONTAINING_RECORD instead of an extra macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 15:19:24 -05:00 |
Alexandre Julliard
|
6466a17a8e
|
ntdll: Reset stdio file descriptors when passed invalid handles.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 15:03:58 -05:00 |
Alexandre Julliard
|
171dab0696
|
kernel32: Reset stdio file descriptors when passed invalid handles.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 15:03:29 -05:00 |
Alexandre Julliard
|
280d10b277
|
msi: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 11:31:38 -05:00 |
Alexandre Julliard
|
d7ef6cbbf9
|
mshtml: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 11:31:31 -05:00 |
Alexandre Julliard
|
38b1a1afca
|
mountmgr.sys: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 11:31:21 -05:00 |
Alexandre Julliard
|
cae3324739
|
kernelbase: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 11:31:13 -05:00 |
Alexandre Julliard
|
59e1d114a4
|
kernel32: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 11:31:05 -05:00 |
Alexandre Julliard
|
7044189925
|
fusion: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 11:30:58 -05:00 |
Alexandre Julliard
|
d9db7faf6c
|
atl: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 11:30:48 -05:00 |
Alexandre Julliard
|
6e0a5b81a4
|
advapi32: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 11:30:29 -05:00 |
Andrew Eikum
|
ae84957916
|
dinput: Use heuristics to guess if a device is a gamepad or a joystick.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47123
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 09:21:21 -05:00 |
Vijay Kiran Kamuju
|
9cbfd2c9c5
|
include: Add missing navigation and gamepad key definitions in winuser.rh.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 09:20:12 -05:00 |
Louis Lenders
|
e54224e88c
|
rpcrt4: Add NdrServerCallAll stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47131
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 09:17:42 -05:00 |
Louis Lenders
|
8c61f824f9
|
advapi32: Add InitiateShutdown{A,W} stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47131
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 09:16:47 -05:00 |
Nikolay Sivov
|
71397e6ebf
|
mf: Implement CloneFrom() for nodes.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 08:47:34 -05:00 |
Nikolay Sivov
|
45d084d789
|
mf: Set preferred media types for nodes.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 08:47:31 -05:00 |
Nikolay Sivov
|
ea96db6557
|
mfplat: Write flags when registering MFT.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 08:47:28 -05:00 |
Nikolay Sivov
|
b0bd57f953
|
mfplat: Write attribute store when registering MFT.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 08:47:25 -05:00 |
Dmitry Timoshkov
|
a6fbd07ac8
|
mshtml: Implement HTMLStyleSheetRulesCollection::item.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 08:47:20 -05:00 |
Henri Verbeet
|
6de1837955
|
wined3d: Pass a wined3d_context_gl structure to context_bind_texture().
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 08:46:07 -05:00 |
Henri Verbeet
|
5ab6421dfe
|
wined3d: Make the adapter responsible for context destruction and allocation.
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 08:46:04 -05:00 |