wine
11 years agojscript: Use jsval instead of VARIANT to pass arguments to builtin functions.
Jacek Caban [Mon, 17 Sep 2012 13:16:42 +0000 (15:16 +0200)] 
jscript: Use jsval instead of VARIANT to pass arguments to builtin functions.

11 years agojscript: Added new variable representation and use it for internal function return...
Jacek Caban [Mon, 17 Sep 2012 13:16:20 +0000 (15:16 +0200)] 
jscript: Added new variable representation and use it for internal function return values.

11 years agouser32/tests: Add a test for calling UpdateLayeredWindow from a different thread.
Alexandre Julliard [Mon, 17 Sep 2012 12:03:42 +0000 (14:03 +0200)] 
user32/tests: Add a test for calling UpdateLayeredWindow from a different thread.

11 years agowinex11: Allow retrieving the window data structure from another thread, with appropr...
Alexandre Julliard [Mon, 17 Sep 2012 11:03:52 +0000 (13:03 +0200)] 
winex11: Allow retrieving the window data structure from another thread, with appropriate locking.

11 years agowinex11: Avoid passing a window data structure to functions that can send messages.
Alexandre Julliard [Thu, 13 Sep 2012 18:08:01 +0000 (20:08 +0200)] 
winex11: Avoid passing a window data structure to functions that can send messages.

11 years agowined3d: Implement WINED3DSIH_CUT in the GLSL shader backend.
Henri Verbeet [Mon, 17 Sep 2012 10:22:26 +0000 (12:22 +0200)] 
wined3d: Implement WINED3DSIH_CUT in the GLSL shader backend.

11 years agowined3d: Recognize the SM4 dcl_outputTopology opcode.
Henri Verbeet [Mon, 17 Sep 2012 10:22:25 +0000 (12:22 +0200)] 
wined3d: Recognize the SM4 dcl_outputTopology opcode.

11 years agowined3d: Recognize the SM4 dcl_inputPrimitive opcode.
Henri Verbeet [Mon, 17 Sep 2012 10:22:24 +0000 (12:22 +0200)] 
wined3d: Recognize the SM4 dcl_inputPrimitive opcode.

11 years agowined3d: Recognize the SM4 dcl_maxOutputVertexCount opcode.
Henri Verbeet [Mon, 17 Sep 2012 10:22:23 +0000 (12:22 +0200)] 
wined3d: Recognize the SM4 dcl_maxOutputVertexCount opcode.

11 years agowined3d: Introduce a union for declaration shader instruction arguments.
Henri Verbeet [Mon, 17 Sep 2012 10:22:22 +0000 (12:22 +0200)] 
wined3d: Introduce a union for declaration shader instruction arguments.

11 years agowbemprox: Implement Win32_VideoController.Description.
Hans Leidekker [Mon, 17 Sep 2012 10:19:30 +0000 (12:19 +0200)] 
wbemprox: Implement Win32_VideoController.Description.

11 years agowbemprox: Win32_Processor.MaxClockSpeed is expressed in Mhz.
Hans Leidekker [Mon, 17 Sep 2012 10:19:13 +0000 (12:19 +0200)] 
wbemprox: Win32_Processor.MaxClockSpeed is expressed in Mhz.

11 years agowbemprox: Override variant conversion for Win32_Processor.MaxClockSpeed.
Hans Leidekker [Mon, 17 Sep 2012 10:18:58 +0000 (12:18 +0200)] 
wbemprox: Override variant conversion for Win32_Processor.MaxClockSpeed.

11 years agowbemprox: Adapt to the new behavior of NtPowerInformation.
Hans Leidekker [Mon, 17 Sep 2012 10:18:46 +0000 (12:18 +0200)] 
wbemprox: Adapt to the new behavior of NtPowerInformation.

11 years agovcomp90: Add new stub dll.
André Hentschel [Sun, 16 Sep 2012 15:10:20 +0000 (17:10 +0200)] 
vcomp90: Add new stub dll.

11 years agooledb32: Register typelib.
Alistair Leslie-Hughes [Mon, 17 Sep 2012 03:58:17 +0000 (13:58 +1000)] 
oledb32: Register typelib.

