wine
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.

12 years agowined3d: Remove unused wined3d_shader_limits fields.
Henri Verbeet [Mon, 8 Oct 2012 19:32:42 +0000 (21:32 +0200)] 
wined3d: Remove unused wined3d_shader_limits fields.

12 years agowined3d: Fix the SM3 int and bool vs constant limits.
Henri Verbeet [Mon, 8 Oct 2012 19:32:41 +0000 (21:32 +0200)] 
wined3d: Fix the SM3 int and bool vs constant limits.

Reported by Eduard Munteanu.

12 years agowined3d: wined3d_surface_set_palette() never fails.
Henri Verbeet [Mon, 8 Oct 2012 19:32:40 +0000 (21:32 +0200)] 
wined3d: wined3d_surface_set_palette() never fails.

12 years agod3d10: Implement d3d10_effect_sampler_variable_GetSampler().
Henri Verbeet [Mon, 8 Oct 2012 19:32:39 +0000 (21:32 +0200)] 
d3d10: Implement d3d10_effect_sampler_variable_GetSampler().

12 years agod3d10: Handle blend state in d3d10_effect_object_apply().
Henri Verbeet [Mon, 8 Oct 2012 19:32:38 +0000 (21:32 +0200)] 
d3d10: Handle blend state in d3d10_effect_object_apply().

12 years agouser32: Store the pixel format in the window structure.
Alexandre Julliard [Tue, 9 Oct 2012 07:51:29 +0000 (09:51 +0200)] 
user32: Store the pixel format in the window structure.

12 years agouser32: Add a helper function to update the window visible state.
Alexandre Julliard [Tue, 9 Oct 2012 07:48:11 +0000 (09:48 +0200)] 
user32: Add a helper function to update the window visible state.

12 years agouser32: Don't use SWP_SHOWWINDOW when the WS_VISIBLE style was already toggled manually.
Alexandre Julliard [Tue, 9 Oct 2012 07:45:09 +0000 (09:45 +0200)] 
user32: Don't use SWP_SHOWWINDOW when the WS_VISIBLE style was already toggled manually.

12 years agomshtml: Return dispinterface from PHEventSink::QueryInterface.
Jacek Caban [Mon, 8 Oct 2012 13:00:50 +0000 (15:00 +0200)] 
mshtml: Return dispinterface from PHEventSink::QueryInterface.

12 years agovbscript: Added CStr implementation.
Jacek Caban [Mon, 8 Oct 2012 12:38:25 +0000 (14:38 +0200)] 
vbscript: Added CStr implementation.

12 years agomsrle32: Don't bother using the register storage class specifier.
Michael Stefaniuc [Mon, 8 Oct 2012 11:26:08 +0000 (13:26 +0200)] 
msrle32: Don't bother using the register storage class specifier.

12 years agoimaadp32.acm: Don't bother using the register storage class specifier.
Michael Stefaniuc [Mon, 8 Oct 2012 11:17:56 +0000 (13:17 +0200)] 
imaadp32.acm: Don't bother using the register storage class specifier.

12 years agomciseq: Map MMSYSERR_* to MCIERR_* error codes.
Jörg Höhle [Fri, 14 Sep 2012 14:46:32 +0000 (16:46 +0200)] 
mciseq: Map MMSYSERR_* to MCIERR_* error codes.

12 years agomciseq: Send MCI_PLAY notifications like w2k-w7 do.
Jörg Höhle [Mon, 1 Oct 2012 19:53:04 +0000 (21:53 +0200)] 
mciseq: Send MCI_PLAY notifications like w2k-w7 do.

12 years agomciseq: Create player thread in the synchronous case too.
Jörg Höhle [Thu, 4 Oct 2012 10:34:07 +0000 (12:34 +0200)] 
mciseq: Create player thread in the synchronous case too.

12 years agomciseq: Play returns MCIERR_OUTOFRANGE as required.
Jörg Höhle [Tue, 1 Mar 2011 20:35:23 +0000 (21:35 +0100)] 
mciseq: Play returns MCIERR_OUTOFRANGE as required.

12 years agomciseq: Separate player loop from MCI_PLAY command.
Jörg Höhle [Thu, 4 Oct 2012 10:02:35 +0000 (12:02 +0200)] 
mciseq: Separate player loop from MCI_PLAY command.

12 years agomciseq: Fix memory leak when MCI_OPEN fails.
Jörg Höhle [Tue, 18 Sep 2012 16:26:26 +0000 (18:26 +0200)] 
mciseq: Fix memory leak when MCI_OPEN fails.

12 years agogdiplus: Stop adding 1/6 of EM height to the created font height.
Dmitry Timoshkov [Mon, 8 Oct 2012 07:52:10 +0000 (16:52 +0900)] 
gdiplus: Stop adding 1/6 of EM height to the created font height.

12 years agogdiplus: Workaround missing support for true floating point regions in Wine gdiplus...
Dmitry Timoshkov [Mon, 8 Oct 2012 07:51:20 +0000 (16:51 +0900)] 
gdiplus: Workaround missing support for true floating point regions in Wine gdiplus by using a scaling world transform.

This simplifies the test and makes sure that there is no broken workarounds
in the tests.