wine
13 years agowined3d: Remove the unused currentPatch field from struct wined3d_device.
Henri Verbeet [Tue, 5 Jul 2011 20:30:56 +0000 (22:30 +0200)] 
wined3d: Remove the unused currentPatch field from struct wined3d_device.

13 years agowined3d: Explicitly pass device and state to gen_ffp_frag_op().
Henri Verbeet [Tue, 5 Jul 2011 20:30:55 +0000 (22:30 +0200)] 
wined3d: Explicitly pass device and state to gen_ffp_frag_op().

13 years agowined3d: Rename "flag" to "location" in surface_load_location().
Henri Verbeet [Tue, 5 Jul 2011 20:30:54 +0000 (22:30 +0200)] 
wined3d: Rename "flag" to "location" in surface_load_location().

This makes much more sense.

13 years agowined3d: Make context_create() work if the window is already destroyed.
Henri Verbeet [Tue, 5 Jul 2011 20:30:53 +0000 (22:30 +0200)] 
wined3d: Make context_create() work if the window is already destroyed.

13 years agodinput8/tests: Replicate the IDirectInput tests for IDirectInput8.
Andrew Nguyen [Tue, 5 Jul 2011 12:19:31 +0000 (07:19 -0500)] 
dinput8/tests: Replicate the IDirectInput tests for IDirectInput8.

13 years agodinput8: Improve the behavior of DirectInput8Create.
Andrew Nguyen [Tue, 5 Jul 2011 12:19:26 +0000 (07:19 -0500)] 
dinput8: Improve the behavior of DirectInput8Create.

13 years agodinput: Improve the behavior of DirectInputCreateEx.
Andrew Nguyen [Tue, 5 Jul 2011 12:19:21 +0000 (07:19 -0500)] 
dinput: Improve the behavior of DirectInputCreateEx.

13 years agodinput: Extract the DirectInput instance creation and initialization in DirectInputCr...
Andrew Nguyen [Tue, 5 Jul 2011 12:19:17 +0000 (07:19 -0500)] 
dinput: Extract the DirectInput instance creation and initialization in DirectInputCreateEx to separate functions.

13 years agodinput/tests: Add tests for IDirectInput::GetDeviceStatus.
Andrew Nguyen [Tue, 5 Jul 2011 12:19:12 +0000 (07:19 -0500)] 
dinput/tests: Add tests for IDirectInput::GetDeviceStatus.

13 years agodinput: Add tests for IDirectInput::EnumDevices and add a parameter check.
Andrew Nguyen [Tue, 5 Jul 2011 12:19:06 +0000 (07:19 -0500)] 
dinput: Add tests for IDirectInput::EnumDevices and add a parameter check.

13 years agodinput: Improve the behavior of IDirectInput::CreateDevice.
Andrew Nguyen [Tue, 5 Jul 2011 12:19:01 +0000 (07:19 -0500)] 
dinput: Improve the behavior of IDirectInput::CreateDevice.

13 years agodinput: Improve the behavior of IDirectInput::Initialize.
Andrew Nguyen [Tue, 5 Jul 2011 12:18:57 +0000 (07:18 -0500)] 
dinput: Improve the behavior of IDirectInput::Initialize.

13 years agodinput: Fix some return values of IDirectInput::QueryInterface.
Andrew Nguyen [Tue, 5 Jul 2011 12:18:52 +0000 (07:18 -0500)] 
dinput: Fix some return values of IDirectInput::QueryInterface.

13 years agodinput: Implement IDirectInput::RunControlPanel.
Andrew Nguyen [Tue, 5 Jul 2011 12:18:40 +0000 (07:18 -0500)] 
dinput: Implement IDirectInput::RunControlPanel.

13 years agowined3d: Delete cursor texture on device reset.
Piotr Pawlow [Tue, 5 Jul 2011 16:55:44 +0000 (18:55 +0200)] 
wined3d: Delete cursor texture on device reset.

13 years agoexplorer: Fix incorrect cast.
Jay Yang [Tue, 5 Jul 2011 17:17:45 +0000 (13:17 -0400)] 
explorer: Fix incorrect cast.

13 years agomsvcp90/tests: Dynamically generate a thunk to call thiscall functions.
Alexandre Julliard [Tue, 5 Jul 2011 16:00:50 +0000 (18:00 +0200)] 
msvcp90/tests: Dynamically generate a thunk to call thiscall functions.