11 years agoddraw/tests: Fix clip region tests for older ddraw too.
Alexandre Julliard [Mon, 17 Sep 2012 10:10:55 +0000 (12:10 +0200)] 
ddraw/tests: Fix clip region tests for older ddraw too.

11 years agomsvcp71: Removed unused functions.
Piotr Caban [Mon, 17 Sep 2012 08:27:48 +0000 (10:27 +0200)] 
msvcp71: Removed unused functions.

11 years agomsvcp71: Updated spec file.
Piotr Caban [Mon, 17 Sep 2012 08:27:32 +0000 (10:27 +0200)] 
msvcp71: Updated spec file.

11 years agomsvcp71: Don't forward _Getcat functions to msvcp80.
Piotr Caban [Mon, 17 Sep 2012 08:26:03 +0000 (10:26 +0200)] 
msvcp71: Don't forward _Getcat functions to msvcp80.

11 years agomsvcp71: Fixed basic_streambuf virtual functions table.
Piotr Caban [Mon, 17 Sep 2012 08:25:47 +0000 (10:25 +0200)] 
msvcp71: Fixed basic_streambuf virtual functions table.

11 years agomsvcp71: Fixed ctype class virtual functions table.
Piotr Caban [Mon, 17 Sep 2012 08:25:37 +0000 (10:25 +0200)] 
msvcp71: Fixed ctype class virtual functions table.

11 years agomsvp71: Copy source files from msvcp90.
Piotr Caban [Mon, 17 Sep 2012 08:25:14 +0000 (10:25 +0200)] 
msvp71: Copy source files from msvcp90.

11 years agomsvcp80: Make some internal variables static.
Piotr Caban [Mon, 17 Sep 2012 08:23:22 +0000 (10:23 +0200)] 
msvcp80: Make some internal variables static.

11 years agomsvcp100: Removed unused functions.
Piotr Caban [Mon, 17 Sep 2012 08:23:01 +0000 (10:23 +0200)] 
msvcp100: Removed unused functions.

11 years agomsvcp90: VTBL_WRAPPER(60) is unused so remove it.
Piotr Caban [Mon, 17 Sep 2012 08:22:38 +0000 (10:22 +0200)] 
msvcp90: VTBL_WRAPPER(60) is unused so remove it.

11 years agowindowscodecs: Add support for color table sort flag to the GIF decoder.
Dmitry Timoshkov [Mon, 17 Sep 2012 01:05:20 +0000 (10:05 +0900)] 
windowscodecs: Add support for color table sort flag to the GIF decoder.

11 years agowindowscodecs: Implement GIF Comment Extension metadata reader.
Dmitry Timoshkov [Mon, 17 Sep 2012 01:04:14 +0000 (10:04 +0900)] 
windowscodecs: Implement GIF Comment Extension metadata reader.

11 years agowindowscodecs: Implement GIF Application Extension metadata reader.
Dmitry Timoshkov [Mon, 17 Sep 2012 01:03:15 +0000 (10:03 +0900)] 
windowscodecs: Implement GIF Application Extension metadata reader.

11 years agodmusic: Create the list of available system ports at the beginning and use it to...
Christian Costa [Sun, 16 Sep 2012 18:24:10 +0000 (20:24 +0200)] 
dmusic: Create the list of available system ports at the beginning and use it to enumerate ports.

11 years agodmusic: Rename params in GetMasterClock.
Christian Costa [Sun, 16 Sep 2012 18:24:02 +0000 (20:24 +0200)] 
dmusic: Rename params in GetMasterClock.

11 years agodmusic: Rename params in CreateMusicBuffer.
Christian Costa [Sun, 16 Sep 2012 18:23:54 +0000 (20:23 +0200)] 
dmusic: Rename params in CreateMusicBuffer.

11 years agod3dxof: Checkout output pointer and set returned interface to NULL at the beginning.
Christian Costa [Sun, 16 Sep 2012 18:23:33 +0000 (20:23 +0200)] 
d3dxof: Checkout output pointer and set returned interface to NULL at the beginning.

