wine
13 years agod3dx9: Respect the options parameter for mesh loading.
Dylan Smith [Mon, 6 Jun 2011 16:53:16 +0000 (12:53 -0400)] 
d3dx9: Respect the options parameter for mesh loading.

13 years agomshtml: Added VT_ERROR printing to debugstr_variant.
Jacek Caban [Tue, 7 Jun 2011 09:30:07 +0000 (11:30 +0200)] 
mshtml: Added VT_ERROR printing to debugstr_variant.

13 years agowidl: Don't duplicate optarg and optind declarations in sources.
Jacek Caban [Tue, 7 Jun 2011 09:06:13 +0000 (11:06 +0200)] 
widl: Don't duplicate optarg and optind declarations in sources.

13 years agowined3d: cfg can never be NULL in wined3d_check_pixel_format_depth().
Henri Verbeet [Tue, 7 Jun 2011 09:06:28 +0000 (11:06 +0200)] 
wined3d: cfg can never be NULL in wined3d_check_pixel_format_depth().

13 years agowined3d: Rename IWineD3DImpl_IsPixelFormatCompatibleWithDepthFmt to wined3d_check_pix...
Henri Verbeet [Tue, 7 Jun 2011 09:06:27 +0000 (11:06 +0200)] 
wined3d: Rename IWineD3DImpl_IsPixelFormatCompatibleWithDepthFmt to wined3d_check_pixel_format_depth().

13 years agowined3d: Use GL_DEPTH_COMPONENT as internal format for depth_blt_texture.
Henri Verbeet [Tue, 7 Jun 2011 09:06:26 +0000 (11:06 +0200)] 
wined3d: Use GL_DEPTH_COMPONENT as internal format for depth_blt_texture.

This also changes the texture level to always be zero while we're at it. In
practice depth/stencil textures should rarely have multiple levels, if ever,
but only 0 makes sense here.

13 years agowined3d: Just enable ARB_shader_texture_lod if it's available.
Henri Verbeet [Tue, 7 Jun 2011 09:06:25 +0000 (11:06 +0200)] 
wined3d: Just enable ARB_shader_texture_lod if it's available.

13 years agowined3d: Get rid of wined3d_texture_get_type().
Henri Verbeet [Tue, 7 Jun 2011 09:06:24 +0000 (11:06 +0200)] 
wined3d: Get rid of wined3d_texture_get_type().

13 years agomsi: Get rid of some more forward declarations.
Hans Leidekker [Tue, 7 Jun 2011 08:35:58 +0000 (10:35 +0200)] 
msi: Get rid of some more forward declarations.

13 years agomsi: Avoid some AW conversions.
Hans Leidekker [Tue, 7 Jun 2011 08:35:34 +0000 (10:35 +0200)] 
msi: Avoid some AW conversions.

13 years agomsi: Get rid of forward declarations for custom action handlers.
Hans Leidekker [Tue, 7 Jun 2011 08:35:20 +0000 (10:35 +0200)] 
msi: Get rid of forward declarations for custom action handlers.

13 years agomsi: Handle disabled components properly in the ProcessComponents action.
Hans Leidekker [Tue, 7 Jun 2011 08:35:05 +0000 (10:35 +0200)] 
msi: Handle disabled components properly in the ProcessComponents action.

13 years agomsi: Add support for returning validation errors.
Hans Leidekker [Tue, 7 Jun 2011 08:34:49 +0000 (10:34 +0200)] 
msi: Add support for returning validation errors.

13 years agomsi: Print a warning instead of an error if we're going to remove an installed file.
Hans Leidekker [Tue, 7 Jun 2011 08:34:35 +0000 (10:34 +0200)] 
msi: Print a warning instead of an error if we're going to remove an installed file.

Removing an installed file is normal as part of a rollback.

13 years agomsi: Fully initialize the MSISTORAGESVIEW and MSISTREAMSVIEW structures.
Hans Leidekker [Tue, 7 Jun 2011 08:34:22 +0000 (10:34 +0200)] 
msi: Fully initialize the MSISTORAGESVIEW and MSISTREAMSVIEW structures.

13 years agomsi: Revert 8321276cd34486bc6bf1e07c0e99c73423288854.
Hans Leidekker [Tue, 7 Jun 2011 08:34:06 +0000 (10:34 +0200)] 
msi: Revert 8321276cd34486bc6bf1e07c0e99c73423288854.

