Jacek Caban [Thu, 11 Oct 2012 12:08:03 +0000 (14:08 +0200)]
mshtml: Create script element in IHTMLDocument::createStyleSheet.
Jacek Caban [Thu, 11 Oct 2012 12:07:44 +0000 (14:07 +0200)]
mshtml: Moved creating HTML element to separated function.
Jacek Caban [Thu, 11 Oct 2012 12:07:26 +0000 (14:07 +0200)]
mshtml: Added IHTMLStyleElement::get_styleSheet imeplementation.
Jacek Caban [Thu, 11 Oct 2012 12:07:08 +0000 (14:07 +0200)]
mshtml: Don't run noscript tests in enhanced security configuration.
Jacek Caban [Thu, 11 Oct 2012 10:17:37 +0000 (12:17 +0200)]
jscript: Get rid of BSTR in date.c.
Jacek Caban [Thu, 11 Oct 2012 10:17:17 +0000 (12:17 +0200)]
jscript: Use jsstr_t for compiler constant strings.
Jacek Caban [Thu, 11 Oct 2012 10:16:50 +0000 (12:16 +0200)]
jscript: Store regexp source as jsstr_t.
Jacek Caban [Thu, 11 Oct 2012 10:16:01 +0000 (12:16 +0200)]
jscript: Use custom string container instead of BSTR.
Henri Verbeet [Wed, 10 Oct 2012 20:22:20 +0000 (22:22 +0200)]
wined3d: Implement WINED3DSIH_LT 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.
Henri Verbeet [Wed, 10 Oct 2012 20:22:18 +0000 (22:22 +0200)]
wined3d: Implement WINED3DSIH_GE 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.
Henri Verbeet [Wed, 10 Oct 2012 20:22:16 +0000 (22:22 +0200)]
wined3d: Implement WINED3DSIH_XOR in the GLSL shader backend.
Matteo Bruni [Wed, 10 Oct 2012 16:26:00 +0000 (18:26 +0200)]
d3dcompiler: Don't raise a warning for an uninitialized uniform.
Matteo Bruni [Wed, 10 Oct 2012 16:25:59 +0000 (18:25 +0200)]
d3dcompiler/tests: Fix access to the test output for y > 0.
Matteo Bruni [Wed, 10 Oct 2012 16:25:58 +0000 (18:25 +0200)]
d3dcompiler: Fix "for" syntax.
Matteo Bruni [Wed, 10 Oct 2012 16:25:57 +0000 (18:25 +0200)]
d3d8: Use proper helper.
Matteo Bruni [Wed, 10 Oct 2012 16:25:56 +0000 (18:25 +0200)]
wined3d: Recognize Radeon HD 6970 as reported on some Macs.
Roman Dadkov [Tue, 9 Oct 2012 10:49:50 +0000 (14:49 +0400)]
ole32: Fix dwClsContext parameter of a CoCreateInstance call in DefaultHandler_Run.
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).
Andrew Eikum [Wed, 10 Oct 2012 15:17:10 +0000 (10:17 -0500)]
dsound: Don't exit early in mixer thread.
Andrew Eikum [Wed, 10 Oct 2012 15:16:27 +0000 (10:16 -0500)]
vbscript: Undefined variables resolve as EMPTY without Option Explicit.
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.
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.
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.
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.
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.
Nikolay Sivov [Wed, 10 Oct 2012 18:58:20 +0000 (14:58 -0400)]
dwrite: Added IDWriteTextFormat stub implementation.
Nikolay Sivov [Wed, 10 Oct 2012 12:37:55 +0000 (08:37 -0400)]
dwrite: Implement GetFontStretch().
Hans Leidekker [Wed, 10 Oct 2012 10:03:10 +0000 (12:03 +0200)]
wbemprox: Add support for array types.
Hans Leidekker [Wed, 10 Oct 2012 10:02:05 +0000 (12:02 +0200)]
wbemprox: Add support for uncommitted instances in IWbemClassObject::Get.
Hans Leidekker [Wed, 10 Oct 2012 10:01:44 +0000 (12:01 +0200)]
wbemprox: Add reference counting to the table structure.
Hans Leidekker [Wed, 10 Oct 2012 10:01:22 +0000 (12:01 +0200)]
wbemprox: Implement Win32_NetworkAdapter.AdapterType.
Hans Leidekker [Wed, 10 Oct 2012 10:00:58 +0000 (12:00 +0200)]
wbemprox: Handle NULL operands in eval_strcmp.
Jacek Caban [Wed, 10 Oct 2012 09:19:55 +0000 (11:19 +0200)]
mshtml: Added more ActiveX loading and script binding tests.
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.
Jacek Caban [Wed, 10 Oct 2012 09:19:22 +0000 (11:19 +0200)]
mshtml: Added noscript tag handling tests.
Daniel Lehman [Wed, 3 Oct 2012 23:49:37 +0000 (16:49 -0700)]
msvcp90: Copy facetvec element pointer in copy ctor.
Daniel Lehman [Tue, 2 Oct 2012 07:04:22 +0000 (00:04 -0700)]
msvcp90: Initialize state in mb_to_wc.
Daniel Lehman [Mon, 8 Oct 2012 19:14:24 +0000 (12:14 -0700)]
msvcp: Flip fclose result check in filebuf<>::close.
Alexandre Julliard [Wed, 10 Oct 2012 08:46:16 +0000 (10:46 +0200)]
winex11: Recreate the GL drawable when changing the window parent.
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.
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.
Francois Gouget [Tue, 9 Oct 2012 22:54:07 +0000 (00:54 +0200)]
shell32: Fix ShellExecute()'s handling of file URLs.
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.
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.
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.
Marcus Meissner [Wed, 10 Oct 2012 08:12:11 +0000 (10:12 +0200)]
winetest: Close filehandle on run error (Coverity).
Marcus Meissner [Wed, 10 Oct 2012 08:00:17 +0000 (10:00 +0200)]
advapi32: Removed a double free issue on loop termination (Coverity).
Marcus Meissner [Wed, 10 Oct 2012 08:06:55 +0000 (10:06 +0200)]
server: Removed duplicate close of acceptfd (Coverity).
Henri Verbeet [Tue, 9 Oct 2012 18:41:51 +0000 (20:41 +0200)]
wined3d: Implement SM4 WINED3DSIH_SINCOS 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.
Henri Verbeet [Tue, 9 Oct 2012 18:41:49 +0000 (20:41 +0200)]
wined3d: Implement WINED3DSIH_IADD 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.
Henri Verbeet [Tue, 9 Oct 2012 18:41:47 +0000 (20:41 +0200)]
wined3d: Implement WINED3DSIH_BREAKP in the GLSL shader backend.
Daniel Lehman [Wed, 3 Oct 2012 23:15:35 +0000 (16:15 -0700)]
msvcp90: Fix export for fstream<wchar_t> ctor.
Daniel Lehman [Thu, 4 Oct 2012 21:54:51 +0000 (14:54 -0700)]
msvcp90: Fix cxx exception information for 64-bit.
Daniel Lehman [Thu, 27 Sep 2012 19:19:39 +0000 (12:19 -0700)]
msvcp90: Flip fclose result check in filebuf<>::close.
Daniel Lehman [Tue, 2 Oct 2012 06:06:02 +0000 (23:06 -0700)]
msvcp90: Change basic_ios<wchar_t>::imbue to match char version.
Erich Hoover [Thu, 4 Oct 2012 18:49:52 +0000 (12:49 -0600)]
setupapi: Close the target file before issuing SPFILENOTIFY_FILEEXTRACTED.
Erich Hoover [Thu, 4 Oct 2012 18:49:14 +0000 (12:49 -0600)]
setupapi: Report the correct target file with SPFILENOTIFY_FILEEXTRACTED.
André Hentschel [Sun, 7 Oct 2012 16:36:21 +0000 (18:36 +0200)]
winetest: Report actual number of failures in the statusbar.
Christian Costa [Sun, 7 Oct 2012 20:00:34 +0000 (22:00 +0200)]
ntoskrnl.exe: Add MDL flags definitions.
Christian Costa [Sun, 7 Oct 2012 20:01:08 +0000 (22:01 +0200)]
quartz: Fill right RECT structure in SetDefaultTargetRec.
Christian Costa [Sun, 7 Oct 2012 20:01:00 +0000 (22:01 +0200)]
quartz: Forward IMediaControl_RenderFile to IFilterGraph2_RenderFile.
Jacek Caban [Tue, 9 Oct 2012 09:26:18 +0000 (11:26 +0200)]
mshtml: Wine Gecko 1.8 release.
Jacek Caban [Tue, 9 Oct 2012 13:48:47 +0000 (15:48 +0200)]
appwiz.cpl: Cache downloaded addon MSI files.
Jacek Caban [Tue, 9 Oct 2012 11:39:29 +0000 (13:39 +0200)]
services: Fixed memory leak.
Piotr Caban [Tue, 9 Oct 2012 11:06:34 +0000 (13:06 +0200)]
msvcp60: Added missing 64-bit exports.
Dmitry Timoshkov [Tue, 9 Oct 2012 09:41:47 +0000 (18:41 +0900)]
gdiplus: Add more font transformation tests.
Alexandre Julliard [Tue, 9 Oct 2012 13:21:21 +0000 (15:21 +0200)]
user32: Add support for setting the window surface visible region.
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.
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.
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.
Francois Gouget [Mon, 8 Oct 2012 22:13:54 +0000 (00:13 +0200)]
shell32: Don't expand environment variables in ShellExecute()'s parameters argument.
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.
Francois Gouget [Mon, 8 Oct 2012 22:13:35 +0000 (00:13 +0200)]
shell32: Simplify CommandLineToArgvW() a bit.
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.
André Hentschel [Mon, 8 Oct 2012 21:48:27 +0000 (23:48 +0200)]
winemaker: Include the target specific dll path when linking.
André Hentschel [Mon, 8 Oct 2012 21:45:27 +0000 (23:45 +0200)]
winemaker: Always use parent project for project files.
Henri Verbeet [Mon, 8 Oct 2012 19:32:42 +0000 (21:32 +0200)]
wined3d: Remove unused wined3d_shader_limits fields.
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.
Henri Verbeet [Mon, 8 Oct 2012 19:32:40 +0000 (21:32 +0200)]
wined3d: wined3d_surface_set_palette() never fails.
Henri Verbeet [Mon, 8 Oct 2012 19:32:39 +0000 (21:32 +0200)]
d3d10: Implement d3d10_effect_sampler_variable_GetSampler().
Henri Verbeet [Mon, 8 Oct 2012 19:32:38 +0000 (21:32 +0200)]
d3d10: Handle blend state in d3d10_effect_object_apply().
Alexandre Julliard [Tue, 9 Oct 2012 07:51:29 +0000 (09:51 +0200)]
user32: Store the pixel format in the window structure.
Alexandre Julliard [Tue, 9 Oct 2012 07:48:11 +0000 (09:48 +0200)]
user32: Add a helper function to update the window visible state.
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.
Jacek Caban [Mon, 8 Oct 2012 13:00:50 +0000 (15:00 +0200)]
mshtml: Return dispinterface from PHEventSink::QueryInterface.
Jacek Caban [Mon, 8 Oct 2012 12:38:25 +0000 (14:38 +0200)]
vbscript: Added CStr implementation.
Michael Stefaniuc [Mon, 8 Oct 2012 11:26:08 +0000 (13:26 +0200)]
msrle32: 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.
Jörg Höhle [Fri, 14 Sep 2012 14:46:32 +0000 (16:46 +0200)]
mciseq: Map MMSYSERR_* to MCIERR_* error codes.
Jörg Höhle [Mon, 1 Oct 2012 19:53:04 +0000 (21:53 +0200)]
mciseq: Send MCI_PLAY notifications like w2k-w7 do.
Jörg Höhle [Thu, 4 Oct 2012 10:34:07 +0000 (12:34 +0200)]
mciseq: Create player thread in the synchronous case too.
Jörg Höhle [Tue, 1 Mar 2011 20:35:23 +0000 (21:35 +0100)]
mciseq: Play returns MCIERR_OUTOFRANGE as required.
Jörg Höhle [Thu, 4 Oct 2012 10:02:35 +0000 (12:02 +0200)]
mciseq: Separate player loop from MCI_PLAY command.
Jörg Höhle [Tue, 18 Sep 2012 16:26:26 +0000 (18:26 +0200)]
mciseq: Fix memory leak when MCI_OPEN fails.
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.
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.