wine
12 years agodsound: Don't specify period size for the IAudioClient.
Andrew Eikum [Tue, 15 Nov 2011 14:48:30 +0000 (08:48 -0600)] 
dsound: Don't specify period size for the IAudioClient.

We don't actually care what period size gets used (in fact, docs say the
parameter is entirely ignored in Shared mode).

12 years agomsvcrt: Don't hold FILE critical section in some functions.
Piotr Caban [Tue, 15 Nov 2011 14:25:42 +0000 (15:25 +0100)] 
msvcrt: Don't hold FILE critical section in some functions.

12 years agod3d9: Remove D3DFMT_R8G8B8 special handling.
Matteo Bruni [Tue, 15 Nov 2011 14:16:58 +0000 (15:16 +0100)] 
d3d9: Remove D3DFMT_R8G8B8 special handling.

12 years agod3d8: Remove D3DFMT_R8G8B8 special handling.
Matteo Bruni [Tue, 15 Nov 2011 14:16:57 +0000 (15:16 +0100)] 
d3d8: Remove D3DFMT_R8G8B8 special handling.

12 years agowined3d: Disable WINED3DFMT_B8G8R8_UNORM.
Matteo Bruni [Tue, 15 Nov 2011 14:16:56 +0000 (15:16 +0100)] 
wined3d: Disable WINED3DFMT_B8G8R8_UNORM.

12 years agowined3d: Make a copy of gl_info for later context_destroy_gl_resources() usage.
Matteo Bruni [Tue, 15 Nov 2011 13:21:08 +0000 (14:21 +0100)] 
wined3d: Make a copy of gl_info for later context_destroy_gl_resources() usage.

12 years agowintab32: Make the csTablet critical section static.
Francois Gouget [Tue, 15 Nov 2011 13:41:30 +0000 (14:41 +0100)] 
wintab32: Make the csTablet critical section static.

12 years agosecur32: Make the cs critical section static.
Francois Gouget [Tue, 15 Nov 2011 13:41:11 +0000 (14:41 +0100)] 
secur32: Make the cs critical section static.

12 years agoscrrun: Remove an unneeded include directive in the resource file.
Francois Gouget [Tue, 15 Nov 2011 13:40:43 +0000 (14:40 +0100)] 
scrrun: Remove an unneeded include directive in the resource file.

12 years agowinmm: Give a name to the critical sections, make them static and delete them when...
Francois Gouget [Tue, 15 Nov 2011 13:40:30 +0000 (14:40 +0100)] 
winmm: Give a name to the critical sections, make them static and delete them when unloading the dll.

12 years agowineoss.drv: Give a name to the mmdevapi critical sections, make them static and...
Francois Gouget [Tue, 15 Nov 2011 13:39:45 +0000 (14:39 +0100)] 
wineoss.drv: Give a name to the mmdevapi critical sections, make them static and delete them when unloading the dll.

12 years agodsound: Give a name to the critical sections, make them static and delete them when...
Francois Gouget [Tue, 15 Nov 2011 13:39:26 +0000 (14:39 +0100)] 
dsound: Give a name to the critical sections, make them static and delete them when unloading the dll.

12 years agowinecoreaudio.drv: Don't unset Spare[0] when deleting static critical sections.
Francois Gouget [Tue, 15 Nov 2011 13:38:58 +0000 (14:38 +0100)] 
winecoreaudio.drv: Don't unset Spare[0] when deleting static critical sections.

12 years agowinealsa.drv: Don't unset Spare[0] when deleting static critical sections.
Francois Gouget [Tue, 15 Nov 2011 13:38:50 +0000 (14:38 +0100)] 
winealsa.drv: Don't unset Spare[0] when deleting static critical sections.

12 years agocrypt32: Move a couple of functions to avoid forward declarations.
Francois Gouget [Tue, 15 Nov 2011 13:37:05 +0000 (14:37 +0100)] 
crypt32: Move a couple of functions to avoid forward declarations.

12 years agowininet: Add prototypes for a couple of mpr functions.
Francois Gouget [Tue, 15 Nov 2011 13:34:41 +0000 (14:34 +0100)] 
wininet: Add prototypes for a couple of mpr functions.