13 years agomsi: Reorder dialog functions to avoid forward declarations.
Hans Leidekker [Tue, 7 Jun 2011 08:33:50 +0000 (10:33 +0200)] 
msi: Reorder dialog functions to avoid forward declarations.

13 years agomsi: Factor out common code to execute custom action commands.
Hans Leidekker [Tue, 7 Jun 2011 08:33:35 +0000 (10:33 +0200)] 
msi: Factor out common code to execute custom action commands.

13 years agodxgi: COM cleanup for the IDXGISurface iface.
Michael Stefaniuc [Tue, 7 Jun 2011 08:11:55 +0000 (10:11 +0200)] 
dxgi: COM cleanup for the IDXGISurface iface.

13 years agodxgi: COM cleanup for the IWineDXGIAdapter iface.
Michael Stefaniuc [Tue, 7 Jun 2011 08:09:02 +0000 (10:09 +0200)] 
dxgi: COM cleanup for the IWineDXGIAdapter iface.

13 years agodxgi: COM cleanup for the IWineDXGIDevice iface.
Michael Stefaniuc [Tue, 7 Jun 2011 08:00:30 +0000 (10:00 +0200)] 
dxgi: COM cleanup for the IWineDXGIDevice iface.

13 years agodxgi: COM cleanup for the IWineDXGIFactory iface.
Michael Stefaniuc [Tue, 7 Jun 2011 07:56:55 +0000 (09:56 +0200)] 
dxgi: COM cleanup for the IWineDXGIFactory iface.

13 years agoddraw: COM cleanup for the IDirect3DMaterial iface.
Michael Stefaniuc [Tue, 7 Jun 2011 07:54:33 +0000 (09:54 +0200)] 
ddraw: COM cleanup for the IDirect3DMaterial iface.

13 years agoddraw: COM cleanup for the IDirect3DMaterial2 iface.
Michael Stefaniuc [Tue, 7 Jun 2011 07:44:03 +0000 (09:44 +0200)] 
ddraw: COM cleanup for the IDirect3DMaterial2 iface.

13 years agocomctl32: Fix ListView_Scroll implementation.
Piotr Caban [Mon, 6 Jun 2011 20:16:26 +0000 (22:16 +0200)] 
comctl32: Fix ListView_Scroll implementation.

13 years agocomctl32: Fix listview horizontal scrolling.
Piotr Caban [Mon, 6 Jun 2011 19:45:25 +0000 (21:45 +0200)] 
comctl32: Fix listview horizontal scrolling.

13 years agocomctl32: Improve LISTVIEW_MarqueeHighlight performance.
Piotr Caban [Mon, 6 Jun 2011 18:52:34 +0000 (20:52 +0200)] 
comctl32: Improve LISTVIEW_MarqueeHighlight performance.

13 years agowidl: Add support for generating new-style interpreted stubs for proxies.
Alexandre Julliard [Tue, 7 Jun 2011 11:00:51 +0000 (13:00 +0200)] 
widl: Add support for generating new-style interpreted stubs for proxies.

13 years agowidl: Generate thunks for callas functions using interpreted stubs.
Alexandre Julliard [Tue, 7 Jun 2011 10:00:50 +0000 (12:00 +0200)] 
widl: Generate thunks for callas functions using interpreted stubs.

13 years agoloader: Add Polish translation.
Łukasz Wojniłowicz [Sun, 5 Jun 2011 16:58:34 +0000 (18:58 +0200)] 
loader: Add Polish translation.

13 years agoddraw: Separate IDirectDrawSurface4 vtable.
Ričardas Barkauskas [Mon, 6 Jun 2011 11:39:04 +0000 (14:39 +0300)] 
ddraw: Separate IDirectDrawSurface4 vtable.

13 years agoddraw: Use unsafe_impl_from_IDirectDrawSurface4.
Ričardas Barkauskas [Mon, 6 Jun 2011 11:08:23 +0000 (14:08 +0300)] 
ddraw: Use unsafe_impl_from_IDirectDrawSurface4.

13 years agoddraw: Change lpVtbl to IDirectDrawSurface7_iface.
Ričardas Barkauskas [Sun, 5 Jun 2011 16:55:04 +0000 (19:55 +0300)] 
ddraw: Change lpVtbl to IDirectDrawSurface7_iface.

13 years agoddraw: Avoid IDirectDrawSurfaceX to IDirectDrawSurface7 casts.
Ričardas Barkauskas [Mon, 6 Jun 2011 11:03:38 +0000 (14:03 +0300)] 
ddraw: Avoid IDirectDrawSurfaceX to IDirectDrawSurface7 casts.

