wine/eterwine.git
16 years agomsi/tests: Avoid sizeof in traces.
Alexandre Julliard [Sat, 20 Dec 2008 12:32:47 +0000 (13:32 +0100)]
msi/tests: Avoid sizeof in traces.

16 years agod3dxof/tests: Avoid size_t in a trace.
Alexandre Julliard [Sat, 20 Dec 2008 12:32:39 +0000 (13:32 +0100)]
d3dxof/tests: Avoid size_t in a trace.

16 years agomscoree: Add a stub for LockClrVersion.
Chris Wulff [Sat, 20 Dec 2008 04:09:28 +0000 (23:09 -0500)]
mscoree: Add a stub for LockClrVersion.

16 years agowinealsa.drv: Handle midi sysex greater than a buffer.
Christian Costa [Thu, 18 Dec 2008 20:22:32 +0000 (21:22 +0100)]
winealsa.drv: Handle midi sysex greater than a buffer.

16 years agomshtml: Updated test of QueryInterface.
Andrei Derevyanko [Thu, 18 Dec 2008 11:59:57 +0000 (14:59 +0300)]
mshtml: Updated test of QueryInterface.

16 years agomshtml: Silence IMarshal QueryInterface FIXME.
Andrei Derevyanko [Thu, 18 Dec 2008 11:45:45 +0000 (14:45 +0300)]
mshtml: Silence IMarshal QueryInterface FIXME.

16 years agorichedit: Move message handling to function callable without window.
Dylan Smith [Fri, 19 Dec 2008 15:57:28 +0000 (10:57 -0500)]
richedit: Move message handling to function callable without window.

In order to make the message handling available to windowless richedit
controls, the message handling must be in a function that can be
called from the ITextServices_TxSendMessage method.  This method will
never have a handle to a window to pass to RichEditWndProc_common in
order to get the editor with GetWindowLongPtrW, but passing the editor
will work (even if hWnd is NULL).

16 years agorichedit: Avoid re-calculating positions found in wrapping for painting.
Dylan Smith [Fri, 19 Dec 2008 14:54:58 +0000 (09:54 -0500)]
richedit: Avoid re-calculating positions found in wrapping for painting.

When the text is wrapped, the positions for all the runs, paragraphs,
and cells are already calculated and stored.  The only thing left to do
for painting is to offset them by the formatting rectangle and the
scroll position.

16 years agorichedit: Removed redundant editor height variables and calculations.
Dylan Smith [Fri, 19 Dec 2008 13:15:04 +0000 (08:15 -0500)]
richedit: Removed redundant editor height variables and calculations.

During wrapping there were three different heights that were being
stored, with only one of them being done correctly.  The other ones
failed to incorporate the height of the paragraph or row, so ended up
being incorrect.

16 years agomsxml3: Add ISupportErrorInfo interface to IXMLDOMDocument.
Alistair Leslie-Hughes [Fri, 19 Dec 2008 08:48:58 +0000 (19:48 +1100)]
msxml3: Add ISupportErrorInfo interface to IXMLDOMDocument.

16 years agomsxml3: Make functions static.
Alistair Leslie-Hughes [Thu, 18 Dec 2008 19:58:39 +0000 (06:58 +1100)]
msxml3: Make functions static.

16 years agomshtml: Implement IHTMLStyle get_position.
Alistair Leslie-Hughes [Fri, 19 Dec 2008 06:46:58 +0000 (17:46 +1100)]
mshtml: Implement IHTMLStyle get_position.

16 years agowinex11.drv: Do not assume window managers support _NET_WORKAREA.
Vincent Povirk [Tue, 16 Dec 2008 23:47:03 +0000 (17:47 -0600)]
winex11.drv: Do not assume window managers support _NET_WORKAREA.

16 years agodmusic: Move IDirectMusicThru and IDirectMusicPortDownload to DirectMusicPort object...
Christian Costa [Thu, 18 Dec 2008 20:24:58 +0000 (21:24 +0100)]
dmusic: Move IDirectMusicThru and IDirectMusicPortDownload to DirectMusicPort object where they belong.

16 years agowined3d: Consistently use .xyzw for vector components.
Henri Verbeet [Fri, 19 Dec 2008 18:21:56 +0000 (19:21 +0100)]
wined3d: Consistently use .xyzw for vector components.

16 years agowined3d: Remove a useless FIXME.
Henri Verbeet [Fri, 19 Dec 2008 18:21:56 +0000 (19:21 +0100)]
wined3d: Remove a useless FIXME.