12 years agomsvcp90: Don't define empty structure.
Piotr Caban [Tue, 15 Nov 2011 13:33:00 +0000 (14:33 +0100)] 
msvcp90: Don't define empty structure.

12 years agomsvcr90: Added __vswprintf_l implementation.
Piotr Caban [Tue, 15 Nov 2011 13:20:49 +0000 (14:20 +0100)] 
msvcr90: Added __vswprintf_l implementation.

12 years agourlmon: Improve parsing of SCHEME_MK URIs.
Andrew Eikum [Tue, 15 Nov 2011 14:32:26 +0000 (08:32 -0600)] 
urlmon: Improve parsing of SCHEME_MK URIs.

12 years agod3dx9: Return error if D3DXMESH_VB_SHARE and new declaration.
Michael Mc Donnell [Wed, 9 Nov 2011 18:50:38 +0000 (13:50 -0500)] 
d3dx9: Return error if D3DXMESH_VB_SHARE and new declaration.

12 years agod3dx9/tests: Show D3DXMESH_VB_SHARE with new declaration should fail.
Michael Mc Donnell [Wed, 9 Nov 2011 18:44:46 +0000 (13:44 -0500)] 
d3dx9/tests: Show D3DXMESH_VB_SHARE with new declaration should fail.

12 years agod3dx9/tests: Test for D3DXMESH_VB_SHARE option.
Michael Mc Donnell [Wed, 9 Nov 2011 16:45:58 +0000 (11:45 -0500)] 
d3dx9/tests: Test for D3DXMESH_VB_SHARE option.

12 years agomscoree: Implement ICorDebug CreateProcess.
Alistair Leslie-Hughes [Fri, 4 Nov 2011 01:18:21 +0000 (12:18 +1100)] 
mscoree: Implement ICorDebug CreateProcess.

12 years agoservices: Create service environment when first service is started.
Piotr Caban [Tue, 15 Nov 2011 11:55:58 +0000 (12:55 +0100)] 
services: Create service environment when first service is started.

12 years agouserenv: Improved CreateEnvironmentBlock implementation.
Piotr Caban [Tue, 15 Nov 2011 11:55:36 +0000 (12:55 +0100)] 
userenv: Improved CreateEnvironmentBlock implementation.

12 years agouser32: Dialog creation code should force WS_CHILD style for dialog controls.
Dmitry Timoshkov [Tue, 15 Nov 2011 07:27:13 +0000 (15:27 +0800)] 
user32: Dialog creation code should force WS_CHILD style for dialog controls.

12 years agouser32: Add tests for mixed WS_CHILD | WS_POPUP window styles.
Dmitry Timoshkov [Tue, 15 Nov 2011 04:56:49 +0000 (12:56 +0800)] 
user32: Add tests for mixed WS_CHILD | WS_POPUP window styles.

12 years agowineps: Print a fixme for unhandled composite glyph scaling.
Alexandre Julliard [Tue, 15 Nov 2011 11:44:25 +0000 (12:44 +0100)] 
wineps: Print a fixme for unhandled composite glyph scaling.

12 years agomshtml: Added nsIURI::GetSpecIgnoringRef implementation.
Jacek Caban [Tue, 15 Nov 2011 12:31:44 +0000 (13:31 +0100)] 
mshtml: Added nsIURI::GetSpecIgnoringRef implementation.

12 years agomshtml: Added more navigation tests.
Jacek Caban [Tue, 15 Nov 2011 12:30:59 +0000 (13:30 +0100)] 
mshtml: Added more navigation tests.

12 years agomshtml: Properly handle fragment-only navigation.
Jacek Caban [Tue, 15 Nov 2011 12:30:28 +0000 (13:30 +0100)] 
mshtml: Properly handle fragment-only navigation.

12 years agomshtml: Properly implement nsIURI::EqualsExceptRef.
Jacek Caban [Tue, 15 Nov 2011 12:31:22 +0000 (13:31 +0100)] 
mshtml: Properly implement nsIURI::EqualsExceptRef.