11 years agomshtml: Fix a memory leak on an error path (Smatch).
Michael Stefaniuc [Sun, 16 Sep 2012 13:22:29 +0000 (15:22 +0200)] 
mshtml: Fix a memory leak on an error path (Smatch).

11 years agourlmon: Don't generate unreachable break after return (Smatch).
Michael Stefaniuc [Sun, 16 Sep 2012 13:14:02 +0000 (15:14 +0200)] 
urlmon: Don't generate unreachable break after return (Smatch).

11 years agontdll/tests: Fix a memory leak (Smatch).
Michael Stefaniuc [Sun, 16 Sep 2012 13:12:36 +0000 (15:12 +0200)] 
ntdll/tests: Fix a memory leak (Smatch).

11 years agodinput: Added a missing close(fd) in disabled case (Coverity).
Marcus Meissner [Sat, 15 Sep 2012 18:17:11 +0000 (20:17 +0200)] 
dinput: Added a missing close(fd) in disabled case (Coverity).

11 years agopropsys: PropVariantClear does not clear on uninitialized values (Coverity).
Marcus Meissner [Sat, 15 Sep 2012 17:06:48 +0000 (19:06 +0200)] 
propsys: PropVariantClear does not clear on uninitialized values (Coverity).

11 years agomshtml: Print initialized anchor (Coverity).
Marcus Meissner [Sat, 15 Sep 2012 16:56:26 +0000 (18:56 +0200)] 
mshtml: Print initialized anchor (Coverity).

11 years agoadvapi32: Actually return an error if status indicates an error (Clang).
Charles Davis [Sat, 15 Sep 2012 00:28:33 +0000 (18:28 -0600)] 
advapi32: Actually return an error if status indicates an error (Clang).

11 years agoadvapi32: Eliminate dead stores (Clang).
Charles Davis [Sat, 15 Sep 2012 00:28:32 +0000 (18:28 -0600)] 
advapi32: Eliminate dead stores (Clang).

11 years agoRelease 1.5.13. wine-1.5.13
Alexandre Julliard [Fri, 14 Sep 2012 18:18:21 +0000 (20:18 +0200)] 
Release 1.5.13.

11 years agomsvcp100: Remove unused thiscall functions.
Piotr Caban [Fri, 14 Sep 2012 10:45:01 +0000 (12:45 +0200)] 
msvcp100: Remove unused thiscall functions.

11 years agomsvcp90: Remove unused thiscall functions.
Piotr Caban [Fri, 14 Sep 2012 10:44:29 +0000 (12:44 +0200)] 
msvcp90: Remove unused thiscall functions.

11 years agomsvcp80: Added codecvt<wchar>::_Getcat implementation.
Piotr Caban [Fri, 14 Sep 2012 10:43:43 +0000 (12:43 +0200)] 
msvcp80: Added codecvt<wchar>::_Getcat implementation.

11 years agomsvcp90: Fixed _Getcat return type.
Piotr Caban [Fri, 14 Sep 2012 10:43:25 +0000 (12:43 +0200)] 
msvcp90: Fixed _Getcat return type.

11 years agowinspool: Skip scanner-only devices.
Huw Davies [Fri, 14 Sep 2012 12:40:10 +0000 (13:40 +0100)] 
winspool: Skip scanner-only devices.

11 years agotextstor.idl: Added TS_ST_CORRECTION declaration.
Jacek Caban [Fri, 14 Sep 2012 12:53:14 +0000 (14:53 +0200)] 
textstor.idl: Added TS_ST_CORRECTION declaration.

11 years agomciseq: Remove superfluous NULL pointer check.
Jörg Höhle [Tue, 19 Jul 2011 07:15:15 +0000 (09:15 +0200)] 
mciseq: Remove superfluous NULL pointer check.

11 years agowined3d: Just handle all instructions in the shader backend.
Henri Verbeet [Fri, 14 Sep 2012 11:11:34 +0000 (13:11 +0200)] 
wined3d: Just handle all instructions in the shader backend.

11 years agowined3d: wined3d_device_multiply_transform() never fails.
Henri Verbeet [Fri, 14 Sep 2012 11:11:33 +0000 (13:11 +0200)] 
wined3d: wined3d_device_multiply_transform() never fails.

