wine
11 years agod3dcompiler_43: Make some functions static.
Francois Gouget [Mon, 23 Jul 2012 16:41:05 +0000 (18:41 +0200)] 
d3dcompiler_43: Make some functions static.

11 years agod3dcompiler_43: Add a trailing '\n' to a couple of Wine traces.
Francois Gouget [Mon, 23 Jul 2012 16:40:29 +0000 (18:40 +0200)] 
d3dcompiler_43: Add a trailing '\n' to a couple of Wine traces.

11 years agowinex11.drv: Don't include wgl_driver.h if OpenGL is not supported.
Francois Gouget [Mon, 23 Jul 2012 16:40:09 +0000 (18:40 +0200)] 
winex11.drv: Don't include wgl_driver.h if OpenGL is not supported.

11 years agojscript: Added more tests.
Jacek Caban [Mon, 23 Jul 2012 13:54:01 +0000 (15:54 +0200)] 
jscript: Added more tests.

11 years agojscript: Properly handle builtin properties in Object.prototype.hasOwnProperty implem...
Jacek Caban [Mon, 23 Jul 2012 13:53:52 +0000 (15:53 +0200)] 
jscript: Properly handle builtin properties in Object.prototype.hasOwnProperty implementation.

11 years agojscript: Don't expose properties that belong to function prototype from function...
Jacek Caban [Mon, 23 Jul 2012 13:53:38 +0000 (15:53 +0200)] 
jscript: Don't expose properties that belong to function prototype from function instance.

11 years agojscript: Don't expose properties belonging to Object prototype from Object instance.
Jacek Caban [Mon, 23 Jul 2012 13:53:22 +0000 (15:53 +0200)] 
jscript: Don't expose properties belonging to Object prototype from Object instance.

11 years agoopengl32: Load GLU functions from glu32.dll instead of the Unix library.
Alexandre Julliard [Mon, 23 Jul 2012 13:51:14 +0000 (15:51 +0200)] 
opengl32: Load GLU functions from glu32.dll instead of the Unix library.

11 years agod3dx9: Allow D3DX_DEFAULT to be passed as srclevel to D3DXFilterTexture.
Józef Kucia [Mon, 23 Jul 2012 12:37:45 +0000 (14:37 +0200)] 
d3dx9: Allow D3DX_DEFAULT to be passed as srclevel to D3DXFilterTexture.

11 years agomshtml: Added IHTMLFrameBase::frameBorder implementation.
Jacek Caban [Mon, 23 Jul 2012 12:04:19 +0000 (14:04 +0200)] 
mshtml: Added IHTMLFrameBase::frameBorder implementation.

11 years agomshtml: Share IHTMLFrameBase tests between iframe and frame element tests.
Jacek Caban [Mon, 23 Jul 2012 12:03:59 +0000 (14:03 +0200)] 
mshtml: Share IHTMLFrameBase tests between iframe and frame element tests.

11 years agomshtml: Unescape script from javascript: URLs before executing them.
Jacek Caban [Mon, 23 Jul 2012 12:03:45 +0000 (14:03 +0200)] 
mshtml: Unescape script from javascript: URLs before executing them.

11 years agomshtml: Fixed tests on Vista.
Jacek Caban [Mon, 23 Jul 2012 12:03:27 +0000 (14:03 +0200)] 
mshtml: Fixed tests on Vista.

11 years agogdi32: Work around a gcc array out of bounds warning.
Alexandre Julliard [Mon, 23 Jul 2012 12:51:50 +0000 (14:51 +0200)] 
gdi32: Work around a gcc array out of bounds warning.

11 years agowindowscodecs: Add a test for invalid predefined palette type.
Dmitry Timoshkov [Mon, 23 Jul 2012 03:49:03 +0000 (12:49 +0900)] 
windowscodecs: Add a test for invalid predefined palette type.

11 years agowindowscodecs: Add support for adding trasparent color to generated palettes.
Dmitry Timoshkov [Mon, 23 Jul 2012 03:47:57 +0000 (12:47 +0900)] 
windowscodecs: Add support for adding trasparent color to generated palettes.

