wine
12 years agod3dcompiler: Allow multiple input/output modifiers.
Matteo Bruni [Thu, 11 Oct 2012 17:48:47 +0000 (19:48 +0200)] 
d3dcompiler: Allow multiple input/output modifiers.

12 years agod3dcompiler: Add a trace to D3DAssemble.
Matteo Bruni [Thu, 11 Oct 2012 17:48:46 +0000 (19:48 +0200)] 
d3dcompiler: Add a trace to D3DAssemble.

12 years agod3dcompiler: Avoid "naked" vars in record dereferences.
Matteo Bruni [Thu, 11 Oct 2012 17:48:45 +0000 (19:48 +0200)] 
d3dcompiler: Avoid "naked" vars in record dereferences.

12 years agod3dx9_36: Remove useless casts.
Nozomi Kodama [Wed, 10 Oct 2012 03:59:00 +0000 (17:59 -1000)] 
d3dx9_36: Remove useless casts.

12 years agogdiplus: Clarify where extra Y margin added by GdipMeasureString comes from.
Dmitry Timoshkov [Thu, 11 Oct 2012 10:50:07 +0000 (19:50 +0900)] 
gdiplus: Clarify where extra Y margin added by GdipMeasureString comes from.

12 years agogdiplus: Clarify where extra Y margin added by GdipMeasureString comes from.
Dmitry Timoshkov [Thu, 11 Oct 2012 10:49:13 +0000 (19:49 +0900)] 
gdiplus: Clarify where extra Y margin added by GdipMeasureString comes from.

12 years agocmd/tests: Add tests for command line parsing.
Frédéric Delanoy [Thu, 11 Oct 2012 01:08:02 +0000 (03:08 +0200)] 
cmd/tests: Add tests for command line parsing.

Adapted from original patch by Martin Wilck <mwilck@arcor.de>.

12 years agocmd/tests: Move command line tests to separate file.
Frédéric Delanoy [Thu, 11 Oct 2012 01:08:01 +0000 (03:08 +0200)] 
cmd/tests: Move command line tests to separate file.

12 years agouser32/tests: Add tests for class small icons.
Sergey Guralnik [Wed, 10 Oct 2012 10:34:01 +0000 (14:34 +0400)] 
user32/tests: Add tests for class small icons.

12 years agoinclude: Update EXTENDED_NAME_FORMAT enumeration.
André Hentschel [Wed, 10 Oct 2012 19:08:05 +0000 (21:08 +0200)] 
include: Update EXTENDED_NAME_FORMAT enumeration.

12 years agogdiplus: Use IFD_SHORT type for the TIFF compression tag to avoid test failures under...
Dmitry Timoshkov [Thu, 11 Oct 2012 03:33:30 +0000 (12:33 +0900)] 
gdiplus: Use IFD_SHORT type for the TIFF compression tag to avoid test failures under some XP versions.

12 years agomsvcrt: Fixed exception information on 64-bit systems.
Piotr Caban [Thu, 11 Oct 2012 11:20:03 +0000 (13:20 +0200)] 
msvcrt: Fixed exception information on 64-bit systems.

12 years agomsvcp: Sync implementations.
Piotr Caban [Thu, 11 Oct 2012 10:36:16 +0000 (12:36 +0200)] 
msvcp: Sync implementations.

12 years agomsctf: Uninitialize context prior to releasing it.
Aric Stewart [Thu, 11 Oct 2012 14:49:13 +0000 (09:49 -0500)] 
msctf: Uninitialize context prior to releasing it.

12 years agodinput: Implement DIPROP_INSTANCENAME for joystick.
Lucas Zawacki [Thu, 11 Oct 2012 13:45:27 +0000 (10:45 -0300)] 
dinput: Implement DIPROP_INSTANCENAME for joystick.

12 years agodinput/tests: Test for DIPROP_INSTANCENAME and DIPROP_GUIDANDPATH.
Lucas Zawacki [Thu, 11 Oct 2012 13:45:26 +0000 (10:45 -0300)] 
dinput/tests: Test for DIPROP_INSTANCENAME and DIPROP_GUIDANDPATH.

12 years agoimm32: Unregister IME class on process detach.
Aric Stewart [Thu, 11 Oct 2012 12:46:45 +0000 (07:46 -0500)] 
imm32: Unregister IME class on process detach.