It's not possible to do this correctly with inline assembly.

13 years agowined3d: Pass a struct wined3d_fb_state * to context_apply_clear_state.
Stefan Dösinger [Sat, 2 Jul 2011 09:29:28 +0000 (11:29 +0200)] 
wined3d: Pass a struct wined3d_fb_state * to context_apply_clear_state.

13 years agowined3d: Pass a struct wined3d_fb_state to device_clear_render_targets.
Stefan Dösinger [Mon, 27 Jun 2011 16:23:13 +0000 (18:23 +0200)] 
wined3d: Pass a struct wined3d_fb_state to device_clear_render_targets.

13 years agowined3d: Track framebuffer changes.
Stefan Dösinger [Tue, 7 Jun 2011 22:27:15 +0000 (00:27 +0200)] 
wined3d: Track framebuffer changes.

13 years agowined3d: Move FBO application into a state handler.
Stefan Dösinger [Sat, 2 Jul 2011 09:24:37 +0000 (11:24 +0200)] 
wined3d: Move FBO application into a state handler.

13 years agowined3d: Rename the rt mask generation functions.
Stefan Dösinger [Thu, 30 Jun 2011 21:21:03 +0000 (23:21 +0200)] 
wined3d: Rename the rt mask generation functions.

13 years agomountmgr.sys: Better fixme for unsupported ioctls.
André Hentschel [Mon, 4 Jul 2011 20:06:24 +0000 (22:06 +0200)] 
mountmgr.sys: Better fixme for unsupported ioctls.

13 years agoshdocvw: Add ITaskbarList[34] Interface.
André Hentschel [Sun, 3 Jul 2011 11:35:51 +0000 (13:35 +0200)] 
shdocvw: Add ITaskbarList[34] Interface.

13 years agouser32: Notify the user driver of hotkey changes.
Vincent Povirk [Thu, 23 Jun 2011 17:34:26 +0000 (12:34 -0500)] 
user32: Notify the user driver of hotkey changes.

13 years agowinmm/tests: Don't test MCI output if no output devices are available.
Andrew Eikum [Thu, 30 Jun 2011 20:05:08 +0000 (15:05 -0500)] 
winmm/tests: Don't test MCI output if no output devices are available.

13 years agowscript: Implemented Host_get_BuildVersion.
Michał Ziętek [Mon, 4 Jul 2011 21:28:52 +0000 (23:28 +0200)] 
wscript: Implemented Host_get_BuildVersion.

13 years agorichedit: Fix incorrect GUID values for ITextHost and ITextHost2.
Dylan Smith [Mon, 4 Jul 2011 04:44:00 +0000 (00:44 -0400)] 
richedit: Fix incorrect GUID values for ITextHost and ITextHost2.

13 years agoriched20/tests: Test the text services IIDs.
Dylan Smith [Mon, 4 Jul 2011 04:43:52 +0000 (00:43 -0400)] 
riched20/tests: Test the text services IIDs.

13 years agodbghelp: Remove dead code (Clang).
Frédéric Delanoy [Sun, 3 Jul 2011 18:38:52 +0000 (20:38 +0200)] 
dbghelp: Remove dead code (Clang).

13 years agodplayx: Remove dead code (Clang).
Frédéric Delanoy [Sun, 3 Jul 2011 18:28:29 +0000 (20:28 +0200)] 
dplayx: Remove dead code (Clang).

13 years agosecur32: Remove dead code (Clang).
Frédéric Delanoy [Sun, 3 Jul 2011 18:28:28 +0000 (20:28 +0200)] 
secur32: Remove dead code (Clang).

13 years agocrypt32: Remove dead code (Clang).
Frédéric Delanoy [Sun, 3 Jul 2011 17:37:04 +0000 (19:37 +0200)] 
crypt32: Remove dead code (Clang).

13 years agod3dcompiler_43: Don't crash on long TRACE().
Dan Kegel [Sun, 3 Jul 2011 00:33:34 +0000 (00:33 +0000)] 
d3dcompiler_43: Don't crash on long TRACE().

13 years agoadvapi32: Set *lpSize properly in GetUserNameA.
Alex Stanev [Sat, 2 Jul 2011 08:49:44 +0000 (11:49 +0300)] 
advapi32: Set *lpSize properly in GetUserNameA.

