wine
12 years agomsvcrt: Fix printing NULL strings.
Francois Gouget [Mon, 19 Sep 2011 21:29:47 +0000 (23:29 +0200)] 
msvcrt: Fix printing NULL strings.

12 years agoshell32: Fix printing NULL strings.
Francois Gouget [Mon, 19 Sep 2011 21:29:29 +0000 (23:29 +0200)] 
shell32: Fix printing NULL strings.

12 years agoversion: Fix printing NULL strings.
Francois Gouget [Mon, 19 Sep 2011 21:28:54 +0000 (23:28 +0200)] 
version: Fix printing NULL strings.

12 years agowinex11: Fix printing NULL strings.
Francois Gouget [Mon, 19 Sep 2011 21:28:30 +0000 (23:28 +0200)] 
winex11: Fix printing NULL strings.

12 years agowininet: Fix printing NULL strings.
Francois Gouget [Mon, 19 Sep 2011 21:28:03 +0000 (23:28 +0200)] 
wininet: Fix printing NULL strings.

12 years agontdll: Fix printing NULL strings.
Francois Gouget [Mon, 19 Sep 2011 21:27:48 +0000 (23:27 +0200)] 
ntdll: Fix printing NULL strings.

12 years agoadvapi32: Fix printing NULL strings.
Francois Gouget [Mon, 19 Sep 2011 21:27:06 +0000 (23:27 +0200)] 
advapi32: Fix printing NULL strings.

12 years agocrypt32: Fix printing NULL strings.
Francois Gouget [Mon, 19 Sep 2011 21:26:49 +0000 (23:26 +0200)] 
crypt32: Fix printing NULL strings.

12 years agowined3d: Make the device parameter to wined3d_device_get_back_buffer() const.
Henri Verbeet [Mon, 19 Sep 2011 19:50:27 +0000 (21:50 +0200)] 
wined3d: Make the device parameter to wined3d_device_get_back_buffer() const.

12 years agowined3d: Make the device parameter to wined3d_device_get_texture() const.
Henri Verbeet [Mon, 19 Sep 2011 19:50:26 +0000 (21:50 +0200)] 
wined3d: Make the device parameter to wined3d_device_get_texture() const.

12 years agowined3d: Dump the WINEDDBLTFX structure in wined3d_surface_blt().
Henri Verbeet [Mon, 19 Sep 2011 19:50:25 +0000 (21:50 +0200)] 
wined3d: Dump the WINEDDBLTFX structure in wined3d_surface_blt().

12 years agoddraw: Store the wined3d swapchain reference in the ddraw object instead of the prima...
Henri Verbeet [Mon, 19 Sep 2011 19:50:24 +0000 (21:50 +0200)] 
ddraw: Store the wined3d swapchain reference in the ddraw object instead of the primary surface.

12 years agoddraw: Setup swapchain dimensions and format using the current display mode in ddraw_...
Henri Verbeet [Mon, 19 Sep 2011 19:50:23 +0000 (21:50 +0200)] 
ddraw: Setup swapchain dimensions and format using the current display mode in ddraw_create_swapchain().

12 years agogdi32/tests: Add a second test about non-uniform ramps.
André Hentschel [Mon, 19 Sep 2011 19:39:12 +0000 (21:39 +0200)] 
gdi32/tests: Add a second test about non-uniform ramps.

12 years agomsi: Don't use debugstr_a() on an output parameter.
Francois Gouget [Mon, 19 Sep 2011 21:09:43 +0000 (23:09 +0200)] 
msi: Don't use debugstr_a() on an output parameter.

Spotted by Michael Stefaniuc and Hans Leidekker.

12 years agovbscript: Always initialize prev_label to prevent compiler warning.
Octavian Voicu [Mon, 19 Sep 2011 17:31:58 +0000 (20:31 +0300)] 
vbscript: Always initialize prev_label to prevent compiler warning.

12 years agoddraw/tests: Accept another error when setting an overlay with a NULL rect.
Stefan Dösinger [Thu, 15 Sep 2011 21:53:56 +0000 (23:53 +0200)] 
ddraw/tests: Accept another error when setting an overlay with a NULL rect.

