wine
13 years agontdll/tests: Skip some tests if not allowed to modify image file execution options.
Francois Gouget [Sun, 18 Sep 2011 17:41:27 +0000 (19:41 +0200)] 
ntdll/tests: Skip some tests if not allowed to modify image file execution options.

13 years agokernel32/tests: Skip some tests if not allowed to modify the image file execution...
Francois Gouget [Sun, 18 Sep 2011 17:40:52 +0000 (19:40 +0200)] 
kernel32/tests: Skip some tests if not allowed to modify the image file execution options.

13 years agojscript/tests: Some tests require that the user interface be in English.
Francois Gouget [Sun, 18 Sep 2011 17:38:18 +0000 (19:38 +0200)] 
jscript/tests: Some tests require that the user interface be in English.

13 years agoshdocvw: Make get_ieframe_instance() static.
Francois Gouget [Sun, 18 Sep 2011 17:36:45 +0000 (19:36 +0200)] 
shdocvw: Make get_ieframe_instance() static.

13 years agowinex11: Multiply the error tolerance by the table caused error magnification.
André Hentschel [Sun, 18 Sep 2011 17:07:33 +0000 (19:07 +0200)] 
winex11: Multiply the error tolerance by the table caused error magnification.

13 years agogdi32/tests: Add a test about non-uniform ramps.
André Hentschel [Sun, 18 Sep 2011 17:06:56 +0000 (19:06 +0200)] 
gdi32/tests: Add a test about non-uniform ramps.

13 years agovbscript: Add explicit cast to int for pointer difference type.
Octavian Voicu [Sun, 18 Sep 2011 11:40:33 +0000 (14:40 +0300)] 
vbscript: Add explicit cast to int for pointer difference type.

13 years agoole32/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sat, 17 Sep 2011 09:33:29 +0000 (11:33 +0200)] 
ole32/tests: Fix compilation on systems that don't support nameless unions.

13 years agorpcrt4/tests: Add more tests for integer ranges to show that ranges are independent.
Alexandre Julliard [Mon, 19 Sep 2011 11:17:41 +0000 (13:17 +0200)] 
rpcrt4/tests: Add more tests for integer ranges to show that ranges are independent.

Reported by Jérôme Gardou.

13 years agowidl: Store the type format offset for function parameters in the variable object.
Alexandre Julliard [Mon, 19 Sep 2011 10:23:01 +0000 (12:23 +0200)] 
widl: Store the type format offset for function parameters in the variable object.

13 years agowidl: Pass variables around instead of types for function parameters.
Alexandre Julliard [Mon, 19 Sep 2011 09:54:42 +0000 (11:54 +0200)] 
widl: Pass variables around instead of types for function parameters.

13 years agowidl: Make the function return value a variable.
Alexandre Julliard [Sat, 17 Sep 2011 11:38:15 +0000 (13:38 +0200)] 
widl: Make the function return value a variable.

13 years agowidl: Include string formats in the element description for complex arrays.
Alexandre Julliard [Fri, 16 Sep 2011 19:08:54 +0000 (21:08 +0200)] 
widl: Include string formats in the element description for complex arrays.

13 years agoieframe/tests: Some tests require that the user interface be in English.
Francois Gouget [Fri, 16 Sep 2011 13:33:22 +0000 (15:33 +0200)] 
ieframe/tests: Some tests require that the user interface be in English.

13 years agoieframe/tests: Don't crash if IWebBrowser2_get_LocationURL() fails.
Francois Gouget [Fri, 16 Sep 2011 13:26:22 +0000 (15:26 +0200)] 
ieframe/tests: Don't crash if IWebBrowser2_get_LocationURL() fails.

13 years agovbscript: Fix a memory allocation size to avoid overflows.
Alexandre Julliard [Fri, 16 Sep 2011 17:36:52 +0000 (19:36 +0200)] 
vbscript: Fix a memory allocation size to avoid overflows.