13 years agod3d9: COM cleanup for the IDirect3DPixelShader9 iface.
Michael Stefaniuc [Tue, 5 Jul 2011 10:05:01 +0000 (12:05 +0200)] 
d3d9: COM cleanup for the IDirect3DPixelShader9 iface.

13 years agod3d9: Use unsafe_impl_from_IDirect3DPixelShader9 for an app provided iface.
Michael Stefaniuc [Tue, 5 Jul 2011 10:03:20 +0000 (12:03 +0200)] 
d3d9: Use unsafe_impl_from_IDirect3DPixelShader9 for an app provided iface.

13 years agod3d9: COM cleanup for the IDirect3DIndexBuffer9 iface.
Michael Stefaniuc [Tue, 5 Jul 2011 10:02:25 +0000 (12:02 +0200)] 
d3d9: COM cleanup for the IDirect3DIndexBuffer9 iface.

13 years agod3d9: Use unsafe_impl_from_IDirect3DIndexBuffer9 for an app provided iface.
Michael Stefaniuc [Tue, 5 Jul 2011 10:01:01 +0000 (12:01 +0200)] 
d3d9: Use unsafe_impl_from_IDirect3DIndexBuffer9 for an app provided iface.

13 years agopropkeydef.h: Fixed DEFINE_PROPERTYKEY define.
Jacek Caban [Tue, 5 Jul 2011 12:00:20 +0000 (14:00 +0200)] 
propkeydef.h: Fixed DEFINE_PROPERTYKEY define.

13 years agowinegstreamer: Fix setcaps call.
Maarten Lankhorst [Tue, 5 Jul 2011 12:25:28 +0000 (14:25 +0200)] 
winegstreamer: Fix setcaps call.

13 years agomsxml3: clang corrections.
Alistair Leslie-Hughes [Sun, 3 Jul 2011 08:14:12 +0000 (18:14 +1000)] 
msxml3: clang corrections.

13 years agopropvarutil.h: Fixed inline syntax.
Jacek Caban [Tue, 5 Jul 2011 10:57:09 +0000 (12:57 +0200)] 
propvarutil.h: Fixed inline syntax.

13 years agoshell32/tests: Remove duplicated test of known folder.
Mariusz Pluciński [Tue, 5 Jul 2011 09:07:38 +0000 (11:07 +0200)] 
shell32/tests: Remove duplicated test of known folder.

13 years agoshell32: Add support of KF_REDIRECT_DEL_SOURCE_CONTENTS flag to redirection.
Mariusz Pluciński [Tue, 5 Jul 2011 09:07:30 +0000 (11:07 +0200)] 
shell32: Add support of KF_REDIRECT_DEL_SOURCE_CONTENTS flag to redirection.

13 years agoshell32: Add support of KF_REDIRECT_COPY_CONTENTS flag to redirection.
Mariusz Pluciński [Tue, 5 Jul 2011 09:07:23 +0000 (11:07 +0200)] 
shell32: Add support of KF_REDIRECT_COPY_CONTENTS flag to redirection.

13 years agoinclude: Add FOF_NO_UI flag.
Mariusz Pluciński [Tue, 5 Jul 2011 09:07:09 +0000 (11:07 +0200)] 
include: Add FOF_NO_UI flag.

13 years agod3d8: COM cleanup for the IDirect3DIndexBuffer8 iface.
Michael Stefaniuc [Mon, 4 Jul 2011 22:46:30 +0000 (00:46 +0200)] 
d3d8: COM cleanup for the IDirect3DIndexBuffer8 iface.

13 years agod3d8: Use unsafe_impl_from_IDirect3DIndexBuffer8 for an app provided iface.
Michael Stefaniuc [Mon, 4 Jul 2011 22:43:50 +0000 (00:43 +0200)] 
d3d8: Use unsafe_impl_from_IDirect3DIndexBuffer8 for an app provided iface.

13 years agod3d8: COM cleanup for the IDirect3DSurface8 iface.
Michael Stefaniuc [Mon, 4 Jul 2011 22:41:12 +0000 (00:41 +0200)] 
d3d8: COM cleanup for the IDirect3DSurface8 iface.