12 years agoimm32: Remove unused parameter to IMM_RegisterIMEClass.
Aric Stewart [Thu, 11 Oct 2012 12:46:28 +0000 (07:46 -0500)] 
imm32: Remove unused parameter to IMM_RegisterIMEClass.

12 years agomshtml: Added IHTMLIFrameElement3::get_contentDocument implementation.
Jacek Caban [Thu, 11 Oct 2012 12:09:01 +0000 (14:09 +0200)] 
mshtml: Added IHTMLIFrameElement3::get_contentDocument implementation.

12 years agomshtml: Added createStyleSheet and get_styleSheet tests.
Jacek Caban [Thu, 11 Oct 2012 12:08:42 +0000 (14:08 +0200)] 
mshtml: Added createStyleSheet and get_styleSheet tests.

12 years agomshtml: Create script element in IHTMLDocument::createStyleSheet.
Jacek Caban [Thu, 11 Oct 2012 12:08:03 +0000 (14:08 +0200)] 
mshtml: Create script element in IHTMLDocument::createStyleSheet.

12 years agomshtml: Moved creating HTML element to separated function.
Jacek Caban [Thu, 11 Oct 2012 12:07:44 +0000 (14:07 +0200)] 
mshtml: Moved creating HTML element to separated function.

12 years agomshtml: Added IHTMLStyleElement::get_styleSheet imeplementation.
Jacek Caban [Thu, 11 Oct 2012 12:07:26 +0000 (14:07 +0200)] 
mshtml: Added IHTMLStyleElement::get_styleSheet imeplementation.

12 years agomshtml: Don't run noscript tests in enhanced security configuration.
Jacek Caban [Thu, 11 Oct 2012 12:07:08 +0000 (14:07 +0200)] 
mshtml: Don't run noscript tests in enhanced security configuration.

12 years agojscript: Get rid of BSTR in date.c.
Jacek Caban [Thu, 11 Oct 2012 10:17:37 +0000 (12:17 +0200)] 
jscript: Get rid of BSTR in date.c.

12 years agojscript: Use jsstr_t for compiler constant strings.
Jacek Caban [Thu, 11 Oct 2012 10:17:17 +0000 (12:17 +0200)] 
jscript: Use jsstr_t for compiler constant strings.

12 years agojscript: Store regexp source as jsstr_t.
Jacek Caban [Thu, 11 Oct 2012 10:16:50 +0000 (12:16 +0200)] 
jscript: Store regexp source as jsstr_t.

12 years agojscript: Use custom string container instead of BSTR.
Jacek Caban [Thu, 11 Oct 2012 10:16:01 +0000 (12:16 +0200)] 
jscript: Use custom string container instead of BSTR.

12 years agowined3d: Implement WINED3DSIH_LT in the GLSL shader backend.
Henri Verbeet [Wed, 10 Oct 2012 20:22:20 +0000 (22:22 +0200)] 
wined3d: Implement WINED3DSIH_LT in the GLSL shader backend.

12 years agowined3d: Implement WINED3DSIH_IGE in the GLSL shader backend.
Henri Verbeet [Wed, 10 Oct 2012 20:22:19 +0000 (22:22 +0200)] 
wined3d: Implement WINED3DSIH_IGE in the GLSL shader backend.

12 years agowined3d: Implement WINED3DSIH_GE in the GLSL shader backend.
Henri Verbeet [Wed, 10 Oct 2012 20:22:18 +0000 (22:22 +0200)] 
wined3d: Implement WINED3DSIH_GE in the GLSL shader backend.

12 years agowined3d: Implement WINED3DSIH_EQ in the GLSL shader backend.
Henri Verbeet [Wed, 10 Oct 2012 20:22:17 +0000 (22:22 +0200)] 
wined3d: Implement WINED3DSIH_EQ in the GLSL shader backend.

12 years agowined3d: Implement WINED3DSIH_XOR in the GLSL shader backend.
Henri Verbeet [Wed, 10 Oct 2012 20:22:16 +0000 (22:22 +0200)] 
wined3d: Implement WINED3DSIH_XOR in the GLSL shader backend.