12 years agoddraw/tests: Mark a strange radeon X1600 Windows behavior broken.
Stefan Dösinger [Thu, 15 Sep 2011 21:49:21 +0000 (23:49 +0200)] 
ddraw/tests: Mark a strange radeon X1600 Windows behavior broken.

12 years agoddraw/tests: Remove the partial cube map load tests.
Stefan Dösinger [Thu, 15 Sep 2011 21:43:45 +0000 (23:43 +0200)] 
ddraw/tests: Remove the partial cube map load tests.

They BSOD my Radeon X1600 Windows machine.

12 years agocomctl32: Don't crash when getting a bad image list handle.
Francois Gouget [Mon, 19 Sep 2011 13:32:16 +0000 (15:32 +0200)] 
comctl32: Don't crash when getting a bad image list handle.

12 years agojscript: Removed useless undef ACTSCPSITE_THIS.
Jacek Caban [Mon, 19 Sep 2011 12:46:43 +0000 (14:46 +0200)] 
jscript: Removed useless undef ACTSCPSITE_THIS.

12 years agovbscript: Added On Error statement parser implementation.
Jacek Caban [Mon, 19 Sep 2011 12:10:19 +0000 (14:10 +0200)] 
vbscript: Added On Error statement parser implementation.

12 years agovbscript: Added interp_me implementation.
Jacek Caban [Mon, 19 Sep 2011 12:10:08 +0000 (14:10 +0200)] 
vbscript: Added interp_me implementation.

12 years agovbscript: Added ME expression parser implementation.
Jacek Caban [Mon, 19 Sep 2011 12:09:57 +0000 (14:09 +0200)] 
vbscript: Added ME expression parser implementation.

12 years agovbscript: Added support for SCRIPTITEM_ISVISIBLE named items.
Jacek Caban [Mon, 19 Sep 2011 12:09:45 +0000 (14:09 +0200)] 
vbscript: Added support for SCRIPTITEM_ISVISIBLE named items.

12 years agovbscript: Added error object functions stubs.
Jacek Caban [Mon, 19 Sep 2011 12:09:32 +0000 (14:09 +0200)] 
vbscript: Added error object functions stubs.

12 years agovbscript: Added error object stub implementation.
Jacek Caban [Mon, 19 Sep 2011 12:09:21 +0000 (14:09 +0200)] 
vbscript: Added error object stub implementation.

12 years agovbscript: Added more global object stubs.
Jacek Caban [Mon, 19 Sep 2011 12:09:08 +0000 (14:09 +0200)] 
vbscript: Added more global object stubs.

12 years agovbscript: Added isObject tests.
Jacek Caban [Mon, 19 Sep 2011 12:08:57 +0000 (14:08 +0200)] 
vbscript: Added isObject tests.

12 years agovbscript: Added isObject implementation.
Jacek Caban [Mon, 19 Sep 2011 12:08:48 +0000 (14:08 +0200)] 
vbscript: Added isObject implementation.

12 years agovbscript: Added global object's isObject function stub implementation.
Jacek Caban [Mon, 19 Sep 2011 12:08:38 +0000 (14:08 +0200)] 
vbscript: Added global object's isObject function stub implementation.

12 years agovbscript: Store reference to collected object in collect_objects.
Jacek Caban [Mon, 19 Sep 2011 12:08:15 +0000 (14:08 +0200)] 
vbscript: Store reference to collected object in collect_objects.

12 years agovbscript: Added is expression implementation.
Jacek Caban [Mon, 19 Sep 2011 12:08:02 +0000 (14:08 +0200)] 
vbscript: Added is expression implementation.

12 years agovbscript: Added interp_lteq implementation.
Jacek Caban [Mon, 19 Sep 2011 12:07:51 +0000 (14:07 +0200)] 
vbscript: Added interp_lteq implementation.

12 years agovbscript: Added interp_lt implementation.
Jacek Caban [Mon, 19 Sep 2011 12:07:39 +0000 (14:07 +0200)] 
vbscript: Added interp_lt implementation.