11 years agod3d10core/tests: Add a small test for ID3D10Device_CreateShaderResourceView().
Henri Verbeet [Fri, 14 Sep 2012 11:11:32 +0000 (13:11 +0200)] 
d3d10core/tests: Add a small test for ID3D10Device_CreateShaderResourceView().

11 years agod3d10core: Implement d3d10_shader_resource_view_GetDesc().
Henri Verbeet [Fri, 14 Sep 2012 11:11:31 +0000 (13:11 +0200)] 
d3d10core: Implement d3d10_shader_resource_view_GetDesc().

11 years agogdi32: Don't bother using the register storage class specifier.
Michael Stefaniuc [Fri, 14 Sep 2012 10:37:06 +0000 (12:37 +0200)] 
gdi32: Don't bother using the register storage class specifier.

11 years agogdi.exe16: Don't bother using the register storage class specifier.
Michael Stefaniuc [Fri, 14 Sep 2012 10:29:36 +0000 (12:29 +0200)] 
gdi.exe16: Don't bother using the register storage class specifier.

11 years agouser32: Don't bother using the register storage class specifier.
Michael Stefaniuc [Fri, 14 Sep 2012 10:16:44 +0000 (12:16 +0200)] 
user32: Don't bother using the register storage class specifier.

11 years agodsound: Get rid of an unused macro.
Michael Stefaniuc [Fri, 14 Sep 2012 10:11:52 +0000 (12:11 +0200)] 
dsound: Get rid of an unused macro.

11 years agomshtml: Check parameter load_group before calling RemoveRequest.
Bernhard Übelacker [Fri, 7 Sep 2012 11:56:25 +0000 (13:56 +0200)] 
mshtml: Check parameter load_group before calling RemoveRequest.

11 years agontdll: Add more complete implementation of NtPowerInformation.
James Eder [Thu, 13 Sep 2012 21:12:15 +0000 (15:12 -0600)] 
ntdll: Add more complete implementation of NtPowerInformation.

11 years agoadvapi32: Implement CreateProcessAsUserA.
Andrew Eikum [Thu, 13 Sep 2012 20:54:41 +0000 (15:54 -0500)] 
advapi32: Implement CreateProcessAsUserA.

11 years agoadvapi32: Consolidate helper function.
Andrew Eikum [Thu, 13 Sep 2012 20:54:37 +0000 (15:54 -0500)] 
advapi32: Consolidate helper function.

11 years agod3dx9: Move transpose matrix into get_matrix().
Rico Schüller [Fri, 14 Sep 2012 08:56:25 +0000 (10:56 +0200)] 
d3dx9: Move transpose matrix into get_matrix().

11 years agod3dx9: Move transpose matrix into set_matrix().
Rico Schüller [Fri, 14 Sep 2012 08:56:20 +0000 (10:56 +0200)] 
d3dx9: Move transpose matrix into set_matrix().

11 years agod3dx9: Use set_number instead of get_bool/int/float.
Rico Schüller [Fri, 14 Sep 2012 08:56:07 +0000 (10:56 +0200)] 
d3dx9: Use set_number instead of get_bool/int/float.

11 years agoinclude: Add msdasc.idl.
Alistair Leslie-Hughes [Thu, 13 Sep 2012 22:55:59 +0000 (08:55 +1000)] 
include: Add msdasc.idl.

11 years agomsxml3: Do not directly write to resource section.
Thomas Faber [Fri, 14 Sep 2012 07:03:39 +0000 (09:03 +0200)] 
msxml3: Do not directly write to resource section.

11 years agowindowscodecs: Test GIF metadata using a specially created GIF image with a bunch...
Dmitry Timoshkov [Fri, 14 Sep 2012 06:08:24 +0000 (15:08 +0900)] 
windowscodecs: Test GIF metadata using a specially created GIF image with a bunch of extensions.

11 years agowindowscodecs: Fix calculation of GIF local color table size from decoder data.
Dmitry Timoshkov [Fri, 14 Sep 2012 06:07:34 +0000 (15:07 +0900)] 
windowscodecs: Fix calculation of GIF local color table size from decoder data.