12 years agod3dcompiler: Don't raise a warning for an uninitialized uniform.
Matteo Bruni [Wed, 10 Oct 2012 16:26:00 +0000 (18:26 +0200)] 
d3dcompiler: Don't raise a warning for an uninitialized uniform.

12 years agod3dcompiler/tests: Fix access to the test output for y > 0.
Matteo Bruni [Wed, 10 Oct 2012 16:25:59 +0000 (18:25 +0200)] 
d3dcompiler/tests: Fix access to the test output for y > 0.

12 years agod3dcompiler: Fix "for" syntax.
Matteo Bruni [Wed, 10 Oct 2012 16:25:58 +0000 (18:25 +0200)] 
d3dcompiler: Fix "for" syntax.

12 years agod3d8: Use proper helper.
Matteo Bruni [Wed, 10 Oct 2012 16:25:57 +0000 (18:25 +0200)] 
d3d8: Use proper helper.

12 years agowined3d: Recognize Radeon HD 6970 as reported on some Macs.
Matteo Bruni [Wed, 10 Oct 2012 16:25:56 +0000 (18:25 +0200)] 
wined3d: Recognize Radeon HD 6970 as reported on some Macs.

12 years agoole32: Fix dwClsContext parameter of a CoCreateInstance call in DefaultHandler_Run.
Roman Dadkov [Tue, 9 Oct 2012 10:49:50 +0000 (14:49 +0400)] 
ole32: Fix dwClsContext parameter of a CoCreateInstance call in DefaultHandler_Run.

12 years agovbscript: Fixed tests on some non-English configs (without '.' as decimal point).
Jacek Caban [Wed, 10 Oct 2012 15:38:35 +0000 (17:38 +0200)] 
vbscript: Fixed tests on some non-English configs (without '.' as decimal point).

12 years agodsound: Don't exit early in mixer thread.
Andrew Eikum [Wed, 10 Oct 2012 15:17:10 +0000 (10:17 -0500)] 
dsound: Don't exit early in mixer thread.

12 years agovbscript: Undefined variables resolve as EMPTY without Option Explicit.
Andrew Eikum [Wed, 10 Oct 2012 15:16:27 +0000 (10:16 -0500)] 
vbscript: Undefined variables resolve as EMPTY without Option Explicit.

12 years agowinex11: Don't return an alpha channel for DIBs read from the screen.
Alexandre Julliard [Wed, 10 Oct 2012 15:09:01 +0000 (17:09 +0200)] 
winex11: Don't return an alpha channel for DIBs read from the screen.

12 years agogdi32: Handle a missing source alpha directly in the blend_rect primitive instead...
Alexandre Julliard [Wed, 10 Oct 2012 15:19:42 +0000 (17:19 +0200)] 
gdi32: Handle a missing source alpha directly in the blend_rect primitive instead of modifying the source data.

12 years agogdi32: Use BI_BITFIELDS to indicate that a 32-bpp DIB doesn't have an alpha channel.
Alexandre Julliard [Wed, 10 Oct 2012 15:08:05 +0000 (17:08 +0200)] 
gdi32: Use BI_BITFIELDS to indicate that a 32-bpp DIB doesn't have an alpha channel.

12 years agogdi32: Limit the allocation size to the useful data when converting DIB bits.
Alexandre Julliard [Wed, 10 Oct 2012 15:06:06 +0000 (17:06 +0200)] 
gdi32: Limit the allocation size to the useful data when converting DIB bits.

12 years agogdi32: Return the full DIB height in GetImage instead of clipping to the visible...
Alexandre Julliard [Wed, 10 Oct 2012 15:05:41 +0000 (17:05 +0200)] 
gdi32: Return the full DIB height in GetImage instead of clipping to the visible rect.

12 years agodwrite: Added IDWriteTextFormat stub implementation.
Nikolay Sivov [Wed, 10 Oct 2012 18:58:20 +0000 (14:58 -0400)] 
dwrite: Added IDWriteTextFormat stub implementation.

12 years agodwrite: Implement GetFontStretch().
Nikolay Sivov [Wed, 10 Oct 2012 12:37:55 +0000 (08:37 -0400)] 
dwrite: Implement GetFontStretch().

12 years agowbemprox: Add support for array types.
Hans Leidekker [Wed, 10 Oct 2012 10:03:10 +0000 (12:03 +0200)] 
wbemprox: Add support for array types.

