Commit Graph

100992 Commits

Author SHA1 Message Date
Vincent Povirk
2005be6dc9 shell32: Use CREATE_NEW_CONSOLE when SEE_MASK_NOCONSOLE is omitted. 2014-04-25 10:22:44 +02:00
Vincent Povirk
33a2242133 shell32: Pass MASK_NO_CONSOLE through to context menu handlers. 2014-04-25 10:22:41 +02:00
Vincent Povirk
7eebbf3b07 shell32: Respect CMIC_MASK_NO_CONSOLE in ShellLink InvokeCommand. 2014-04-25 10:22:38 +02:00
Nikolay Sivov
9b2ea63311 comctl32/tests: Initialize text buffer pointer (Valgrind). 2014-04-25 10:17:36 +02:00
Nikolay Sivov
e543eeb42b advapi32/tests: Fix some leaks in tests (Valgrind). 2014-04-25 10:16:57 +02:00
Bruno Jesus
e011307244 dinput: Remove duplicated TRACE check. 2014-04-25 10:16:51 +02:00
André Hentschel
77b0e788b8 advapi32: Add stubs for GetTraceEnableFlags and GetTraceEnableLevel. 2014-04-25 10:16:40 +02:00
Vincent Povirk
eb8406b810 user32/tests: Our popup test window loses capture to itself. 2014-04-25 10:16:15 +02:00
Vincent Povirk
e1c5af1e8d user32/tests: Add a message test for popup menus on windows that have capture. 2014-04-25 10:16:11 +02:00
Vincent Povirk
412222609f user32/tests: Add test calling EndMenu from WM_ENTERMENULOOP. 2014-04-25 10:16:07 +02:00
Jacek Caban
fba08e34c4 ieframe: Improved debug traces. 2014-04-24 20:43:09 +02:00
Jacek Caban
e9ac8e568b mshtml: Added IConnectionPoint::EnumConnections implementation. 2014-04-24 20:43:09 +02:00
Alexandre Julliard
693d6e48d7 ntdll: Don't wait for writes to complete in NtFlushVirtualMemory. 2014-04-24 14:39:48 +02:00
Alexandre Julliard
7d3559bfe9 dxguid: Remove some symbols that aren't exported in native. 2014-04-24 12:41:38 +02:00
Alistair Leslie-Hughes
c41d275079 dpnet: Improve error checking in Get/Set SP. 2014-04-24 12:34:03 +02:00
Alistair Leslie-Hughes
daac5b1f41 dpnet/tests: Use dxguid for tests. 2014-04-24 12:34:02 +02:00
Alistair Leslie-Hughes
2d7848b0ee include: Add dvoice.h. 2014-04-24 12:01:24 +02:00
Patrick Rudolph
66316964a9 user32/tests: Add tests for valid cbSize in GetMonitorInfoW. 2014-04-24 11:38:24 +02:00
Patrick Rudolph
4ecda80c6c user32: Check for valid cbSize in GetMonitorInfoW. 2014-04-24 11:38:09 +02:00
Ken Thomases
d1f554711f winemac: Send WM_SIZING messages during resizing to let app alter the proposed size. 2014-04-24 11:37:34 +02:00
Ken Thomases
b52c89fc91 winemac: For GetKeyNameText(), use the hard-coded table in preference to the Mac keyboard layout. 2014-04-24 11:37:28 +02:00
Andrew Eikum
c4a28490f3 user32: Allow setting horizontal extent even without WS_HSCROLL. 2014-04-24 11:37:13 +02:00
Jacek Caban
5d31c1e824 vbscript: Return proper error on invalid argument in Chr. 2014-04-23 20:23:54 +02:00
Nikolay Sivov
3ca67bc849 uxtheme/tests: No need to check last error when error code is explicitly returned. 2014-04-23 20:23:47 +02:00
André Hentschel
84c63435b4 wined3d: Add NVIDIA Geforce GTX 780 Ti to supported device list. 2014-04-23 17:31:17 +02:00
Henri Verbeet
5cf9fe1c63 wined3d: Get rid of surface_set_texture_target(). 2014-04-23 15:00:46 +02:00
Henri Verbeet
23eed88fde wined3d: Implement support for per-stage texture stage constants.
This patch is loosely based on an earlier patch by Christian Costa.
2014-04-23 15:00:43 +02:00
Henri Verbeet
ac70dd2c97 ddraw: Validate the pitch for user memory surfaces against the unaligned minimum pitch.
User memory surfaces have a different minimum alignment from regular surfaces.
This fixes a regression introduced by commit
9c138d772c.
2014-04-23 15:00:35 +02:00
Henri Verbeet
81fb749ecf wined3d: Introduce a separate function to calculate the pitch for a given format and width. 2014-04-23 15:00:14 +02:00
Henri Verbeet
a1c63c2781 wined3d: Simplify the driver version info lookup in init_driver_info(). 2014-04-23 15:00:02 +02:00
Nikolay Sivov
383686275a oleaut32: Properly free record name (Valgrind). 2014-04-23 11:13:13 +02:00
André Hentschel
aa7185a098 winemenubuilder: Use boolean return values in boolean functions. 2014-04-23 11:12:51 +02:00
André Hentschel
7e01e08939 advapi32: Add stub for GetTraceLoggerHandle. 2014-04-23 11:12:19 +02:00
Patrick Rudolph
24c572874d user32/tests: Add tests for valid cbSize in GetMonitorInfoA. 2014-04-22 18:45:30 +02:00
Patrick Rudolph
8be5dd162c user32: Check for valid cbSize in GetMonitorInfoA. 2014-04-22 18:44:39 +02:00
Jacek Caban
12dc23db72 mshtml: Added IHTMLDOMChildrenCollection::get__newEnum tests. 2014-04-22 18:41:33 +02:00
Jacek Caban
570d05ec7c mshtml: Added IHTMLDOMChildrenCollection::get__newEnum implementation. 2014-04-22 18:41:31 +02:00
Jacek Caban
3ec1da918c mshtml: Fixed HTMLElementCollectionEnum_Next implementation for NULL pCeltFetched. 2014-04-22 18:41:28 +02:00
Piotr Caban
d48314c8a5 msvcrt: Don't use default process heap. 2014-04-22 14:46:43 +02:00
Qian Hong
43cd9e6d96 include: Added some ATL function prototypes. 2014-04-22 11:27:24 +02:00
Henri Verbeet
36d8d6bf8e wined3d: Ignore invalid PCI vendor/device overrides. 2014-04-22 11:26:31 +02:00
Henri Verbeet
2a258bd0c5 d3d8/tests: Handle the Windows 8 testbot results in cnd_test(). 2014-04-22 11:26:29 +02:00
Henri Verbeet
41abcf6048 d3d8/tests: Handle the Windows 8 testbot results in zenable_test(). 2014-04-22 11:26:27 +02:00
Henri Verbeet
a8248847f5 d3d8/tests: Use a separate device for test_sanity(). 2014-04-22 11:26:26 +02:00
Henri Verbeet
25d2de7b93 d3d8/tests: Use a separate device for depth_clamp_test(). 2014-04-22 11:26:24 +02:00
Nikolay Sivov
f1706b0387 shlwapi: Implement SHRegCreateUSKeyA(). 2014-04-22 11:26:14 +02:00
Nikolay Sivov
3f0a24349c netprofm/tests: Fix a test failure on Win7/Win2008 systems. 2014-04-22 11:26:06 +02:00
Andrew Sheldon
5ef54904f2 wined3d: Add NVIDIA Geforce GTX 780 to supported device list. 2014-04-21 17:08:04 +02:00
Piotr Caban
026ea82a2d msvcr80: Add type_info::name partial implementation. 2014-04-21 16:47:11 +02:00
Nikolay Sivov
95b6958752 mshtml/tests: Remove old system version check that doesn't work anymore. 2014-04-21 14:33:09 +02:00