16 years agowined3d: Only apply shader constants that changed.
Henri Verbeet [Fri, 19 Dec 2008 18:21:56 +0000 (19:21 +0100)]
wined3d: Only apply shader constants that changed.

This improves performance a bit for applications that use a lot of
shaders with a lot of constants.

16 years agowined3d: Properly reset the stateblock.
Henri Verbeet [Fri, 19 Dec 2008 18:21:55 +0000 (19:21 +0100)]
wined3d: Properly reset the stateblock.

16 years agowined3d: Set the initial viewport in InitStartupStateBlock().
Henri Verbeet [Fri, 19 Dec 2008 18:21:55 +0000 (19:21 +0100)]
wined3d: Set the initial viewport in InitStartupStateBlock().

>From 8aa3fb7ceb6fb93abf71520c852403284a9f8c76 Mon Sep 17 00:00:00 2001
From: Henri Verbeet <hverbeet@codeweavers.com>
Date: Fri, 19 Dec 2008 19:21:55 +0100
Subject: wined3d: Set the initial viewport in InitStartupStateBlock().

16 years agodinput: Remove DIEnumDevicesCallbackAtoW.
Vitaliy Margolen [Fri, 19 Dec 2008 18:06:49 +0000 (11:06 -0700)]
dinput: Remove DIEnumDevicesCallbackAtoW.

It's no longer used.

16 years agowinemaker: Correctly process directories containing regexp metacharacters.
Simon C. Ion [Sat, 20 Dec 2008 00:23:45 +0000 (18:23 -0600)]
winemaker: Correctly process directories containing regexp metacharacters.

16 years agocrypt32: Fix encoding OIDs with only two components.
Juan Lang [Fri, 19 Dec 2008 23:40:35 +0000 (15:40 -0800)]
crypt32: Fix encoding OIDs with only two components.

16 years agocrypt32: Don't check for the TLV after indefinite-length sequence items, the item...
Juan Lang [Fri, 19 Dec 2008 23:37:35 +0000 (15:37 -0800)]
crypt32: Don't check for the TLV after indefinite-length sequence items, the item's decoder has already done so.

16 years agocrypt32: Don't restrict file stores to binary-encoded files.
Juan Lang [Fri, 19 Dec 2008 23:36:58 +0000 (15:36 -0800)]
crypt32: Don't restrict file stores to binary-encoded files.

16 years agocryptui: Fix problem with usage checkbox bitmap not being visible after the first...
Juan Lang [Fri, 19 Dec 2008 17:32:25 +0000 (09:32 -0800)]
cryptui: Fix problem with usage checkbox bitmap not being visible after the first time the edit cert properties dialog is shown.

16 years agocryptui: Commit checks.bmp missed in a previous patch.
Alexandre Julliard [Fri, 19 Dec 2008 17:31:35 +0000 (18:31 +0100)]
cryptui: Commit checks.bmp missed in a previous patch.

16 years agocryptui: Don't crash if a chain can't be created for the viewed cert.
Juan Lang [Fri, 19 Dec 2008 00:54:39 +0000 (16:54 -0800)]
cryptui: Don't crash if a chain can't be created for the viewed cert.

16 years agowined3d: Don't call allocate_shader_constants() from Init3D().
Henri Verbeet [Thu, 18 Dec 2008 16:59:06 +0000 (17:59 +0100)]
wined3d: Don't call allocate_shader_constants() from Init3D().

CreateStateBlock() should take care of that.

16 years agowined3d: Add GL_RG16F / GL_RG32F support using ARB_texture_rg.
Roderick Colenbrander [Thu, 18 Dec 2008 22:00:02 +0000 (23:00 +0100)]
wined3d: Add GL_RG16F / GL_RG32F support using ARB_texture_rg.

16 years agowined3d: Add R32F using ARB_texture_rg.
Roderick Colenbrander [Thu, 18 Dec 2008 21:34:22 +0000 (22:34 +0100)]
wined3d: Add R32F using ARB_texture_rg.

16 years agowined3d: Add R16F using ARB_texture_rg.
Roderick Colenbrander [Thu, 18 Dec 2008 21:32:07 +0000 (22:32 +0100)]
wined3d: Add R16F using ARB_texture_rg.

16 years agowined3d: Add GL_ARB_texture_rg / GL_EXT_texture_swizzle support. These extensions...
Roderick Colenbrander [Wed, 17 Dec 2008 22:20:02 +0000 (23:20 +0100)]
wined3d: Add GL_ARB_texture_rg / GL_EXT_texture_swizzle support. These extensions are needed for more efficient R32F/RG32F support.