13 years agod3dx9: Use the variable instead of the type in HeapAlloc().
Rico Schüller [Fri, 16 Sep 2011 06:38:47 +0000 (08:38 +0200)] 
d3dx9: Use the variable instead of the type in HeapAlloc().

13 years agod3dx9: Use the original bytecode in D3DXGetShaderSamplers() instead of using a consta...
Rico Schüller [Fri, 16 Sep 2011 06:38:24 +0000 (08:38 +0200)] 
d3dx9: Use the original bytecode in D3DXGetShaderSamplers() instead of using a constant table.

13 years agocmd: verify_mode has BOOL type instead of int.
Frédéric Delanoy [Fri, 16 Sep 2011 06:44:07 +0000 (08:44 +0200)] 
cmd: verify_mode has BOOL type instead of int.

13 years agocmd: echo_mode has BOOL type instead of int.
Frédéric Delanoy [Fri, 16 Sep 2011 06:44:06 +0000 (08:44 +0200)] 
cmd: echo_mode has BOOL type instead of int.

13 years agocmd: Remove unused declarations of echo_mode.
Frédéric Delanoy [Fri, 16 Sep 2011 06:44:05 +0000 (08:44 +0200)] 
cmd: Remove unused declarations of echo_mode.

13 years agovbscript: Added VBScript_Global typelib.
Jacek Caban [Fri, 16 Sep 2011 14:56:24 +0000 (16:56 +0200)] 
vbscript: Added VBScript_Global typelib.

13 years agovbscript: Added do..while and do..until statements implementation.
Jacek Caban [Fri, 16 Sep 2011 11:30:39 +0000 (13:30 +0200)] 
vbscript: Added do..while and do..until statements implementation.

13 years agovbscript: Added do until..loop statement implementation.
Jacek Caban [Fri, 16 Sep 2011 11:30:31 +0000 (13:30 +0200)] 
vbscript: Added do until..loop statement implementation.

13 years agovbscript: Added support for exit do statement.
Jacek Caban [Fri, 16 Sep 2011 11:30:20 +0000 (13:30 +0200)] 
vbscript: Added support for exit do statement.

13 years agovbscript: Added do while..loop statement implementation.
Jacek Caban [Fri, 16 Sep 2011 11:30:09 +0000 (13:30 +0200)] 
vbscript: Added do while..loop statement implementation.

13 years agovbscript: Added while..wend statement implementation.
Jacek Caban [Fri, 16 Sep 2011 11:29:59 +0000 (13:29 +0200)] 
vbscript: Added while..wend statement implementation.

13 years agovbscript: Added GC implementation.
Jacek Caban [Fri, 16 Sep 2011 11:29:47 +0000 (13:29 +0200)] 
vbscript: Added GC implementation.

13 years agovbscript: Added class_terminate support.
Jacek Caban [Fri, 16 Sep 2011 11:29:37 +0000 (13:29 +0200)] 
vbscript: Added class_terminate support.

13 years agovbscript: Added class_initializer support.
Jacek Caban [Fri, 16 Sep 2011 11:29:25 +0000 (13:29 +0200)] 
vbscript: Added class_initializer support.

13 years agovbscript: Added more IDispatchEx tests.
Jacek Caban [Fri, 16 Sep 2011 11:29:09 +0000 (13:29 +0200)] 
vbscript: Added more IDispatchEx tests.

13 years agovbscript: Use default object value for objets in stack_pop_val.
Jacek Caban [Fri, 16 Sep 2011 11:29:02 +0000 (13:29 +0200)] 
vbscript: Use default object value for objets in stack_pop_val.

13 years agovbscript: Added support for default getters.
Jacek Caban [Fri, 16 Sep 2011 11:28:52 +0000 (13:28 +0200)] 
vbscript: Added support for default getters.