12 years agovbscript: Added interp_gt implementation.
Jacek Caban [Mon, 19 Sep 2011 12:07:31 +0000 (14:07 +0200)] 
vbscript: Added interp_gt implementation.

12 years agovbscript: Added interp_gteq implementation.
Jacek Caban [Mon, 19 Sep 2011 12:07:22 +0000 (14:07 +0200)] 
vbscript: Added interp_gteq implementation.

12 years agovbscript: Added more equality expressions parser/compiler implementation.
Jacek Caban [Mon, 19 Sep 2011 12:07:12 +0000 (14:07 +0200)] 
vbscript: Added more equality expressions parser/compiler implementation.

12 years agorpcrt4: Switch to non-overlapped named pipe operations and use a thread for the async...
Bernhard Loos [Mon, 19 Sep 2011 11:01:36 +0000 (13:01 +0200)] 
rpcrt4: Switch to non-overlapped named pipe operations and use a thread for the async listen operation.

12 years agowinex11: Implement a PutImage entry point in the XRender driver.
Alexandre Julliard [Mon, 19 Sep 2011 15:46:33 +0000 (17:46 +0200)] 
winex11: Implement a PutImage entry point in the XRender driver.

12 years agowinex11: Avoid passing color shifts to copy_image_bits.
Alexandre Julliard [Mon, 19 Sep 2011 12:18:23 +0000 (14:18 +0200)] 
winex11: Avoid passing color shifts to copy_image_bits.

12 years agowinex11: Explicitly clip to the visible rect when using the XRender SRCCOPY optimization.
Alexandre Julliard [Mon, 19 Sep 2011 15:49:57 +0000 (17:49 +0200)] 
winex11: Explicitly clip to the visible rect when using the XRender SRCCOPY optimization.

12 years agopo: Remove English strings from the Bulgarian translation.
Francois Gouget [Sun, 18 Sep 2011 19:58:03 +0000 (21:58 +0200)] 
po: Remove English strings from the Bulgarian translation.

12 years agopo: Remove English strings from the Danish translation.
Francois Gouget [Sun, 18 Sep 2011 19:56:31 +0000 (21:56 +0200)] 
po: Remove English strings from the Danish translation.

12 years agopo: Remove English strings from the Esperanto translation.
Francois Gouget [Sun, 18 Sep 2011 19:55:01 +0000 (21:55 +0200)] 
po: Remove English strings from the Esperanto translation.

12 years agocrypt32: Fix filetime_to_str() for the case where it is called twice for a single...
Francois Gouget [Sun, 18 Sep 2011 20:55:20 +0000 (22:55 +0200)] 
crypt32: Fix filetime_to_str() for the case where it is called twice for a single trace.

12 years agoshell32: Use wine_dbgstr_rect() to trace a potentially NULL rect struct.
Francois Gouget [Sun, 18 Sep 2011 20:52:58 +0000 (22:52 +0200)] 
shell32: Use wine_dbgstr_rect() to trace a potentially NULL rect struct.

12 years agopropsys/tests: Added PropVariantToGUID tests.
Piotr Caban [Mon, 19 Sep 2011 08:56:15 +0000 (10:56 +0200)] 
propsys/tests: Added PropVariantToGUID tests.

12 years agopropsys: Added partial PropVariantToGUID implementation.
Piotr Caban [Mon, 19 Sep 2011 08:56:05 +0000 (10:56 +0200)] 
propsys: Added partial PropVariantToGUID implementation.

12 years agourlmon/tests: Added CoInternetIsFeatureZoneElevationEnabled tests.
Piotr Caban [Mon, 19 Sep 2011 08:55:46 +0000 (10:55 +0200)] 
urlmon/tests: Added CoInternetIsFeatureZoneElevationEnabled tests.

12 years agourlmon: Added CoInternetIsFeatureZoneElevationEnabled implementation.
Piotr Caban [Mon, 19 Sep 2011 08:55:37 +0000 (10:55 +0200)] 
urlmon: Added CoInternetIsFeatureZoneElevationEnabled implementation.