13 years agoddraw: Use impl_from_IDirectDrawSurface7() instead of casts.
Ričardas Barkauskas [Mon, 6 Jun 2011 10:57:55 +0000 (13:57 +0300)] 
ddraw: Use impl_from_IDirectDrawSurface7() instead of casts.

13 years agoddraw: Separate other conversion to IDirectDrawSurfaceImpl from conversions to ifaces.
Ričardas Barkauskas [Sat, 4 Jun 2011 16:13:40 +0000 (19:13 +0300)] 
ddraw: Separate other conversion to IDirectDrawSurfaceImpl from conversions to ifaces.

13 years agoddraw: Separate conversion from IDirectDrawSurface7 iface to object and conversion...
Ričardas Barkauskas [Mon, 6 Jun 2011 10:08:56 +0000 (13:08 +0300)] 
ddraw: Separate conversion from IDirectDrawSurface7 iface to object and conversion to other iface.

13 years agoddraw: Pass an object instead of iface to helper function CreateSurface.
Ričardas Barkauskas [Sat, 4 Jun 2011 12:33:23 +0000 (15:33 +0300)] 
ddraw: Pass an object instead of iface to helper function CreateSurface.

13 years agoddraw: Use unsafe_impl_from_IDirectDrawSurface7() for application provided interfaces.
Ričardas Barkauskas [Mon, 6 Jun 2011 09:30:23 +0000 (12:30 +0300)] 
ddraw: Use unsafe_impl_from_IDirectDrawSurface7() for application provided interfaces.

13 years agowidl: Add support for generating new-style interpreted stubs for servers.
Alexandre Julliard [Fri, 3 Jun 2011 14:28:25 +0000 (16:28 +0200)] 
widl: Add support for generating new-style interpreted stubs for servers.

13 years agowidl: Add support for generating new-style interpreted stubs for clients.
Alexandre Julliard [Fri, 3 Jun 2011 12:54:14 +0000 (14:54 +0200)] 
widl: Add support for generating new-style interpreted stubs for clients.

13 years agowidl: Add support for new-style interpreted stubs in the proc format strings.
Alexandre Julliard [Fri, 3 Jun 2011 12:54:14 +0000 (14:54 +0200)] 
widl: Add support for new-style interpreted stubs in the proc format strings.

13 years agomsvcrt: Fixed buffer overflow in snprintf functions family.
Piotr Caban [Mon, 6 Jun 2011 12:02:30 +0000 (14:02 +0200)] 
msvcrt: Fixed buffer overflow in snprintf functions family.

Spotted by Andrew Miller.

13 years agowinex11: Move the code that checks for a colortable based dib to a separate function.
Huw Davies [Mon, 6 Jun 2011 11:58:42 +0000 (12:58 +0100)] 
winex11: Move the code that checks for a colortable based dib to a separate function.

13 years agowinecoreaudio: mmdevapi's mixer format is 32bit floating point.
Jörg Höhle [Mon, 6 Jun 2011 05:59:44 +0000 (07:59 +0200)] 
winecoreaudio: mmdevapi's mixer format is 32bit floating point.

13 years agowineoss: Properly allocate the WAVEFORMATEXTENSIBLE returned by GetMixFormat.
Jörg Höhle [Sun, 5 Jun 2011 08:32:10 +0000 (10:32 +0200)] 
wineoss: Properly allocate the WAVEFORMATEXTENSIBLE returned by GetMixFormat.

13 years agowinecoreaudio: Properly allocate the WAVEFORMATEXTENSIBLE returned by GetMixFormat.
Jörg Höhle [Sun, 5 Jun 2011 08:26:57 +0000 (10:26 +0200)] 
winecoreaudio: Properly allocate the WAVEFORMATEXTENSIBLE returned by GetMixFormat.

13 years agowinealsa: Properly allocate the WAVEFORMATEXTENSIBLE returned by GetMixFormat.
Jörg Höhle [Sat, 4 Jun 2011 09:55:06 +0000 (11:55 +0200)] 
winealsa: Properly allocate the WAVEFORMATEXTENSIBLE returned by GetMixFormat.

13 years agommdevapi/tests: Fix wrong buffer unit and memory leaks.
Jörg Höhle [Fri, 3 Jun 2011 17:48:57 +0000 (19:48 +0200)] 
mmdevapi/tests: Fix wrong buffer unit and memory leaks.