11 years agowindowscodecs: Add support for generating WICBitmapPaletteTypeFixedHalftone252 palette.
Dmitry Timoshkov [Mon, 23 Jul 2012 03:46:54 +0000 (12:46 +0900)] 
windowscodecs: Add support for generating WICBitmapPaletteTypeFixedHalftone252 palette.

11 years agowindowscodecs: Add support for generating WICBitmapPaletteTypeFixedHalftone216 palette.
Dmitry Timoshkov [Mon, 23 Jul 2012 03:45:53 +0000 (12:45 +0900)] 
windowscodecs: Add support for generating WICBitmapPaletteTypeFixedHalftone216 palette.

11 years agowindowscodecs: Add support for generating WICBitmapPaletteTypeFixedHalftone125 palette.
Dmitry Timoshkov [Mon, 23 Jul 2012 03:44:54 +0000 (12:44 +0900)] 
windowscodecs: Add support for generating WICBitmapPaletteTypeFixedHalftone125 palette.

11 years agowindowscodecs: Add support for generating WICBitmapPaletteTypeFixedHalftone27 palette.
Dmitry Timoshkov [Mon, 23 Jul 2012 03:43:45 +0000 (12:43 +0900)] 
windowscodecs: Add support for generating WICBitmapPaletteTypeFixedHalftone27 palette.

11 years agowidl: Add IDL installation directory to include path.
Jacek Caban [Mon, 23 Jul 2012 09:38:23 +0000 (11:38 +0200)] 
widl: Add IDL installation directory to include path.

11 years agowinedump: Simplify the "pointer to start of array" idiom.
Michael Stefaniuc [Mon, 23 Jul 2012 08:37:06 +0000 (10:37 +0200)] 
winedump: Simplify the "pointer to start of array" idiom.

11 years agokernel32: Single thread test for InitOnceExecuteOnce().
Nikolay Sivov [Sun, 22 Jul 2012 18:59:46 +0000 (22:59 +0400)] 
kernel32: Single thread test for InitOnceExecuteOnce().

11 years agokernel32: Added InitOnceInitialize() implementation.
Nikolay Sivov [Sun, 22 Jul 2012 14:33:14 +0000 (18:33 +0400)] 
kernel32: Added InitOnceInitialize() implementation.

11 years agokernel32: Forward GetLocaleInfoEx() to GetLocaleInfoW().
Nikolay Sivov [Sun, 22 Jul 2012 07:43:08 +0000 (11:43 +0400)] 
kernel32: Forward GetLocaleInfoEx() to GetLocaleInfoW().

11 years agokernel32: Added GetSystemDefaultLocaleName().
Nikolay Sivov [Sun, 22 Jul 2012 07:41:20 +0000 (11:41 +0400)] 
kernel32: Added GetSystemDefaultLocaleName().

11 years agoadvapi32/tests: Add some more well known SIDs to tests.
Nikolay Sivov [Sun, 22 Jul 2012 16:13:14 +0000 (20:13 +0400)] 
advapi32/tests: Add some more well known SIDs to tests.

11 years agoinclude: Fix alignment of cabinet structures on 64-bit.
Alexandre Julliard [Mon, 23 Jul 2012 10:47:57 +0000 (12:47 +0200)] 
include: Fix alignment of cabinet structures on 64-bit.

11 years agopo: Update Chinese (Taiwan) translation.
Wei-Lun Chao [Fri, 13 Jul 2012 17:29:21 +0000 (01:29 +0800)] 
po: Update Chinese (Taiwan) translation.

11 years agopo: Update Chinese (Taiwan) translation.
Wei-Lun Chao [Fri, 13 Jul 2012 17:20:20 +0000 (01:20 +0800)] 
po: Update Chinese (Taiwan) translation.

11 years agopo: Update Chinese (Taiwan) translation.
Wei-Lun Chao [Fri, 13 Jul 2012 17:17:36 +0000 (01:17 +0800)] 
po: Update Chinese (Taiwan) translation.

11 years agopo: Update French translation.
Frédéric Delanoy [Mon, 23 Jul 2012 05:35:19 +0000 (07:35 +0200)] 
po: Update French translation.

11 years agopo: Update Brazilian Portuguese translation.
Gustavo Henrique Milaré [Sun, 22 Jul 2012 19:30:05 +0000 (16:30 -0300)] 
po: Update Brazilian Portuguese translation.