16 years agoinclude: Add header information for CDN_INCLUDEITEM notification.
Ricardo Filipe [Wed, 17 Dec 2008 21:33:37 +0000 (21:33 +0000)]
include: Add header information for CDN_INCLUDEITEM notification.

16 years agoinclude: Add DEVNODEID and DEVINSTID definitions.
Ricardo Filipe [Thu, 18 Dec 2008 09:48:16 +0000 (09:48 +0000)]
include: Add DEVNODEID and DEVINSTID definitions.

16 years agowinealsa.drv: Fix the m[io]dMessage() documentation.
Francois Gouget [Fri, 19 Dec 2008 08:15:32 +0000 (09:15 +0100)]
winealsa.drv: Fix the m[io]dMessage() documentation.

16 years agowineoss.drv: Fix the m[io]dMessage() documentation.
Francois Gouget [Fri, 19 Dec 2008 08:15:25 +0000 (09:15 +0100)]
wineoss.drv: Fix the m[io]dMessage() documentation.

16 years agowintrust/tests: Add a trailing '\n' to ok() calls.
Francois Gouget [Fri, 19 Dec 2008 08:15:18 +0000 (09:15 +0100)]
wintrust/tests: Add a trailing '\n' to ok() calls.

16 years agocryptui: Partially implement CryptUIDlgViewContext.
Juan Lang [Fri, 19 Dec 2008 05:17:36 +0000 (21:17 -0800)]
cryptui: Partially implement CryptUIDlgViewContext.

16 years agoinclude: Document definitions missing from cryptuiapi.h.
Juan Lang [Fri, 19 Dec 2008 05:07:08 +0000 (21:07 -0800)]
include: Document definitions missing from cryptuiapi.h.

16 years agoquartz: Ignore unknown chunks when parsing AVI headers.
Lei Zhang [Fri, 19 Dec 2008 00:47:09 +0000 (16:47 -0800)]
quartz: Ignore unknown chunks when parsing AVI headers.

16 years agoshell32: Use ShellExecuteEx to create error dialogs for the run dialog.
Vincent Povirk [Thu, 18 Dec 2008 20:30:21 +0000 (14:30 -0600)]
shell32: Use ShellExecuteEx to create error dialogs for the run dialog.

16 years agoshell32: Use ShellExecuteEx instead of ShellExecute in the run dialog.
Vincent Povirk [Thu, 18 Dec 2008 21:18:47 +0000 (15:18 -0600)]
shell32: Use ShellExecuteEx instead of ShellExecute in the run dialog.

16 years agoshell32: Display error messages in ShellExecuteEx.
Vincent Povirk [Mon, 15 Dec 2008 16:10:07 +0000 (10:10 -0600)]
shell32: Display error messages in ShellExecuteEx.

16 years agoshell32: Use the NO_UI flag in ShellExecute.
Vincent Povirk [Thu, 18 Dec 2008 21:01:58 +0000 (15:01 -0600)]
shell32: Use the NO_UI flag in ShellExecute.

In my testing on Windows, I wasn't able to make ShellExecute display
any error dialogs.

16 years agoshell32: Fix a memory leak in the run dialog code.
Vincent Povirk [Thu, 18 Dec 2008 21:52:52 +0000 (15:52 -0600)]
shell32: Fix a memory leak in the run dialog code.

16 years agocryptui: Refresh tabs in response to cert properties changes being applied.
Juan Lang [Thu, 18 Dec 2008 23:34:25 +0000 (15:34 -0800)]
cryptui: Refresh tabs in response to cert properties changes being applied.

16 years agocryptui: Apply changes to enabled usages in response to applying the edit cert proper...
Juan Lang [Thu, 18 Dec 2008 22:07:33 +0000 (14:07 -0800)]
cryptui: Apply changes to enabled usages in response to applying the edit cert properties dialog.

16 years agocryptui: Set cert friendly name and description in response to applying the edit...
Juan Lang [Thu, 18 Dec 2008 22:06:53 +0000 (14:06 -0800)]
cryptui: Set cert friendly name and description in response to applying the edit cert properties dialog.

16 years agocryptui: Toggle a usage when it's clicked.
Juan Lang [Thu, 18 Dec 2008 22:06:09 +0000 (14:06 -0800)]
cryptui: Toggle a usage when it's clicked.