12 years agowbemprox: Add support for uncommitted instances in IWbemClassObject::Get.
Hans Leidekker [Wed, 10 Oct 2012 10:02:05 +0000 (12:02 +0200)] 
wbemprox: Add support for uncommitted instances in IWbemClassObject::Get.

12 years agowbemprox: Add reference counting to the table structure.
Hans Leidekker [Wed, 10 Oct 2012 10:01:44 +0000 (12:01 +0200)] 
wbemprox: Add reference counting to the table structure.

12 years agowbemprox: Implement Win32_NetworkAdapter.AdapterType.
Hans Leidekker [Wed, 10 Oct 2012 10:01:22 +0000 (12:01 +0200)] 
wbemprox: Implement Win32_NetworkAdapter.AdapterType.

12 years agowbemprox: Handle NULL operands in eval_strcmp.
Hans Leidekker [Wed, 10 Oct 2012 10:00:58 +0000 (12:00 +0200)] 
wbemprox: Handle NULL operands in eval_strcmp.

12 years agomshtml: Added more ActiveX loading and script binding tests.
Jacek Caban [Wed, 10 Oct 2012 09:19:55 +0000 (11:19 +0200)] 
mshtml: Added more ActiveX loading and script binding tests.

12 years agomshtml: Get rid of no longer needed workarounds for async ActiveX loading.
Jacek Caban [Wed, 10 Oct 2012 09:19:38 +0000 (11:19 +0200)] 
mshtml: Get rid of no longer needed workarounds for async ActiveX loading.

12 years agomshtml: Added noscript tag handling tests.
Jacek Caban [Wed, 10 Oct 2012 09:19:22 +0000 (11:19 +0200)] 
mshtml: Added noscript tag handling tests.

12 years agomsvcp90: Copy facetvec element pointer in copy ctor.
Daniel Lehman [Wed, 3 Oct 2012 23:49:37 +0000 (16:49 -0700)] 
msvcp90: Copy facetvec element pointer in copy ctor.

12 years agomsvcp90: Initialize state in mb_to_wc.
Daniel Lehman [Tue, 2 Oct 2012 07:04:22 +0000 (00:04 -0700)] 
msvcp90: Initialize state in mb_to_wc.

12 years agomsvcp: Flip fclose result check in filebuf<>::close.
Daniel Lehman [Mon, 8 Oct 2012 19:14:24 +0000 (12:14 -0700)] 
msvcp: Flip fclose result check in filebuf<>::close.

12 years agowinex11: Recreate the GL drawable when changing the window parent.
Alexandre Julliard [Wed, 10 Oct 2012 08:46:16 +0000 (10:46 +0200)] 
winex11: Recreate the GL drawable when changing the window parent.

12 years agowinex11: Create a surface even for OpenGL windows, to allow painting the non-client...
Alexandre Julliard [Wed, 10 Oct 2012 10:46:37 +0000 (12:46 +0200)] 
winex11: Create a surface even for OpenGL windows, to allow painting the non-client area.

12 years agouser32: Don't use the window surface when the pixel format was set.
Alexandre Julliard [Wed, 10 Oct 2012 10:46:14 +0000 (12:46 +0200)] 
user32: Don't use the window surface when the pixel format was set.

12 years agoshell32: Fix ShellExecute()'s handling of file URLs.
Francois Gouget [Tue, 9 Oct 2012 22:54:07 +0000 (00:54 +0200)] 
shell32: Fix ShellExecute()'s handling of file URLs.

12 years agoshell32/tests: Simplify shlexec's test_directory() and add some more tests.
Francois Gouget [Tue, 9 Oct 2012 22:53:52 +0000 (00:53 +0200)] 
shell32/tests: Simplify shlexec's test_directory() and add some more tests.

12 years agoquartz: Don't say we have a menu to AdjustWindowRectEx since the created window doesn...
Christian Costa [Tue, 9 Oct 2012 21:55:53 +0000 (23:55 +0200)] 
quartz: Don't say we have a menu to AdjustWindowRectEx since the created window doesn't have one.

12 years agoquartz: Use target rect if set otherwise default to source rect in VideoRenderer_Auto...
Christian Costa [Tue, 9 Oct 2012 21:55:44 +0000 (23:55 +0200)] 
quartz: Use target rect if set otherwise default to source rect in VideoRenderer_AutoShowWindow.