11 years agod3d10: Implement d3d10_effect_depth_stencil_variable_GetBackingStore().
Henri Verbeet [Sun, 22 Jul 2012 12:59:56 +0000 (14:59 +0200)] 
d3d10: Implement d3d10_effect_depth_stencil_variable_GetBackingStore().

11 years agod3d10: Add support for parsing depth/stencil states.
Henri Verbeet [Sun, 22 Jul 2012 12:59:55 +0000 (14:59 +0200)] 
d3d10: Add support for parsing depth/stencil states.

11 years agowined3d: Fix some EXT_gpu_shader4 function names.
Henri Verbeet [Sun, 22 Jul 2012 12:59:53 +0000 (14:59 +0200)] 
wined3d: Fix some EXT_gpu_shader4 function names.

11 years agowined3d: Get rid of APPLE_flush_render, it doesn't exist.
Henri Verbeet [Sun, 22 Jul 2012 12:59:52 +0000 (14:59 +0200)] 
wined3d: Get rid of APPLE_flush_render, it doesn't exist.

11 years agod3dx9_36: Add more traces.
Nozomi Kodama [Sat, 21 Jul 2012 08:10:51 +0000 (16:10 +0800)] 
d3dx9_36: Add more traces.

11 years agomshtml.idl: Added IDOMEvent and IDOMEventTarget declarations.
Jacek Caban [Fri, 20 Jul 2012 18:19:50 +0000 (20:19 +0200)] 
mshtml.idl: Added IDOMEvent and IDOMEventTarget declarations.

11 years agomshtml.idl: Added more *XMLHttpRequest* declarations.
Jacek Caban [Fri, 20 Jul 2012 18:19:37 +0000 (20:19 +0200)] 
mshtml.idl: Added more *XMLHttpRequest* declarations.

11 years agomshtml.idl: Added IXMLHttpRequest declaration.
Jacek Caban [Fri, 20 Jul 2012 18:19:23 +0000 (20:19 +0200)] 
mshtml.idl: Added IXMLHttpRequest declaration.

11 years agod3dcompiler: Parse assignments.
Matteo Bruni [Fri, 20 Jul 2012 14:37:41 +0000 (16:37 +0200)] 
d3dcompiler: Parse assignments.

11 years agod3dcompiler: Stub assignment parsing.
Matteo Bruni [Fri, 20 Jul 2012 14:37:40 +0000 (16:37 +0200)] 
d3dcompiler: Stub assignment parsing.

11 years agod3dcompiler: "void" is not a plain scalar data type.
Matteo Bruni [Fri, 20 Jul 2012 14:37:39 +0000 (16:37 +0200)] 
d3dcompiler: "void" is not a plain scalar data type.

It can't be used in expressions and the like. This change indirectly
takes care of most of the checks.

11 years agod3dcompiler: Parse unary and prefix operators.
Matteo Bruni [Fri, 20 Jul 2012 14:37:38 +0000 (16:37 +0200)] 
d3dcompiler: Parse unary and prefix operators.

11 years agod3dcompiler: Parse some postfix operators.
Matteo Bruni [Fri, 20 Jul 2012 14:37:37 +0000 (16:37 +0200)] 
d3dcompiler: Parse some postfix operators.

11 years agovbscript: Added select case statement tests.
Jacek Caban [Fri, 20 Jul 2012 14:29:34 +0000 (16:29 +0200)] 
vbscript: Added select case statement tests.

11 years agovbscript: Added interp_case implementation.
Jacek Caban [Fri, 20 Jul 2012 14:29:00 +0000 (16:29 +0200)] 
vbscript: Added interp_case implementation.

11 years agovbscript: Added compiler support for select case statement.
Jacek Caban [Fri, 20 Jul 2012 14:28:45 +0000 (16:28 +0200)] 
vbscript: Added compiler support for select case statement.

11 years agovbscript: Added parser support for select case statement.
Jacek Caban [Fri, 20 Jul 2012 14:28:32 +0000 (16:28 +0200)] 
vbscript: Added parser support for select case statement.

