wine
11 years agoRelease 1.5.17. wine-1.5.17
Alexandre Julliard [Fri, 9 Nov 2012 18:46:37 +0000 (19:46 +0100)] 
Release 1.5.17.

11 years agomsi: Use FIELD_OFFSET to calculate the size of structs with variable length array.
Michael Stefaniuc [Fri, 9 Nov 2012 15:47:44 +0000 (16:47 +0100)] 
msi: Use FIELD_OFFSET to calculate the size of structs with variable length array.

11 years agomsi: Avoid a string copy when comparing SQL keywords.
Hans Leidekker [Fri, 9 Nov 2012 15:47:09 +0000 (16:47 +0100)] 
msi: Avoid a string copy when comparing SQL keywords.

11 years agomsi: Fix use of uninitialized variables.
Hans Leidekker [Fri, 9 Nov 2012 15:46:52 +0000 (16:46 +0100)] 
msi: Fix use of uninitialized variables.

11 years agod3dcompiler: Put data type name of constants on the heap.
Matteo Bruni [Fri, 9 Nov 2012 14:20:39 +0000 (15:20 +0100)] 
d3dcompiler: Put data type name of constants on the heap.

11 years agod3dcompiler: Skip stray semicolons outside of functions.
Matteo Bruni [Fri, 9 Nov 2012 14:20:38 +0000 (15:20 +0100)] 
d3dcompiler: Skip stray semicolons outside of functions.

11 years agod3dcompiler: Allow a comma at the end of an initializer.
Matteo Bruni [Fri, 9 Nov 2012 14:20:37 +0000 (15:20 +0100)] 
d3dcompiler: Allow a comma at the end of an initializer.

11 years agod3dcompiler: Don't take the sign as part of the numeric token.
Matteo Bruni [Fri, 9 Nov 2012 14:20:36 +0000 (15:20 +0100)] 
d3dcompiler: Don't take the sign as part of the numeric token.

11 years agowined3d: Pop control frames in disabled if branches (ARB shader backend).
Matteo Bruni [Fri, 9 Nov 2012 14:20:35 +0000 (15:20 +0100)] 
wined3d: Pop control frames in disabled if branches (ARB shader backend).

11 years agowined3d: Ensure GL_FRAGMENT_PROGRAM_ARB is enabled when using ARB shaders.
Matteo Bruni [Fri, 9 Nov 2012 14:20:34 +0000 (15:20 +0100)] 
wined3d: Ensure GL_FRAGMENT_PROGRAM_ARB is enabled when using ARB shaders.

11 years agojscript: Fixed leak in disp_propget.
Jacek Caban [Fri, 9 Nov 2012 10:48:34 +0000 (11:48 +0100)] 
jscript: Fixed leak in disp_propget.

11 years agoole32: Fix some leaks (coverity).
Frédéric Delanoy [Fri, 9 Nov 2012 09:17:41 +0000 (10:17 +0100)] 
ole32: Fix some leaks (coverity).

11 years agowinmm: Call IsFormatSupported for WAVE_FORMAT_QUERY only.
Jörg Höhle [Thu, 12 Jan 2012 21:29:42 +0000 (22:29 +0100)] 
winmm: Call IsFormatSupported for WAVE_FORMAT_QUERY only.

11 years agowinmm: Avoid generic MMSYSERR_ERROR during initialisation.
Jörg Höhle [Thu, 12 Jan 2012 16:02:46 +0000 (17:02 +0100)] 
winmm: Avoid generic MMSYSERR_ERROR during initialisation.

11 years agowinmm: Prefer using MMSYSERR_* over AUDCLNT_E_* from mmdevapi.
Jörg Höhle [Tue, 10 Jan 2012 17:47:17 +0000 (18:47 +0100)] 
winmm: Prefer using MMSYSERR_* over AUDCLNT_E_* from mmdevapi.

11 years agomsvcp90/tests: Add fstream<>::tellg tests.
Daniel Lehman [Thu, 8 Nov 2012 15:56:09 +0000 (07:56 -0800)] 
msvcp90/tests: Add fstream<>::tellg tests.