12 years agowinetest: Close filehandle on run error (Coverity).
Marcus Meissner [Wed, 10 Oct 2012 08:12:11 +0000 (10:12 +0200)] 
winetest: Close filehandle on run error (Coverity).

12 years agoadvapi32: Removed a double free issue on loop termination (Coverity).
Marcus Meissner [Wed, 10 Oct 2012 08:00:17 +0000 (10:00 +0200)] 
advapi32: Removed a double free issue on loop termination (Coverity).

12 years agoserver: Removed duplicate close of acceptfd (Coverity).
Marcus Meissner [Wed, 10 Oct 2012 08:06:55 +0000 (10:06 +0200)] 
server: Removed duplicate close of acceptfd (Coverity).

12 years agowined3d: Implement SM4 WINED3DSIH_SINCOS in the GLSL shader backend.
Henri Verbeet [Tue, 9 Oct 2012 18:41:51 +0000 (20:41 +0200)] 
wined3d: Implement SM4 WINED3DSIH_SINCOS in the GLSL shader backend.

12 years agowined3d: Implement SM4 loops in the GLSL shader backend.
Henri Verbeet [Tue, 9 Oct 2012 18:41:50 +0000 (20:41 +0200)] 
wined3d: Implement SM4 loops in the GLSL shader backend.

12 years agowined3d: Implement WINED3DSIH_IADD in the GLSL shader backend.
Henri Verbeet [Tue, 9 Oct 2012 18:41:49 +0000 (20:41 +0200)] 
wined3d: Implement WINED3DSIH_IADD in the GLSL shader backend.

12 years agowined3d: Implement WINED3DSIH_DIV in the GLSL shader backend.
Henri Verbeet [Tue, 9 Oct 2012 18:41:48 +0000 (20:41 +0200)] 
wined3d: Implement WINED3DSIH_DIV in the GLSL shader backend.

12 years agowined3d: Implement WINED3DSIH_BREAKP in the GLSL shader backend.
Henri Verbeet [Tue, 9 Oct 2012 18:41:47 +0000 (20:41 +0200)] 
wined3d: Implement WINED3DSIH_BREAKP in the GLSL shader backend.

12 years agomsvcp90: Fix export for fstream<wchar_t> ctor.
Daniel Lehman [Wed, 3 Oct 2012 23:15:35 +0000 (16:15 -0700)] 
msvcp90: Fix export for fstream<wchar_t> ctor.

12 years agomsvcp90: Fix cxx exception information for 64-bit.
Daniel Lehman [Thu, 4 Oct 2012 21:54:51 +0000 (14:54 -0700)] 
msvcp90: Fix cxx exception information for 64-bit.

12 years agomsvcp90: Flip fclose result check in filebuf<>::close.
Daniel Lehman [Thu, 27 Sep 2012 19:19:39 +0000 (12:19 -0700)] 
msvcp90: Flip fclose result check in filebuf<>::close.

12 years agomsvcp90: Change basic_ios<wchar_t>::imbue to match char version.
Daniel Lehman [Tue, 2 Oct 2012 06:06:02 +0000 (23:06 -0700)] 
msvcp90: Change basic_ios<wchar_t>::imbue to match char version.

12 years agosetupapi: Close the target file before issuing SPFILENOTIFY_FILEEXTRACTED.
Erich Hoover [Thu, 4 Oct 2012 18:49:52 +0000 (12:49 -0600)] 
setupapi: Close the target file before issuing SPFILENOTIFY_FILEEXTRACTED.

12 years agosetupapi: Report the correct target file with SPFILENOTIFY_FILEEXTRACTED.
Erich Hoover [Thu, 4 Oct 2012 18:49:14 +0000 (12:49 -0600)] 
setupapi: Report the correct target file with SPFILENOTIFY_FILEEXTRACTED.

12 years agowinetest: Report actual number of failures in the statusbar.
André Hentschel [Sun, 7 Oct 2012 16:36:21 +0000 (18:36 +0200)] 
winetest: Report actual number of failures in the statusbar.

12 years agontoskrnl.exe: Add MDL flags definitions.
Christian Costa [Sun, 7 Oct 2012 20:00:34 +0000 (22:00 +0200)] 
ntoskrnl.exe: Add MDL flags definitions.

