Bruno Jesus
1bba9674d9
user32/tests: Add tests for GetRawInputDeviceList.
2015-05-26 18:45:32 +09:00
Piotr Caban
e1de0eeae4
msvcr120: Add copysign export.
2015-05-26 18:45:32 +09:00
Jacek Caban
9981890397
mshtml: Pass EventTarget to call_event_handlers.
2015-05-26 14:36:57 +09:00
Nikolay Sivov
98b991fdcf
setupapi/tests: Skip a test if user is not allowed to open logging.
2015-05-25 21:52:40 +09:00
Stefan Dösinger
90d8896826
wined3d: Allow specifying a different depth stencil location.
...
This is for drivers that do not support depth stencil textures, but
happily support depth stencil renderbuffers.
2015-05-25 21:43:18 +09:00
Stefan Dösinger
bd658a15b9
wined3d: Check resource types separately in check_fbo_compat.
2015-05-25 21:43:18 +09:00
Nikolay Sivov
c5a029f82e
riched20/tests: Initial tests for font duplication behavior.
2015-05-25 21:43:18 +09:00
Nikolay Sivov
95074af8a8
riched20/tests: Basic test for Delete().
2015-05-25 21:43:18 +09:00
Nikolay Sivov
b43a0e1175
riched20/tests: Some tests for GetText().
2015-05-25 21:43:18 +09:00
Nikolay Sivov
f4438f1ee5
riched20: Implement Start/End properties for ranges.
2015-05-25 21:43:17 +09:00
Nikolay Sivov
81fc69d7e6
riched20: Added IDispatch support.
2015-05-25 21:43:17 +09:00
Jacek Caban
12a134fdc4
kernel32: Fixed buffer overflow in GetShortPathNameW.
2015-05-25 21:43:17 +09:00
Julian Rüger
47319a0028
po: Update German translation.
2015-05-25 21:43:17 +09:00
Nikolay Sivov
76577c8e4b
dwrite: Fix breakpoint update logic.
2015-05-25 21:43:17 +09:00
Nikolay Sivov
0491ad5873
dxdiagn: Silence some fixmes from class factory QI.
2015-05-25 21:43:17 +09:00
Francois Gouget
7da2416e77
include: Add more interfaces to ctfutb.idl.
2015-05-25 14:34:07 +09:00
Francois Gouget
3b6ca071d0
include: Remove an unneeded include directive from msctf.idl.
2015-05-25 14:34:07 +09:00
Francois Gouget
79378304b6
msvcp90: Make call_once_func_wrapper() static.
2015-05-25 14:34:07 +09:00
Francois Gouget
13595fd35f
msvcp120/tests: Make call_once(_ex)?_thread() static.
2015-05-25 14:34:07 +09:00
Francois Gouget
8efa0fb0c4
kernel32/tests: Fix compilation on systems that don't support nameless unions.
2015-05-25 14:34:07 +09:00
Mark Harmstone
bae599092a
comctl32: Use DPI settings for checkbox size.
2015-05-25 14:34:07 +09:00
Nikolay Sivov
1812df71b8
po: Update Russian translation.
2015-05-25 14:34:06 +09:00
Nikolay Sivov
90ed96a766
dwrite: Fix splitting by bidi levels.
2015-05-22 18:04:45 +09:00
Nikolay Sivov
1f55764dfc
riched20: Added some tom* constants used with ITextFont::Reset().
2015-05-22 18:04:41 +09:00
Huw Davies
4b110f7554
dinput/tests: Send a matching key-up event.
...
The user32 msg tests are failing (more than normal) as they still see 'Q' in the down state.
2015-05-22 18:04:28 +09:00
Huw Davies
008ceb662d
riched20/tests: Fix test on 64-bit.
2015-05-22 18:04:25 +09:00
Bruno Jesus
2a1ae98b55
ws2_32: Simplify select() to make its code more reusable.
2015-05-22 18:01:33 +09:00
Michael Müller
96b5d9aa97
wbemprox: Add support for Win32_SystemEnclosure.
...
From: Michael Müller <michael@fds-team.de>
2015-05-22 16:15:15 +09:00
Sebastian Lackner
37b1048bd2
wbemprox: Fix handling of arrays as query results.
2015-05-22 16:15:06 +09:00
Sebastian Lackner
856b03501a
wbemprox/tests: Add tests for Win32_SystemEnclosure.
2015-05-22 16:14:36 +09:00
Piotr Caban
d20c5965f1
msvcp120: Add _Do_call implementation.
2015-05-22 14:18:33 +09:00
Piotr Caban
a7a3cd84b5
msvcp120: Added _Call_once implementation.
2015-05-22 14:16:44 +09:00
Austin English
6bb558034c
api-ms-win-core-misc-l1-1-0: New dll.
2015-05-22 14:12:09 +09:00
Aurimas Fišeras
f2988416ab
po: Update Lithuanian translation.
2015-05-22 14:11:13 +09:00
Ken Thomases
5514df9d4e
ntdll: Avoid one of the calls to getattrlist() when read_directory_getattrlist() checks the case sensitivity of the file system.
...
Extract a new function, get_dir_case_sensitivity_attr_by_id(), from
get_dir_case_sensitivity_attr(). Call that instead of get_dir_case_sensitivity()
from read_directory_getattrlist(). We get the device and file system IDs from
the same getattrlist() call we're already doing, so that avoids an extra call.
2015-05-22 14:11:03 +09:00
André Hentschel
dec7b246f8
ntdll: Add ARMv8 detection for ARM32.
2015-05-22 14:10:29 +09:00
André Hentschel
b5b34220cc
ntdll: Parse ARM64 CPU info.
2015-05-22 14:10:27 +09:00
André Hentschel
48d150dc31
wineboot: Add hardware registry keys on ARM64.
2015-05-22 14:10:02 +09:00
André Hentschel
b4a46dbcaa
wineboot: Add environment registry keys on ARM64.
2015-05-22 14:09:50 +09:00
Sebastian Lackner
fdd83248b6
ole32/tests: Add additional tests for CoWaitForMultipleHandles and WM_QUIT.
2015-05-22 14:09:19 +09:00
Matteo Bruni
9586d3b256
wined3d: Make use of more specific device IDs with Nvidia binary drivers.
2015-05-21 20:52:04 +09:00
Matteo Bruni
83254963da
wined3d: Add missing entries for Nvidia GPUs.
2015-05-21 20:52:01 +09:00
Matteo Bruni
5ec54d2f3b
ddraw/tests: Accept broken testbot result for ddraw1:test_texturemapblend().
2015-05-21 20:51:54 +09:00
Matteo Bruni
2fee34f97b
ddraw/tests: Workaround a testbot failure in test_ck_rgba().
2015-05-21 20:51:50 +09:00
Matteo Bruni
30a1fffcc7
ddraw/tests: Accept broken testbot result for test_coop_level_d3d_state().
2015-05-21 20:51:43 +09:00
Jacek Caban
51a08f8c8f
ieframe: Allow any VT_ARRAY type as post data.
2015-05-21 20:01:34 +09:00
Huw Davies
a1d54447b8
comctl32/tests: Skip the hover tests if the listview's parent is not the foreground window.
2015-05-21 20:01:29 +09:00
Nikolay Sivov
fd806a65a5
riched20/tests: Added tests for ITextFont getters on detached font.
2015-05-21 19:04:00 +09:00
Nikolay Sivov
6fcb092f0f
riched20/tests: Test against proper LCID.
2015-05-21 19:03:50 +09:00
Nikolay Sivov
e6e16eb632
riched20: Implement GetName() for ITextFont.
2015-05-21 19:03:46 +09:00