12 years agourlmon: Added partial CoInternetIsFeatureEnabledForUrl implementation.
Piotr Caban [Mon, 19 Sep 2011 08:55:15 +0000 (10:55 +0200)] 
urlmon: Added partial CoInternetIsFeatureEnabledForUrl implementation.

12 years agourlmon.idl: Added URLACTION_FEATURE* defines.
Piotr Caban [Mon, 19 Sep 2011 08:55:06 +0000 (10:55 +0200)] 
urlmon.idl: Added URLACTION_FEATURE* defines.

12 years agocomctl32/monthcal: Fix MCM_SETSELRANGE for multiple calendars case.
Nikolay Sivov [Mon, 19 Sep 2011 07:16:43 +0000 (11:16 +0400)] 
comctl32/monthcal: Fix MCM_SETSELRANGE for multiple calendars case.

12 years agocomctl32/monthcal: Fix MCM_SETCURSEL for multiple calendars case.
Nikolay Sivov [Mon, 19 Sep 2011 06:44:22 +0000 (10:44 +0400)] 
comctl32/monthcal: Fix MCM_SETCURSEL for multiple calendars case.

12 years agocomctl32/monthcal: Fix hittesting in blank areas of multiple calendars case.
Nikolay Sivov [Sun, 18 Sep 2011 18:32:16 +0000 (22:32 +0400)] 
comctl32/monthcal: Fix hittesting in blank areas of multiple calendars case.

12 years agowined3d: Make the device parameter to wined3d_device_get_texture_stage_state() const.
Henri Verbeet [Sun, 18 Sep 2011 19:05:31 +0000 (21:05 +0200)] 
wined3d: Make the device parameter to wined3d_device_get_texture_stage_state() const.

12 years agowined3d: Make the declaration parameter to wined3d_device_process_vertices() const.
Henri Verbeet [Sun, 18 Sep 2011 19:05:30 +0000 (21:05 +0200)] 
wined3d: Make the declaration parameter to wined3d_device_process_vertices() const.

12 years agoddraw/tests: Add some tests for Initialize().
Henri Verbeet [Sun, 18 Sep 2011 19:05:29 +0000 (21:05 +0200)] 
ddraw/tests: Add some tests for Initialize().

12 years agoddraw: Implement ddraw7_Initialize().
Henri Verbeet [Sun, 18 Sep 2011 19:05:28 +0000 (21:05 +0200)] 
ddraw: Implement ddraw7_Initialize().

12 years agoddraw: Get rid of IDirectDraw3.
Henri Verbeet [Sun, 18 Sep 2011 19:05:27 +0000 (21:05 +0200)] 
ddraw: Get rid of IDirectDraw3.

12 years agontdll: Don't trace potentially uninitialized structures if we are not going to use...
Francois Gouget [Sun, 18 Sep 2011 18:09:12 +0000 (20:09 +0200)] 
ntdll: Don't trace potentially uninitialized structures if we are not going to use them.

12 years agoinetcomm: Fix printing NULL strings.
Francois Gouget [Sun, 18 Sep 2011 17:50:27 +0000 (19:50 +0200)] 
inetcomm: Fix printing NULL strings.

12 years agod3dxof: Fix printing NULL strings.
Francois Gouget [Sun, 18 Sep 2011 17:50:11 +0000 (19:50 +0200)] 
d3dxof: Fix printing NULL strings.

12 years agomsi: Fix printing NULL strings.
Francois Gouget [Sun, 18 Sep 2011 17:49:55 +0000 (19:49 +0200)] 
msi: Fix printing NULL strings.

12 years agodinput: Fix printing NULL strings.
Francois Gouget [Sun, 18 Sep 2011 17:44:01 +0000 (19:44 +0200)] 
dinput: Fix printing NULL strings.

12 years agoquartz/tests: Skip some tests if not allowed to register filters.
Francois Gouget [Sun, 18 Sep 2011 17:42:15 +0000 (19:42 +0200)] 
quartz/tests: Skip some tests if not allowed to register filters.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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