11 years agomshtml: Added IPersistStream::LoadHistory implementation.
Jacek Caban [Thu, 8 Nov 2012 17:17:55 +0000 (18:17 +0100)] 
mshtml: Added IPersistStream::LoadHistory implementation.

11 years agomshtml: Use flags in navigation functions.
Jacek Caban [Thu, 8 Nov 2012 17:17:35 +0000 (18:17 +0100)] 
mshtml: Use flags in navigation functions.

11 years agomshtml: Added IPersistHistory::SaveHistory implementation.
Jacek Caban [Thu, 8 Nov 2012 17:17:24 +0000 (18:17 +0100)] 
mshtml: Added IPersistHistory::SaveHistory implementation.

11 years agomshtml: Use fregment-less URI in super_navigate.
Jacek Caban [Thu, 8 Nov 2012 17:17:12 +0000 (18:17 +0100)] 
mshtml: Use fregment-less URI in super_navigate.

11 years agomshtml: Call set_current_uri in navigate_proc.
Jacek Caban [Thu, 8 Nov 2012 17:16:59 +0000 (18:16 +0100)] 
mshtml: Call set_current_uri in navigate_proc.

11 years agomshtml: Don't pass hash part of URI to EvaluateNewWindow.
Jacek Caban [Thu, 8 Nov 2012 17:16:42 +0000 (18:16 +0100)] 
mshtml: Don't pass hash part of URI to EvaluateNewWindow.

11 years agowined3d: Introduce a separate function for generating the sRGB write GLSL code.
Henri Verbeet [Thu, 8 Nov 2012 22:29:17 +0000 (23:29 +0100)] 
wined3d: Introduce a separate function for generating the sRGB write GLSL code.

11 years agowined3d: Introduce a separate function for generating the fixed function fog GLSL...
Henri Verbeet [Thu, 8 Nov 2012 22:29:16 +0000 (23:29 +0100)] 
wined3d: Introduce a separate function for generating the fixed function fog GLSL code.

11 years agoddraw: Avoid LPDIRECT3DTEXTURE2.
Henri Verbeet [Thu, 8 Nov 2012 22:29:15 +0000 (23:29 +0100)] 
ddraw: Avoid LPDIRECT3DTEXTURE2.

11 years agoddraw: Avoid LPDIRECT3DEXECUTEBUFFER.
Henri Verbeet [Thu, 8 Nov 2012 22:29:14 +0000 (23:29 +0100)] 
ddraw: Avoid LPDIRECT3DEXECUTEBUFFER.

11 years agoddraw: Avoid LPDIRECT3DVERTEXBUFFER.
Henri Verbeet [Thu, 8 Nov 2012 22:29:13 +0000 (23:29 +0100)] 
ddraw: Avoid LPDIRECT3DVERTEXBUFFER.

11 years agod3dx9: Handle NULL arguments in D3DXVec3Unproject.
Józef Kucia [Thu, 8 Nov 2012 12:45:55 +0000 (13:45 +0100)] 
d3dx9: Handle NULL arguments in D3DXVec3Unproject.

11 years agod3dx9: Handle NULL arguments in D3DXVec3Project.
Józef Kucia [Thu, 8 Nov 2012 12:45:54 +0000 (13:45 +0100)] 
d3dx9: Handle NULL arguments in D3DXVec3Project.

11 years agoxpssvcs: Add stub dll.
Hans Leidekker [Thu, 8 Nov 2012 12:18:25 +0000 (13:18 +0100)] 
xpssvcs: Add stub dll.

11 years agod3drm: Fix a leak (coverity).
Frédéric Delanoy [Thu, 8 Nov 2012 09:37:31 +0000 (10:37 +0100)] 
d3drm: Fix a leak (coverity).

11 years agoxcopy: Fix indentation of a break (coverity).
André Hentschel [Wed, 7 Nov 2012 22:19:27 +0000 (23:19 +0100)] 
xcopy: Fix indentation of a break (coverity).

11 years agowinhlp32: Mark up fallthrough switch case (coverity).
André Hentschel [Wed, 7 Nov 2012 22:19:21 +0000 (23:19 +0100)] 
winhlp32: Mark up fallthrough switch case (coverity).

