103379 Commits

Author SHA1 Message Date
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
André Hentschel
657933e135 winedbg: Remove unused code (Clang). 2014-12-04 14:03:18 +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 fdfff7cf6013a030f2b240b13b02831e502d49e7.

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
Alistair Leslie-Hughes
8885a4a2b9 winetest: Skip over stub dll if detected. 2014-12-03 21:34:26 +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