13 years agoshdocvw: Add support for IOleInPlaceSiteEx.
Detlef Riekenberg [Sun, 5 Jun 2011 22:02:02 +0000 (00:02 +0200)] 
shdocvw: Add support for IOleInPlaceSiteEx.

13 years agoinclude: Add PF_XSAVE_ENABLED.
André Hentschel [Sat, 4 Jun 2011 16:41:04 +0000 (18:41 +0200)] 
include: Add PF_XSAVE_ENABLED.

13 years agomscoree/tests: Test more IStream Functions on a ConfigStream.
André Hentschel [Sat, 4 Jun 2011 16:35:09 +0000 (18:35 +0200)] 
mscoree/tests: Test more IStream Functions on a ConfigStream.

13 years agomscoree/tests: Broken return value is a HRESULT_FROM_WIN32.
André Hentschel [Sat, 4 Jun 2011 16:35:00 +0000 (18:35 +0200)] 
mscoree/tests: Broken return value is a HRESULT_FROM_WIN32.

13 years agocomctl32/tests: Removed sign comparison warning in rebar tests.
Marko Nikolic [Fri, 3 Jun 2011 14:23:32 +0000 (16:23 +0200)] 
comctl32/tests: Removed sign comparison warning in rebar tests.

13 years agod3d9: Increment the reference count of the IDirect3D9 parent when creating a device.
Andrew Nguyen [Fri, 3 Jun 2011 12:23:27 +0000 (07:23 -0500)] 
d3d9: Increment the reference count of the IDirect3D9 parent when creating a device.

13 years agod3d8: Increment the reference count of the IDirect3D8 parent when creating a device.
Andrew Nguyen [Fri, 3 Jun 2011 12:23:21 +0000 (07:23 -0500)] 
d3d8: Increment the reference count of the IDirect3D8 parent when creating a device.

13 years agousp10: Don't return prematurely from Chaining Contextual Substitution.
Aric Stewart [Mon, 6 Jun 2011 14:08:03 +0000 (09:08 -0500)] 
usp10: Don't return prematurely from Chaining Contextual Substitution.

13 years agommdevapi: Add support for IAudioSessionManager in IMMDevice::Activate.
Andrew Eikum [Mon, 6 Jun 2011 13:49:48 +0000 (08:49 -0500)] 
mmdevapi: Add support for IAudioSessionManager in IMMDevice::Activate.

13 years agowinecoreaudio.drv: Partially implement IAudioSessionManager2.
Andrew Eikum [Mon, 6 Jun 2011 13:49:34 +0000 (08:49 -0500)] 
winecoreaudio.drv: Partially implement IAudioSessionManager2.

13 years agowineoss.drv: Partially implement IAudioSessionManager2.
Andrew Eikum [Mon, 6 Jun 2011 13:49:26 +0000 (08:49 -0500)] 
wineoss.drv: Partially implement IAudioSessionManager2.

13 years agowinealsa.drv: Partially implement IAudioSessionManager2.
Andrew Eikum [Mon, 6 Jun 2011 13:49:13 +0000 (08:49 -0500)] 
winealsa.drv: Partially implement IAudioSessionManager2.

13 years agogdi32: Fall back on uniscribe for complex scripts.
Aric Stewart [Mon, 6 Jun 2011 12:43:07 +0000 (07:43 -0500)] 
gdi32: Fall back on uniscribe for complex scripts.

13 years agousp10: Correct indic vowel marker name.
Aric Stewart [Mon, 6 Jun 2011 12:28:54 +0000 (07:28 -0500)] 
usp10: Correct indic vowel marker name.

13 years agodxgi: COM cleanup in the IDXGISwapChain iface.
Michael Stefaniuc [Mon, 6 Jun 2011 08:25:49 +0000 (10:25 +0200)] 
dxgi: COM cleanup in the IDXGISwapChain iface.

13 years agodxgi: COM cleanup for the IDXGIOutput iface.
Michael Stefaniuc [Mon, 6 Jun 2011 08:21:49 +0000 (10:21 +0200)] 
dxgi: COM cleanup for the IDXGIOutput iface.

13 years agoshell32: COM cleanup for the IContextMenu2 iface.
Michael Stefaniuc [Sun, 5 Jun 2011 21:47:45 +0000 (23:47 +0200)] 
shell32: COM cleanup for the IContextMenu2 iface.