11 years agowinmm: Mark up fallthrough switch case (coverity).
André Hentschel [Wed, 7 Nov 2012 22:19:08 +0000 (23:19 +0100)] 
winmm: Mark up fallthrough switch case (coverity).

11 years agostart: Fix mask for creation flags (coverity).
André Hentschel [Wed, 7 Nov 2012 22:18:57 +0000 (23:18 +0100)] 
start: Fix mask for creation flags (coverity).

11 years agoopengl32: Apply correct normals to text rendered with wglUseFontOutlines.
Sam Edwards [Wed, 7 Nov 2012 23:06:09 +0000 (16:06 -0700)] 
opengl32: Apply correct normals to text rendered with wglUseFontOutlines.

11 years agod3d8/tests: Add test for IDirect3DDevice8_Reset with BackBufferWidth/Height = 0.
Sam Edwards [Wed, 7 Nov 2012 21:45:46 +0000 (14:45 -0700)] 
d3d8/tests: Add test for IDirect3DDevice8_Reset with BackBufferWidth/Height = 0.

11 years agogdiplus: Store transformation matrix directly in the objects.
Dmitry Timoshkov [Thu, 8 Nov 2012 03:11:59 +0000 (11:11 +0800)] 
gdiplus: Store transformation matrix directly in the objects.

11 years agomstask/tests: Add tests for SetTargetComputer.
Detlef Riekenberg [Wed, 7 Nov 2012 23:12:48 +0000 (00:12 +0100)] 
mstask/tests: Add tests for SetTargetComputer.

11 years agomstask: Implement SetTargetComputer.
Detlef Riekenberg [Wed, 7 Nov 2012 23:12:47 +0000 (00:12 +0100)] 
mstask: Implement SetTargetComputer.

11 years agowined3d: Introduce a separate function for initializing ps uniform locations.
Henri Verbeet [Wed, 7 Nov 2012 20:41:16 +0000 (21:41 +0100)] 
wined3d: Introduce a separate function for initializing ps uniform locations.

11 years agowined3d: Introduce a separate function for initializing vs uniform locations.
Henri Verbeet [Wed, 7 Nov 2012 20:41:15 +0000 (21:41 +0100)] 
wined3d: Introduce a separate function for initializing vs uniform locations.

11 years agowined3d: Use the correct RGTC constant in format_texture_info.
Henri Verbeet [Wed, 7 Nov 2012 20:41:14 +0000 (21:41 +0100)] 
wined3d: Use the correct RGTC constant in format_texture_info.

11 years agoddraw: Avoid LPDIRECT3DVERTEXBUFFER7.
Henri Verbeet [Wed, 7 Nov 2012 20:41:13 +0000 (21:41 +0100)] 
ddraw: Avoid LPDIRECT3DVERTEXBUFFER7.

11 years agoddraw: Avoid LPDIRECTDRAW.
Henri Verbeet [Wed, 7 Nov 2012 20:41:12 +0000 (21:41 +0100)] 
ddraw: Avoid LPDIRECTDRAW.

11 years agoopengl32: Get rid of wine_ prefix on generated functions.
Alexandre Julliard [Thu, 8 Nov 2012 12:45:03 +0000 (13:45 +0100)] 
opengl32: Get rid of wine_ prefix on generated functions.

11 years agoopengl32: Get rid of the extension removal hack in wglGetProcAddress and clean up...
Alexandre Julliard [Thu, 8 Nov 2012 11:51:42 +0000 (12:51 +0100)] 
opengl32: Get rid of the extension removal hack in wglGetProcAddress and clean up the tracing.

11 years agowined3d: Link directly to opengl32.
Alexandre Julliard [Thu, 8 Nov 2012 10:56:06 +0000 (11:56 +0100)] 
wined3d: Link directly to opengl32.

11 years agoconfigure: Remove checks for OpenGL headers that are no longer used.
Alexandre Julliard [Wed, 7 Nov 2012 23:14:44 +0000 (00:14 +0100)] 
configure: Remove checks for OpenGL headers that are no longer used.

