wine
12 years agojscript: Use helper to access jsval_t type.
Jacek Caban [Mon, 17 Sep 2012 13:20:57 +0000 (15:20 +0200)] 
jscript: Use helper to access jsval_t type.

12 years agojscript: Use BOOL instead of VARIANT_BOOL in lexer.
Jacek Caban [Mon, 17 Sep 2012 13:20:37 +0000 (15:20 +0200)] 
jscript: Use BOOL instead of VARIANT_BOOL in lexer.

12 years agojscript: Use BOOL instead of VARIANT_BOOL in a few more places.
Jacek Caban [Mon, 17 Sep 2012 13:20:25 +0000 (15:20 +0200)] 
jscript: Use BOOL instead of VARIANT_BOOL in a few more places.

12 years agojscript: Return BOOL instead of VARIANT_BOOL from jsdisp_is_own_prop.
Jacek Caban [Mon, 17 Sep 2012 13:20:14 +0000 (15:20 +0200)] 
jscript: Return BOOL instead of VARIANT_BOOL from jsdisp_is_own_prop.

12 years agojscript: Store Boolean object's value as BOOL instead of VARIANT_BOOL.
Jacek Caban [Mon, 17 Sep 2012 13:20:01 +0000 (15:20 +0200)] 
jscript: Store Boolean object's value as BOOL instead of VARIANT_BOOL.

12 years agojscript: Get rid of no longer needed VARIANT helpers.
Jacek Caban [Mon, 17 Sep 2012 13:19:44 +0000 (15:19 +0200)] 
jscript: Get rid of no longer needed VARIANT helpers.

12 years agojscript: Store regexp last_index value as jsval.
Jacek Caban [Mon, 17 Sep 2012 13:19:30 +0000 (15:19 +0200)] 
jscript: Store regexp last_index value as jsval.

12 years agojscript: Always use jsval-based to_object implementation.
Jacek Caban [Mon, 17 Sep 2012 13:19:19 +0000 (15:19 +0200)] 
jscript: Always use jsval-based to_object implementation.

12 years agojscript: Always use jsval-based to_string implementation.
Jacek Caban [Mon, 17 Sep 2012 13:18:59 +0000 (15:18 +0200)] 
jscript: Always use jsval-based to_string implementation.

12 years agojscript: Always use jsval-based to_uint32 implementation.
Jacek Caban [Mon, 17 Sep 2012 13:18:41 +0000 (15:18 +0200)] 
jscript: Always use jsval-based to_uint32 implementation.

12 years agojscript: Always use jsval-based to_number implementation.
Jacek Caban [Mon, 17 Sep 2012 13:18:20 +0000 (15:18 +0200)] 
jscript: Always use jsval-based to_number implementation.

12 years agojscript: Always use jsval-based to_boolean.
Jacek Caban [Mon, 17 Sep 2012 13:18:03 +0000 (15:18 +0200)] 
jscript: Always use jsval-based to_boolean.

12 years agojscript: Always use jsval-based to_primitive.
Jacek Caban [Mon, 17 Sep 2012 13:17:50 +0000 (15:17 +0200)] 
jscript: Always use jsval-based to_primitive.

12 years agojscript: Store exception value as jsval_t instead of VARIANT.
Jacek Caban [Mon, 17 Sep 2012 13:17:36 +0000 (15:17 +0200)] 
jscript: Store exception value as jsval_t instead of VARIANT.

12 years agojscript: Store jsdisp_t values as jsval_t instead of VARIANT.
Jacek Caban [Mon, 17 Sep 2012 13:17:24 +0000 (15:17 +0200)] 
jscript: Store jsdisp_t values as jsval_t instead of VARIANT.

12 years agojscript: Use jsval_t instead of VARIANT for stack values.
Jacek Caban [Mon, 17 Sep 2012 13:17:02 +0000 (15:17 +0200)] 
jscript: Use jsval_t instead of VARIANT for stack values.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

12 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).

12 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).

12 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).

12 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).

12 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).

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

12 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).

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

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

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

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

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

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

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

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

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

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

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

12 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().

12 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().

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

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

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

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

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

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

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

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

12 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().

12 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().

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

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

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

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

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

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

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

12 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).

12 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).

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

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

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

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

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

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

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

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

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

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

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

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