12 years agomshtml: Properly implement nsIURI::CloneIgnoreRef.
Jacek Caban [Tue, 15 Nov 2011 12:31:12 +0000 (13:31 +0100)] 
mshtml: Properly implement nsIURI::CloneIgnoreRef.

12 years agomshtml: Split setting window URI from set_current_mon.
Jacek Caban [Tue, 15 Nov 2011 12:30:12 +0000 (13:30 +0100)] 
mshtml: Split setting window URI from set_current_mon.

12 years agomshtml: Properly handle navigation in containers supporting IWebBrowserApp.
Jacek Caban [Tue, 15 Nov 2011 12:29:59 +0000 (13:29 +0100)] 
mshtml: Properly handle navigation in containers supporting IWebBrowserApp.

12 years agomshtml: Split IHTMLPrivateWindow::SuperNavigate implementation.
Jacek Caban [Tue, 15 Nov 2011 12:29:43 +0000 (13:29 +0100)] 
mshtml: Split IHTMLPrivateWindow::SuperNavigate implementation.

12 years agoieframe: Improved debug traces in IShellBrowser::QueryInterface.
Jacek Caban [Tue, 15 Nov 2011 12:29:00 +0000 (13:29 +0100)] 
ieframe: Improved debug traces in IShellBrowser::QueryInterface.

12 years agoieframe: Added IDocObjectService::FireNavigateComplete2 implementation.
Jacek Caban [Tue, 15 Nov 2011 12:28:47 +0000 (13:28 +0100)] 
ieframe: Added IDocObjectService::FireNavigateComplete2 implementation.

12 years agoieframe: Added IDocObjectService::FireBeforeNavigate2 implementation.
Jacek Caban [Tue, 15 Nov 2011 12:28:32 +0000 (13:28 +0100)] 
ieframe: Added IDocObjectService::FireBeforeNavigate2 implementation.

12 years agoieframe: Store ShellBrowser in DocHost instead of creating it on every QueryService...
Jacek Caban [Tue, 15 Nov 2011 12:28:15 +0000 (13:28 +0100)] 
ieframe: Store ShellBrowser in DocHost instead of creating it on every QueryService call.

12 years agowinhttp: Accept a missing buffer when parsing a decoded URL.
Hans Leidekker [Tue, 15 Nov 2011 08:11:27 +0000 (09:11 +0100)] 
winhttp: Accept a missing buffer when parsing a decoded URL.

12 years agowinhttp: Implement WinHttpDetectAutoProxyConfigUrl.
Hans Leidekker [Tue, 15 Nov 2011 08:11:05 +0000 (09:11 +0100)] 
winhttp: Implement WinHttpDetectAutoProxyConfigUrl.

12 years agows2_32: Fix handling of NULL and empty hostname in getaddrinfo/GetAddrInfoW.
Hans Leidekker [Tue, 15 Nov 2011 10:38:20 +0000 (11:38 +0100)] 
ws2_32: Fix handling of NULL and empty hostname in getaddrinfo/GetAddrInfoW.

12 years agomsxml3: Properly handle qualified names in getAttributeNode().
Nikolay Sivov [Mon, 14 Nov 2011 10:48:36 +0000 (13:48 +0300)] 
msxml3: Properly handle qualified names in getAttributeNode().

12 years agomsxml3: Added IDispatchEx support for IXMLDOMImplementation.
Nikolay Sivov [Mon, 14 Nov 2011 07:03:31 +0000 (10:03 +0300)] 
msxml3: Added IDispatchEx support for IXMLDOMImplementation.

12 years agomsxml3: Support multiple IXMLDOMNamedNodeMap implementations.
Nikolay Sivov [Sat, 12 Nov 2011 21:45:10 +0000 (00:45 +0300)] 
msxml3: Support multiple IXMLDOMNamedNodeMap implementations.

12 years agoiphlpapi: Fix enumerating IPv6 addresses.
Juan Lang [Tue, 15 Nov 2011 03:20:06 +0000 (19:20 -0800)] 
iphlpapi: Fix enumerating IPv6 addresses.

12 years agoddraw: Set correct HEL and HAL color models.
Stefan Dösinger [Mon, 17 Oct 2011 20:14:54 +0000 (22:14 +0200)] 
ddraw: Set correct HEL and HAL color models.