13 years agovbscript: Added interp_set_member implementation.
Jacek Caban [Fri, 16 Sep 2011 11:28:42 +0000 (13:28 +0200)] 
vbscript: Added interp_set_member implementation.

13 years agovbscript: Added support for exit property statement.
Jacek Caban [Fri, 16 Sep 2011 11:28:29 +0000 (13:28 +0200)] 
vbscript: Added support for exit property statement.

13 years agovbscript: Added compiler/runtime support for property getters/letters.
Jacek Caban [Fri, 16 Sep 2011 11:28:18 +0000 (13:28 +0200)] 
vbscript: Added compiler/runtime support for property getters/letters.

13 years agovbscript: Added getters/setters parser implementation.
Jacek Caban [Fri, 16 Sep 2011 11:28:00 +0000 (13:28 +0200)] 
vbscript: Added getters/setters parser implementation.

13 years agovbscript: Added property invoke implementation.
Jacek Caban [Fri, 16 Sep 2011 11:27:48 +0000 (13:27 +0200)] 
vbscript: Added property invoke implementation.

13 years agovbscript: Added GetDispID support for properties.
Jacek Caban [Fri, 16 Sep 2011 11:27:31 +0000 (13:27 +0200)] 
vbscript: Added GetDispID support for properties.

13 years agovbscript: Added class properties compiler implementation.
Jacek Caban [Fri, 16 Sep 2011 11:27:22 +0000 (13:27 +0200)] 
vbscript: Added class properties compiler implementation.

13 years agovbscript: Added class property parser implementation.
Jacek Caban [Fri, 16 Sep 2011 11:27:11 +0000 (13:27 +0200)] 
vbscript: Added class property parser implementation.

13 years agourlmon: Added 111 ordinal stub.
Piotr Caban [Fri, 16 Sep 2011 09:21:24 +0000 (11:21 +0200)] 
urlmon: Added 111 ordinal stub.

13 years agourlmon: Added 331 and 335 ordinal exports.
Piotr Caban [Fri, 16 Sep 2011 09:21:03 +0000 (11:21 +0200)] 
urlmon: Added 331 and 335 ordinal exports.

13 years agopropsys/tests: Added InitVariantFromBuffer tests.
Piotr Caban [Fri, 16 Sep 2011 09:20:49 +0000 (11:20 +0200)] 
propsys/tests: Added InitVariantFromBuffer tests.

13 years agopropsys: Added InitVariantFromBuffer implementation.
Piotr Caban [Fri, 16 Sep 2011 09:20:37 +0000 (11:20 +0200)] 
propsys: Added InitVariantFromBuffer implementation.

13 years agourlmon: Added 362 ordinal export (InitVariantFromGUIDAsString).
Piotr Caban [Fri, 16 Sep 2011 09:20:27 +0000 (11:20 +0200)] 
urlmon: Added 362 ordinal export (InitVariantFromGUIDAsString).

13 years agopropsys/tests: Added InitVariantFromGUIDAsString tests.
Piotr Caban [Fri, 16 Sep 2011 09:20:18 +0000 (11:20 +0200)] 
propsys/tests: Added InitVariantFromGUIDAsString tests.

13 years agopropsys: Added InitVariantFromGUIDAsString implementation.
Piotr Caban [Fri, 16 Sep 2011 09:20:07 +0000 (11:20 +0200)] 
propsys: Added InitVariantFromGUIDAsString implementation.

13 years agovbscript/tests: Some tests require that the user interface be in English.
Francois Gouget [Fri, 16 Sep 2011 11:09:01 +0000 (13:09 +0200)] 
vbscript/tests: Some tests require that the user interface be in English.

13 years agopo: Remove English strings from the Japanese translation.
Francois Gouget [Thu, 15 Sep 2011 23:53:24 +0000 (01:53 +0200)] 
po: Remove English strings from the Japanese translation.