11 years agoconfigure: Check for getopt_long_only instead of getopt_long.
Alexandre Julliard [Wed, 7 Nov 2012 23:04:13 +0000 (00:04 +0100)] 
configure: Check for getopt_long_only instead of getopt_long.

Some platforms have the latter but not the former.

11 years agontdll: Fix access/write file time mixup.
Alexandre Julliard [Wed, 7 Nov 2012 23:02:06 +0000 (00:02 +0100)] 
ntdll: Fix access/write file time mixup.

11 years agomsi: Register dlls in a separate process.
Hans Leidekker [Wed, 7 Nov 2012 14:56:37 +0000 (15:56 +0100)] 
msi: Register dlls in a separate process.

11 years agomsi: Make sure either the REINSTALL or the REMOVE property is set when the product...
Hans Leidekker [Wed, 7 Nov 2012 14:56:14 +0000 (15:56 +0100)] 
msi: Make sure either the REINSTALL or the REMOVE property is set when the product is already installed.

11 years agomsi: Remove a component regardless of its install state, unless it's a permanent...
Hans Leidekker [Wed, 7 Nov 2012 14:55:48 +0000 (15:55 +0100)] 
msi: Remove a component regardless of its install state, unless it's a permanent component.

11 years agomsi: Return correct length for the empty string from deformat_string.
Hans Leidekker [Wed, 7 Nov 2012 14:55:26 +0000 (15:55 +0100)] 
msi: Return correct length for the empty string from deformat_string.

11 years agomsvcp60: Fixed basic_streambuf class structure.
Piotr Caban [Wed, 7 Nov 2012 14:15:42 +0000 (15:15 +0100)] 
msvcp60: Fixed basic_streambuf class structure.

11 years agomsvcp: Fixed uninitialized variable access in num_get::_Getffld and _Getifld functions.
Piotr Caban [Wed, 7 Nov 2012 14:15:29 +0000 (15:15 +0100)] 
msvcp: Fixed uninitialized variable access in num_get::_Getffld and _Getifld functions.

11 years agomsvcp90: Destroy string returned by basic_stringbuf_char_str_get.
Piotr Caban [Wed, 7 Nov 2012 14:15:10 +0000 (15:15 +0100)] 
msvcp90: Destroy string returned by basic_stringbuf_char_str_get.

11 years agomsvcp90: Fixed long long printing in tests.
Piotr Caban [Wed, 7 Nov 2012 14:14:45 +0000 (15:14 +0100)] 
msvcp90: Fixed long long printing in tests.

11 years agomsvcrt: Fixed __p___mb_cur_max tests.
Piotr Caban [Wed, 7 Nov 2012 11:51:51 +0000 (12:51 +0100)] 
msvcrt: Fixed __p___mb_cur_max tests.

11 years agomshtml: Added IHTMLObjectElement::name property implementation.
Jacek Caban [Wed, 7 Nov 2012 11:55:28 +0000 (12:55 +0100)] 
mshtml: Added IHTMLObjectElement::name property implementation.

11 years agoopengl32: Don't substitute OpenGL types that are already defined in wgl.h.
Alexandre Julliard [Wed, 7 Nov 2012 17:06:42 +0000 (18:06 +0100)] 
opengl32: Don't substitute OpenGL types that are already defined in wgl.h.

11 years agowined3d: Make use of the generated wgl.h header.
Alexandre Julliard [Wed, 7 Nov 2012 12:54:32 +0000 (13:54 +0100)] 
wined3d: Make use of the generated wgl.h header.

11 years agowinex11: Avoid using the system GL headers.
Alexandre Julliard [Wed, 7 Nov 2012 16:20:57 +0000 (17:20 +0100)] 
winex11: Avoid using the system GL headers.

11 years agogdi32: Avoid using the system GL headers.
Alexandre Julliard [Wed, 7 Nov 2012 13:43:02 +0000 (14:43 +0100)] 
gdi32: Avoid using the system GL headers.

11 years agoopengl32: Avoid using the system GL headers.
Alexandre Julliard [Wed, 7 Nov 2012 12:15:24 +0000 (13:15 +0100)] 
opengl32: Avoid using the system GL headers.

