Commit Graph

84546 Commits

Author SHA1 Message Date
Piotr Caban d4fab07110 msvcrt: Add _getwche implementation. 2015-06-15 14:49:21 +09:00
Piotr Caban 9a10a71638 msvcrt: Add _getwch implementation. 2015-06-15 14:49:16 +09:00
Piotr Caban de68efdb7d msvcrt: Fix return value of cputws. 2015-06-15 14:49:11 +09:00
Piotr Caban 9ed740377b msvcrt: Fix return value of _cputs. 2015-06-15 14:49:09 +09:00
Piotr Caban eb9e00857a msvcrt: Write directly to the console in _putwch. 2015-06-15 14:49:04 +09:00
Marcus Meissner 99549e1e2e oledb32: Free memory on error exit (Coverity). 2015-06-15 14:47:45 +09:00
Marcus Meissner a2869de4d4 shlwapi: Add missing braces (Coverity). 2015-06-15 14:47:32 +09:00
Jacek Caban 7fa7e9bd3b wininet: Get rid of no longer needed read_chunked field. 2015-06-15 14:46:49 +09:00
Piotr Caban 7c4f2b91d6 msvcp60: Sync spec files. 2015-06-15 14:46:20 +09:00
Jacek Caban dd26d1f981 scrrun: Added IFile::put_Attributes imeplementation. 2015-06-15 14:45:56 +09:00
Hans Leidekker 3b8a8d31dc winhttp: Store credentials set with WinHttpSetCredentials separately from username and password set through options. 2015-06-15 14:45:51 +09:00
Hans Leidekker c5a969904f qmgr/tests: Add tests. 2015-06-15 14:45:45 +09:00
Hans Leidekker bda14f61fc qmgr: Don't inline transitionJobState. 2015-06-15 14:45:42 +09:00
Hans Leidekker 13c3f7ac2b qmgr: Implement IBackgroundCopyJob::Cancel. 2015-06-15 14:45:40 +09:00
Hans Leidekker 63aa94573f qmgr: Implement IBackgroundCopyJob::SetCredentials and IBackgroundCopyJob::RemoveCredentials. 2015-06-15 14:45:38 +09:00
Hans Leidekker 1e800c7b94 qmgr: Implement IBackgroundCopyJobHttpOptions::SetCustomHeaders and IBackgroundCopyJobHttpOptions::GetCustomHeaders. 2015-06-15 14:45:36 +09:00
Hans Leidekker dcfe6648f8 qmgr: Implement IBackgroundCopyJobHttpOptions::SetSecurityFlags and IBackgroundCopyJobHttpOptions::GetSecurityFlags. 2015-06-15 14:45:34 +09:00
Hans Leidekker faa65f6291 qmgr: Add a stub implementation of IBackgroundCopyJobHttpOptions. 2015-06-15 14:45:32 +09:00
Hans Leidekker 230b52da18 qmgr: Use winhttp for HTTP transfers instead of wininet. 2015-06-15 14:45:29 +09:00
Piotr Caban 3b5991cd80 msvcrt: Open console input handle with write permission so SetConsoleMode can work on it. 2015-06-15 14:45:10 +09:00
Matteo Bruni 4189d29776 wined3d: Avoid the builtin GLSL vertex attributes. 2015-06-12 21:23:12 +09:00
Matteo Bruni 92a2cef7a8 d3d8/tests: Port part of the fixed function attributes test to D3D8. 2015-06-12 21:23:12 +09:00
Matteo Bruni ddefb49a30 d3d8/tests: Port the vertex shader input test to D3D8. 2015-06-12 21:23:12 +09:00
Matteo Bruni 4611ad8bef d3d9/tests: Test the default colors for fixed function vertex processing. 2015-06-12 21:23:12 +09:00
Matteo Bruni 3c7e48a132 d3d9/tests: Test the default diffuse color for vertex shaders. 2015-06-12 21:23:12 +09:00
Michael Müller 2f17d5b136 ddraw: Make some functions hotpachable. 2015-06-12 21:23:12 +09:00
Huw Davies 30c529c9f7 user32/tests: Use the correct codepage for WM_CHAR tests. 2015-06-12 21:22:43 +09:00
Huw Davies 53dbffd314 wininet/tests: Fix tests on Win 2k. 2015-06-12 21:22:43 +09:00
Iván Matellanes c69ac67206 msvcirt: Fix implementation of streambuf::sync. 2015-06-12 21:22:43 +09:00
Iván Matellanes b36a526f5a msvcirt/tests: Add more streambuf tests. 2015-06-12 21:22:43 +09:00
Vincent Povirk 3f83b788d4 ole32: Fix storage locking for read-only exclusive mode. 2015-06-12 21:22:42 +09:00
Michael Stefaniuc 06e988a5d3 dmcompos: Get rid of the extra pointer to a DMUS_OBJECTDESC. 2015-06-12 21:22:42 +09:00
Michael Stefaniuc c64d41fa47 dmcompos: Use the generic DirectMusicObject implementation for DMChordMap. 2015-06-12 21:22:42 +09:00
Ken Thomases 3b74ac0f08 ntdll: Fix the "not found" status set by read_directory_stat() and read_directory_getattrlist() for when restart_scan is set. 2015-06-12 21:22:42 +09:00
Ken Thomases e7fa766378 Revert "ntdll: Avoid one of the calls to getattrlist() when read_directory_getattrlist() checks the case sensitivity of the file system.".
This was wrong-headed and could never have worked.  The second getattrlist()
call that I was trying to avoid was only necessary when the first fails.  Given
that the first failed, its results can't be used to avoid the second, no matter
what information we requested.