13 years agopo: Remove English strings from the Korean translation.
Francois Gouget [Thu, 15 Sep 2011 23:52:06 +0000 (01:52 +0200)] 
po: Remove English strings from the Korean translation.

13 years agopo: Remove English strings from the Dutch translation.
Francois Gouget [Thu, 15 Sep 2011 23:50:46 +0000 (01:50 +0200)] 
po: Remove English strings from the Dutch translation.

13 years agopo: Remove English strings from the Turkish translation.
Francois Gouget [Thu, 15 Sep 2011 23:49:26 +0000 (01:49 +0200)] 
po: Remove English strings from the Turkish translation.

13 years agopo: Remove English strings from the Finnish translation.
Francois Gouget [Thu, 15 Sep 2011 23:42:30 +0000 (01:42 +0200)] 
po: Remove English strings from the Finnish translation.

13 years agopdh/tests: Some tests require that the user interface be in English.
Francois Gouget [Thu, 15 Sep 2011 23:05:20 +0000 (01:05 +0200)] 
pdh/tests: Some tests require that the user interface be in English.

13 years agopdh/tests: Make the test pass on Windows 2000.
Francois Gouget [Thu, 15 Sep 2011 23:04:03 +0000 (01:04 +0200)] 
pdh/tests: Make the test pass on Windows 2000.

13 years agopdh/tests: Rename a counter to make the purpose of the test immediately clear.
Francois Gouget [Thu, 15 Sep 2011 23:01:27 +0000 (01:01 +0200)] 
pdh/tests: Rename a counter to make the purpose of the test immediately clear.

13 years agopdh: Add more Pdh macros and prototypes to the headers.
Francois Gouget [Thu, 15 Sep 2011 23:00:00 +0000 (01:00 +0200)] 
pdh: Add more Pdh macros and prototypes to the headers.

13 years agoddraw/tests: Add some slop to the fog tests.
Stefan Dösinger [Thu, 15 Sep 2011 21:12:09 +0000 (23:12 +0200)] 
ddraw/tests: Add some slop to the fog tests.

13 years agod3d8/tests: State getters don't work with PUREDEVICEs.
Stefan Dösinger [Thu, 15 Sep 2011 21:02:08 +0000 (23:02 +0200)] 
d3d8/tests: State getters don't work with PUREDEVICEs.

13 years agod3d8/test: Add slop to some fog tests.
Stefan Dösinger [Thu, 15 Sep 2011 21:01:44 +0000 (23:01 +0200)] 
d3d8/test: Add slop to some fog tests.

13 years agod3d9/Tests: State getters don't work with PUREDEVICEs.
Stefan Dösinger [Thu, 15 Sep 2011 20:56:08 +0000 (22:56 +0200)] 
d3d9/Tests: State getters don't work with PUREDEVICEs.

13 years agod3d9/tests: Add a slop to the fog tests for X1600 GPUs.
Stefan Dösinger [Thu, 15 Sep 2011 20:25:44 +0000 (22:25 +0200)] 
d3d9/tests: Add a slop to the fog tests for X1600 GPUs.

13 years agod3d9/tests: Fix the depth stencil size tests on AMD.
Stefan Dösinger [Thu, 15 Sep 2011 20:10:36 +0000 (22:10 +0200)] 
d3d9/tests: Fix the depth stencil size tests on AMD.

13 years agommsystem.dll16: Remove an unused variable.
Andrew Talbot [Thu, 15 Sep 2011 19:59:51 +0000 (20:59 +0100)] 
mmsystem.dll16: Remove an unused variable.

13 years agowined3d: Make the device parameter to process_vertices_strided() const.
Henri Verbeet [Thu, 15 Sep 2011 18:01:53 +0000 (20:01 +0200)] 
wined3d: Make the device parameter to process_vertices_strided() const.

13 years agowined3d: Make the device parameter to wined3d_device_get_ps_consts_f() const.
Henri Verbeet [Thu, 15 Sep 2011 18:01:52 +0000 (20:01 +0200)] 
wined3d: Make the device parameter to wined3d_device_get_ps_consts_f() const.