13 years agoshell32: Pass object pointers instead of ifaces to internal helpers.
Michael Stefaniuc [Sun, 5 Jun 2011 21:45:04 +0000 (23:45 +0200)] 
shell32: Pass object pointers instead of ifaces to internal helpers.

13 years agoinetcomm: COM cleanup for the IMimeInternational iface.
Michael Stefaniuc [Sun, 5 Jun 2011 21:43:04 +0000 (23:43 +0200)] 
inetcomm: COM cleanup for the IMimeInternational iface.

13 years agoinetcomm: Rename a typedef to prevent it from being shadowed.
Michael Stefaniuc [Sun, 5 Jun 2011 21:39:17 +0000 (23:39 +0200)] 
inetcomm: Rename a typedef to prevent it from being shadowed.

13 years agoadvapi32: Remove wrong "is NULL and error out" code (coccicheck).
Michael Stefaniuc [Sun, 5 Jun 2011 21:33:47 +0000 (23:33 +0200)] 
advapi32: Remove wrong "is NULL and error out" code (coccicheck).

13 years agontoskrnl.exe: add a stub for IoSetThreadHardErrorMode.
Austin English [Sun, 5 Jun 2011 20:48:37 +0000 (15:48 -0500)] 
ntoskrnl.exe: add a stub for IoSetThreadHardErrorMode.

13 years agod3d9: Just return the resource type in IDirect3DResource8::GetType() implementations.
Henri Verbeet [Sun, 5 Jun 2011 20:48:54 +0000 (22:48 +0200)] 
d3d9: Just return the resource type in IDirect3DResource8::GetType() implementations.

13 years agod3d8: Just return the resource type in IDirect3DResource8::GetType() implementations.
Henri Verbeet [Sun, 5 Jun 2011 20:48:53 +0000 (22:48 +0200)] 
d3d8: Just return the resource type in IDirect3DResource8::GetType() implementations.

There's no need to ask wined3d, since it's constant for a given
implementation.

13 years agowined3d: Rename Context_MarkStateDirty() to context_invalidate_state().
Henri Verbeet [Sun, 5 Jun 2011 20:48:52 +0000 (22:48 +0200)] 
wined3d: Rename Context_MarkStateDirty() to context_invalidate_state().

13 years agowined3d: Rename IWineD3DDeviceImpl_MarkStateDirty() to device_invalidate_state().
Henri Verbeet [Sun, 5 Jun 2011 20:48:51 +0000 (22:48 +0200)] 
wined3d: Rename IWineD3DDeviceImpl_MarkStateDirty() to device_invalidate_state().

13 years agowined3d: Don't clamp vertex depth values.
Henri Verbeet [Sun, 5 Jun 2011 20:48:50 +0000 (22:48 +0200)] 
wined3d: Don't clamp vertex depth values.

Since we report D3DPMISCCAPS_CLIPTLVERTS.

13 years agocomctl32/tests: Removed sign comparison warning in imagelist tests.
Marko Nikolic [Sun, 5 Jun 2011 13:35:32 +0000 (15:35 +0200)] 
comctl32/tests: Removed sign comparison warning in imagelist tests.

13 years agocomctl32/tests: Removed sign comparison warning in listview tests.
Marko Nikolic [Sat, 4 Jun 2011 23:36:55 +0000 (01:36 +0200)] 
comctl32/tests: Removed sign comparison warning in listview tests.

13 years agocomctl32/tests: Removed sign comparison warning in monthcal tests.
Marko Nikolic [Sat, 4 Jun 2011 21:27:33 +0000 (23:27 +0200)] 
comctl32/tests: Removed sign comparison warning in monthcal tests.

13 years agomsvcrt: Improved tolower_l and toupper_l implementation.
Piotr Caban [Fri, 3 Jun 2011 13:28:56 +0000 (15:28 +0200)] 
msvcrt: Improved tolower_l and toupper_l implementation.

13 years agomsvcrt: Fix pclmap and pcumap for "C" locale.
Piotr Caban [Fri, 3 Jun 2011 13:28:46 +0000 (15:28 +0200)] 
msvcrt: Fix pclmap and pcumap for "C" locale.

13 years agomsvcrt: Fix mingw compilation issues.
Piotr Caban [Fri, 3 Jun 2011 13:28:32 +0000 (15:28 +0200)] 
msvcrt: Fix mingw compilation issues.