13 years agod3d8: Use unsafe_impl_from_IDirect3DSurface8 for app provided ifaces.
Michael Stefaniuc [Mon, 4 Jul 2011 22:34:58 +0000 (00:34 +0200)] 
d3d8: Use unsafe_impl_from_IDirect3DSurface8 for app provided ifaces.

13 years agod3d8: Avoid an unsafe IDirect3DSurface8 to object cast.
Michael Stefaniuc [Mon, 4 Jul 2011 22:31:23 +0000 (00:31 +0200)] 
d3d8: Avoid an unsafe IDirect3DSurface8 to object cast.

13 years agowined3d: Print an ERR for unknown / invalid surface locations in surface_load_location().
Henri Verbeet [Mon, 4 Jul 2011 19:39:39 +0000 (21:39 +0200)] 
wined3d: Print an ERR for unknown / invalid surface locations in surface_load_location().

13 years agowined3d: Introduce a separate function for loading the SFLAG_INTEXTURE and SFLAG_INSR...
Henri Verbeet [Mon, 4 Jul 2011 19:39:38 +0000 (21:39 +0200)] 
wined3d: Introduce a separate function for loading the SFLAG_INTEXTURE and SFLAG_INSRGBTEX surface locations.

13 years agowined3d: Introduce a separate function for loading the SFLAG_INDRAWABLE surface location.
Henri Verbeet [Mon, 4 Jul 2011 19:39:37 +0000 (21:39 +0200)] 
wined3d: Introduce a separate function for loading the SFLAG_INDRAWABLE surface location.

13 years agowined3d: Introduce a separate function for loading the SFLAG_INSYSMEM surface location.
Henri Verbeet [Mon, 4 Jul 2011 19:39:36 +0000 (21:39 +0200)] 
wined3d: Introduce a separate function for loading the SFLAG_INSYSMEM surface location.

13 years agowined3d: Make D3DRS_ZBIAS work.
Henri Verbeet [Mon, 4 Jul 2011 19:39:35 +0000 (21:39 +0200)] 
wined3d: Make D3DRS_ZBIAS work.

D3DRS_ZBIAS is poorly defined, but it makes sense that the bias should be
format independent. Looking at application behaviour, it seems to include a
slope scale factor as well. This fixes a couple of regressions introduced by
96b758f7b37033bf382ce40dd3310965d3ac3f76, although it was broken before as
well, just in a different way.

13 years agodinput: SetActionMap and queue_event setting mapped data.
Lucas Fialho Zawacki [Sat, 2 Jul 2011 04:07:15 +0000 (01:07 -0300)] 
dinput: SetActionMap and queue_event setting mapped data.

13 years agodinput: SetActionMap constructing a dataformat for keyboard and mouse.
Lucas Fialho Zawacki [Sat, 2 Jul 2011 04:06:54 +0000 (01:06 -0300)] 
dinput: SetActionMap constructing a dataformat for keyboard and mouse.

13 years agodinput: Keyboard and mouse implementation of BuildActionMap.
Lucas Fialho Zawacki [Sat, 2 Jul 2011 04:06:37 +0000 (01:06 -0300)] 
dinput: Keyboard and mouse implementation of BuildActionMap.

13 years agodinput8/tests: BuildActionMap and input tests for mouse.
Lucas Fialho Zawacki [Sat, 2 Jul 2011 04:06:01 +0000 (01:06 -0300)] 
dinput8/tests: BuildActionMap and input tests for mouse.

13 years agostrmbase: Mark TransformFilter_QualityControlImpl_Notify static.
Gerald Pfeifer [Sun, 3 Jul 2011 15:32:25 +0000 (17:32 +0200)] 
strmbase: Mark TransformFilter_QualityControlImpl_Notify static.

13 years agoexplorer: Add dropdown entries to explorer's combobox.
Jay Yang [Mon, 4 Jul 2011 01:36:05 +0000 (21:36 -0400)] 
explorer: Add dropdown entries to explorer's combobox.

13 years agoexplorer: Add a path combobox to explorer.
Jay Yang [Mon, 4 Jul 2011 01:36:01 +0000 (21:36 -0400)] 
explorer: Add a path combobox to explorer.

13 years agoexplorer: Add navigation buttons to explorer.
Jay Yang [Mon, 4 Jul 2011 01:35:55 +0000 (21:35 -0400)] 
explorer: Add navigation buttons to explorer.