11 years agoopengl32: Generate our own wgl.h header from the OpenGL registry data.
Alexandre Julliard [Wed, 7 Nov 2012 12:14:58 +0000 (13:14 +0100)] 
opengl32: Generate our own wgl.h header from the OpenGL registry data.

11 years agoopengl32: Update to the current OpenGL spec.
Alexandre Julliard [Wed, 7 Nov 2012 11:15:09 +0000 (12:15 +0100)] 
opengl32: Update to the current OpenGL spec.

11 years agomsi: Fix some leaks (coverity).
Frédéric Delanoy [Wed, 7 Nov 2012 00:05:50 +0000 (01:05 +0100)] 
msi: Fix some leaks (coverity).

11 years agoiphlapi: Fix some leaks (coverity).
Frédéric Delanoy [Wed, 7 Nov 2012 09:36:46 +0000 (10:36 +0100)] 
iphlapi: Fix some leaks (coverity).

11 years agoshell32: Initialize fAnyOperationsAborted in SHFileOperation.
Daniel Lehman [Tue, 6 Nov 2012 04:20:12 +0000 (20:20 -0800)] 
shell32: Initialize fAnyOperationsAborted in SHFileOperation.

11 years agowidl: Ignore -app_config option.
Jacek Caban [Wed, 7 Nov 2012 10:25:21 +0000 (11:25 +0100)] 
widl: Ignore -app_config option.

11 years agoopengl32: Implement the wglUseFontOutlines WGL_FONT_LINES format.
Sam Edwards [Tue, 6 Nov 2012 07:58:30 +0000 (00:58 -0700)] 
opengl32: Implement the wglUseFontOutlines WGL_FONT_LINES format.

11 years agod3d9/tests: Add test for IDirect3DDevice9_Reset with BackBufferWidth/Height = 0.
Sam Edwards [Tue, 6 Nov 2012 13:34:58 +0000 (06:34 -0700)] 
d3d9/tests: Add test for IDirect3DDevice9_Reset with BackBufferWidth/Height = 0.

11 years agogdiplus: Avoid GdipCloneMatrix calls for the graphics transformation matrix.
Dmitry Timoshkov [Wed, 7 Nov 2012 03:36:26 +0000 (11:36 +0800)] 
gdiplus: Avoid GdipCloneMatrix calls for the graphics transformation matrix.

11 years agocmd/tests: Simplify 'if' comparison tests.
Frédéric Delanoy [Tue, 6 Nov 2012 23:51:17 +0000 (00:51 +0100)] 
cmd/tests: Simplify 'if' comparison tests.

11 years agowined3d: Use more consistent names for the various bumpenv uniforms.
Henri Verbeet [Tue, 6 Nov 2012 21:13:27 +0000 (22:13 +0100)] 
wined3d: Use more consistent names for the various bumpenv uniforms.

11 years agowined3d: Introduce a separate structure for the ps specific fields in struct glsl_sha...
Henri Verbeet [Tue, 6 Nov 2012 21:13:26 +0000 (22:13 +0100)] 
wined3d: Introduce a separate structure for the ps specific fields in struct glsl_shader_prog_link.

11 years agoddraw/tests: Avoid LPDIRECTDRAW7.
Henri Verbeet [Tue, 6 Nov 2012 21:13:25 +0000 (22:13 +0100)] 
ddraw/tests: Avoid LPDIRECTDRAW7.

11 years agoddraw: Avoid LPDIRECTDRAWCLIPPER.
Henri Verbeet [Tue, 6 Nov 2012 21:13:24 +0000 (22:13 +0100)] 
ddraw: Avoid LPDIRECTDRAWCLIPPER.

11 years agoddraw: Avoid LPDIRECTDRAWPALETTE.
Henri Verbeet [Tue, 6 Nov 2012 21:13:23 +0000 (22:13 +0100)] 
ddraw: Avoid LPDIRECTDRAWPALETTE.

11 years agomshtml: Ignore one more property change notification to fix some IE installations.
Jacek Caban [Tue, 6 Nov 2012 15:56:47 +0000 (16:56 +0100)] 
mshtml: Ignore one more property change notification to fix some IE installations.

