Matteo Bruni
0cc7daebd8
ddraw/tests: Add a ddraw2 specular lighting test.
2015-05-05 18:51:08 +09:00
Matteo Bruni
6418a489e0
ddraw/tests: Accept broken testbot result for test_clear_rect_count().
2015-05-05 18:51:06 +09:00
Matteo Bruni
2bab1f7250
wined3d: Check all the ffp_material fields.
...
The application can override each material parameter with one of the two
FFP vertex color attributes. The 'ambient' struct field in the GLSL shader
can thus happen to be unused and the GL driver may optimize it away.
2015-05-05 18:51:00 +09:00
Matteo Bruni
0c05f9f8fd
wined3d: Rename *emission* as *emissive*.
...
Emission is the OpenGL name, emissive the D3D one. Prefer the latter.
2015-05-05 18:50:56 +09:00
Nikolay Sivov
d1e309abe2
explorer: Added IDispatch support for IShellWindows.
2015-05-05 10:16:45 +09:00
Nikolay Sivov
a6163247cd
shell32: Implement GetSelectedCount() using IFolderView2::GetSelection().
2015-05-05 10:16:37 +09:00
Nikolay Sivov
be6e022f2d
shell32: Forward SetRedraw to IFolderView2.
2015-05-05 10:16:33 +09:00
Nikolay Sivov
7e0e82bc9c
shell32: Forward AutoArrange() to IFolderView2.
2015-05-05 10:16:29 +09:00
Nikolay Sivov
a897adb67b
shell32: Fix multiline trace message and some magic numbers.
2015-05-05 10:16:25 +09:00
Nikolay Sivov
a7b99a1f89
shell32/tests: A test for shellview QI for IOleWindow.
2015-05-05 10:16:16 +09:00
Jacek Caban
71cae1fceb
mshtml: Added IHTMLEventObj::get_returnValue implementation.
2015-05-05 10:16:11 +09:00
Jacek Caban
985d8afcd1
mshtml: Added IHTMLDOMAttribute2::get_value implementation.
2015-05-05 10:16:06 +09:00
Jacek Caban
8e0d661927
mshtml: Split getAttribute into helper function and use it in IHTMLDOMAttribute::get_nodeValue implementation.
2015-05-05 10:15:59 +09:00
Henri Verbeet
e2e1ac2bf6
d3drm/tests: Release the material after a GetGroupMaterial() call in test_MeshBuilder() (Valgrind).
2015-05-04 21:19:00 +09:00
Henri Verbeet
e723d2a079
d3drm: Also validate face indices against the vertex count in load_mesh_data() (Valgrind).
2015-05-04 21:18:56 +09:00
Thomas Faller
fdd22f197a
jscript: Date.parse: long date with '/' or '-'.
2015-05-04 20:20:26 +09:00
Nikolay Sivov
49958f83f1
msdmo: Reg* API does not use HRESULT return codes.
2015-05-04 20:11:03 +09:00
Nikolay Sivov
478d695ec8
shell32/tests: Fix test crashes when running with wine.
2015-05-04 20:10:53 +09:00
Nikolay Sivov
47224510b4
dwrite/tests: Test character spacing applied to cluster metrics.
2015-05-04 20:10:48 +09:00
Aaryaman Vasishta
33160f5221
d3drm/tests: Remove TODO's from test_qi and TODO field from test tables.
2015-05-04 20:10:40 +09:00
Aaryaman Vasishta
844ce49717
d3drm: Fix refcounting for IDirect3DRM{1-3}.
2015-05-04 20:10:30 +09:00
Aaryaman Vasishta
ffbfd031a6
d3drm: Fix IDirect3DRMDevice declaration.
2015-05-04 20:09:36 +09:00
Sebastian Lackner
c16f0644be
winedevice: Do not omit mandatory argument for VirtualProtect.
2015-05-04 20:08:00 +09:00
Sebastian Lackner
64ee8a4a53
ntdll: Do not omit mandatory argument for VirtualProtect.
2015-05-04 20:07:58 +09:00
Sebastian Lackner
5f069c1601
krnl386.exe16: Do not omit mandatory argument for VirtualProtect.
2015-05-04 20:07:56 +09:00
Sebastian Lackner
1119da47ee
kernel32: Do not omit mandatory argument for VirtualProtect.
2015-05-04 20:07:54 +09:00
Sebastian Lackner
152b575eed
kernel32/tests: Add tests for calling VirtualProtect with NULL as last argument.
2015-05-04 20:07:51 +09:00
Alexandre Julliard
6fec7d658b
winex11: Remove unnecessary CLIPBOARDINFO structure.
2015-05-04 18:30:39 +09:00
Vincent Povirk
14eff7b92a
winex11.drv: Report failure when we can't convert a selection.
2015-05-04 16:37:22 +09:00
Sebastian Lackner
40c912b4be
ntdll: Use lockfree implementation for get_cached_fd.
2015-05-04 16:22:38 +09:00
Nikolay Sivov
23d546157a
shell32: Better handle creation/destruction of shellview window.
2015-05-04 15:08:43 +09:00
Nikolay Sivov
eeabe96abb
explorer: Return IShellBrowser in response to SID_STopLevelBrowser.
2015-05-04 15:08:38 +09:00
Nikolay Sivov
3c7bf0350a
explorer: Added stub IServiceProvider support for shell browser window.
2015-05-04 15:08:33 +09:00
Nikolay Sivov
68c5fed5cc
explorer: Implement Application property.
2015-05-04 15:08:27 +09:00
Nikolay Sivov
58775c878a
explorer: Added IDispatch support for ShellBrowserWindow instance.
2015-05-04 15:08:24 +09:00
Francois Gouget
514345b401
ole32: Make some storage32 functions static.
2015-05-04 15:07:39 +09:00
Francois Gouget
356748e6bc
ole32: Reorder storage32 functions to avoid forward declarations.
2015-05-04 15:07:35 +09:00
Francois Gouget
58e47c612f
ole32: Fix some storage32 comments.
2015-05-04 15:06:53 +09:00
Francois Gouget
f129e2fbb1
wined3d: Add a trailing '\n' to a generated shader line.
2015-05-04 15:06:47 +09:00
Francois Gouget
cb16c70602
ddraw/tests: Fix compilation on systems that don't support nameless union.
2015-05-04 15:06:43 +09:00
Andrew Eikum
b55cc5e4c5
mmdevapi: Always use 64-bit registry keys.
2015-05-04 15:06:22 +09:00
Aric Stewart
a3487ad316
setupapi: Restore close brace before using guid string as reg key.
2015-05-04 15:06:14 +09:00
Alexandre Julliard
e7a405ad9e
Release 1.7.42.
2015-05-01 21:48:19 +09:00
Nikolay Sivov
bb37d75074
ole32/tests: Fix a test failure on Win8.
2015-05-01 21:12:42 +09:00
Nikolay Sivov
21b9c5f023
setupapi/tests: Trace error codes when SetupOpenLog fails.
2015-05-01 21:12:35 +09:00
Nikolay Sivov
3d33d8a9c4
ole32/tests: Fix test failures on some VMs with limited user permissions.
2015-05-01 21:12:23 +09:00
Nikolay Sivov
4fa8d3a444
dwrite: Improve run tracing format.
2015-05-01 17:39:22 +09:00
Nikolay Sivov
1d815a2801
dwrite: Fix typo in SetStrikethrough().
2015-05-01 17:39:20 +09:00
Alexandre Julliard
57e2d9ef75
ws2_32: Avoid UINT32_MAX.
2015-05-01 15:45:11 +09:00
Matteo Bruni
27de4f25cf
ddraw/tests: Add a ddraw4 specular lighting test.
2015-05-01 15:45:03 +09:00