Dmitry Timoshkov
3cb0c81336
ole32: Add support for VT_INT/VT_UINT to PropVariantClear and PropVariantCopy.
2014-04-16 10:54:48 +02:00
Dmitry Timoshkov
e03a3fe509
kernel32: Add a workaround for broken apps that pass negative values to ReadConsole.
2014-04-16 10:54:15 +02:00
Henri Verbeet
b2d8573848
d3d8/tests: Use a separate device for multisample_copy_rects_test().
2014-04-16 10:53:56 +02:00
Henri Verbeet
36f5debb88
d3d8/tests: Use a separate device for zenable_test().
2014-04-16 10:53:52 +02:00
Henri Verbeet
46a7517fed
d3d8/tests: Use a separate device for resz_test().
2014-04-16 10:53:48 +02:00
Henri Verbeet
b17ff75649
d3d8/tests: Use a separate device for fog_special_test().
2014-04-16 10:53:43 +02:00
Henri Verbeet
d93cbeca51
d3d8/tests: Use a separate device for volume_dxt5_test().
2014-04-16 10:53:39 +02:00
Nikolay Sivov
96cf9a2898
urlmon/tests: Fix use after free of IPersistStream interface.
2014-04-16 10:53:26 +02:00
Nikolay Sivov
026c861794
msxml3/tests: Fix accessing released intreface pointer.
2014-04-16 10:53:18 +02:00
Austin English
39730102aa
user.exe16: Downgrade a couple MESSAGEs to WARNs.
2014-04-16 10:52:54 +02:00
Nikolay Sivov
463f91dce1
svchost: Simplify error handling, fix trace message.
2014-04-16 10:52:37 +02:00
Alexandre Julliard
7e874aed75
user32: Load the message box font through the dialog template.
2014-04-15 21:03:55 +02:00
Alexandre Julliard
03167b4369
wrc: Allow specifying the default message font in dialogs by setting DS_SETFONT.
2014-04-15 21:03:55 +02:00
Nikolay Sivov
cb35df7ee6
wine.inf: Fix FontCache service registration info.
2014-04-15 21:03:55 +02:00
Piotr Caban
179957d5a9
user32/tests: Fix DrawMenuBar test failures.
2014-04-15 21:03:55 +02:00
Austin English
1a988fa465
ntdll: Make sure flags are preserved in raise_trap_exception().
2014-04-15 21:03:55 +02:00
Hans Leidekker
c7690c70ba
netprofm: Add a stub implementation of INetworkCostManager.
2014-04-15 21:03:55 +02:00
Hans Leidekker
06fd202a20
netprofm: Fix a memory leak.
2014-04-15 21:03:55 +02:00
Jacek Caban
6617f27004
wscript: Added WScript.CreateObject implementation.
2014-04-15 21:03:54 +02:00
Henri Verbeet
554871ea81
d3d8/tests: Use a separate device for volume_v16u16_test().
2014-04-15 21:03:54 +02:00
Henri Verbeet
29680b685a
d3d8/tests: Use a separate device for add_dirty_rect_test().
2014-04-15 21:03:54 +02:00
Henri Verbeet
ef5e4c794d
d3d8/tests: Make the sanity test a normal test.
2014-04-15 21:03:54 +02:00
Henri Verbeet
5b8d3a0c70
wined3d: Set the WINED3DPBLENDCAPS_SRCALPHASAT destination blend cap when ARB_blend_func_extended is supported.
2014-04-15 21:03:54 +02:00
Henri Verbeet
7f2ae9889d
wined3d: Set VTF filter caps when VTF is supported.
2014-04-15 21:03:54 +02:00
Nikolay Sivov
d87724e626
wininet: Remove some dead code (Coverity).
2014-04-15 21:03:54 +02:00
Nikolay Sivov
601738dfb5
riched20: GetClientSite() is implemented for IRichEditOle so uncomment related code (Coverity).
2014-04-15 21:03:54 +02:00
Bruno Jesus
c33e7308ad
ws2_32: Use the correct address family in gethostbyaddr.
2014-04-15 21:03:54 +02:00
Dmitry Timoshkov
2451d263de
kernel32: Handle memory allocation failure in ReadConsoleA.
2014-04-15 09:46:29 +02:00
Nikolay Sivov
00ff2ed81e
kernel32/tests: Added missing comma (Coverity).
2014-04-15 09:45:18 +02:00
Nikolay Sivov
3cadbbb4b0
shell32: Use a proper deallocator (Coverity).
2014-04-15 09:45:06 +02:00
Nikolay Sivov
0cb52a9cfa
shlwapi: Use a proper deallocator (Coverity).
2014-04-15 09:45:01 +02:00
Nikolay Sivov
2c880e5271
winhttp: Use proper deallocator (Coverity).
2014-04-14 20:19:02 +02:00
Vincent Povirk
4def66c11c
gdiplus: Prevent NULL StringFormat in gdip_format_string.
2014-04-14 20:19:01 +02:00
Dmitry Timoshkov
8df0479870
secur32: Also recognize samba4 failure message if ntlm_auth could not connect to winbindd.
2014-04-14 20:19:01 +02:00
Akihiro Sagawa
ab5db46477
msvcrt: Add MBCS handling for _splitpath.
2014-04-14 20:19:01 +02:00
Akihiro Sagawa
e67f84122d
ntdll: Add %gs support for NetBSD.
2014-04-14 20:19:01 +02:00
Jacek Caban
e9aae93a6b
cscript: Share sources with wscript.
2014-04-14 20:19:01 +02:00
Dmitry Timoshkov
3bf372f2f5
include/xmldomdid.h: Synchronize with msxml2did.h.
2014-04-14 20:19:01 +02:00
Henri Verbeet
1af267f613
ddraw/tests: Try to make test_coop_level_mode_set() more reliable.
...
It appears that particularly on slower setups, on occasion we don't receive
WM_DISPLAYCHANGE messages after a mode change. The theory is that the
SendMessageTimeoutW() call in X11DRV_resize_desktop() ends up hitting the
is_queue_hung() check in the send_message handler in the server, and the
PeekMessage() calls should avoid that.
2014-04-14 20:19:01 +02:00
Henri Verbeet
54029915d5
d3d8/tests: Properly declare matrices.
2014-04-14 20:19:01 +02:00
Henri Verbeet
b97570fe1c
d3d9/tests: Properly declare matrices.
2014-04-14 20:19:01 +02:00
Henri Verbeet
3a87b3a6db
d3d8/tests: Get rid of some pointless BeginScene() checks.
2014-04-14 20:19:01 +02:00
Henri Verbeet
3ae4889eeb
d3d9/tests: Get rid of some pointless BeginScene() checks.
2014-04-14 20:19:00 +02:00
Dmitry Timoshkov
c3ee3da58a
kernel32: Filter out console handles in GetFileSize.
2014-04-14 10:30:30 +02:00
Nikolay Sivov
991746b605
crypt32: Fix properties list lookup (Coverity).
2014-04-14 10:27:50 +02:00
Nikolay Sivov
8d178b185d
dsound: Remove duplicated parameter check (Coverity).
2014-04-14 10:25:55 +02:00
Nikolay Sivov
44818ce0f9
quartz: Check GetCurFile() return value (Coverity).
2014-04-14 10:25:51 +02:00
Nikolay Sivov
52c6c6a1d1
msxml3: Fix transformation result output for stream and BSTR cases.
2014-04-14 10:25:43 +02:00
Ken Thomases
7367c68cc9
dinput: Add additional debug logging to Mac code.
2014-04-14 10:25:19 +02:00
Ken Thomases
180b9e63d9
dinput: Fix numerous leaks.
2014-04-14 10:25:04 +02:00