11 years agogdiplus: Set actual resolution of an image being encoded.
Dmitry Timoshkov [Fri, 20 Jul 2012 10:52:36 +0000 (19:52 +0900)] 
gdiplus: Set actual resolution of an image being encoded.

11 years agofusion: Simplify the parsing of clr tables.
Alexandre Julliard [Fri, 20 Jul 2012 18:12:35 +0000 (20:12 +0200)] 
fusion: Simplify the parsing of clr tables.

11 years agomshtml: Added nsIFileURL::GetFile implementation.
Jacek Caban [Fri, 20 Jul 2012 10:36:50 +0000 (12:36 +0200)] 
mshtml: Added nsIFileURL::GetFile implementation.

11 years agomshtml: Added nsIFileURL stub implementation.
Jacek Caban [Fri, 20 Jul 2012 10:36:33 +0000 (12:36 +0200)] 
mshtml: Added nsIFileURL stub implementation.

11 years agomshtml: Store scheme in nsWineURI instead of nsChannel.
Jacek Caban [Fri, 20 Jul 2012 10:36:02 +0000 (12:36 +0200)] 
mshtml: Store scheme in nsWineURI instead of nsChannel.

11 years agomshtml: Moved creating nsIFile to separated function.
Jacek Caban [Fri, 20 Jul 2012 10:35:47 +0000 (12:35 +0200)] 
mshtml: Moved creating nsIFile to separated function.

11 years agocomdlg32: Do not modify dialog resource directly.
Thomas Faber [Fri, 20 Jul 2012 06:33:08 +0000 (08:33 +0200)] 
comdlg32: Do not modify dialog resource directly.

11 years agokernel32: Partial CompareStringEx implementation.
Nikolay Sivov [Fri, 20 Jul 2012 06:30:46 +0000 (10:30 +0400)] 
kernel32: Partial CompareStringEx implementation.

11 years agod3d10: Implement d3d10_effect_rasterizer_variable_GetBackingStore().
Henri Verbeet [Thu, 19 Jul 2012 22:24:30 +0000 (00:24 +0200)] 
d3d10: Implement d3d10_effect_rasterizer_variable_GetBackingStore().

11 years agod3d10: Add support for parsing rasterizer states.
Henri Verbeet [Thu, 19 Jul 2012 22:24:29 +0000 (00:24 +0200)] 
d3d10: Add support for parsing rasterizer states.

11 years agod3d10/tests: Add a test for default state values.
Henri Verbeet [Thu, 19 Jul 2012 22:24:28 +0000 (00:24 +0200)] 
d3d10/tests: Add a test for default state values.

11 years agowined3d: Convert some uppercase hex constants to lowercase.
Henri Verbeet [Thu, 19 Jul 2012 22:24:27 +0000 (00:24 +0200)] 
wined3d: Convert some uppercase hex constants to lowercase.

11 years agowined3d: Get rid of some unused PCI IDs.
Henri Verbeet [Thu, 19 Jul 2012 22:24:26 +0000 (00:24 +0200)] 
wined3d: Get rid of some unused PCI IDs.

In case of e.g. CARD_AMD_RADEON_HD4650 and CARD_AMD_RADEON_HD4670 these are
wrong too, because you can't distinguish one HD46xx card from another based on
PCI ID.

11 years agod3dx9_36: Add some traces.
Nozomi Kodama [Thu, 19 Jul 2012 20:32:50 +0000 (04:32 +0800)] 
d3dx9_36: Add some traces.

11 years agowined3d: Fetch GL functions from the WGL driver table, including glFinish and glFlush.
Alexandre Julliard [Thu, 19 Jul 2012 13:37:25 +0000 (15:37 +0200)] 
wined3d: Fetch GL functions from the WGL driver table, including glFinish and glFlush.

11 years agowinex11: Get rid of the glGetIntegerv wrapper.
Alexandre Julliard [Fri, 20 Jul 2012 11:21:20 +0000 (13:21 +0200)] 
winex11: Get rid of the glGetIntegerv wrapper.

11 years agowinex11: Remove unused fields in the PBuffer object.
Alexandre Julliard [Fri, 20 Jul 2012 10:35:24 +0000 (12:35 +0200)] 
winex11: Remove unused fields in the PBuffer object.