11 years agowindowscodecs: Add a bunch of tests for GIF Comment Extenstion metadata reader.
Dmitry Timoshkov [Fri, 14 Sep 2012 06:06:42 +0000 (15:06 +0900)] 
windowscodecs: Add a bunch of tests for GIF Comment Extenstion metadata reader.

11 years agowindowscodecs: Add a bunch of tests for GIF Application Extension metadata reader.
Dmitry Timoshkov [Fri, 14 Sep 2012 06:05:05 +0000 (15:05 +0900)] 
windowscodecs: Add a bunch of tests for GIF Application Extension metadata reader.

11 years agoadvapi32: Fix memory leak on Mac OS (Clang).
Charles Davis [Fri, 14 Sep 2012 05:35:24 +0000 (23:35 -0600)] 
advapi32: Fix memory leak on Mac OS (Clang).

11 years agod3dxof: Don't release a garbage object pointer (Clang).
Charles Davis [Fri, 14 Sep 2012 05:35:20 +0000 (23:35 -0600)] 
d3dxof: Don't release a garbage object pointer (Clang).

11 years agopropsys: Use integer conversion functions in PropVariantCompareEx.
Vincent Povirk [Thu, 13 Sep 2012 22:16:26 +0000 (17:16 -0500)] 
propsys: Use integer conversion functions in PropVariantCompareEx.

11 years agopropsys: Implement prop variant integer conversions with tests.
Vincent Povirk [Thu, 13 Sep 2012 21:10:35 +0000 (16:10 -0500)] 
propsys: Implement prop variant integer conversions with tests.

11 years agopropsys: Add basic implementation of PropVariantCompareEx.
Vincent Povirk [Thu, 13 Sep 2012 20:54:39 +0000 (15:54 -0500)] 
propsys: Add basic implementation of PropVariantCompareEx.

11 years agopropsys: Add tests for PropVariantCompareEx.
Vincent Povirk [Thu, 13 Sep 2012 20:21:15 +0000 (15:21 -0500)] 
propsys: Add tests for PropVariantCompareEx.

11 years agopropsys: Stub PropVariantCompareEx.
Vincent Povirk [Thu, 13 Sep 2012 19:33:11 +0000 (14:33 -0500)] 
propsys: Stub PropVariantCompareEx.

11 years agoddraw/tests: Allow the clip region to contain multiple rectangles.
Alexandre Julliard [Thu, 13 Sep 2012 21:35:18 +0000 (23:35 +0200)] 
ddraw/tests: Allow the clip region to contain multiple rectangles.

11 years agomountmgr: Support udisks2 versions that store the uuid as an array.
Alexandre Julliard [Thu, 13 Sep 2012 20:37:00 +0000 (22:37 +0200)] 
mountmgr: Support udisks2 versions that store the uuid as an array.

11 years agomsvcp: Sync spec files and implementations.
Piotr Caban [Thu, 13 Sep 2012 12:34:26 +0000 (14:34 +0200)] 
msvcp: Sync spec files and implementations.

11 years agomsvcp90: Added ios_base flags manipulators implementation.
Piotr Caban [Thu, 13 Sep 2012 12:34:02 +0000 (14:34 +0200)] 
msvcp90: Added ios_base flags manipulators implementation.

11 years agowindowscodecs: Create Graphic Control Extension metadata block for a GIF frame.
Dmitry Timoshkov [Thu, 13 Sep 2012 01:27:03 +0000 (10:27 +0900)] 
windowscodecs: Create Graphic Control Extension metadata block for a GIF frame.

11 years agowindowscodecs: Create Image Descriptor metadata block for a GIF frame.
Dmitry Timoshkov [Thu, 13 Sep 2012 01:26:04 +0000 (10:26 +0900)] 
windowscodecs: Create Image Descriptor metadata block for a GIF frame.

11 years agontdll/tests: Add test for ProcessorInformation case of NtPowerInformation.
James Eder [Wed, 12 Sep 2012 19:16:31 +0000 (13:16 -0600)] 
ntdll/tests: Add test for ProcessorInformation case of NtPowerInformation.