12 years agoddraw: Add more tests and fixes for SetSurfaceDesc.
Stefan Dösinger [Sat, 15 Oct 2011 13:41:17 +0000 (15:41 +0200)] 
ddraw: Add more tests and fixes for SetSurfaceDesc.

12 years agoddraw/tests: Mark a VMware failure broken.
Stefan Dösinger [Mon, 14 Nov 2011 22:08:06 +0000 (23:08 +0100)] 
ddraw/tests: Mark a VMware failure broken.

12 years agousp10: Properly set LayoutRTL.
Aric Stewart [Mon, 14 Nov 2011 20:18:02 +0000 (13:18 -0700)] 
usp10: Properly set LayoutRTL.

12 years agousp10: Devanagari danda and double danda are used for all Indic scripts.
Aric Stewart [Tue, 15 Nov 2011 18:02:31 +0000 (11:02 -0700)] 
usp10: Devanagari danda and double danda are used for all Indic scripts.

12 years agousp10: Pay attention to script changes for bidi run itemization.
Aric Stewart [Mon, 14 Nov 2011 20:17:37 +0000 (13:17 -0700)] 
usp10: Pay attention to script changes for bidi run itemization.

12 years agousp10: Merge neutral scripts.
Aric Stewart [Mon, 14 Nov 2011 20:17:25 +0000 (13:17 -0700)] 
usp10: Merge neutral scripts.

12 years agousp10: Move scripts to an array initialized once to minimize get_char_script calls.
Aric Stewart [Mon, 14 Nov 2011 20:17:11 +0000 (13:17 -0700)] 
usp10: Move scripts to an array initialized once to minimize get_char_script calls.

12 years agousp10: Break with a better understanding on the handling of bidi strengths.
Aric Stewart [Mon, 14 Nov 2011 20:16:59 +0000 (13:16 -0700)] 
usp10: Break with a better understanding on the handling of bidi strengths.

12 years agowined3d: Get rid of the WINED3DSHADER_PARAM_DSTMOD_TYPE typedef.
Henri Verbeet [Mon, 14 Nov 2011 20:11:43 +0000 (21:11 +0100)] 
wined3d: Get rid of the WINED3DSHADER_PARAM_DSTMOD_TYPE typedef.

12 years agowined3d: Get rid of the WINED3DSHADER_PARAM_SRCMOD_TYPE typedef.
Henri Verbeet [Mon, 14 Nov 2011 20:11:42 +0000 (21:11 +0100)] 
wined3d: Get rid of the WINED3DSHADER_PARAM_SRCMOD_TYPE typedef.

12 years agod3d10: Implement D3D10StateBlockMaskDifference().
Henri Verbeet [Mon, 14 Nov 2011 20:11:41 +0000 (21:11 +0100)] 
d3d10: Implement D3D10StateBlockMaskDifference().

12 years agod3d10: Add a stub ID3D10StateBlock implementation.
Henri Verbeet [Mon, 14 Nov 2011 19:45:25 +0000 (20:45 +0100)] 
d3d10: Add a stub ID3D10StateBlock implementation.

12 years agod3d10: Add the ID3D10StateBlock interface.
Henri Verbeet [Mon, 14 Nov 2011 20:11:39 +0000 (21:11 +0100)] 
d3d10: Add the ID3D10StateBlock interface.

12 years agowininet: Improve stub message for InternetSetFilePointer.
André Hentschel [Sun, 13 Nov 2011 18:20:38 +0000 (19:20 +0100)] 
wininet: Improve stub message for InternetSetFilePointer.

12 years agokernel32/tests: Fix two typos.
André Hentschel [Sun, 13 Nov 2011 18:20:34 +0000 (19:20 +0100)] 
kernel32/tests: Fix two typos.

12 years agomsvcrt: Implement _wfreopen_s.
André Hentschel [Sun, 13 Nov 2011 17:33:47 +0000 (18:33 +0100)] 
msvcrt: Implement _wfreopen_s.

