Johannes Brandstätter
de3cb3af6f
wined3d: Fix trace output of emulated_textureram.
2014-09-02 15:07:09 +02:00
Jacek Caban
ac2b2e5e58
mshtml: Use debugstr_mshtml_guid in htmlhead.c.
2014-09-02 11:46:25 +02:00
Jacek Caban
8b0e62c42b
mshtml: Use TID_LIST in debugstr_mshtml_guid.
2014-09-02 11:46:20 +02:00
Piotr Caban
f370017e6f
msvcp90: Fix complex::operator*= implementation.
2014-09-02 11:46:14 +02:00
Jacek Caban
6b18f619f4
mshtml: Fixed session_storage leak.
2014-09-02 11:45:51 +02:00
Austin English
d5ef271ece
advapi32: Add stub for CloseEncryptedFileRaw.
2014-09-01 21:10:13 +02:00
Austin English
a98496a09a
advapi32: Add stub for WriteEncryptedFileRaw.
2014-09-01 21:10:13 +02:00
Austin English
8ca36632e9
advapi32: Add stub for ReadEncryptedFileRaw.
2014-09-01 21:10:13 +02:00
Austin English
27f00d4f68
advapi32: Add stub for OpenEncryptedFileRawA/W.
2014-09-01 21:10:13 +02:00
Hans Leidekker
e52bbd581d
winhttp/tests: Avoid test failures caused by connection errors.
2014-09-01 21:10:13 +02:00
Jacek Caban
f900bb5cbc
atl: Added typelib.
2014-09-01 21:10:12 +02:00
Piotr Caban
8b26ae824b
msvcp90: Don't fail if conversion was successful in wctob.
2014-09-01 21:10:12 +02:00
Akihiro Sagawa
e2779a4c9a
winmm: Don't call the custom MMIOM_SEEK handler while opening.
2014-09-01 21:10:12 +02:00
Akihiro Sagawa
d5345e64f1
winmm: Avoid sending MMIOM_SEEK message in debug trace.
2014-09-01 21:10:12 +02:00
Akihiro Sagawa
4df26eefe6
winmm/tests: Add more tests for custom procedures.
2014-09-01 21:10:12 +02:00
Hans Leidekker
614cb7eac7
msi: Update the cached product code when the property has changed.
2014-09-01 21:10:12 +02:00
Hans Leidekker
5709249986
msi: Return an error from MSI_GetComponentPath if the buffer is too small.
2014-09-01 21:10:12 +02:00
Hans Leidekker
04f9058a28
msi: Set the OutOfNoRbDiskSpace property.
2014-09-01 21:10:12 +02:00
Hans Leidekker
90f023a635
msi/tests: Make tests pass when running from the root directory.
2014-09-01 21:10:11 +02:00
Hans Leidekker
f5d916db06
msiexec: Command line option '!' is used to hide the cancel button.
2014-09-01 21:10:11 +02:00
Jacek Caban
383e223cda
msctf.idl: Added ITfMouse* interfaces.
2014-09-01 21:10:11 +02:00
YongHao Hu
f02ff7f651
msvcp90: Added complex_float_pow implementation (fix precision) and tests.
2014-09-01 21:10:11 +02:00
Qian Hong
3881adf244
riched20: Handle QI failure in ME_GetOLEObjectSize.
2014-09-01 20:26:35 +02:00
Henri Verbeet
37d628cdc9
d3d10: Implement d3d10_stateblock_Capture().
2014-09-01 20:26:34 +02:00
Henri Verbeet
204ffe15a6
d3d10core: Properly handle parentless views in d3d10_device_OMGetRenderTargets().
2014-09-01 20:26:34 +02:00
Henri Verbeet
d276bde09c
d3d10core/tests: Add a basic scissoring test.
2014-09-01 20:26:23 +02:00
Henri Verbeet
1cccd02428
d3d10core: Set wined3d state in d3d10_device_RSSetState().
...
At some point we'll probably want to switch to using state objects inside
wined3d, although that would require some changes to the other users of
wined3d as well.
2014-09-01 13:12:52 +02:00
Henri Verbeet
429d72965d
wined3d: Allow sRGB read/write and VTF on WINED3DFMT_R8G8B8A8_UNORM.
2014-09-01 13:12:44 +02:00
Francois Gouget
6d4275c964
mshtml/tests: Avoid an http -> https redirection.
2014-09-01 13:12:25 +02:00
Francois Gouget
466f9790de
dwrite: Remove a space before a '\n'.
2014-09-01 13:12:06 +02:00
Nikolay Sivov
7b7d8374a4
ntdll: NtWaitForMultipleObjects()'s third arguments means 'wait_any', not 'wait_all'.
2014-09-01 13:03:07 +02:00
Nikolay Sivov
60de49770c
msvcrt: Implement llabs().
2014-08-29 20:38:42 +02:00
Aric Stewart
bfaacf80da
dwrite: Initialize realloc'ed memory to zero.
2014-08-29 20:36:43 +02:00
Nikolay Sivov
0dad47ea36
dwrite/tests: Initial tests for SetLineBreakpoints().
2014-08-29 15:45:04 +02:00
Austin English
62e7c38859
include: Add EncryptedFileRaw functions and defines.
2014-08-29 10:45:08 +02:00
Nikolay Sivov
ae1d5912fe
advapi32: Switch to heap helpers in the rest of the code.
2014-08-29 09:57:56 +02:00
Nikolay Sivov
5f52333d34
usp10/tests: Test for S_OK return value in a clean way.
2014-08-29 09:57:52 +02:00
Shuai Meng
fdf4b1e792
vbscript: Implemented Time.
2014-08-28 20:52:28 +02:00
Shuai Meng
88d7f611a4
vbscript: Implemented Date.
2014-08-28 20:52:25 +02:00
Nikolay Sivov
ad012a8a57
advapi32/registry: Use heap helpers.
2014-08-28 16:53:26 +02:00
Matteo Bruni
33627f02aa
wined3d: Store bool uniforms location in the GLSL shader structures.
2014-08-28 15:30:26 +02:00
Matteo Bruni
6eb242a275
wined3d: Handle half-float attributes in load_numbered_arrays().
...
Fixes a bunch of graphic glitches in WildStar on Nvidia.
2014-08-28 15:30:23 +02:00
Matteo Bruni
5aeb834dd4
d3dx9: Allow implicit conversions in D3DXCreateTextureFromFileInMemoryEx.
...
They should be generally supported by the existing code.
Specific missing format conversions are caught and reported by
D3DXLoadSurfaceFromMemory(), which is called directly or indirectly
from here.
2014-08-27 19:24:41 +02:00
Matteo Bruni
807c01727c
d3dx9: Avoid reading outside of the allocated surface memory (Valgrind).
2014-08-27 19:23:06 +02:00
Nikolay Sivov
b60a2710f8
advapi32: Use heap helpers in security code.
2014-08-27 19:23:04 +02:00
Zhenbo Li
334eedb09e
mshtml/tests: Fix a memory leak.
2014-08-27 11:02:20 +02:00
Indrek Altpere
7b8624649a
winemenubuilder: Fix resource leak (Valgrind).
2014-08-27 11:02:15 +02:00
Austin English
8c9011db67
npptools: Add stub dll.
2014-08-27 11:02:08 +02:00
Alexandre Julliard
a2db8bc137
make_makefiles: Check for idl sources in parent directory to set clean flag.
2014-08-27 10:54:11 +02:00
Guillaume Charifi
16000c6129
oleaut32/tests: Add test for TLB dependencies lookup in resources.
2014-08-26 22:18:44 +02:00