16 years agocryptui: Validate OID in add purpose dialog.
Juan Lang [Thu, 18 Dec 2008 22:05:49 +0000 (14:05 -0800)]
cryptui: Validate OID in add purpose dialog.

16 years agocryptui: Show/hide add purpose OID's scrollbar depending on how much text it has.
Juan Lang [Thu, 18 Dec 2008 22:05:17 +0000 (14:05 -0800)]
cryptui: Show/hide add purpose OID's scrollbar depending on how much text it has.

16 years agocryptui: Add an add purpose dialog.
Juan Lang [Thu, 18 Dec 2008 22:04:30 +0000 (14:04 -0800)]
cryptui: Add an add purpose dialog.

16 years agocryptui: Set purpose selection radio button based on enhanced key usage value.
Juan Lang [Thu, 18 Dec 2008 22:03:30 +0000 (14:03 -0800)]
cryptui: Set purpose selection radio button based on enhanced key usage value.

16 years agocryptui: Redraw purposes list based on purpose selection.
Juan Lang [Thu, 18 Dec 2008 22:02:53 +0000 (14:02 -0800)]
cryptui: Redraw purposes list based on purpose selection.

16 years agocryptui: Show a cert's allowed usages in cert properties dialog.
Juan Lang [Thu, 18 Dec 2008 22:02:15 +0000 (14:02 -0800)]
cryptui: Show a cert's allowed usages in cert properties dialog.

16 years agocryptui: Show/hide description's scrollbar depending on how much text it has.
Juan Lang [Thu, 18 Dec 2008 21:54:28 +0000 (13:54 -0800)]
cryptui: Show/hide description's scrollbar depending on how much text it has.

16 years agocryptui: Show cert's friendly name and description in edit properties dialog.
Juan Lang [Thu, 18 Dec 2008 21:54:04 +0000 (13:54 -0800)]
cryptui: Show cert's friendly name and description in edit properties dialog.

16 years agocryptui: Add (empty) edit cert properties dialog.
Juan Lang [Thu, 18 Dec 2008 21:53:38 +0000 (13:53 -0800)]
cryptui: Add (empty) edit cert properties dialog.

16 years agocryptui: Show cert when it's double-clicked in the hierarchy page.
Juan Lang [Thu, 18 Dec 2008 21:52:03 +0000 (13:52 -0800)]
cryptui: Show cert when it's double-clicked in the hierarchy page.

16 years agocryptui: Remove code duplication in formatting an enhanced key usage value.
Juan Lang [Thu, 18 Dec 2008 21:50:46 +0000 (13:50 -0800)]
cryptui: Remove code duplication in formatting an enhanced key usage value.

16 years agomsvfw32/tests: Fix a test failure on W2K3.
Paul Vriens [Fri, 19 Dec 2008 07:55:25 +0000 (08:55 +0100)]
msvfw32/tests: Fix a test failure on W2K3.

16 years agocrypt32: Make a function static.
Juan Lang [Thu, 18 Dec 2008 22:50:56 +0000 (14:50 -0800)]
crypt32: Make a function static.

16 years agoole32: Make OleSetClipboard affected by previous OleInitialize() calls.
Nikolay Sivov [Thu, 18 Dec 2008 20:20:35 +0000 (23:20 +0300)]
ole32: Make OleSetClipboard affected by previous OleInitialize() calls.

16 years agowinealsa.drv: Initialize correctly the header before adding it to the queue.
Christian Costa [Thu, 18 Dec 2008 20:21:45 +0000 (21:21 +0100)]
winealsa.drv: Initialize correctly the header before adding it to the queue.

16 years agojscript: Remove unused Wine debug channel.
Andrew Talbot [Thu, 18 Dec 2008 20:19:45 +0000 (20:19 +0000)]
jscript: Remove unused Wine debug channel.

16 years agokernel32: Remove unused Wine debug channel.
Andrew Talbot [Thu, 18 Dec 2008 20:19:49 +0000 (20:19 +0000)]
kernel32: Remove unused Wine debug channel.

16 years agomsvcr71: Remove unused Wine debug channel.
Andrew Talbot [Thu, 18 Dec 2008 20:19:52 +0000 (20:19 +0000)]
msvcr71: Remove unused Wine debug channel.

16 years agomsvcrt40: Remove unused Wine debug channel.
Andrew Talbot [Thu, 18 Dec 2008 20:19:55 +0000 (20:19 +0000)]
msvcrt40: Remove unused Wine debug channel.

