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 |
Dmitry Timoshkov
|
ea248186b3
|
taskschd: Add invalid parameter check to IRegisteredTask::get_State and IRegisteredTask::get_Enabled.
|
2014-04-10 13:53:53 +02:00 |
Henri Verbeet
|
9595526932
|
d3d9/tests: Use a separate device for color_fill_test().
|
2014-04-10 13:53:46 +02:00 |
Henri Verbeet
|
b7f323e8c6
|
d3d9/tests: Use a separate device for fog_test().
|
2014-04-10 13:53:44 +02:00 |
Henri Verbeet
|
0453e4e44a
|
d3d9/tests: Use a separate device for test_cube_wrap().
|
2014-04-10 13:53:41 +02:00 |
Henri Verbeet
|
8a170e9d48
|
d3d9/tests: Use a separate device for z_range_test().
|
2014-04-10 13:53:39 +02:00 |
Henri Verbeet
|
f329a2b586
|
d3d9/tests: Use a separate device for maxmip_test().
|
2014-04-10 13:53:37 +02:00 |
Alexandre Julliard
|
4cb68d2322
|
makedep: Store the sources list inside the makefile structure.
|
2014-04-10 13:52:47 +02:00 |
Alexandre Julliard
|
299ce6f9f0
|
makedep: Add a helper function to check if a string exists in an array.
|
2014-04-10 13:52:44 +02:00 |
Alexandre Julliard
|
f9ddafa807
|
makedep: Pass a makefile pointer to all internal functions.
|
2014-04-10 13:52:41 +02:00 |
Alexandre Julliard
|
dcf6060ab8
|
makedep: Add support for specifying an object directory different from the current directory.
|
2014-04-10 13:52:39 +02:00 |
Nikolay Sivov
|
14dab8ab4b
|
shlwapi: Always close find handle (Coverity).
|
2014-04-10 09:12:10 +02:00 |
Nikolay Sivov
|
0efa2331e2
|
shell32: Fix a cloned pidl leak (Coverity).
|
2014-04-10 09:12:03 +02:00 |
Nikolay Sivov
|
3236c06c20
|
shell32: Fix a leak of memory pointing to XDG_PARSED_FILE (Coverity).
|
2014-04-10 09:11:56 +02:00 |
Nikolay Sivov
|
5497a41e92
|
msi: Fix a leak on error path (Coverity).
|
2014-04-10 09:11:52 +02:00 |
Nikolay Sivov
|
0bcf4a5bb6
|
msi: Fix a leak on error path (Coverity).
|
2014-04-10 09:11:50 +02:00 |
Nikolay Sivov
|
4f681295d6
|
qedit/tests: Fix a file handle leak on error path (Coverity).
|
2014-04-10 09:11:48 +02:00 |
Ryan Turner
|
ed51082dd6
|
wined3d: Add NVIDIA Geforce GTX 760 to device list.
|
2014-04-09 19:17:21 +02:00 |
Alistair Leslie-Hughes
|
9938eef4bc
|
hnetcfg: Register NetFwOpenPort interface.
|
2014-04-09 17:31:46 +02:00 |
Thomas Faber
|
2d80ef28d0
|
ntdll/tests: Add tests for RtlUTF8ToUnicodeN.
|
2014-04-09 17:31:03 +02:00 |
Thomas Faber
|
9694360a27
|
ntdll/tests: Add tests for RtlUnicodeToUTF8N.
|
2014-04-09 17:28:37 +02:00 |
Nikolay Sivov
|
d24095a7d1
|
comctl32: Fix LVN_DELETEALLITEMS notification for LVS_OWNERDATA case.
|
2014-04-09 14:58:17 +02:00 |
Dmitry Timoshkov
|
a3cd93ca96
|
taskschd: Forward IRegisteredTask::get_Enabled to SchRpcGetTaskInfo.
|
2014-04-09 13:16:47 +02:00 |
Dmitry Timoshkov
|
7f3c32b626
|
taskschd: Forward IRegisteredTask::get_State to SchRpcGetTaskInfo.
|
2014-04-09 13:16:37 +02:00 |
Dmitry Timoshkov
|
67100eb29c
|
schedsvc: Add SchRpcGetTaskInfo stub implementation.
|
2014-04-09 13:16:31 +02:00 |
Dmitry Timoshkov
|
9b9b07e4cd
|
schedsvc: Add some tests for SchRpcGetTaskInfo.
|
2014-04-09 13:16:23 +02:00 |
Dmitry Timoshkov
|
96452fc810
|
schedsvc: Return correct error code when a being loaded xml doesn't exist.
|
2014-04-09 13:16:13 +02:00 |
Piotr Caban
|
4fca169301
|
server: Don't debug children when DEBUG_PROCESS and DEBUG_ONLY_THIS_PROCESS flags are passed to CreateProcess.
|
2014-04-09 13:15:58 +02:00 |
Alexandre Julliard
|
081df721d0
|
makedep: Store more variables in the makefile structure.
|
2014-04-09 12:35:24 +02:00 |
Alexandre Julliard
|
8fdacd15d2
|
makedep: Compute source paths instead of loading them from the makefile.
|
2014-04-09 12:34:36 +02:00 |
Alexandre Julliard
|
228684d34f
|
makedep: Add a structure to store individual makefile parameters.
|
2014-04-09 12:31:01 +02:00 |
Henri Verbeet
|
80c3e07c96
|
d3d9/tests: Use a separate device for offscreen_test().
|
2014-04-09 09:23:03 +02:00 |
Henri Verbeet
|
0513d79526
|
d3d9/tests: Use a separate device for ds_size_test().
|
2014-04-09 09:23:01 +02:00 |
Henri Verbeet
|
e41a6c827f
|
d3d9/tests: Use a separate device for alpha_test().
|
2014-04-09 09:22:59 +02:00 |
Henri Verbeet
|
b7977c9f6b
|
d3d9/tests: Use a separate device for shademode_test().
|
2014-04-09 09:22:57 +02:00 |
Henri Verbeet
|
91e9ca7070
|
d3d9/tests: Use a separate device for srgbtexture_test().
|
2014-04-09 09:22:54 +02:00 |
Zhenbo Li
|
22c2d81a2d
|
mshtml: Added IHTMLTable::bgColor property implementation.
|
2014-04-08 19:23:55 +02:00 |
Zhenbo Li
|
c4a51b0b0a
|
mshtml: Don't free a string too early.
|
2014-04-08 19:23:46 +02:00 |
Jacek Caban
|
531a6ceb5d
|
qcap: Store max frame size separately from video format bitmap info and restore it before each ICCompress call.
|
2014-04-08 19:23:26 +02:00 |
Jacek Caban
|
98e9e4a3b0
|
services: Skip tests if OpenSCManager failed.
This should also fix failures on VMs with insufficient privileges.
|
2014-04-08 19:23:25 +02:00 |
Jacek Caban
|
7b88e37839
|
mshtml: Ignore QueryHitPoint calls in activex.c tests.
|
2014-04-08 19:23:24 +02:00 |
Stefan Dösinger
|
ee57e19b40
|
ddraw: SetPrivateData(..., data = NULL, ...) is not valid.
|
2014-04-08 19:23:24 +02:00 |