12 years agoquartz: Fill right RECT structure in SetDefaultTargetRec.
Christian Costa [Sun, 7 Oct 2012 20:01:08 +0000 (22:01 +0200)] 
quartz: Fill right RECT structure in SetDefaultTargetRec.

12 years agoquartz: Forward IMediaControl_RenderFile to IFilterGraph2_RenderFile.
Christian Costa [Sun, 7 Oct 2012 20:01:00 +0000 (22:01 +0200)] 
quartz: Forward IMediaControl_RenderFile to IFilterGraph2_RenderFile.

12 years agomshtml: Wine Gecko 1.8 release.
Jacek Caban [Tue, 9 Oct 2012 09:26:18 +0000 (11:26 +0200)] 
mshtml: Wine Gecko 1.8 release.

12 years agoappwiz.cpl: Cache downloaded addon MSI files.
Jacek Caban [Tue, 9 Oct 2012 13:48:47 +0000 (15:48 +0200)] 
appwiz.cpl: Cache downloaded addon MSI files.

12 years agoservices: Fixed memory leak.
Jacek Caban [Tue, 9 Oct 2012 11:39:29 +0000 (13:39 +0200)] 
services: Fixed memory leak.

12 years agomsvcp60: Added missing 64-bit exports.
Piotr Caban [Tue, 9 Oct 2012 11:06:34 +0000 (13:06 +0200)] 
msvcp60: Added missing 64-bit exports.

12 years agogdiplus: Add more font transformation tests.
Dmitry Timoshkov [Tue, 9 Oct 2012 09:41:47 +0000 (18:41 +0900)] 
gdiplus: Add more font transformation tests.

12 years agouser32: Add support for setting the window surface visible region.
Alexandre Julliard [Tue, 9 Oct 2012 13:21:21 +0000 (15:21 +0200)] 
user32: Add support for setting the window surface visible region.

12 years agoserver: Add a heuristic to avoid computing surface regions when no pixel format has...
Alexandre Julliard [Tue, 9 Oct 2012 13:17:57 +0000 (15:17 +0200)] 
server: Add a heuristic to avoid computing surface regions when no pixel format has been set.

12 years agoserver: Add a request to compute the clipping region of a window surface.
Alexandre Julliard [Tue, 9 Oct 2012 09:47:50 +0000 (11:47 +0200)] 
server: Add a request to compute the clipping region of a window surface.

12 years agoserver: Add flags in the set_window_pos request to inform the server about the window...
Alexandre Julliard [Tue, 9 Oct 2012 09:32:38 +0000 (11:32 +0200)] 
server: Add flags in the set_window_pos request to inform the server about the window surface.

12 years agoshell32: Don't expand environment variables in ShellExecute()'s parameters argument.
Francois Gouget [Mon, 8 Oct 2012 22:13:54 +0000 (00:13 +0200)] 
shell32: Don't expand environment variables in ShellExecute()'s parameters argument.

12 years agoshell32: Fix CommandLineToArgvW()'s handling of the executable path and consecutive...
Francois Gouget [Mon, 8 Oct 2012 22:13:48 +0000 (00:13 +0200)] 
shell32: Fix CommandLineToArgvW()'s handling of the executable path and consecutive quotes.

12 years agoshell32: Simplify CommandLineToArgvW() a bit.
Francois Gouget [Mon, 8 Oct 2012 22:13:35 +0000 (00:13 +0200)] 
shell32: Simplify CommandLineToArgvW() a bit.

12 years agoshell32/tests: Fix test_one_cmdline() and add a few more tests.
Francois Gouget [Mon, 8 Oct 2012 21:56:08 +0000 (23:56 +0200)] 
shell32/tests: Fix test_one_cmdline() and add a few more tests.

test_one_cmdline() did not check the last parameter.

12 years agowinemaker: Include the target specific dll path when linking.
André Hentschel [Mon, 8 Oct 2012 21:48:27 +0000 (23:48 +0200)] 
winemaker: Include the target specific dll path when linking.

12 years agowinemaker: Always use parent project for project files.
André Hentschel [Mon, 8 Oct 2012 21:45:27 +0000 (23:45 +0200)] 
winemaker: Always use parent project for project files.