16 years agoole32: Remove unused Wine debug channel.
Andrew Talbot [Thu, 18 Dec 2008 20:19:58 +0000 (20:19 +0000)]
ole32: Remove unused Wine debug channel.

16 years agooleview: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 15 Dec 2008 00:51:10 +0000 (09:51 +0900)]
oleview: Updated Korean resource.

16 years agowined3d: Make pixelshaders disable fog properly.
Stefan Dösinger [Mon, 15 Dec 2008 18:35:40 +0000 (19:35 +0100)]
wined3d: Make pixelshaders disable fog properly.

This is a first step towards cleaning up the fog mess. The fog
parameter is added to the pixelshader compile args structure. That way
multiple pshaders are compiled for different fog settings, and the
pixel shader can remove the fog line if fog is not enabled. That way
we don't need special fog start and end settings, and this allows us
to implement EXP and EXP2 fog in the future too.

16 years agowined3d: Use the ps_compile_args struct in glsl.
Stefan Dösinger [Mon, 15 Dec 2008 18:31:52 +0000 (19:31 +0100)]
wined3d: Use the ps_compile_args struct in glsl.

16 years agowined3d: Make use of ps_compile_args in arb shader.
Stefan Dösinger [Sun, 14 Dec 2008 14:42:42 +0000 (15:42 +0100)]
wined3d: Make use of ps_compile_args in arb shader.

16 years agowined3d: Make use of the ps_compile_args structure in glsl_shader.
Stefan Dösinger [Sun, 14 Dec 2008 14:42:04 +0000 (15:42 +0100)]
wined3d: Make use of the ps_compile_args structure in glsl_shader.

Only a first step, many more occasions need fixing. This is an easy
one though.

16 years agowined3d: Pass the ps_compile_args structures to the shader generation code.
Stefan Dösinger [Sun, 14 Dec 2008 14:40:07 +0000 (15:40 +0100)]
wined3d: Pass the ps_compile_args structures to the shader generation code.

16 years agowintrust/tests: Don't crash on NT4 and W2K.
Paul Vriens [Thu, 18 Dec 2008 16:10:17 +0000 (17:10 +0100)]
wintrust/tests: Don't crash on NT4 and W2K.

16 years agowintrust/tests: Fix test crash on Win9x.
Paul Vriens [Thu, 18 Dec 2008 16:06:54 +0000 (17:06 +0100)]
wintrust/tests: Fix test crash on Win9x.

16 years agoriched20/tests: Fix tests on Win9x by using A-calls.
Paul Vriens [Thu, 18 Dec 2008 15:38:01 +0000 (16:38 +0100)]
riched20/tests: Fix tests on Win9x by using A-calls.

16 years agowintrust: Implement CryptCATAdminCalcHashFromFileHandle.
Hans Leidekker [Thu, 18 Dec 2008 14:53:42 +0000 (15:53 +0100)]
wintrust: Implement CryptCATAdminCalcHashFromFileHandle.

Based on work done by Maarten Lankhorst.

16 years agowinecfg: Prevent crash when clearing volume serial number input.
Jörg Höhle [Tue, 16 Dec 2008 09:29:35 +0000 (10:29 +0100)]
winecfg: Prevent crash when clearing volume serial number input.

16 years agoquartz/tests: Fix test failures on Win9x by using A-functions.
Paul Vriens [Thu, 18 Dec 2008 13:43:19 +0000 (14:43 +0100)]
quartz/tests: Fix test failures on Win9x by using A-functions.

16 years agomscat32: Forward more functions to wintrust.
Hans Leidekker [Thu, 18 Dec 2008 13:23:04 +0000 (14:23 +0100)]
mscat32: Forward more functions to wintrust.

16 years agowintrust: Add tests for adding and removing catalog files.
Hans Leidekker [Thu, 18 Dec 2008 13:22:40 +0000 (14:22 +0100)]
wintrust: Add tests for adding and removing catalog files.

16 years agowintrust: Implement CryptCATAdminAddCatalog, CryptCATAdminReleaseCatalogContext and...
Hans Leidekker [Thu, 18 Dec 2008 13:22:26 +0000 (14:22 +0100)]
wintrust: Implement CryptCATAdminAddCatalog, CryptCATAdminReleaseCatalogContext and CryptCATAdminReleaseContext.

Based on work done by Maarten Lankhorst.

16 years agomshtml: Write aCount bytes in nsIInputStream::ReadSegments.
Jacek Caban [Thu, 18 Dec 2008 13:08:47 +0000 (14:08 +0100)]
mshtml: Write aCount bytes in nsIInputStream::ReadSegments.