13 years agowined3d: Remove dead code (clang).
André Hentschel [Sun, 3 Jul 2011 19:06:07 +0000 (21:06 +0200)] 
wined3d: Remove dead code (clang).

13 years agoimm32: Remove redundant check.
André Hentschel [Sun, 3 Jul 2011 17:32:05 +0000 (19:32 +0200)] 
imm32: Remove redundant check.

13 years agopo: Update Russian translation.
Nikolay Sivov [Sun, 3 Jul 2011 06:57:49 +0000 (10:57 +0400)] 
po: Update Russian translation.

13 years agoshobjidl.idl: Added some missing coclasses.
Jacek Caban [Mon, 4 Jul 2011 10:33:46 +0000 (12:33 +0200)] 
shobjidl.idl: Added some missing coclasses.

13 years agoaudiopolicy.idl: Fixed SetGroupingParam declaration.
Jacek Caban [Mon, 4 Jul 2011 09:18:28 +0000 (11:18 +0200)] 
audiopolicy.idl: Fixed SetGroupingParam declaration.

13 years agowined3d: Get rid of the GL_SupportedExt typedef.
Henri Verbeet [Sun, 3 Jul 2011 20:27:23 +0000 (22:27 +0200)] 
wined3d: Get rid of the GL_SupportedExt typedef.

13 years agowined3d: Get rid of the tex_op_args typedef.
Henri Verbeet [Sun, 3 Jul 2011 20:27:22 +0000 (22:27 +0200)] 
wined3d: Get rid of the tex_op_args typedef.

13 years agowined3d: Get rid of some IWineD3D* references.
Henri Verbeet [Sun, 3 Jul 2011 20:27:21 +0000 (22:27 +0200)] 
wined3d: Get rid of some IWineD3D* references.

13 years agowined3d: Move some enums to directx.c.
Henri Verbeet [Sun, 3 Jul 2011 20:27:20 +0000 (22:27 +0200)] 
wined3d: Move some enums to directx.c.

13 years agowined3d: Get rid of some macros.
Henri Verbeet [Sun, 3 Jul 2011 20:27:19 +0000 (22:27 +0200)] 
wined3d: Get rid of some macros.

13 years agoshell32: Implement folder renaming in SHBrowseForFolder.
Piotr Caban [Sun, 3 Jul 2011 12:42:26 +0000 (14:42 +0200)] 
shell32: Implement folder renaming in SHBrowseForFolder.

13 years agoshell32: Implement "make new folder" functionality in SHBrowseForFolder.
Piotr Caban [Sun, 3 Jul 2011 11:55:39 +0000 (13:55 +0200)] 
shell32: Implement "make new folder" functionality in SHBrowseForFolder.

13 years agoshell32: Update currently selected folder in SHBrowseForFolder dialog.
Piotr Caban [Sun, 3 Jul 2011 11:55:27 +0000 (13:55 +0200)] 
shell32: Update currently selected folder in SHBrowseForFolder dialog.

13 years agouser32: Remove dead code (clang).
André Hentschel [Sun, 3 Jul 2011 11:33:53 +0000 (13:33 +0200)] 
user32: Remove dead code (clang).

13 years agowinebuild: Remove dead code (clang).
André Hentschel [Sun, 3 Jul 2011 11:33:33 +0000 (13:33 +0200)] 
winebuild: Remove dead code (clang).

13 years agouser32/tests: Test that class data is set with wrong size value too.
Nikolay Sivov [Sun, 3 Jul 2011 11:06:52 +0000 (15:06 +0400)] 
user32/tests: Test that class data is set with wrong size value too.

13 years agocomctl32/tests: Test more return values in tests (Clang).
Nikolay Sivov [Sun, 3 Jul 2011 07:50:26 +0000 (11:50 +0400)] 
comctl32/tests: Test more return values in tests (Clang).

13 years agocomctl32/monthcal: Remove unused variable (Clang).
Nikolay Sivov [Sun, 3 Jul 2011 07:37:14 +0000 (11:37 +0400)] 
comctl32/monthcal: Remove unused variable (Clang).

13 years agocomctl32/treeview: Remove redundant initializer (Clang).
Nikolay Sivov [Sun, 3 Jul 2011 07:33:06 +0000 (11:33 +0400)] 
comctl32/treeview: Remove redundant initializer (Clang).