13 years agoddraw: Use real flips.
Henri Verbeet [Thu, 15 Sep 2011 18:01:51 +0000 (20:01 +0200)] 
ddraw: Use real flips.

13 years agoddraw: Use offscreen backbuffers.
Henri Verbeet [Thu, 15 Sep 2011 18:01:50 +0000 (20:01 +0200)] 
ddraw: Use offscreen backbuffers.

In principle this allows us to use more than one backbuffer in ddraw. It's
also a requirement for the next patch.

13 years agoddraw: Store the primary surface.
Henri Verbeet [Thu, 15 Sep 2011 18:01:49 +0000 (20:01 +0200)] 
ddraw: Store the primary surface.

13 years agowinex11: Use the original unclipped coordinates for XRender blits to avoid rounding...
Alexandre Julliard [Fri, 16 Sep 2011 15:10:41 +0000 (17:10 +0200)] 
winex11: Use the original unclipped coordinates for XRender blits to avoid rounding errors.

13 years agowinex11: Disable the XRender StretchBlt implementation if XRender wasn't loaded.
Alexandre Julliard [Fri, 16 Sep 2011 09:36:59 +0000 (11:36 +0200)] 
winex11: Disable the XRender StretchBlt implementation if XRender wasn't loaded.

13 years agowinex11: Use the physdev picture directly for the SRCCOPY XRender optimization.
Alexandre Julliard [Thu, 15 Sep 2011 21:13:01 +0000 (23:13 +0200)] 
winex11: Use the physdev picture directly for the SRCCOPY XRender optimization.

13 years agowinex11: Implement the CreateBitmap entry point in the XRender driver.
Alexandre Julliard [Thu, 15 Sep 2011 17:48:46 +0000 (19:48 +0200)] 
winex11: Implement the CreateBitmap entry point in the XRender driver.

13 years agomsxml3: Move xmlparser.idl to msxml3.
Alistair Leslie-Hughes [Thu, 15 Sep 2011 12:18:28 +0000 (22:18 +1000)] 
msxml3: Move xmlparser.idl to msxml3.

13 years agod3d8: Remove pointless casts to the type of the casted expression.
Michael Stefaniuc [Thu, 15 Sep 2011 14:33:41 +0000 (16:33 +0200)] 
d3d8: Remove pointless casts to the type of the casted expression.

13 years agovbscript: Added stop statement semi-stub implementation.
Jacek Caban [Thu, 15 Sep 2011 12:22:27 +0000 (14:22 +0200)] 
vbscript: Added stop statement semi-stub implementation.

13 years agovbscript: Added this object to identifier lookup chanin.
Jacek Caban [Thu, 15 Sep 2011 12:21:58 +0000 (14:21 +0200)] 
vbscript: Added this object to identifier lookup chanin.

13 years agovbscript: Added interp_mcall implementation.
Jacek Caban [Thu, 15 Sep 2011 12:21:44 +0000 (14:21 +0200)] 
vbscript: Added interp_mcall implementation.

13 years agovbscript: Added beginning InvokeEx implementation.
Jacek Caban [Thu, 15 Sep 2011 12:21:33 +0000 (14:21 +0200)] 
vbscript: Added beginning InvokeEx implementation.

13 years agovbscript: Added beginning GetDispID implementation.
Jacek Caban [Thu, 15 Sep 2011 12:21:13 +0000 (14:21 +0200)] 
vbscript: Added beginning GetDispID implementation.

13 years agovbscript: Added class function compiler implementation.
Jacek Caban [Thu, 15 Sep 2011 12:20:46 +0000 (14:20 +0200)] 
vbscript: Added class function compiler implementation.