11 years agowineboot: Expect one PROCESSOR_POWER_INFORMATION structure for each CPU present when...
James Eder [Wed, 12 Sep 2012 19:15:50 +0000 (13:15 -0600)] 
wineboot: Expect one PROCESSOR_POWER_INFORMATION structure for each CPU present when calling NtPowerInformation.

11 years agontdll: Return as many PROCESSOR_POWER_INFORMATIONs as there are CPUs.
James Eder [Wed, 12 Sep 2012 19:14:27 +0000 (13:14 -0600)] 
ntdll: Return as many PROCESSOR_POWER_INFORMATIONs as there are CPUs.

11 years agojscript: Added support for host objects being part of scope chain.
Jacek Caban [Thu, 13 Sep 2012 12:34:25 +0000 (14:34 +0200)] 
jscript: Added support for host objects being part of scope chain.

11 years agojscript: Don't leave current scope in return statement before evaluating the expression.
Jacek Caban [Thu, 13 Sep 2012 12:34:11 +0000 (14:34 +0200)] 
jscript: Don't leave current scope in return statement before evaluating the expression.

11 years agomsi: Don't reinstall components shared with other products.
Hans Leidekker [Thu, 13 Sep 2012 11:43:37 +0000 (13:43 +0200)] 
msi: Don't reinstall components shared with other products.

11 years agocomctl32/tests: Use the proper type for function pointers.
Michael Stefaniuc [Thu, 13 Sep 2012 11:35:56 +0000 (13:35 +0200)] 
comctl32/tests: Use the proper type for function pointers.

11 years agocomctl32/tests: Remove commented out struct declaration.
Michael Stefaniuc [Thu, 13 Sep 2012 11:34:10 +0000 (13:34 +0200)] 
comctl32/tests: Remove commented out struct declaration.

11 years agomsvcrt/tests: Added more RTTI tests.
Piotr Caban [Thu, 13 Sep 2012 11:30:13 +0000 (13:30 +0200)] 
msvcrt/tests: Added more RTTI tests.

11 years agomsvcrt: Fixed RTTI base pointer calculation if signature==0.
Piotr Caban [Thu, 13 Sep 2012 11:29:29 +0000 (13:29 +0200)] 
msvcrt: Fixed RTTI base pointer calculation if signature==0.

11 years agomshtml: Try using IWinInetHttpInfo if OnResponse was not called.
Jacek Caban [Thu, 13 Sep 2012 10:29:30 +0000 (12:29 +0200)] 
mshtml: Try using IWinInetHttpInfo if OnResponse was not called.

11 years agomshtml: Added IHTMLDocument4::fireEvent implementation.
Jacek Caban [Thu, 13 Sep 2012 10:29:17 +0000 (12:29 +0200)] 
mshtml: Added IHTMLDocument4::fireEvent implementation.

11 years agomshtml: Added more events tests.
Jacek Caban [Thu, 13 Sep 2012 10:29:05 +0000 (12:29 +0200)] 
mshtml: Added more events tests.

11 years agomshtml: Added support for event object in HTMLElement::fireEvent.
Jacek Caban [Thu, 13 Sep 2012 10:28:09 +0000 (12:28 +0200)] 
mshtml: Added support for event object in HTMLElement::fireEvent.

11 years agomshtml: Added IHTMLDocument4::createEventObject implementation.
Jacek Caban [Thu, 13 Sep 2012 10:27:56 +0000 (12:27 +0200)] 
mshtml: Added IHTMLDocument4::createEventObject implementation.

11 years agomshtml: Added HTMLElement::ondataavailable implementation.
Jacek Caban [Thu, 13 Sep 2012 10:27:43 +0000 (12:27 +0200)] 
mshtml: Added HTMLElement::ondataavailable implementation.

11 years agouser32/tests: Add some tests for UpdateLayeredWindow.
Alexandre Julliard [Thu, 13 Sep 2012 11:50:57 +0000 (13:50 +0200)] 
user32/tests: Add some tests for UpdateLayeredWindow.