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
Hans Leidekker
0877e4cbb2
rpcrt4: Remove a couple of unused assignments.
2015-05-21 17:53:40 +09:00
Hans Leidekker
ab6361fbbf
rpcrt4: Initialize the association UUID in RpcAssoc_Alloc.
2015-05-21 17:53:35 +09:00
Hans Leidekker
852721863a
rpcrt4: Use InternetSetCookie to set the session cookie.
...
This ensures that the cookie is preserved when the server sets an additional cookie.
2015-05-21 17:53:30 +09:00
Alexandre Julliard
ee1528040e
ntdll: Remove the special case for the NUL device.
2015-05-21 17:38:19 +09:00
Alexandre Julliard
950c82094b
ntdll: Add support for file I/O on device files.
2015-05-21 17:38:04 +09:00
Alexandre Julliard
c4fb1f617d
kernel32: Get rid of the hardcoded NUL device in QueryDosDeviceW.
2015-05-21 17:37:42 +09:00
Alexandre Julliard
f32600d3c1
kernel32: Check NT symlink first for all devices in QueryDosDeviceW.
2015-05-21 17:37:14 +09:00
Alexandre Julliard
c0ac2afb19
server: Create the null device and its symlink.
2015-05-21 17:24:34 +09:00
Alexandre Julliard
b414b93d5a
server: Allow a device file to be mapped directly to a Unix device.
2015-05-21 17:18:08 +09:00
Nikolay Sivov
b191519a4b
include: Fix missing attributes in urlmon.idl.
2015-05-21 15:41:40 +09:00
Nikolay Sivov
3e64491a4a
include: Fix oleacc.idl size_is attributes for void** arrays.
2015-05-21 14:37:49 +09:00