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 |
|
Piotr Caban
|
1d865f90d6
|
msvcrt/tests: Fix _popen test failures when path contains spaces.
|
2014-04-21 14:33:06 +02:00 |
|
Jacek Caban
|
2518b8f31b
|
mshtml: Added IHTMLElementCollection::get__newEnum tests.
|
2014-04-21 14:32:59 +02:00 |
|
Jacek Caban
|
f7635f17b3
|
mshtml: Added IHTMLElementCollection::get__newEnum implementation.
|
2014-04-21 14:32:58 +02:00 |
|
Alexandre Julliard
|
0c496f0280
|
msvcrt: Update comments for non-exported functions.
|
2014-04-21 14:32:40 +02:00 |
|
Piotr Caban
|
92e12bb8fb
|
msvcrt: Use win_skip when function is not exported.
|
2014-04-21 14:31:51 +02:00 |
|
Piotr Caban
|
49e503c55a
|
msvcrt: Remove no longer needed exports.
|
2014-04-21 14:31:48 +02:00 |
|
Piotr Caban
|
f60b888bb2
|
msvcrt: Remove _set_invalid_parameter_handler calls from msvcrt tests.
|
2014-04-21 14:31:41 +02:00 |
|
Piotr Caban
|
0cb5067698
|
msvcrt: Don't raise exception in _invalid_parameter.
|
2014-04-21 14:31:38 +02:00 |
|
Gerald Pfeifer
|
1ca38f1dd7
|
readme: Raise the minimum version of FreeBSD to 8.0.
|
2014-04-21 11:15:12 +02:00 |
|
Henri Verbeet
|
9994cf8aec
|
d3d8/tests: Use a separate device for lighting_test().
|
2014-04-21 11:09:57 +02:00 |
|
Henri Verbeet
|
00630f67a4
|
d3d8/tests: Use a separate device for clear_test().
|
2014-04-21 11:09:56 +02:00 |
|
Henri Verbeet
|
322e6dd587
|
d3d8/tests: Use a separate device for fog_test().
|
2014-04-21 11:09:55 +02:00 |
|
Henri Verbeet
|
2428049753
|
d3d8/tests: Use a separate device for z_range_test().
|
2014-04-21 11:09:54 +02:00 |
|
Henri Verbeet
|
f8bd052366
|
d3d8/tests: Use a separate device for offscreen_test().
|
2014-04-21 11:09:54 +02:00 |
|
Dmitry Timoshkov
|
5356c945cd
|
ole32: Add support for VT_DISPATCH/VT_UNKNOWN to PropVariantClear and PropVariantCopy.
|
2014-04-21 11:09:53 +02:00 |
|
Dmitry Timoshkov
|
c6dbb33e19
|
user32: When converting from MF_ flags to MENUITEMINFO ignore MF_POPUP if id is not a menu.
|
2014-04-21 11:09:52 +02:00 |
|