12 years agomsvcrt: Implement freopen_s.
André Hentschel [Sun, 13 Nov 2011 17:33:00 +0000 (18:33 +0100)] 
msvcrt: Implement freopen_s.

12 years agoole32: Implement writing VT_CLSID properties.
André Hentschel [Sun, 13 Nov 2011 17:02:15 +0000 (18:02 +0100)] 
ole32: Implement writing VT_CLSID properties.

12 years agontdll: Use VALGRIND_RESIZEINPLACE_BLOCK when available.
Maarten Lankhorst [Fri, 11 Nov 2011 21:12:25 +0000 (22:12 +0100)] 
ntdll: Use VALGRIND_RESIZEINPLACE_BLOCK when available.

12 years agocmd: Avoid duplication of commonly used strings.
Frédéric Delanoy [Sat, 12 Nov 2011 12:58:01 +0000 (13:58 +0100)] 
cmd: Avoid duplication of commonly used strings.

12 years agocmd: Trim whitespace in echo on/off.
Frédéric Delanoy [Fri, 11 Nov 2011 18:27:43 +0000 (19:27 +0100)] 
cmd: Trim whitespace in echo on/off.

12 years agoserver: Cope with stdio file descriptors being closed on startup.
Alexandre Julliard [Tue, 15 Nov 2011 10:39:42 +0000 (11:39 +0100)] 
server: Cope with stdio file descriptors being closed on startup.

12 years agowinex11: Remove check for DIB color table in ExtTextOut.
Alexandre Julliard [Mon, 14 Nov 2011 20:25:47 +0000 (21:25 +0100)] 
winex11: Remove check for DIB color table in ExtTextOut.

12 years agooleaut32: Use correct variable (Coverity).
Marcus Meissner [Mon, 14 Nov 2011 16:23:14 +0000 (17:23 +0100)] 
oleaut32: Use correct variable (Coverity).

12 years agoinetcomm: Give a name to the critical sections and delete them when done.
Francois Gouget [Mon, 14 Nov 2011 14:11:30 +0000 (15:11 +0100)] 
inetcomm: Give a name to the critical sections and delete them when done.

12 years agomcicda: Give a name to the critical sections.
Francois Gouget [Mon, 14 Nov 2011 14:11:10 +0000 (15:11 +0100)] 
mcicda: Give a name to the critical sections.

12 years agomsvcrt: Give a name to the critical sections.
Francois Gouget [Mon, 14 Nov 2011 14:10:55 +0000 (15:10 +0100)] 
msvcrt: Give a name to the critical sections.

12 years agoqmgr: Give a name to the critical sections.
Francois Gouget [Mon, 14 Nov 2011 14:10:44 +0000 (15:10 +0100)] 
qmgr: Give a name to the critical sections.

12 years agoquartz/tests: Give a name to the critical sections.
Francois Gouget [Mon, 14 Nov 2011 14:10:27 +0000 (15:10 +0100)] 
quartz/tests: Give a name to the critical sections.

12 years agorpcrt4: Give a name to the critical sections.
Francois Gouget [Mon, 14 Nov 2011 14:10:01 +0000 (15:10 +0100)] 
rpcrt4: Give a name to the critical sections.

12 years agourlmon: Give a name to the critical sections.
Francois Gouget [Mon, 14 Nov 2011 14:09:42 +0000 (15:09 +0100)] 
urlmon: Give a name to the critical sections.

12 years agowinhttp: Give a name to the critical sections.
Francois Gouget [Mon, 14 Nov 2011 14:09:35 +0000 (15:09 +0100)] 
winhttp: Give a name to the critical sections.

12 years agobrowseui: Give a name and delete the critical sections.
Francois Gouget [Mon, 14 Nov 2011 14:08:39 +0000 (15:08 +0100)] 
browseui: Give a name and delete the critical sections.

12 years agommdevapi/tests: Prevent crash when device is in use.
Jörg Höhle [Tue, 8 Nov 2011 18:40:59 +0000 (19:40 +0100)] 
mmdevapi/tests: Prevent crash when device is in use.

12 years agourlmon: Fixed misc.c tests on IE9 and make image_tiff_filter behave like IE9.
Jacek Caban [Mon, 14 Nov 2011 16:07:02 +0000 (17:07 +0100)] 
urlmon: Fixed misc.c tests on IE9 and make image_tiff_filter behave like IE9.