13 years agovbscript: Added class functions parser implementation.
Jacek Caban [Thu, 15 Sep 2011 17:04:43 +0000 (19:04 +0200)] 
vbscript: Added class functions parser implementation.

13 years agovbscript: Added function storage specifiers support.
Jacek Caban [Thu, 15 Sep 2011 12:20:05 +0000 (14:20 +0200)] 
vbscript: Added function storage specifiers support.

13 years agovbscript: Added obj member call test.
Jacek Caban [Thu, 15 Sep 2011 12:19:52 +0000 (14:19 +0200)] 
vbscript: Added obj member call test.

13 years agovbscript: Added object member call implementation.
Jacek Caban [Thu, 15 Sep 2011 12:19:41 +0000 (14:19 +0200)] 
vbscript: Added object member call implementation.

13 years agovbscript: Added interp_nothing implementation and tests.
Jacek Caban [Thu, 15 Sep 2011 12:19:19 +0000 (14:19 +0200)] 
vbscript: Added interp_nothing implementation and tests.

13 years agovbscript: Added nothing literal parser/compiler implementation.
Jacek Caban [Thu, 15 Sep 2011 12:18:56 +0000 (14:18 +0200)] 
vbscript: Added nothing literal parser/compiler implementation.

13 years agovbscript: Store class_desc_t in vbdisp_t.
Jacek Caban [Thu, 15 Sep 2011 12:18:43 +0000 (14:18 +0200)] 
vbscript: Store class_desc_t in vbdisp_t.

13 years agovbscript: Added interp_new implementation.
Jacek Caban [Thu, 15 Sep 2011 12:18:29 +0000 (14:18 +0200)] 
vbscript: Added interp_new implementation.

13 years agovbscript: Added new expression parser/compiler implemetation.
Jacek Caban [Thu, 15 Sep 2011 12:18:12 +0000 (14:18 +0200)] 
vbscript: Added new expression parser/compiler implemetation.

13 years agovbscript: Added interp_set_ident implementation.
Jacek Caban [Thu, 15 Sep 2011 12:17:51 +0000 (14:17 +0200)] 
vbscript: Added interp_set_ident implementation.

13 years agovbscript: Added set statement parser/compiler implementation.
Jacek Caban [Thu, 15 Sep 2011 12:17:38 +0000 (14:17 +0200)] 
vbscript: Added set statement parser/compiler implementation.

13 years agovbscript: Added class compiler implementation.
Jacek Caban [Thu, 15 Sep 2011 12:17:17 +0000 (14:17 +0200)] 
vbscript: Added class compiler implementation.

13 years agovbscript: Added class parser implementation.
Jacek Caban [Thu, 15 Sep 2011 12:16:47 +0000 (14:16 +0200)] 
vbscript: Added class parser implementation.

13 years agowinex11: Get rid of the WXRFormat typedef.
Alexandre Julliard [Thu, 15 Sep 2011 13:35:32 +0000 (15:35 +0200)] 
winex11: Get rid of the WXRFormat typedef.

13 years agowinex11: Remove a redundant field in the XRender format templates.
Alexandre Julliard [Thu, 15 Sep 2011 13:33:59 +0000 (15:33 +0200)] 
winex11: Remove a redundant field in the XRender format templates.

13 years agowinex11: Get rid of the WineXRenderFormat structure.
Alexandre Julliard [Thu, 15 Sep 2011 13:26:44 +0000 (15:26 +0200)] 
winex11: Get rid of the WineXRenderFormat structure.

13 years agowinex11: Store the XRender picture formats in a global array instead of in the format...
Alexandre Julliard [Thu, 15 Sep 2011 13:10:17 +0000 (15:10 +0200)] 
winex11: Store the XRender picture formats in a global array instead of in the format structure.

13 years agowinex11: Get rid of the xrender_info structure.
Alexandre Julliard [Thu, 15 Sep 2011 11:21:45 +0000 (13:21 +0200)] 
winex11: Get rid of the xrender_info structure.