Piotr Caban
89721ba40d
oleacc: Added Client_get_accChild implementation.
2015-03-23 16:22:38 +09:00
Bruno Jesus
ea2507f461
netapi32: Return an empty comment instead of NULL pointer in NetServerGetInfo.
2015-03-23 16:22:23 +09:00
Bruno Jesus
1fa2986d00
netapi32/tests: Fix a memory leak (Valgrind).
2015-03-23 16:21:04 +09:00
Sebastian Lackner
2af09b49a8
gdiplus: Add missing returns in initialize_decoder_wic (Coverity).
2015-03-23 16:20:57 +09:00
Vincent Povirk
137128fa50
gdiplus: Fonts in UnitWorld shouldn't be scaled to the page unit.
2015-03-23 16:20:39 +09:00
Jacek Caban
9374056644
mshtml: Added IHTMLSelectionObject2 stub implementation.
2015-03-23 16:20:25 +09:00
Jacek Caban
88edfb5701
mshtml.idl: Added IHTMLSelectionObject2 declaration.
2015-03-23 16:20:22 +09:00
Alexandre Julliard
f34ec94308
Release 1.7.39.
2015-03-20 22:41:44 +09:00
Henri Verbeet
ec78d50193
wined3d: Fix a TRACE in wined3d_device_draw_indexed_primitive_instanced().
2015-03-20 21:32:50 +09:00
Henri Verbeet
ba396e4212
wined3d: Simplify the wined3d_matrix structure.
2015-03-20 21:32:46 +09:00
Henri Verbeet
c5f03c3933
d3drm: Get rid of some incorrect comments.
2015-03-20 21:32:27 +09:00
Henri Verbeet
1dea0c1d67
ddraw: Get rid of some comments in the middle of the copyright headers.
2015-03-20 21:32:21 +09:00
Henri Verbeet
df16cb2cfe
d3d10core/tests: Fix a typo in shader source in test_clear_state().
2015-03-20 21:32:06 +09:00
Nikolay Sivov
85a3d09329
kernel32: Implement GetProcessIdOfThread().
2015-03-20 21:31:57 +09:00
Francois Gouget
b861aed2c1
mscoree: Mark internal symbols with hidden visibility.
2015-03-20 18:05:17 +09:00
Francois Gouget
14aa446f1d
shlwapi: Remove unneeded NONAMELESSXXX directives.
2015-03-20 18:05:07 +09:00
Francois Gouget
351d907bbd
shell32: Remove unneeded NONAMELESSXXX directives.
2015-03-20 17:50:06 +09:00
Francois Gouget
7f0797cc78
riched20: Fix a trailing '\n' in a FIXME() call.
2015-03-20 17:39:58 +09:00
Nikolay Sivov
dc5d07f51b
fusion: Return interface pointer from QI instead of impl pointer.
2015-03-20 17:39:52 +09:00
Nikolay Sivov
20e302e203
explorerframe: Return interface pointer from QI instead of impl pointer.
2015-03-20 17:39:47 +09:00
Nikolay Sivov
d7f0a5ff08
browseui: Return interface pointer from QI instead of impl pointer.
2015-03-20 17:39:43 +09:00
Nikolay Sivov
cd4a1ea922
avifil32: Return interface pointer from QI instead of impl pointer.
2015-03-20 17:39:37 +09:00
Nikolay Sivov
bc9b29f65d
ole32: Cleanup QI for IEnumMoniker.
2015-03-20 16:23:12 +09:00
Nikolay Sivov
853dc5ec2f
ole32: Improve error handling in GetClassFile() (PVS-Studio).
2015-03-20 16:23:10 +09:00
Nikolay Sivov
f294ea8333
ole32: Fix error handling in GetTimeOfLastChange() for item moniker (PVS-Studio).
2015-03-20 16:23:08 +09:00
Nikolay Sivov
7aa2e9a9d0
mstask: Added IEnumWorkItems stub.
2015-03-20 16:23:04 +09:00
Jacek Caban
63dd502c3a
wmvcore: Added IWMWriterAdvanced3 stub implementation.
2015-03-20 12:43:09 +09:00
André Hentschel
8f00116b6c
gameux: Return function result on error (PVS-Studio).
2015-03-20 12:42:33 +09:00
André Hentschel
e26e33fa06
shlwapi: Avoid assigning values twice (PVS-Studio).
2015-03-20 12:42:28 +09:00
André Hentschel
765abb771f
dinput/tests: Avoid assigning values twice (PVS-Studio).
2015-03-20 12:41:44 +09:00
André Hentschel
e0121ad32a
msvcp90: Cleanup macro usage.
2015-03-20 12:41:39 +09:00
Jactry Zeng
6c425a169a
riched20: Implement IOleInPlaceSite interface.
2015-03-19 22:42:31 +09:00
Francois Gouget
f505e6fb4a
Assorted spelling fixes.
2015-03-19 21:54:14 +09:00
YongHao Hu
ff6231d173
msvcp90: Add istream::operator>>complex implementation and tests.
2015-03-19 21:54:02 +09:00
Dmitry Timoshkov
5acb82fc28
shell32: Fix SHFileOperation(FO_MOVE) for a directory with subdirectories.
2015-03-19 21:05:13 +09:00
Dmitry Timoshkov
5614ae23ee
shell32/tests: Add a couple of SHFileOperation(FO_MOVE) tests for a directory.
2015-03-19 21:05:11 +09:00
Matteo Bruni
9811d85141
wined3d: Don't use the builtin FFP uniform for the modelview matrix.
2015-03-19 20:56:59 +09:00
Matteo Bruni
425dc69fef
wined3d: Use a separate STATE_TRANSFORM(WINED3D_TS_VIEW) state handler in the GLSL pipeline.
2015-03-19 20:56:56 +09:00
Matteo Bruni
99f3e835ac
wined3d: Use a separate STATE_VDECL state handler in the GLSL pipeline.
...
It's mostly a copy of vertexdeclaration() from state.c, with a few
differences due to the new function being private to the GLSL backend
(e.g. d3d_info.vs_clipping is known to be TRUE) and the fragment fog
update part being split out.
2015-03-19 20:56:50 +09:00
Matteo Bruni
50861156e2
wined3d: Introduce a get_modelview_matrix() function.
2015-03-19 20:56:45 +09:00
Matteo Bruni
fe4a226bfa
wined3d: Introduce a get_identity_matrix() function.
2015-03-19 20:56:42 +09:00
Austin English
1e66b33d8b
setupx.dll16: Add a DiOpenClassRegKey stub.
2015-03-19 17:16:05 +09:00
Stefan Leichter
e269444f3a
msctf: Add TF_InitMlngInfo stub.
2015-03-19 17:14:57 +09:00
Sebastian Lackner
5f49f07d49
ntdll: Handle write watches in virtual_uninterrupted_write_memory.
2015-03-19 17:06:29 +09:00
Nikolay Sivov
3376648224
ole32/datacache: Handle stream Stat() failure (PVS-Studio).
2015-03-19 16:56:05 +09:00
André Hentschel
5c6e2032d8
server: Add header guarding for security.h.
2015-03-19 14:08:06 +09:00
Vincent Povirk
e9d9ef591b
gdiplus: GdipGetDC doesn't set the alpha channel for a 32-bit dib.
2015-03-19 14:07:41 +09:00
Nikolay Sivov
069406fe94
wmvcore: Return S_OK from WMCreateReader.
2015-03-19 14:06:46 +09:00
Nikolay Sivov
ba48217429
scrrun: Implement IEnumVARIANT support for dictionary.
2015-03-19 14:06:42 +09:00
Ken Thomases
77432ac45d
winejoystick: Fix a crash on accessing a CFArray past its end due to an off-by-one error in the Mac code.
2015-03-19 14:06:35 +09:00