16 years agomshtml: Added nsIChannel::[Get|Set]Owner implementation.
Jacek Caban [Thu, 18 Dec 2008 13:08:31 +0000 (14:08 +0100)]
mshtml: Added nsIChannel::[Get|Set]Owner implementation.

16 years agomshtml: Use stored nsINetUtil interface.
Jacek Caban [Thu, 18 Dec 2008 13:08:13 +0000 (14:08 +0100)]
mshtml: Use stored nsINetUtil interface.

16 years agorichedit: Made sure text is offset by formatting rectangle.
Dylan Smith [Thu, 18 Dec 2008 06:56:49 +0000 (01:56 -0500)]
richedit: Made sure text is offset by formatting rectangle.

The formatting rectangle is set with EM_SETRECT, and retrieved with
EM_GETRECT, so it corresponds to rcFormat in the code.  This defines the
area that the richedit control should draw the text so that it is
offset by the top-left corner of the formatting rectangle, and clipped
so that it doesn't draw past the bottom or right hand side.  Thus this
is important for implementing windowless richedit controls to not
interfere with the rest of the window.

16 years agorichedit: Added tests for the formatting rectangle.
Dylan Smith [Thu, 18 Dec 2008 06:56:44 +0000 (01:56 -0500)]
richedit: Added tests for the formatting rectangle.

These tests show that there are problems with the way formatting
rectangles are currently implemented in wine.

16 years agorichedit: Fixed ITextHostImpl return values for tests.
Dylan Smith [Thu, 18 Dec 2008 06:56:32 +0000 (01:56 -0500)]
richedit: Fixed ITextHostImpl return values for tests.

There were several methods that do not have a HRESULT for a return
value, so returning E_NOTIMPL is not appropriate. For all the BOOL
return values FALSE was returned to indicate the operation was not
performed.

16 years agocomdlg32: Fix German translation.
Rico Schüller [Wed, 17 Dec 2008 20:04:44 +0000 (21:04 +0100)]
comdlg32: Fix German translation.

16 years agomsi: Fix some NULL checking in MSI_RecordGetStringA.
Aric Stewart [Wed, 17 Dec 2008 16:14:50 +0000 (10:14 -0600)]
msi: Fix some NULL checking in MSI_RecordGetStringA.

Includes a few record tests with a NULL buffer.

16 years agouser32: Remove the driver call for GetKeyboardLayoutList and instead populate from...
Aric Stewart [Wed, 17 Dec 2008 16:13:27 +0000 (10:13 -0600)]
user32: Remove the driver call for GetKeyboardLayoutList and instead populate from the registry.

16 years agox11drv: Allow ActivateKeyboardLayout to set the keyboard for the thread and GetKeyboa...
Aric Stewart [Wed, 17 Dec 2008 16:12:51 +0000 (10:12 -0600)]
x11drv: Allow ActivateKeyboardLayout to set the keyboard for the thread and GetKeyboardLayout to return the stored keyboard.

16 years agox11drv: If a keyboard layout is an IME only check the loword when comparing to the...
Aric Stewart [Wed, 17 Dec 2008 16:12:30 +0000 (10:12 -0600)]
x11drv: If a keyboard layout is an IME only check the loword when comparing to the x11 keyboard layout.

16 years agoimm32/tests: We check for failure not success.
Paul Vriens [Thu, 18 Dec 2008 10:41:56 +0000 (11:41 +0100)]
imm32/tests: We check for failure not success.

16 years agomsvfw32/tests: ICCOpen() is case-insensitive on MS-Windows.
Jörg Höhle [Tue, 16 Dec 2008 20:27:56 +0000 (21:27 +0100)]
msvfw32/tests: ICCOpen() is case-insensitive on MS-Windows.

16 years agod3dx9_37: Remove unused Wine debug channel.
Andrew Talbot [Wed, 17 Dec 2008 21:39:20 +0000 (21:39 +0000)]
d3dx9_37: Remove unused Wine debug channel.

16 years agod3dx9_36: Remove unused Wine debug channel.
Andrew Talbot [Wed, 17 Dec 2008 21:39:15 +0000 (21:39 +0000)]
d3dx9_36: Remove unused Wine debug channel.

16 years agod3dx9_35: Remove unused Wine debug channel.
Andrew Talbot [Wed, 17 Dec 2008 21:39:01 +0000 (21:39 +0000)]
d3dx9_35: Remove unused Wine debug channel.