13 years agocomctl32/tab: Make WM_RBUTTONUP reach default window procedure.
Nikolay Sivov [Sun, 3 Jul 2011 06:19:21 +0000 (10:19 +0400)] 
comctl32/tab: Make WM_RBUTTONUP reach default window procedure.

13 years agomsvcrt/tests: Add test for _get_pgmptr.
Daniel Verkamp [Sat, 2 Jul 2011 04:43:57 +0000 (21:43 -0700)] 
msvcrt/tests: Add test for _get_pgmptr.

13 years agomsvcrt: Add _get_pgmptr and _get_wpgmptr.
Daniel Verkamp [Sat, 2 Jul 2011 04:42:06 +0000 (21:42 -0700)] 
msvcrt: Add _get_pgmptr and _get_wpgmptr.

13 years agod3dx9/tests: Added tests for rounding of denormalized number for D3DXFloat32To16Array.
Dylan Smith [Sun, 3 Jul 2011 07:36:52 +0000 (03:36 -0400)] 
d3dx9/tests: Added tests for rounding of denormalized number for D3DXFloat32To16Array.

13 years agod3dx9: Implement D3DXFloat32To16Array.
Dylan Smith [Sun, 3 Jul 2011 07:36:44 +0000 (03:36 -0400)] 
d3dx9: Implement D3DXFloat32To16Array.

Derived from patch submitted by Misha Koshelev.
Corrected rounding of denormalized numbers.

13 years agoshell32: Add stub for SetCurrentProcessExplicitAppUserModelID.
André Hentschel [Thu, 30 Jun 2011 22:03:55 +0000 (00:03 +0200)] 
shell32: Add stub for SetCurrentProcessExplicitAppUserModelID.

13 years agoimm32: Test and fix ImmIsUIMessageA/W.
André Hentschel [Sat, 25 Jun 2011 14:13:41 +0000 (16:13 +0200)] 
imm32: Test and fix ImmIsUIMessageA/W.

13 years agohttpapi: Add stub for HttpCreateHttpHandle.
Louis Lenders [Sat, 25 Jun 2011 11:14:20 +0000 (13:14 +0200)] 
httpapi: Add stub for HttpCreateHttpHandle.

13 years agokernel32/tests: Add tests for file sharing with file-specific access bits.
Alexandre Julliard [Fri, 1 Jul 2011 16:14:06 +0000 (18:14 +0200)] 
kernel32/tests: Add tests for file sharing with file-specific access bits.

13 years agokernel32/tests: Get rid of the Win9x support in the file sharing tests.
Alexandre Julliard [Fri, 1 Jul 2011 15:47:10 +0000 (17:47 +0200)] 
kernel32/tests: Get rid of the Win9x support in the file sharing tests.

13 years agoserver: Only check read/write-specific access bits for file sharing access checks.
Alexandre Julliard [Fri, 1 Jul 2011 16:33:33 +0000 (18:33 +0200)] 
server: Only check read/write-specific access bits for file sharing access checks.

13 years agonetapi32: Fix h_addr_list handling.
Lauri Kenttä [Fri, 1 Jul 2011 13:10:25 +0000 (16:10 +0300)] 
netapi32: Fix h_addr_list handling.

13 years agopropvarutil.h: Added InitPropVariantFromBoolean and InitPropVariantFromString impleme...
Jacek Caban [Fri, 1 Jul 2011 12:15:21 +0000 (14:15 +0200)] 
propvarutil.h: Added InitPropVariantFromBoolean and InitPropVariantFromString implementations.

13 years agopropkey.h: Added more PROPERTYKEY declarations.
Jacek Caban [Fri, 1 Jul 2011 12:12:59 +0000 (14:12 +0200)] 
propkey.h: Added more PROPERTYKEY declarations.

13 years agoshobjidl.idl: Added ITaskbarList[34] and ICustomDestinationList declarations.
Jacek Caban [Fri, 1 Jul 2011 12:12:02 +0000 (14:12 +0200)] 
shobjidl.idl: Added ITaskbarList[34] and ICustomDestinationList declarations.

13 years agoinclude: Added objectarray.idl.
Jacek Caban [Fri, 1 Jul 2011 12:11:42 +0000 (14:11 +0200)] 
include: Added objectarray.idl.