This reverts commit 5514df9d4e.
2015-06-12 21:22:42 +09:00
Ken Thomases f634faaae3 winecoreaudio: Fix build by importing advapi32.
This was missed in commit 3494fb7f72.
2015-06-12 21:22:42 +09:00
Piotr Caban 853d4343db msvcr: Add _ungetch_nolock implementation. 2015-06-12 21:22:41 +09:00
Piotr Caban 57754bdb29 msvcr: Add _getche_nolock implementation. 2015-06-12 21:22:41 +09:00
Piotr Caban 0a600ccde8 msvcr: Add _putch_nolock implementation. 2015-06-12 21:22:41 +09:00
Piotr Caban 3bd60974a9 msvcr: Add _getch_nolock implementation. 2015-06-12 21:22:41 +09:00
Marcus Meissner d0cb2519b6 msi: Free rec in error exit (Coverity). 2015-06-12 15:24:44 +09:00
Jacek Caban 39797dcfb2 gdiplus: Added version 1.1 manifest. 2015-06-11 21:06:10 +09:00
Jacek Caban 00f1b7534b setupapi: Allow more than one Wine manifest in a DLL. 2015-06-11 21:05:41 +09:00
Huw Davies 905e7aad0e shell32/tests: Fix failing test on Win 2k. 2015-06-11 21:05:34 +09:00
Michael Müller 002446b1e7 d3d8: Mark one more function as hotpatchable. 2015-06-11 19:35:05 +09:00
Matteo Bruni cc80f1fd9f ddraw/tests: Add a test for reordering texture coordinates via D3DTSS_TEXCOORDINDEX. 2015-06-11 19:34:58 +09:00
Matteo Bruni db1bee5b9e d3d8/tests: Add a test for reordering texture coordinates via D3DTSS_TEXCOORDINDEX. 2015-06-11 19:34:56 +09:00
Matteo Bruni 81935797a1 d3d9/tests: Add a test for reordering texture coordinates via D3DTSS_TEXCOORDINDEX. 2015-06-11 19:34:54 +09:00
Guillaume Charifi cd906f08cd xaudio2_7: Add XAudio2 class registration. 2015-06-11 19:28:12 +09:00
Guillaume Charifi 2cc599d13a xaudio2_7: Implement IXaudio2 interface as stub. 2015-06-11 19:27:48 +09:00