11 years agomsi: Avoid a crash when target paths have not yet been resolved.
Hans Leidekker [Tue, 6 Nov 2012 14:20:02 +0000 (15:20 +0100)] 
msi: Avoid a crash when target paths have not yet been resolved.

11 years agogdiplus: Allocate a copy of the graphics transformation matrix on the stack instead...
Dmitry Timoshkov [Tue, 6 Nov 2012 09:39:18 +0000 (17:39 +0800)] 
gdiplus: Allocate a copy of the graphics transformation matrix on the stack instead of cloning it.

11 years agogdiplus: Add support for extra transformation in GdipMeasureDriverString and GdipDraw...
Dmitry Timoshkov [Tue, 6 Nov 2012 09:38:23 +0000 (17:38 +0800)] 
gdiplus: Add support for extra transformation in GdipMeasureDriverString and GdipDrawDriverString.

11 years agomstask/tests: Add tests for GetTargetComputer.
Detlef Riekenberg [Mon, 5 Nov 2012 23:20:13 +0000 (00:20 +0100)] 
mstask/tests: Add tests for GetTargetComputer.

11 years agomstask: Implement GetTargetComputer.
Detlef Riekenberg [Mon, 5 Nov 2012 23:20:12 +0000 (00:20 +0100)] 
mstask: Implement GetTargetComputer.

11 years agouser32: Force refreshing the non-client area when the window surface is changed.
Alexandre Julliard [Tue, 6 Nov 2012 13:52:28 +0000 (14:52 +0100)] 
user32: Force refreshing the non-client area when the window surface is changed.

11 years agoattrib: Remove redundant code.
Jason Edmeades [Mon, 5 Nov 2012 22:17:21 +0000 (22:17 +0000)] 
attrib: Remove redundant code.

11 years agoxcopy: Fix resource leak (coverity).
Jason Edmeades [Mon, 5 Nov 2012 21:53:39 +0000 (21:53 +0000)] 
xcopy: Fix resource leak (coverity).

11 years agocmd: Fix for loops within for loops.
Jason Edmeades [Mon, 5 Nov 2012 21:43:08 +0000 (21:43 +0000)] 
cmd: Fix for loops within for loops.

11 years agoattrib: Add attrib /d support.
Jason Edmeades [Thu, 25 Oct 2012 23:25:30 +0000 (00:25 +0100)] 
attrib: Add attrib /d support.

11 years agoattrib: Add support for attrib /s.
Jason Edmeades [Thu, 25 Oct 2012 23:22:56 +0000 (00:22 +0100)] 
attrib: Add support for attrib /s.

11 years agoattrib: Support relative paths as args.
Jason Edmeades [Thu, 25 Oct 2012 21:42:46 +0000 (22:42 +0100)] 
attrib: Support relative paths as args.

11 years agocmd: Don't overflow parameter length when copying substring.
Jason Edmeades [Thu, 25 Oct 2012 20:17:13 +0000 (21:17 +0100)] 
cmd: Don't overflow parameter length when copying substring.

11 years agoschtasks: Add a stub schtasks.exe.
Detlef Riekenberg [Sun, 4 Nov 2012 22:02:06 +0000 (23:02 +0100)] 
schtasks: Add a stub schtasks.exe.

11 years agomsvcrt: Improved strtod_l precision.
Piotr Caban [Tue, 6 Nov 2012 09:33:51 +0000 (10:33 +0100)] 
msvcrt: Improved strtod_l precision.

11 years agomsvcrt: Improved _wcstod_l precision.
Piotr Caban [Tue, 6 Nov 2012 09:33:40 +0000 (10:33 +0100)] 
msvcrt: Improved _wcstod_l precision.

11 years agomsvcrt: Improved _atoflt_l precision.
Piotr Caban [Tue, 6 Nov 2012 09:33:20 +0000 (10:33 +0100)] 
msvcrt: Improved _atoflt_l precision.

11 years agowined3d: Introduce a separate structure for the vs specific fields in struct glsl_sha...
Henri Verbeet [Mon, 5 Nov 2012 20:38:25 +0000 (21:38 +0100)] 
wined3d: Introduce a separate structure for the vs specific fields in struct glsl_shader_prog_link.