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
Ken Thomases
2d809218a9
dinput: Check array indexes to avoid exceeding array bounds.
2014-04-14 10:24:58 +02:00
Ken Thomases
ab872f2f36
dinput: Overhaul how the array of Mac device elements is built and sorted.
...
Use three separate arrays instead of one array with three sections that are
separately tracked. Use the Core Foundation sort function rather than
implementing a clumsy sort of our own.
2014-04-14 10:24:53 +02:00
Ken Thomases
bf938311a2
dinput: Use the proper mutable Core Foundation types for mutable collections and avoid casting.
2014-04-14 10:24:40 +02:00
Ken Thomases
4637b607b2
dinput: Fix check of wrong result value due to copy/paste error.
2014-04-14 10:24:26 +02:00
Ken Thomases
d053533444
dinput: Rename identifiers to get rid of Hungarian notation and deceptive names in Mac code.
2014-04-14 10:24:21 +02:00
Alexandre Julliard
955676bc05
gdi32: Pass the full DC handle to the hook in DeleteDC.
2014-04-14 09:38:01 +02:00
Austin English
d8ca8c275d
wmp: Add HKLM\\Software\\Microsoft\\Multimedia\\WMPlayer\\Extensions key.
2014-04-11 19:12:33 +02:00
Austin English
946b80a567
wine.inf: Add HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PagingFiles key.
2014-04-11 19:12:32 +02:00
Austin English
d0fa8cbc74
gdi32/tests: Skip some tests if Times New Roman is not installed.
2014-04-11 19:12:31 +02:00
Nikolay Sivov
6c1d5f0bac
winhlp32: Remove unused assignments (Coverity).
2014-04-11 18:56:28 +02:00
Ryan Turner
a69c488f08
wined3d: Add NVIDIA Geforce GTX 750 to device list.
2014-04-11 17:04:06 +02:00
Alexandre Julliard
c6ba107a41
makedep: Store the includes list inside the makefile structure.
2014-04-11 17:04:01 +02:00
Alexandre Julliard
b69a0e89dc
makedep: Parse files as soon as they are loaded, and cache the information.
2014-04-11 16:58:50 +02:00
Alexandre Julliard
c16df0cd9b
makedep: Open files from the top-level directory as far as possible.
2014-04-11 14:24:53 +02:00
Dmitry Timoshkov
bd1576975a
taskschd: Implement setters for IRegistrationInfo string properties.
2014-04-11 11:23:27 +02:00
Dmitry Timoshkov
8fd6435a6a
taskschd: Implement getters for IRegistrationInfo string properties.
2014-04-11 11:23:06 +02:00
Dmitry Timoshkov
84dc933cad
taskschd/tests: Add some tests for task registration info.
2014-04-11 11:22:51 +02:00
Henri Verbeet
74a2bd084f
d3d9/tests: Make the sanity test a normal test.
2014-04-11 10:42:06 +02:00
Henri Verbeet
9f6765f759
d3d9/tests: Use a separate device for depth_clamp_test().
2014-04-11 10:42:04 +02:00
Henri Verbeet
7273d52bcd
d3d9/tests: Use a separate device for stretchrect_test().
2014-04-11 10:42:01 +02:00
Henri Verbeet
a8f3708322
d3d9/tests: Use a separate device for lighting_test().
2014-04-11 10:41:59 +02:00
Henri Verbeet
32919f40d0
d3d9/tests: Use a separate device for clear_test().
2014-04-11 10:41:55 +02:00
Jacek Caban
e3383d1739
mshtml: Ignore &IID_IWebBrowserPriv2IE7 in wb_qi.
2014-04-10 18:52:10 +02:00
Piotr Caban
55ff066103
user32: Don't fail on windows without menu bar in DrawMenuBar.
2014-04-10 16:51:09 +02:00
Alexandre Julliard
b045851648
user32: Cache the server queue mask on the client side and reset them when they have changed.
2014-04-10 16:29:18 +02:00
Alexandre Julliard
202d91e551
Revert "server: Restore the masks from the previous get_message when a wait is satisfied."
...
This reverts commit f846312f46
.
The masks will be stored on the client side instead.
2014-04-10 16:28:52 +02:00
Dmitry Timoshkov
5fc94f0adc
oleaut32: Fix loading of an empty picture from a non-statable stream.
2014-04-10 13:55:06 +02:00
Dmitry Timoshkov
f20045c28e
oleaut32/tests: Add a test for loading an empty picture from a non-statable stream.
2014-04-10 13:55:04 +02:00
Dmitry Timoshkov
39c1c9c262
taskschd: Add support for registering a task with NULL name in the root folder.
...
Because server receives full task name it can't autogenerate a name in
a non-root folder.
2014-04-10 13:54:48 +02:00
Dmitry Timoshkov
adc60c779f
taskschd/tests: Add a test for registering a task with NULL name in a not root folder.
2014-04-10 13:54:32 +02:00
Dmitry Timoshkov
a484dadf4a
schedsvc: Add support for generating new task name in SchRpcRegisterTask.
2014-04-10 13:54:27 +02:00
Dmitry Timoshkov
af0ede42d5
schedsvc/tests: Add a test for NULL task name passed to SchRpcRegisterTask.
2014-04-10 13:54:06 +02:00