11 years agoopengl32: Use proper handles for PBuffers instead of raw pointers.
Alexandre Julliard [Fri, 20 Jul 2012 10:25:01 +0000 (12:25 +0200)] 
opengl32: Use proper handles for PBuffers instead of raw pointers.

11 years agoopengl32: Add a mechanism for managing different types of OpenGL handles.
Alexandre Julliard [Fri, 20 Jul 2012 10:27:19 +0000 (12:27 +0200)] 
opengl32: Add a mechanism for managing different types of OpenGL handles.

11 years agoopengl32: Add supported wgl extension functions to the OpenGL function table.
Alexandre Julliard [Mon, 16 Jul 2012 22:00:55 +0000 (00:00 +0200)] 
opengl32: Add supported wgl extension functions to the OpenGL function table.

11 years agoopengl32: Move the wgl functions to the main OpenGL function table.
Alexandre Julliard [Wed, 18 Jul 2012 21:58:41 +0000 (23:58 +0200)] 
opengl32: Move the wgl functions to the main OpenGL function table.

11 years agoopengl32: Declare input pointers as const in function prototypes.
Alexandre Julliard [Thu, 19 Jul 2012 20:17:14 +0000 (22:17 +0200)] 
opengl32: Declare input pointers as const in function prototypes.

11 years agogdi32: Remove left-over debug trace.
Alexandre Julliard [Thu, 19 Jul 2012 18:27:39 +0000 (20:27 +0200)] 
gdi32: Remove left-over debug trace.

11 years agod3dx9_36: Implementation of D3DXSHRotateZ.
Nozomi Kodama [Wed, 18 Jul 2012 19:56:46 +0000 (03:56 +0800)] 
d3dx9_36: Implementation of D3DXSHRotateZ.

11 years agopo: Update Chinese (Taiwan) translation.
Wei-Lun Chao [Fri, 13 Jul 2012 17:11:03 +0000 (01:11 +0800)] 
po: Update Chinese (Taiwan) translation.

11 years agopo: Update Chinese (Taiwan) translation.
Wei-Lun Chao [Fri, 13 Jul 2012 17:02:26 +0000 (01:02 +0800)] 
po: Update Chinese (Taiwan) translation.

11 years agopo: Update Chinese (Taiwan) translation.
Wei-Lun Chao [Fri, 13 Jul 2012 16:53:38 +0000 (00:53 +0800)] 
po: Update Chinese (Taiwan) translation.

11 years agowined3d: Load glPointParameter functions as extensions rather than standard OpenGL...
Alexandre Julliard [Thu, 19 Jul 2012 14:47:39 +0000 (16:47 +0200)] 
wined3d: Load glPointParameter functions as extensions rather than standard OpenGL functions.

11 years agoinclude: Move PaletteFlags definition to gdipluspixelformats.h.
Dmitry Timoshkov [Thu, 19 Jul 2012 06:46:04 +0000 (15:46 +0900)] 
include: Move PaletteFlags definition to gdipluspixelformats.h.

11 years agoinclude: Add some useful helpers to check various pixel format properties.
Dmitry Timoshkov [Thu, 19 Jul 2012 06:45:10 +0000 (15:45 +0900)] 
include: Add some useful helpers to check various pixel format properties.

11 years agoinclude: Add PixelFormat32bppCMYK definition.
Dmitry Timoshkov [Thu, 19 Jul 2012 06:44:10 +0000 (15:44 +0900)] 
include: Add PixelFormat32bppCMYK definition.

11 years agoole32: Use proper allocators for storing help file in ErrorInfoImpl.
Jacek Caban [Thu, 19 Jul 2012 09:49:33 +0000 (11:49 +0200)] 
ole32: Use proper allocators for storing help file in ErrorInfoImpl.

11 years agoole32: Use proper allocators for storing description in ErrorInfoImpl.
Jacek Caban [Thu, 19 Jul 2012 09:49:22 +0000 (11:49 +0200)] 
ole32: Use proper allocators for storing description in ErrorInfoImpl.

11 years agoole32: Use proper allocators for storing source in ErrorInfoImpl.
Jacek Caban [Thu, 19 Jul 2012 09:49:09 +0000 (11:49 +0200)] 
ole32: Use proper allocators for storing source in ErrorInfoImpl.

