André Hentschel
e63b0a0a45
gdiplus/tests: Fix compiler warnings with flag -Wunused-macros.
2014-12-11 11:55:56 +01:00
André Hentschel
3977851004
iccvid: Fix compiler warnings with flag -Wunused-macros.
2014-12-11 11:55:52 +01:00
André Hentschel
a6657bb084
itss/tests: Fix compiler warnings with flag -Wunused-macros.
2014-12-11 11:55:48 +01:00
André Hentschel
4d24fc415f
msrle32: Remove superfluous defines.
2014-12-11 11:55:17 +01:00
Jacek Caban
44c22801e3
mshtml: Added support for IDM_CUT command in browser mode.
2014-12-10 19:32:33 +01:00
Jacek Caban
935e7f059e
mshtml: Added support for IDM_PASTE command in browser mode.
2014-12-10 19:32:32 +01:00
Jacek Caban
6b463d8509
mshtml: Added support for copy, paste and cut commands in execCommand.
2014-12-10 19:32:32 +01:00
Jacek Caban
55ce76c181
mshtml: Mark mousedown event as cancelable.
2014-12-10 19:32:31 +01:00
Austin English
76dc45aa1a
kernel32: Add a stub for GetUserPreferredUILanguages.
2014-12-10 19:32:28 +01:00
Austin English
cf811f7184
mfplat: Add stub dll.
2014-12-10 19:32:26 +01:00
Henri Verbeet
c0cb43311b
d3d10core: Calculate the texture level count before texture creation.
2014-12-10 19:32:16 +01:00
Henri Verbeet
3b3b74510b
d3d9: Calculate texture levels in d3d9 instead of wined3d.
2014-12-10 19:32:15 +01:00
Henri Verbeet
1a28c7c5cc
d3d8: Calculate texture levels in d3d8 instead of wined3d.
2014-12-10 19:32:14 +01:00
Henri Verbeet
af9ccb490a
ddraw: Use wined3d_log2i() to calculate the level count in ddraw_surface_create().
2014-12-10 19:32:08 +01:00
Henri Verbeet
f5939399f0
wined3d: Use __builtin_clz() in wined3d_log2i() when available.
2014-12-10 13:40:47 +01:00
Martin Storsjo
a44e013b49
msvcr120_app: Add forwarding dll.
2014-12-10 13:37:57 +01:00
Michael Stefaniuc
165c9e7cb9
msi: Remove no-op toupperW() statement (PVS-Studio).
2014-12-10 13:32:01 +01:00
André Hentschel
76c24c80c3
atl: Fix compiler warnings with flag -Wunused-macros.
2014-12-10 13:31:39 +01:00
André Hentschel
1d0ff2ded3
gdiplus: Fix compiler warnings with flag -Wunused-macros.
2014-12-10 13:31:11 +01:00
André Hentschel
b2f967e086
dbghelp: Fix compiler warnings with flag -Wunused-macros.
2014-12-10 13:31:05 +01:00
Michael Stefaniuc
47fa711bbc
comctl32: Remove a stray unused GetFocus() statement (PVS-Studio).
2014-12-09 22:16:44 +01:00
Bruno Jesus
1c4cb63036
ws2_32: Implement getsockopt(SO_BSP_STATE).
2014-12-09 20:05:58 +01:00
André Hentschel
550f556dca
ntdll: Remove unused macros.
2014-12-09 19:36:06 +01:00
André Hentschel
8ae3c7ae27
qmgr/tests: Remove unused macro.
2014-12-09 19:36:00 +01:00
Nikolay Sivov
de741ffe52
dwrite: Update to IDWriteFactory2.
2014-12-09 18:57:06 +01:00
Nikolay Sivov
415e0b3f54
dwrite: Implement GetDesignGlyphAdvances().
2014-12-09 18:57:04 +01:00
Nikolay Sivov
730b2f4c66
dwrite: Implement IsMonospacedFont().
2014-12-09 18:57:01 +01:00
Martin Storsjo
13a101707a
api-ms-win-core-winrt-l1-1-0: Move implementations into combase.
2014-12-09 18:55:31 +01:00
Martin Storsjo
f185af6e82
include: Add a roapi.h header.
2014-12-09 18:55:14 +01:00
Martin Storsjo
3923c550b7
combase: Add stub dll.
2014-12-09 18:49:17 +01:00
Martin Storsjo
5f395ee8e6
msvcr120: Implement the _dclass/_fdclass/_ldclass functions.
2014-12-09 18:48:49 +01:00
Hans Leidekker
bb89483397
winhttp/tests: Close the connection immediately after authentication.
2014-12-09 13:17:08 +01:00
Hans Leidekker
2087a9fbe9
winhttp: Don't try to read data when the server response is HTTP_STATUS_NO_CONTENT or HTTP_STATUS_NOT_MODIFIED.
...
Tests based on a patch by Bruno Jesus.
2014-12-09 13:17:03 +01:00
Hans Leidekker
97cd0291b0
winhttp: Check the return value of send_request.
2014-12-09 13:16:55 +01:00
Hans Leidekker
cd7806b223
winhttp: Double the size of the internal read buffer.
2014-12-09 13:16:52 +01:00
Hans Leidekker
2b6dacfdbe
winhttp: Don't report data pending in the socket.
...
Some installers make assumptions about the size of the internal buffer. We could
exceed that size when there's enough data pending in the socket.
2014-12-09 13:16:43 +01:00
Hans Leidekker
647abcafb6
winhttp: Convert the async parameter to VT_BOOL if necessary in IWinHttpRequest::Open.
2014-12-09 13:16:36 +01:00
Hans Leidekker
4ac817b6c0
winhttp: Fill the read buffer first in drain_content.
2014-12-09 13:16:32 +01:00
Hans Leidekker
1eb86e1fca
winhttp: Enable automatic authentication by default in the request object.
2014-12-09 13:16:28 +01:00
Hans Leidekker
0d50168570
winhttp/tests: Handle more potential connection failures.
2014-12-09 13:16:24 +01:00
Hans Leidekker
5e6490a835
cryptnet: Add support for base64 encoded certificates, CRLs and CTLs in CryptRetrieveObjectByUrl.
2014-12-09 13:16:16 +01:00
Jacek Caban
7eddb864b3
mshtml: Allow setting fontWeight to empty string.
2014-12-08 17:30:51 +01:00
Martin Storsjo
f51c19b9a5
api-ms-win-core-winrt-string-l1-1-0: Fix a typo in a function stub name.
2014-12-08 17:30:12 +01:00
Martin Storsjo
547ba7a10b
msvcr120: Implement more C99 math functions.
2014-12-08 17:25:26 +01:00
Martin Storsjo
589f58d806
msvcr120: Implement the _vacopy function.
2014-12-08 17:08:51 +01:00
Nikolay Sivov
9978bfb6d7
dwrite: Partially implement GetDesignGlyphMetrics().
2014-12-08 16:48:45 +01:00
Nikolay Sivov
517185fcf3
dwrite: Set font style to oblique when oblique simulation, was requested.
2014-12-08 16:41:17 +01:00
Stefan Dösinger
19c860499a
wined3d: Filter messages generated by focus handling.
2014-12-08 14:18:43 +01:00
Stefan Dösinger
262b9cc62e
ddraw/tests: Test WM_SYSCOMMAND handling.
2014-12-08 14:18:38 +01:00
Stefan Dösinger
bd91c559ae
ddraw/tests: Fix window deactivation in test_coop_level_activateapp.
2014-12-08 14:18:36 +01:00
Stefan Dösinger
c37549ef5d
d3d8/tests: Test WM_SYSCOMMAND handling.
2014-12-08 14:17:29 +01:00
Stefan Dösinger
f217636e2d
d3d9/test: Test WM_SYSCOMMAND handling.
2014-12-08 14:17:22 +01:00
Stefan Dösinger
e8ce1085a9
d3d8/tests: Test focus loss message filtering.
2014-12-08 14:17:20 +01:00
Stefan Dösinger
0c55b9d2b3
d3d9/tests: Test focus loss message filtering in d3d9ex.
2014-12-08 14:17:13 +01:00
Stefan Dösinger
36553d862b
d3d9/tests: Test focus loss message filtering.
2014-12-08 14:17:09 +01:00
André Hentschel
3006cea8e0
fusion/tests: Add tests for CreateAssemblyCacheItem.
2014-12-05 20:48:11 +01:00
André Hentschel
20cec93919
winhttp/tests: Remove unused string (Clang).
2014-12-05 20:48:09 +01:00
André Hentschel
3011f5ee35
sxs/tests: Remove unused string (Clang).
2014-12-05 20:48:08 +01:00
André Hentschel
bc94ee099a
usp10: Remove unused function (Clang).
2014-12-05 20:48:04 +01:00
Piotr Caban
6c2d4f1092
msvcrt: Use fd critical section in _fstat64.
2014-12-05 20:48:02 +01:00
Piotr Caban
f2f45d5fe6
msvcrt: Use fd critical section in _chsize_s.
2014-12-05 20:48:01 +01:00
Piotr Caban
fa6de59770
msvcrt: Use fd critical section in _lseeki64.
2014-12-05 20:47:59 +01:00
Piotr Caban
ffdd16cc0d
msvcrt: Use fd critical section in _locking.
2014-12-05 20:47:57 +01:00
Piotr Caban
9a4cfbc3ed
msvcrt: Use fd critical section in _eof.
2014-12-05 20:47:55 +01:00
Francois Gouget
d1040304b2
dwrite: Fix compilation on systems that don't support nameless unions.
2014-12-05 20:47:53 +01:00
Francois Gouget
eaf4f695d1
dwrite: Add a trailing '\n' to a FIXME().
2014-12-05 20:47:50 +01:00
Francois Gouget
1788674bdb
msvcr120/tests: Make test_lconv*() static.
2014-12-05 20:47:47 +01:00
Francois Gouget
ea932fbcc1
Assorted spelling fixes.
2014-12-05 20:47:45 +01:00
Nikolay Sivov
717385b0ba
shell32: Added a stub for SHAssocEnumHandlers().
2014-12-05 20:47:42 +01:00
Bruno Jesus
d7a8beb0f7
ws2_32: Filter unset bits when argument is smaller than 32 bits.
2014-12-05 20:47:40 +01:00
Bruno Jesus
14324fec97
ws2_32/tests: Add SO_BSP_STATE tests.
2014-12-05 20:47:30 +01:00
Stefan Leichter
9668dddfc9
kernel32: Add stubs for CreateSymbolicLinkA/W.
2014-12-05 11:24:51 +01:00
Michael Stefaniuc
59af425d53
jscript: Merge two if blocks with identical condition (PVS-Studio).
2014-12-05 11:24:14 +01:00
Michael Stefaniuc
2db0a3d01e
comctl32: Merge two if blocks with identical condition (PVS-Studio).
2014-12-05 11:24:12 +01:00
Martin Storsjo
7d2d96a736
api-ms-win-core-errorhandling-l1-1-2: Add stub dll.
2014-12-05 11:23:12 +01:00
Vincent Povirk
192e1c0e7f
wbemprox: Implement Win32_OperatingSystem::TotalVisibleMemorySize.
2014-12-05 11:22:07 +01:00
Mark Harmstone
a73669aed8
winealsa: Implement GetPropValue and return device path.
2014-12-04 22:16:38 +01:00
Mark Harmstone
b1ff68b803
mmdevapi: Allow GetPropValue function in audio drivers.
2014-12-04 22:15:34 +01:00
Piotr Caban
a4fcba60b9
msvcrt: Call CreateProcess with CREATE_UNICODE_ENVIRONMENT flag in exec functions family.
...
Based on a patch by Ron Yorston.
2014-12-04 14:03:34 +01:00
Michael Stefaniuc
721c502db9
joy.cpl: Avoid pointers to out of scope variables (PVS-Studio).
2014-12-04 14:03:33 +01:00
Michael Müller
a14c4f92f3
api-ms-win-core-winrt-error-l1-1-1: Add stub dll.
2014-12-04 14:03:32 +01:00
Michael Müller
3ee0a27e0f
api-ms-win-core-xstate-l2-1-0: Add stub dll.
2014-12-04 14:03:31 +01:00
Michael Müller
40732e16ad
api-ms-win-core-datetime-l1-1-0: Add dll.
2014-12-04 14:03:30 +01:00
Michael Müller
762b6af348
api-ms-win-core-fibers-l1-1-0: Add dll.
2014-12-04 14:03:29 +01:00
André Hentschel
cdf2412203
wininet: Remove unused strings (Clang).
2014-12-04 14:03:28 +01:00
André Hentschel
c2ffe6e139
urlmon/tests: Remove unused strings (Clang).
2014-12-04 14:03:28 +01:00
André Hentschel
2c1287871b
shell32/tests: Remove unused variables (Clang).
2014-12-04 14:03:27 +01:00
André Hentschel
8d50a8a246
shell32: Remove unused string (Clang).
2014-12-04 14:03:26 +01:00
André Hentschel
b8719ff852
secur32: Declare debug channels only when needed (Clang).
2014-12-04 14:03:25 +01:00
André Hentschel
7b318b1700
kernel32/tests: Remove unused code (Clang).
2014-12-04 14:03:24 +01:00
André Hentschel
76272d6e6c
winspool.drv: Remove unused strings (Clang).
2014-12-04 14:03:23 +01:00
André Hentschel
3bddfebe99
winex11.drv: Remove unused code (Clang).
2014-12-04 14:03:22 +01:00
André Hentschel
d12e65af70
wineoss.drv: Remove unused string (Clang).
2014-12-04 14:03:21 +01:00
André Hentschel
ef9562a42f
windowscodecs: Remove unused strings (Clang).
2014-12-04 14:03:20 +01:00
André Hentschel
f5f0b8bbc6
user32/tests: Remove unused variables (Clang).
2014-12-04 14:03:20 +01:00
André Hentschel
dc4d32953f
wintrust: Remove unused variable (Clang).
2014-12-04 14:03:19 +01:00
Andrew Eikum
ee126c96f1
dsound: Report buffer notifications in offset order.
2014-12-04 14:03:16 +01:00
Andrew Eikum
5b7e49e84a
Revert "winmm: Increase mmdevapi buffer sizes.".
...
This reverts commit fdfff7cf60
.
In theory, this commit should have had no affect on winmm-using
applications and just prevented underruns on the mmdevapi side. But
Patrol Falcon abuses the winmm API by modifying the buffer after
passing it to waveOutWrite, and this patch breaks that behavior. We've
improved the winecoreaudio driver since this patch was sent, and so
large buffers should no longer be necessary to avoid underruns.
2014-12-04 11:10:22 +01:00
Marc Bessières
85ca920d94
riched20/tests: Use SendMessageA with char buffer (Valgrind).
2014-12-03 21:34:33 +01:00
André Hentschel
bf70fe3611
fusion: Add implementation for CreateAssemblyCacheItem.
2014-12-03 21:34:32 +01:00
Martin Storsjo
3488f88fe6
api-ms-win-core-datetime-l1-1-1: Add stub dll.
2014-12-03 21:34:31 +01:00
Martin Storsjo
6ccff80f47
api-ms-win-core-localization-l1-2-1: Add stub dll.
2014-12-03 21:34:30 +01:00
Martin Storsjo
7a2701bf0c
api-ms-win-core-file-l2-1-0: Add stub dll.
2014-12-03 21:34:29 +01:00
Martin Storsjo
46e795269e
api-ms-win-core-fibers-l1-1-1: Add stub dll.
2014-12-03 21:34:28 +01:00
Qian Hong
0cf62bec41
usp10: Make sure fallbackFont is NULL terminated.
2014-12-03 21:34:28 +01:00
Yifu Wang
08d0508993
msvcr120: Added wchar_t* fields to struct MSVCRT_lconv.
2014-12-03 21:34:27 +01:00
Alexandre Julliard
0ab2311cd5
kernel32/tests: Allow the parent directory to receive a modified event.
2014-12-03 21:34:25 +01:00
Alexandre Julliard
f48a0d8ca3
taskschd/tests: Don't depend on the directory lookup order.
2014-12-03 11:25:51 +01:00
Henri Verbeet
5c3d52468c
wined3d: Take the resource data type into account in shader_glsl_gen_sample_code().
2014-12-03 11:14:27 +01:00
Henri Verbeet
3aa9fe6bef
wined3d: Record the data type of shader resources.
2014-12-03 11:14:25 +01:00
Henri Verbeet
f7e485dcf4
wined3d: Handle SM4 resource declarations.
2014-12-03 11:14:23 +01:00
Henri Verbeet
f5cef43738
wined3d: Store resource types instead of sampler types in struct wined3d_shader_reg_maps.
...
The difference doesn't really matter for SM1-3 since resources and samplers
are always tied together, but in SM4 they're separate.
2014-12-03 11:14:21 +01:00
Henri Verbeet
5ccda82acc
wined3d: Validate register indices for WINED3DSIH_DCL instructions.
2014-12-03 11:14:14 +01:00
Vincent Povirk
c97da4c944
cabinet: Accept hf == 0 in FDIIsCabinet.
2014-12-03 11:13:25 +01:00
Vincent Povirk
685c68ba61
cabinet/tests: Add test for calling FDIIsCabinet with hf == 0.
2014-12-03 11:13:20 +01:00
Martin Storsjo
77e061f7f1
api-ms-win-core-winrt-l1-1-0: Add stub dll.
2014-12-02 19:51:06 +01:00
Martin Storsjo
73b53905cd
api-ms-win-core-processthreads-l1-1-2: Add stub dll.
2014-12-02 19:49:30 +01:00
Martin Storsjo
1396c977a8
api-ms-win-core-sysinfo-l1-2-1: Add stub dll.
2014-12-02 19:47:57 +01:00
Martin Storsjo
25f2f17bfb
api-ms-win-core-file-l2-1-1: Add stub dll.
2014-12-02 19:47:37 +01:00
Marcus Meissner
c0816eabff
ntoskrnl.exe: Added IoBuildSynchronousFsdRequest and IoGetAttachedDevice stubs.
2014-12-02 19:45:29 +01:00
Sebastian Lackner
d824b1ac3c
ws2_32: Improve implementation of get_poll_results.
2014-12-02 15:04:39 +01:00
Sebastian Lackner
4b7ec82663
wintrust: Reset data->pWintrustData->u.pFile->hFile after closing handle.
2014-12-02 15:03:17 +01:00
Nikolay Sivov
fe81deae10
dwrite: Make fonts installed in Fonts dir accessible through system collection.
2014-12-02 15:02:43 +01:00
Joachim Priesner
6eba688f2c
ws2_32: Use qsort() to order routes by metric in WS_get_local_ips.
2014-12-02 13:07:33 +01:00
Hans Leidekker
2a8043aa6b
msi: Properly handle service control events in Start/StopService.
2014-12-02 13:07:16 +01:00
Stefan Dösinger
f103247ddf
wined3d: Add a comment about reset during focus change.
2014-12-02 13:05:54 +01:00
Stefan Dösinger
8dd44e2801
d3d8: Refuse to reset a lost device.
2014-12-02 13:05:52 +01:00
Stefan Dösinger
aa9bc4c509
d3d9: Refuse to reset a lost device.
2014-12-02 13:05:48 +01:00
André Hentschel
d68b81cacb
oleaut32/tests: Remove unused code (Clang).
2014-12-02 10:48:37 +01:00
André Hentschel
84a2a963dd
qmgr/tests: Remove unused code (Clang).
2014-12-02 10:48:37 +01:00
André Hentschel
bf12844bf1
quartz: Remove unused code (Clang).
2014-12-02 10:48:37 +01:00
André Hentschel
065e4770f0
ole32/tests: Remove unused variable (Clang).
2014-12-02 10:48:37 +01:00
André Hentschel
1463325797
msxml3/tests: Remove unused code (Clang).
2014-12-02 10:32:13 +01:00
André Hentschel
099514e753
oleaut32: Remove unused code (Clang).
2014-12-02 10:31:33 +01:00
André Hentschel
ec8602a812
ole32: Remove unused string (Clang).
2014-12-02 10:31:21 +01:00
André Hentschel
481fce766f
msi: Remove unused strings (Clang).
2014-12-02 10:31:18 +01:00
André Hentschel
1c3179b21b
msi/tests: Remove unused variables (Clang).
2014-12-02 10:31:14 +01:00
André Hentschel
f1cd8d4ac9
localspl: Remove unused strings (Clang).
2014-12-02 10:31:07 +01:00
André Hentschel
93b36efe61
mshtml/tests: Remove unused variable (Clang).
2014-12-02 10:30:54 +01:00
André Hentschel
3135b02546
kernel32/tests: Remove unused strings (Clang).
2014-12-02 10:30:48 +01:00
Jacek Caban
1454e302a8
mshtml: Added support for flag 2 in getAttribute.
2014-12-01 18:34:22 +01:00
Jacek Caban
71cb0cea74
mshtml: Added "indent" command support to execCommand.
2014-12-01 18:34:17 +01:00
Iván Matellanes
17fcef507f
msvcrt: Call the _nolock variant when the file is already locked.
2014-12-01 11:11:16 +01:00
Sebastian Lackner
d57ccd54f8
ws2_32/tests: Fix several copy and paste errors.
2014-12-01 11:11:05 +01:00
Austin English
b017bdcab3
ole2: Add a stub for WriteClassStg.
2014-12-01 11:10:49 +01:00
Austin English
6fd25a458c
ole2disp: Add a stub for VariantChangeTypeEx.
2014-12-01 11:10:36 +01:00
Henri Verbeet
0cb8722837
d2d1: Implement d2d_d3d_render_target_CreateBitmapBrush().
2014-12-01 11:00:24 +01:00
Henri Verbeet
ac4bd550a5
d2d1: Make "transform" in d2d_d3d_render_target_Clear() const.
2014-12-01 11:00:23 +01:00
Henri Verbeet
0e8f2786e9
wined3d: Keep a reference to the resource in shader resource views.
2014-12-01 11:00:23 +01:00
Henri Verbeet
08b06b7d8f
wined3d: Unbind shader resource views in state_unbind_resources().
2014-12-01 11:00:22 +01:00