Alexandre Julliard [Sat, 20 Dec 2008 12:32:47 +0000 (13:32 +0100)]
msi/tests: Avoid sizeof in traces.
Alexandre Julliard [Sat, 20 Dec 2008 12:32:39 +0000 (13:32 +0100)]
d3dxof/tests: Avoid size_t in a trace.
Chris Wulff [Sat, 20 Dec 2008 04:09:28 +0000 (23:09 -0500)]
mscoree: Add a stub for LockClrVersion.
Christian Costa [Thu, 18 Dec 2008 20:22:32 +0000 (21:22 +0100)]
winealsa.drv: Handle midi sysex greater than a buffer.
Andrei Derevyanko [Thu, 18 Dec 2008 11:59:57 +0000 (14:59 +0300)]
mshtml: Updated test of QueryInterface.
Andrei Derevyanko [Thu, 18 Dec 2008 11:45:45 +0000 (14:45 +0300)]
mshtml: Silence IMarshal QueryInterface FIXME.
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).
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.
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.
Alistair Leslie-Hughes [Fri, 19 Dec 2008 08:48:58 +0000 (19:48 +1100)]
msxml3: Add ISupportErrorInfo interface to IXMLDOMDocument.
Alistair Leslie-Hughes [Thu, 18 Dec 2008 19:58:39 +0000 (06:58 +1100)]
msxml3: Make functions static.
Alistair Leslie-Hughes [Fri, 19 Dec 2008 06:46:58 +0000 (17:46 +1100)]
mshtml: Implement IHTMLStyle get_position.
Vincent Povirk [Tue, 16 Dec 2008 23:47:03 +0000 (17:47 -0600)]
winex11.drv: Do not assume window managers support _NET_WORKAREA.
Christian Costa [Thu, 18 Dec 2008 20:24:58 +0000 (21:24 +0100)]
dmusic: Move IDirectMusicThru and IDirectMusicPortDownload to DirectMusicPort object where they belong.
Henri Verbeet [Fri, 19 Dec 2008 18:21:56 +0000 (19:21 +0100)]
wined3d: Consistently use .xyzw for vector components.
Henri Verbeet [Fri, 19 Dec 2008 18:21:56 +0000 (19:21 +0100)]
wined3d: Remove a useless FIXME.
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.
Henri Verbeet [Fri, 19 Dec 2008 18:21:55 +0000 (19:21 +0100)]
wined3d: Properly reset the stateblock.
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().
Vitaliy Margolen [Fri, 19 Dec 2008 18:06:49 +0000 (11:06 -0700)]
dinput: Remove DIEnumDevicesCallbackAtoW.
It's no longer used.
Simon C. Ion [Sat, 20 Dec 2008 00:23:45 +0000 (18:23 -0600)]
winemaker: Correctly process directories containing regexp metacharacters.
Juan Lang [Fri, 19 Dec 2008 23:40:35 +0000 (15:40 -0800)]
crypt32: Fix encoding OIDs with only two components.
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.
Juan Lang [Fri, 19 Dec 2008 23:36:58 +0000 (15:36 -0800)]
crypt32: Don't restrict file stores to binary-encoded files.
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.
Alexandre Julliard [Fri, 19 Dec 2008 17:31:35 +0000 (18:31 +0100)]
cryptui: Commit checks.bmp missed in a previous patch.
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.
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.
Roderick Colenbrander [Thu, 18 Dec 2008 22:00:02 +0000 (23:00 +0100)]
wined3d: Add GL_RG16F / GL_RG32F support using ARB_texture_rg.
Roderick Colenbrander [Thu, 18 Dec 2008 21:34:22 +0000 (22:34 +0100)]
wined3d: Add R32F using ARB_texture_rg.
Roderick Colenbrander [Thu, 18 Dec 2008 21:32:07 +0000 (22:32 +0100)]
wined3d: Add R16F using ARB_texture_rg.
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.
Ricardo Filipe [Wed, 17 Dec 2008 21:33:37 +0000 (21:33 +0000)]
include: Add header information for CDN_INCLUDEITEM notification.
Ricardo Filipe [Thu, 18 Dec 2008 09:48:16 +0000 (09:48 +0000)]
include: Add DEVNODEID and DEVINSTID definitions.
Francois Gouget [Fri, 19 Dec 2008 08:15:32 +0000 (09:15 +0100)]
winealsa.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.
Francois Gouget [Fri, 19 Dec 2008 08:15:18 +0000 (09:15 +0100)]
wintrust/tests: Add a trailing '\n' to ok() calls.
Juan Lang [Fri, 19 Dec 2008 05:17:36 +0000 (21:17 -0800)]
cryptui: Partially implement CryptUIDlgViewContext.
Juan Lang [Fri, 19 Dec 2008 05:07:08 +0000 (21:07 -0800)]
include: Document definitions missing from cryptuiapi.h.
Lei Zhang [Fri, 19 Dec 2008 00:47:09 +0000 (16:47 -0800)]
quartz: Ignore unknown chunks when parsing AVI headers.
Vincent Povirk [Thu, 18 Dec 2008 20:30:21 +0000 (14:30 -0600)]
shell32: Use ShellExecuteEx to create error dialogs for 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.
Vincent Povirk [Mon, 15 Dec 2008 16:10:07 +0000 (10:10 -0600)]
shell32: Display error messages in ShellExecuteEx.
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.
Vincent Povirk [Thu, 18 Dec 2008 21:52:52 +0000 (15:52 -0600)]
shell32: Fix a memory leak in the run dialog code.
Juan Lang [Thu, 18 Dec 2008 23:34:25 +0000 (15:34 -0800)]
cryptui: Refresh tabs in response to cert properties changes being applied.
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.
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.
Juan Lang [Thu, 18 Dec 2008 22:06:09 +0000 (14:06 -0800)]
cryptui: Toggle a usage when it's clicked.
Juan Lang [Thu, 18 Dec 2008 22:05:49 +0000 (14:05 -0800)]
cryptui: Validate OID in add purpose dialog.
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.
Juan Lang [Thu, 18 Dec 2008 22:04:30 +0000 (14:04 -0800)]
cryptui: Add an add purpose dialog.
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.
Juan Lang [Thu, 18 Dec 2008 22:02:53 +0000 (14:02 -0800)]
cryptui: Redraw purposes list based on purpose selection.
Juan Lang [Thu, 18 Dec 2008 22:02:15 +0000 (14:02 -0800)]
cryptui: Show a cert's allowed usages in cert properties dialog.
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.
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.
Juan Lang [Thu, 18 Dec 2008 21:53:38 +0000 (13:53 -0800)]
cryptui: Add (empty) edit cert properties dialog.
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.
Juan Lang [Thu, 18 Dec 2008 21:50:46 +0000 (13:50 -0800)]
cryptui: Remove code duplication in formatting an enhanced key usage value.
Paul Vriens [Fri, 19 Dec 2008 07:55:25 +0000 (08:55 +0100)]
msvfw32/tests: Fix a test failure on W2K3.
Juan Lang [Thu, 18 Dec 2008 22:50:56 +0000 (14:50 -0800)]
crypt32: Make a function static.
Nikolay Sivov [Thu, 18 Dec 2008 20:20:35 +0000 (23:20 +0300)]
ole32: Make OleSetClipboard affected by previous OleInitialize() calls.
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.
Andrew Talbot [Thu, 18 Dec 2008 20:19:45 +0000 (20:19 +0000)]
jscript: Remove unused Wine debug channel.
Andrew Talbot [Thu, 18 Dec 2008 20:19:49 +0000 (20:19 +0000)]
kernel32: Remove unused Wine debug channel.
Andrew Talbot [Thu, 18 Dec 2008 20:19:52 +0000 (20:19 +0000)]
msvcr71: Remove unused Wine debug channel.
Andrew Talbot [Thu, 18 Dec 2008 20:19:55 +0000 (20:19 +0000)]
msvcrt40: Remove unused Wine debug channel.
Andrew Talbot [Thu, 18 Dec 2008 20:19:58 +0000 (20:19 +0000)]
ole32: Remove unused Wine debug channel.
Hwang YunSong(황윤성) [Mon, 15 Dec 2008 00:51:10 +0000 (09:51 +0900)]
oleview: Updated Korean resource.
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.
Stefan Dösinger [Mon, 15 Dec 2008 18:31:52 +0000 (19:31 +0100)]
wined3d: Use the ps_compile_args struct in glsl.
Stefan Dösinger [Sun, 14 Dec 2008 14:42:42 +0000 (15:42 +0100)]
wined3d: Make use of ps_compile_args in arb 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.
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.
Paul Vriens [Thu, 18 Dec 2008 16:10:17 +0000 (17:10 +0100)]
wintrust/tests: Don't crash on NT4 and W2K.
Paul Vriens [Thu, 18 Dec 2008 16:06:54 +0000 (17:06 +0100)]
wintrust/tests: Fix test crash on Win9x.
Paul Vriens [Thu, 18 Dec 2008 15:38:01 +0000 (16:38 +0100)]
riched20/tests: Fix tests on Win9x by using A-calls.
Hans Leidekker [Thu, 18 Dec 2008 14:53:42 +0000 (15:53 +0100)]
wintrust: Implement CryptCATAdminCalcHashFromFileHandle.
Based on work done by Maarten Lankhorst.
Jörg Höhle [Tue, 16 Dec 2008 09:29:35 +0000 (10:29 +0100)]
winecfg: Prevent crash when clearing volume serial number input.
Paul Vriens [Thu, 18 Dec 2008 13:43:19 +0000 (14:43 +0100)]
quartz/tests: Fix test failures on Win9x by using A-functions.
Hans Leidekker [Thu, 18 Dec 2008 13:23:04 +0000 (14:23 +0100)]
mscat32: Forward more functions to wintrust.
Hans Leidekker [Thu, 18 Dec 2008 13:22:40 +0000 (14:22 +0100)]
wintrust: Add tests for adding and removing catalog files.
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.
Jacek Caban [Thu, 18 Dec 2008 13:08:47 +0000 (14:08 +0100)]
mshtml: Write aCount bytes in nsIInputStream::ReadSegments.
Jacek Caban [Thu, 18 Dec 2008 13:08:31 +0000 (14:08 +0100)]
mshtml: Added nsIChannel::[Get|Set]Owner implementation.
Jacek Caban [Thu, 18 Dec 2008 13:08:13 +0000 (14:08 +0100)]
mshtml: Use stored nsINetUtil interface.
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.
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.
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.
Rico Schüller [Wed, 17 Dec 2008 20:04:44 +0000 (21:04 +0100)]
comdlg32: Fix German translation.
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.
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.
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.
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.
Paul Vriens [Thu, 18 Dec 2008 10:41:56 +0000 (11:41 +0100)]
imm32/tests: We check for failure not success.
Jörg Höhle [Tue, 16 Dec 2008 20:27:56 +0000 (21:27 +0100)]
msvfw32/tests: ICCOpen() is case-insensitive on MS-Windows.
Andrew Talbot [Wed, 17 Dec 2008 21:39:20 +0000 (21:39 +0000)]
d3dx9_37: 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.
Andrew Talbot [Wed, 17 Dec 2008 21:39:01 +0000 (21:39 +0000)]
d3dx9_35: Remove unused Wine debug channel.