13 years agows2_32/tests: Fix some test thread procedure prototypes.
Andrew Nguyen [Fri, 3 Jun 2011 12:37:03 +0000 (07:37 -0500)] 
ws2_32/tests: Fix some test thread procedure prototypes.

13 years agows2_32/tests: Avoid casting a WSAAccept function pointer parameter in test_accept.
Andrew Nguyen [Fri, 3 Jun 2011 12:36:54 +0000 (07:36 -0500)] 
ws2_32/tests: Avoid casting a WSAAccept function pointer parameter in test_accept.

13 years agoole32: Avoid opening source storage in IStorage::CopyTo.
Vincent Povirk [Thu, 2 Jun 2011 19:34:53 +0000 (14:34 -0500)] 
ole32: Avoid opening source storage in IStorage::CopyTo.

13 years agocrypt32: Add stub for PFXVerifyPassword.
Louis Lenders [Fri, 3 Jun 2011 11:50:38 +0000 (13:50 +0200)] 
crypt32: Add stub for PFXVerifyPassword.

13 years agourlmon: Avoid accessing an uninitialized variable (valgrind).
Jacek Caban [Fri, 3 Jun 2011 09:40:33 +0000 (11:40 +0200)] 
urlmon: Avoid accessing an uninitialized variable (valgrind).

13 years agourlmon: Avoid accessing an uninitialized variable (valgrind).
Jacek Caban [Fri, 3 Jun 2011 09:40:23 +0000 (11:40 +0200)] 
urlmon: Avoid accessing an uninitialized variable (valgrind).

Also a bit of code clean up.

13 years agourlmon: Initialize PROTOCOLDATA structure before passing it to Switch.
Jacek Caban [Fri, 3 Jun 2011 09:40:05 +0000 (11:40 +0200)] 
urlmon: Initialize PROTOCOLDATA structure before passing it to Switch.

13 years agod3d10: COM cleanup for the ID3D10ShaderReflection iface.
Michael Stefaniuc [Fri, 3 Jun 2011 09:18:36 +0000 (11:18 +0200)] 
d3d10: COM cleanup for the ID3D10ShaderReflection iface.

13 years agod3d10: COM cleanup for the ID3D10Effect iface.
Michael Stefaniuc [Fri, 3 Jun 2011 09:15:47 +0000 (11:15 +0200)] 
d3d10: COM cleanup for the ID3D10Effect iface.

13 years agod3d10: COM cleanup for the ID3D10EffectTechnique iface.
Michael Stefaniuc [Fri, 3 Jun 2011 09:14:35 +0000 (11:14 +0200)] 
d3d10: COM cleanup for the ID3D10EffectTechnique iface.

13 years agod3d10: COM cleanup for the ID3D10EffectPass iface.
Michael Stefaniuc [Fri, 3 Jun 2011 09:13:06 +0000 (11:13 +0200)] 
d3d10: COM cleanup for the ID3D10EffectPass iface.

13 years agoimm32: Add a stub for ImmEnumInputContext.
Austin English [Thu, 2 Jun 2011 21:53:13 +0000 (16:53 -0500)] 
imm32: Add a stub for ImmEnumInputContext.

13 years agocomctl32/tests: Removed sign comparison warning in tab tests.
Marko Nikolic [Thu, 2 Jun 2011 15:31:30 +0000 (17:31 +0200)] 
comctl32/tests: Removed sign comparison warning in tab tests.

13 years agousp10/tests: Add Malayalam shaping test.
Aric Stewart [Thu, 2 Jun 2011 19:57:56 +0000 (14:57 -0500)] 
usp10/tests: Add Malayalam shaping test.

13 years agousp10/tests: Add Telugu shaping test.
Aric Stewart [Thu, 2 Jun 2011 19:57:51 +0000 (14:57 -0500)] 
usp10/tests: Add Telugu shaping test.

13 years agousp10/tests: Add Tamil shape test.
Aric Stewart [Thu, 2 Jun 2011 19:57:44 +0000 (14:57 -0500)] 
usp10/tests: Add Tamil shape test.

13 years agousp10/tests: Add Oriya shaping test.
Aric Stewart [Thu, 2 Jun 2011 19:57:39 +0000 (14:57 -0500)] 
usp10/tests: Add Oriya shaping test.

13 years agousp10/tests: Add Gujarati shaping test.
Aric Stewart [Thu, 2 Jun 2011 19:57:32 +0000 (14:57 -0500)] 
usp10/tests: Add Gujarati shaping test.