Matteo Bruni [Wed, 26 Sep 2012 17:22:35 +0000 (19:22 +0200)]
d3dcompiler: Handle simple struct initializers.
Matteo Bruni [Wed, 26 Sep 2012 17:22:34 +0000 (19:22 +0200)]
d3dcompiler: Store the pointer to the struct field in the dereference node.
Matteo Bruni [Wed, 26 Sep 2012 17:22:33 +0000 (19:22 +0200)]
d3dcompiler: Also free the list itself in free_instr_list().
Matteo Bruni [Wed, 26 Sep 2012 17:22:32 +0000 (19:22 +0200)]
d3dcompiler: Parse structure declarations.
Matteo Bruni [Wed, 26 Sep 2012 17:22:31 +0000 (19:22 +0200)]
d3dcompiler: Move variables declaration to a separate function.
Jörg Höhle [Thu, 20 Sep 2012 14:48:17 +0000 (16:48 +0200)]
winmm: The "open new ..." MCI string command sets an empty OPEN_ELEMENT.
Jason Edmeades [Tue, 25 Sep 2012 22:16:54 +0000 (23:16 +0100)]
cmd: Display 'set' sort ordering correctly.
Jason Edmeades [Tue, 25 Sep 2012 21:05:03 +0000 (22:05 +0100)]
cmd: Echo back command with whitespace removed first.
Jason Edmeades [Tue, 25 Sep 2012 20:02:09 +0000 (21:02 +0100)]
cmd: Support for ^ character at end of line.
Based on a patch by John Chow.
Jason Edmeades [Tue, 25 Sep 2012 12:45:28 +0000 (13:45 +0100)]
cmd: Add circumflex support into command shell.
Jason Edmeades [Tue, 25 Sep 2012 23:07:20 +0000 (00:07 +0100)]
cmd: Fix parameterization around delimiters.
Nikolay Sivov [Wed, 26 Sep 2012 13:43:40 +0000 (17:43 +0400)]
mlang: Forward ConvertStringReset() to IMultiLanguage3.
Nikolay Sivov [Wed, 26 Sep 2012 13:41:39 +0000 (17:41 +0400)]
mlang: Forward ConvertStringToUnicode() to IMultiLanguage3 implementation.
Nikolay Sivov [Wed, 26 Sep 2012 13:39:11 +0000 (17:39 +0400)]
mlang: Forward ConvertString() to IMultiLanguage3 implementation.
Nikolay Sivov [Wed, 26 Sep 2012 13:35:45 +0000 (17:35 +0400)]
mlang: Implement IMLangConvertCharset_DoConversionFromUnicode().
Nikolay Sivov [Wed, 26 Sep 2012 13:30:09 +0000 (17:30 +0400)]
mlang: Ignore MLCONVCHARF_USEDEFCHAR in IMLangConvertCharset_Initialize().
Alexandre Julliard [Wed, 26 Sep 2012 14:58:03 +0000 (16:58 +0200)]
wineps: Always escape Postscript reserved characters in font names.
Jacek Caban [Wed, 26 Sep 2012 12:37:47 +0000 (14:37 +0200)]
mshtml: Added IActiveScriptSiteUIControl tests.
Jacek Caban [Wed, 26 Sep 2012 12:37:34 +0000 (14:37 +0200)]
mshtml: Added IActiveScriptSiteUIControl implementation.
Jacek Caban [Wed, 26 Sep 2012 12:37:16 +0000 (14:37 +0200)]
mshtml: Added better IActiveScriptSiteWindow implementation.
Jacek Caban [Wed, 26 Sep 2012 12:36:58 +0000 (14:36 +0200)]
vbscript: Added MsgBox tests.
Jacek Caban [Wed, 26 Sep 2012 12:36:45 +0000 (14:36 +0200)]
vbscript: Added MsgBox implementation.
Jacek Caban [Wed, 26 Sep 2012 12:36:34 +0000 (14:36 +0200)]
activscp.idl: Added IActiveScriptSiteUIControl declaration.
Jacek Caban [Wed, 26 Sep 2012 12:36:15 +0000 (14:36 +0200)]
vbscript: Added VT_R8 support to to_int.
Jacek Caban [Wed, 26 Sep 2012 12:36:01 +0000 (14:36 +0200)]
vbscript: Added Round implementation.
Rico Schüller [Wed, 26 Sep 2012 11:57:21 +0000 (13:57 +0200)]
d3dx9: Avoid variable assignment in D3DXQuaternionNormalize().
Rico Schüller [Wed, 26 Sep 2012 11:57:11 +0000 (13:57 +0200)]
d3dx9: Use float functions in D3DXQuaternionRotationAxis().
Rico Schüller [Wed, 26 Sep 2012 11:57:05 +0000 (13:57 +0200)]
d3dx9: Use float functions in D3DXQuaternionRotationYawPitchRoll().
Rico Schüller [Wed, 26 Sep 2012 11:57:01 +0000 (13:57 +0200)]
d3dx9: Use float functions in D3DXQuaternionSlerp().
Rico Schüller [Wed, 26 Sep 2012 11:56:57 +0000 (13:56 +0200)]
d3dx9: Use float functions in D3DXSHRotateZ().
Rico Schüller [Wed, 26 Sep 2012 10:22:02 +0000 (12:22 +0200)]
d3dx9: Improve RegisterCount calculation for D3DXRS_INT4/BOOL.
Rico Schüller [Wed, 26 Sep 2012 10:21:54 +0000 (12:21 +0200)]
d3dx9: Fix shader constant byte calculation.
Rico Schüller [Wed, 26 Sep 2012 09:52:02 +0000 (11:52 +0200)]
d3dx9: Handle D3DXPT_VOID in get_float/bool/int().
Rico Schüller [Wed, 26 Sep 2012 09:45:58 +0000 (11:45 +0200)]
winex11.drv: Remove unneeded include file.
Francois Gouget [Wed, 26 Sep 2012 09:12:51 +0000 (11:12 +0200)]
d3dx9_36/tests: Remove spaces before '\n's in ok() calls.
Francois Gouget [Wed, 26 Sep 2012 09:12:46 +0000 (11:12 +0200)]
wininet: Add a trailing '\n' to a couple of Wine traces.
Piotr Caban [Wed, 26 Sep 2012 09:37:55 +0000 (11:37 +0200)]
wininet: Delete cache directory when cache version doesn't match.
Piotr Caban [Wed, 26 Sep 2012 09:37:41 +0000 (11:37 +0200)]
wininet: Don't ask for confirmation while deleting cache directory.
Jacek Caban [Wed, 26 Sep 2012 09:01:14 +0000 (11:01 +0200)]
include: Added uiautomationclient.idl.
Alexandre Julliard [Wed, 26 Sep 2012 10:14:03 +0000 (12:14 +0200)]
winex11: Recreate the graphics context when setting the drawable.
Alexandre Julliard [Wed, 26 Sep 2012 11:08:40 +0000 (13:08 +0200)]
winex11: Remove some unused palette code.
Alexandre Julliard [Wed, 26 Sep 2012 10:53:16 +0000 (12:53 +0200)]
winex11: Create a default colormap along with the default visual info.
Alexandre Julliard [Tue, 25 Sep 2012 13:51:03 +0000 (15:51 +0200)]
winex11: Store the full visual info for the default visual.
Alexandre Julliard [Tue, 25 Sep 2012 17:25:02 +0000 (19:25 +0200)]
winex11: Add a workaround for XInput support with mouse drivers that don't provide labels.
Henri Verbeet [Wed, 26 Sep 2012 08:12:15 +0000 (10:12 +0200)]
wined3d: Add some basic SM4 bytecode dumping code.
Henri Verbeet [Wed, 26 Sep 2012 08:12:14 +0000 (10:12 +0200)]
wined3d: wined3d_device_get_texture_stage_state() never fails.
Henri Verbeet [Wed, 26 Sep 2012 08:12:13 +0000 (10:12 +0200)]
wined3d: wined3d_device_set_texture_stage_state() never fails.
Henri Verbeet [Wed, 26 Sep 2012 08:12:12 +0000 (10:12 +0200)]
d3d10: Introduce a state object variable structure.
Henri Verbeet [Wed, 26 Sep 2012 08:12:11 +0000 (10:12 +0200)]
d3d10: Properly handle arrays of state objects.
Hans Leidekker [Wed, 26 Sep 2012 07:37:55 +0000 (09:37 +0200)]
httpapi: Add a stub implementation of HttpAddUrl.
Hans Leidekker [Wed, 26 Sep 2012 07:37:40 +0000 (09:37 +0200)]
hnetcfg: Return success from INetFwAuthorizedApplication::put_Scope.
Hans Leidekker [Wed, 26 Sep 2012 07:37:23 +0000 (09:37 +0200)]
hnetcfg: Add IDispatch support for INetFwMgr, INetFwPolicy and INetFwProfile.
Hans Leidekker [Wed, 26 Sep 2012 07:37:08 +0000 (09:37 +0200)]
hnetcfg: Add IDispatch support for INetFwAuthorizedApplication and INetFwAuthorizedApplications.
Hans Leidekker [Wed, 26 Sep 2012 07:36:52 +0000 (09:36 +0200)]
hnetcfg: Add a typelib.
Gerald Pfeifer [Tue, 25 Sep 2012 23:38:32 +0000 (19:38 -0400)]
d3dx9_36: Fix initialization of header in save_dds_surface_to_memory. save_dds_surface_to_memory.
Francois Gouget [Wed, 26 Sep 2012 02:22:00 +0000 (04:22 +0200)]
shlwapi: Fix the PathCreateFromUrlW() implementation.
Francois Gouget [Wed, 26 Sep 2012 02:20:00 +0000 (04:20 +0200)]
shlwapi: UrlIs()'s check for the 'file:' protocol is case insensitive.
Dmitry Timoshkov [Wed, 26 Sep 2012 01:56:56 +0000 (10:56 +0900)]
windowscodecs: Use appropriate helper to release GIF decoder.
Vincent Povirk [Tue, 25 Sep 2012 21:34:59 +0000 (16:34 -0500)]
windowscodecs: Use WINCODEC_ERR_UNSUPPORTEDOPERATION in GetColorContexts stubs.
Detlef Riekenberg [Tue, 25 Sep 2012 21:35:00 +0000 (23:35 +0200)]
d3dx9_36/tests: Fix copy & paste error in ok messages.
Michael Stefaniuc [Tue, 25 Sep 2012 21:25:45 +0000 (23:25 +0200)]
dsound: DirectSoundDevice_RemoveBuffer() cannot fail.
Michael Stefaniuc [Tue, 25 Sep 2012 21:23:31 +0000 (23:23 +0200)]
dsound: Don't bother shrinking the secondary buffer list.
Piotr Caban [Tue, 25 Sep 2012 16:12:48 +0000 (18:12 +0200)]
inetcpl.cpl: Added support for clearing cookies and history cache.
Piotr Caban [Tue, 25 Sep 2012 15:31:55 +0000 (17:31 +0200)]
wininet: Added more GetUrlCacheEntryInfo tests with GET_INSTALLED_ENTRY flag.
Piotr Caban [Tue, 25 Sep 2012 15:31:35 +0000 (17:31 +0200)]
wininet: Ignore unsupported flags in GetUrlCacheEntryInfoEx functions.
Piotr Caban [Tue, 25 Sep 2012 15:31:19 +0000 (17:31 +0200)]
wininet: Fixed handling of GET_INSTALLED_ENTRY flag in GetUrlCacheEntryInfoW.
Piotr Caban [Tue, 25 Sep 2012 15:30:58 +0000 (17:30 +0200)]
wininet: Fixed handling of GET_INSTALLED_ENTRY flag in GetUrlCacheEntryInfoA.
Piotr Caban [Tue, 25 Sep 2012 15:30:42 +0000 (17:30 +0200)]
wininet: Move GetUrlCacheEntryInfoA code to GetUrlCacheEntryInfoExA function.
Jacek Caban [Tue, 25 Sep 2012 12:25:22 +0000 (14:25 +0200)]
vbscript: Added Space() implementation.
Jacek Caban [Tue, 25 Sep 2012 12:18:44 +0000 (14:18 +0200)]
mshtml: Return S_OK in plugin host's CanInPlaceActivate implementation.
Jacek Caban [Tue, 25 Sep 2012 12:18:30 +0000 (14:18 +0200)]
mshtml: Added DISPATCH_PROPERTYGET|DISPATCH_METHOD flags support for elements exposed as window properties.
Huw Davies [Tue, 25 Sep 2012 11:40:19 +0000 (12:40 +0100)]
comdlg32: Use a ComboBoxEx control for the filename if the structure size is not the nt40 version size.
Huw Davies [Tue, 25 Sep 2012 11:40:18 +0000 (12:40 +0100)]
comdlg32: Use the window handle to send messages to the filename control.
Huw Davies [Tue, 25 Sep 2012 11:40:17 +0000 (12:40 +0100)]
comctl32: Forward the focus to the edit control if it exists.
Francois Gouget [Tue, 25 Sep 2012 14:32:57 +0000 (16:32 +0200)]
shlwapi: PathCreateFromUrlA() should not crash when given NULL buffers.
Add NULL and insufficient buffer tests for PathCreateFromUrl().
Francois Gouget [Tue, 25 Sep 2012 09:36:38 +0000 (11:36 +0200)]
include: Remove a misplaced duplicate definition of SORT_STRINGSORT.
Francois Gouget [Tue, 25 Sep 2012 09:33:16 +0000 (11:33 +0200)]
mshtml/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Tue, 25 Sep 2012 09:33:05 +0000 (11:33 +0200)]
wininet: Check for the 'http:' protocol in a locale independent way.
Nozomi Kodama [Mon, 17 Sep 2012 11:20:45 +0000 (19:20 +0800)]
d3dx9: Implement D3DXSHRotate.
Nozomi Kodama [Mon, 17 Sep 2012 11:19:23 +0000 (19:19 +0800)]
d3dx9: Implement D3DXSHEvalDirectionalLight.
Nozomi Kodama [Fri, 21 Sep 2012 15:41:02 +0000 (23:41 +0800)]
d3dx9: Simplify D3DXVector*Normalize.
Nozomi Kodama [Fri, 21 Sep 2012 15:19:29 +0000 (23:19 +0800)]
d3dx9: Simplify D3DXComputeBoundingSphere.
Dmitry Timoshkov [Tue, 25 Sep 2012 03:55:57 +0000 (12:55 +0900)]
gdiplus: Add GIF palette to the image properties.
Dmitry Timoshkov [Tue, 25 Sep 2012 03:55:04 +0000 (12:55 +0900)]
gdiplus: Add GIF loopcount to the image properties.
Dmitry Timoshkov [Tue, 25 Sep 2012 03:54:01 +0000 (12:54 +0900)]
gdiplus: Add GIF transparent index to the image properties.
Dmitry Timoshkov [Tue, 25 Sep 2012 03:53:08 +0000 (12:53 +0900)]
gdiplus: Add GIF background to the image properties.
Dmitry Timoshkov [Tue, 25 Sep 2012 03:52:19 +0000 (12:52 +0900)]
gdiplus: Add GIF frame delay to the image properties.
Dmitry Timoshkov [Tue, 25 Sep 2012 03:51:23 +0000 (12:51 +0900)]
gdiplus: Add GIF comment to the image properties.
Dmitry Timoshkov [Tue, 25 Sep 2012 03:50:36 +0000 (12:50 +0900)]
gdiplus: Remove GIF properties test from generic tests, they are tested separately.
Ričardas Barkauskas [Mon, 24 Sep 2012 18:01:44 +0000 (21:01 +0300)]
dxgi: Avoid division by zero.
Based on patch by Eduard - Gabriel Munteanu.
Ričardas Barkauskas [Mon, 24 Sep 2012 18:01:29 +0000 (21:01 +0300)]
dxgi: Partially implement IDXGISwapChain_GetDesc.
Ričardas Barkauskas [Mon, 24 Sep 2012 18:01:18 +0000 (21:01 +0300)]
wined3d: Don't leave leftover textures when destroying and creating dxgi swapchains.
André Hentschel [Mon, 24 Sep 2012 22:47:54 +0000 (00:47 +0200)]
crypt32/tests: Improve test output.
André Hentschel [Mon, 24 Sep 2012 22:47:27 +0000 (00:47 +0200)]
ntdll/tests: Fix test failure on win8.
Henri Verbeet [Tue, 25 Sep 2012 08:34:44 +0000 (10:34 +0200)]
wined3d: Take the data type of registers into account in the GLSL shader backend.
Henri Verbeet [Tue, 25 Sep 2012 08:34:43 +0000 (10:34 +0200)]
wined3d: Just return the shader from wined3d_device_get_pixel_shader().
Henri Verbeet [Tue, 25 Sep 2012 08:34:42 +0000 (10:34 +0200)]
wined3d: wined3d_device_set_pixel_shader() never fails.
Henri Verbeet [Tue, 25 Sep 2012 08:34:41 +0000 (10:34 +0200)]
d3d10: Store shader variables in d3d10_effect_pass instead of d3d10_effect_object.
Henri Verbeet [Tue, 25 Sep 2012 08:34:40 +0000 (10:34 +0200)]
d3d10: Store shaders directly in d3d10_effect_object.
Nikolay Sivov [Tue, 25 Sep 2012 07:59:50 +0000 (11:59 +0400)]
mlang: Forward GetRfc1766FromLcid() to IMultiLanguage3 implementation.