11 years agomshtml: Store MSHTML node reference in Gecko node object and get rid of all node...
Jacek Caban [Thu, 19 Jul 2012 09:29:34 +0000 (11:29 +0200)] 
mshtml: Store MSHTML node reference in Gecko node object and get rid of all node list in document object.

11 years agomshtml: Make nsIDOMHTMLDocument reference cycle collectable.
Jacek Caban [Thu, 19 Jul 2012 09:29:13 +0000 (11:29 +0200)] 
mshtml: Make nsIDOMHTMLDocument reference cycle collectable.

11 years agomshtml: Make node object's dynamic IDispatchEx-based properties cycle collectable.
Jacek Caban [Thu, 19 Jul 2012 09:28:54 +0000 (11:28 +0200)] 
mshtml: Make node object's dynamic IDispatchEx-based properties cycle collectable.

11 years agomshtml: Make node object cycle collector aware.
Jacek Caban [Thu, 19 Jul 2012 09:28:35 +0000 (11:28 +0200)] 
mshtml: Make node object cycle collector aware.

11 years agodsound: Get rid of the DSOUND_QueryInterface() helper.
Michael Stefaniuc [Thu, 19 Jul 2012 00:07:23 +0000 (02:07 +0200)] 
dsound: Get rid of the DSOUND_QueryInterface() helper.

11 years agodsound: Handle IDirectSound by the IDirectSound8 implementation.
Michael Stefaniuc [Thu, 19 Jul 2012 00:05:37 +0000 (02:05 +0200)] 
dsound: Handle IDirectSound by the IDirectSound8 implementation.

11 years agodsound: Merge IDirectSound8 into the main DirectSound object.
Michael Stefaniuc [Thu, 19 Jul 2012 00:04:11 +0000 (02:04 +0200)] 
dsound: Merge IDirectSound8 into the main DirectSound object.

11 years agodsound: Drop a redundant 'IDirectSound8' from the method names.
Michael Stefaniuc [Thu, 19 Jul 2012 00:01:55 +0000 (02:01 +0200)] 
dsound: Drop a redundant 'IDirectSound8' from the method names.

11 years agodsound: Merge the DirectSound create functions.
Michael Stefaniuc [Thu, 19 Jul 2012 00:00:27 +0000 (02:00 +0200)] 
dsound: Merge the DirectSound create functions.

11 years agodsound: Merge IUnknown into the main DirectSound object.
Michael Stefaniuc [Wed, 18 Jul 2012 23:54:54 +0000 (01:54 +0200)] 
dsound: Merge IUnknown into the main DirectSound object.

11 years agodsound: Cleanup IDirectSoundImpl_Create() and move it.
Michael Stefaniuc [Wed, 18 Jul 2012 23:53:31 +0000 (01:53 +0200)] 
dsound: Cleanup IDirectSoundImpl_Create() and move it.

11 years agodsound: Rename the DirectSound object refcount to "numIfaces".
Michael Stefaniuc [Wed, 18 Jul 2012 23:51:26 +0000 (01:51 +0200)] 
dsound: Rename the DirectSound object refcount to "numIfaces".

11 years agodsound: Merge the two IUnknown/IDirectSound implementations for DirectSound.
Michael Stefaniuc [Wed, 18 Jul 2012 23:49:53 +0000 (01:49 +0200)] 
dsound: Merge the two IUnknown/IDirectSound implementations for DirectSound.

11 years agodsound/tests: Add IDirectSound refcount and COM aggregation tests.
Michael Stefaniuc [Thu, 19 Jul 2012 08:48:26 +0000 (10:48 +0200)] 
dsound/tests: Add IDirectSound refcount and COM aggregation tests.

11 years agowinhttp: Make strings in WINHTTP_PROXY_INFO non-const.
Heiko Hund [Thu, 19 Jul 2012 08:22:59 +0000 (08:22 +0000)] 
winhttp: Make strings in WINHTTP_PROXY_INFO non-const.

11 years agoole32: Use a single implementation for 1Ole stream initialization.
Nikolay Sivov [Thu, 19 Jul 2012 06:35:08 +0000 (10:35 +0400)] 
ole32: Use a single implementation for 1Ole stream initialization.