12 years agogdi32/tests: Add tests for text rendering.
Huw Davies [Mon, 14 Nov 2011 12:49:08 +0000 (12:49 +0000)] 
gdi32/tests: Add tests for text rendering.

12 years agogdi32: Add support for drawing text in the dib driver.
Huw Davies [Mon, 14 Nov 2011 12:49:07 +0000 (12:49 +0000)] 
gdi32: Add support for drawing text in the dib driver.

12 years agogdi32: Add draw_glyph primitives.
Huw Davies [Mon, 14 Nov 2011 12:49:06 +0000 (12:49 +0000)] 
gdi32: Add draw_glyph primitives.

12 years agogdi32: Calculate the min/max color component intensities for 17 glyph levels.
Huw Davies [Mon, 14 Nov 2011 12:49:05 +0000 (12:49 +0000)] 
gdi32: Calculate the min/max color component intensities for 17 glyph levels.

12 years agogdi32: Move the ETO_OPAQUE rectangle drawing to the dib driver.
Huw Davies [Mon, 14 Nov 2011 12:49:04 +0000 (12:49 +0000)] 
gdi32: Move the ETO_OPAQUE rectangle drawing to the dib driver.

12 years agogdi32: Expose a solid_rects function.
Huw Davies [Mon, 14 Nov 2011 12:49:03 +0000 (12:49 +0000)] 
gdi32: Expose a solid_rects function.

12 years agogdi32: Keep track of the text pixel color.
Huw Davies [Mon, 14 Nov 2011 12:49:02 +0000 (12:49 +0000)] 
gdi32: Keep track of the text pixel color.

12 years agourlmon: Fixed an array overread (Coverity).
Marcus Meissner [Mon, 14 Nov 2011 11:31:11 +0000 (12:31 +0100)] 
urlmon: Fixed an array overread (Coverity).

12 years agomsvcp90: Remove an unneeded cast.
Francois Gouget [Mon, 14 Nov 2011 11:33:11 +0000 (12:33 +0100)] 
msvcp90: Remove an unneeded cast.

12 years agodmloader: Remove an unused critical section.
Francois Gouget [Mon, 14 Nov 2011 11:32:50 +0000 (12:32 +0100)] 
dmloader: Remove an unused critical section.

12 years agostrmbase: Unset Spare[0] before deleting non-static critical sections.
Francois Gouget [Mon, 14 Nov 2011 10:32:32 +0000 (11:32 +0100)] 
strmbase: Unset Spare[0] before deleting non-static critical sections.

12 years agodsound: Unset Spare[0] before deleting non-static critical sections.
Francois Gouget [Mon, 14 Nov 2011 10:32:27 +0000 (11:32 +0100)] 
dsound: Unset Spare[0] before deleting non-static critical sections.

12 years agoinclude: Update dlgs.h.
Francois Gouget [Mon, 14 Nov 2011 10:30:51 +0000 (11:30 +0100)] 
include: Update dlgs.h.

12 years agoiphlpapi: Remove unneeded includes.
Juan Lang [Thu, 10 Nov 2011 01:42:20 +0000 (17:42 -0800)] 
iphlpapi: Remove unneeded includes.

12 years agoiphlpapi: Remove an unmaintained comment, and update copyright.
Juan Lang [Sun, 13 Nov 2011 16:30:38 +0000 (08:30 -0800)] 
iphlpapi: Remove an unmaintained comment, and update copyright.

12 years agoiphlpapi: Combine #ifdef HAVE_IFADDRS_H blocks.
Juan Lang [Sun, 13 Nov 2011 16:25:52 +0000 (08:25 -0800)] 
iphlpapi: Combine #ifdef HAVE_IFADDRS_H blocks.

12 years agoiphlpapi: Implement retrieving IPv4 addresses using getifaddrs, when available.
Juan Lang [Sun, 13 Nov 2011 20:37:43 +0000 (12:37 -0800)] 
iphlpapi: Implement retrieving IPv4 addresses using getifaddrs, when available.