Rico Schüller [Sun, 1 Mar 2009 13:14:43 +0000 (14:14 +0100)]
mshtml/tests: Add SysFreeString(sDefault) after the variable isn't used any more.
Rico Schüller [Sun, 1 Mar 2009 13:11:40 +0000 (14:11 +0100)]
mshtml/tests: Fix SysFreeString call with wrong variable.
Paul Vriens [Sat, 28 Feb 2009 20:57:39 +0000 (21:57 +0100)]
fusion/tests: Fix the last test failure on .NET 1.x.
Paul Vriens [Sat, 28 Feb 2009 20:52:36 +0000 (21:52 +0100)]
fusion/tests: Skip some tests on .NET 1.x.
Paul Vriens [Sat, 28 Feb 2009 18:54:25 +0000 (19:54 +0100)]
crypt32/tests: Don't crash on NT4.
Michael Stefaniuc [Fri, 27 Feb 2009 22:55:31 +0000 (23:55 +0100)]
mcicda: Compare a file handle with INVALID_HANDLE_VALUE instead of NULL.
Found by Smatch.
Alexandre Julliard [Fri, 27 Feb 2009 22:21:46 +0000 (23:21 +0100)]
Release 1.1.16.
Alexandre Julliard [Fri, 27 Feb 2009 16:39:54 +0000 (17:39 +0100)]
winebuild: Don't prefix local symbols with an underscore.
Huw Davies [Fri, 27 Feb 2009 11:36:38 +0000 (11:36 +0000)]
gdi32/tests: Winnt doesn't set last error when a NULL dc is passed to GetDIBits.
Huw Davies [Fri, 27 Feb 2009 11:33:44 +0000 (11:33 +0000)]
gdi32/tests: Don't expect the screen dc's bitmap to be mono 1x1.
Huw Davies [Fri, 27 Feb 2009 11:33:12 +0000 (11:33 +0000)]
gdi32/tests: Add a broken() to an always true test.
Christian Costa [Thu, 26 Feb 2009 22:27:36 +0000 (23:27 +0100)]
mciqtz32: Add stubbed mciqtz32.dll (part of DirectShow).
Chris Robinson [Thu, 26 Feb 2009 16:49:42 +0000 (08:49 -0800)]
mcicda: Partially handle Play notifications.
Chris Robinson [Thu, 26 Feb 2009 16:46:49 +0000 (08:46 -0800)]
mcicda: Play back an audio CD digitally, when possible.
Alexandre Julliard [Fri, 27 Feb 2009 15:05:30 +0000 (16:05 +0100)]
winecfg: Offer a few more dlls in the load order drop-down list.
Aric Stewart [Mon, 23 Feb 2009 20:22:38 +0000 (14:22 -0600)]
msctf: Use ITfCategoryMgr::FindClosestCategory to set catid when enuming language profiles.
Aric Stewart [Mon, 23 Feb 2009 20:22:30 +0000 (14:22 -0600)]
msctf: Implement ITfCategoryMgr::FindClosestCategory.
Alistair Leslie-Hughes [Thu, 26 Feb 2009 10:39:36 +0000 (21:39 +1100)]
mshtml: Show IPersistHistory interface is supported.
Alistair Leslie-Hughes [Fri, 27 Feb 2009 09:09:52 +0000 (20:09 +1100)]
uuid: Add IID_PersistHistory GUID.
Rein Klazes [Fri, 27 Feb 2009 08:17:58 +0000 (09:17 +0100)]
user32: In SetMenuInfo() implement the MIM_APPLYTOSUBMENUS. Also set last error if called with invalid parameters with tests.
Igor Tarasov [Fri, 27 Feb 2009 02:30:03 +0000 (06:30 +0400)]
comctl32: Make REBAR_StyleChanged respect wParam.
Vincent Povirk [Thu, 19 Feb 2009 22:49:55 +0000 (16:49 -0600)]
kernel32/tests: Fix overlapped named pipe test.
The overlapped named pipe test calls GetOverlappedResult after all
operations in which it passes an overlapped structure, but it seems we
only get one when the functions fail with ERROR_IO_PENDING. I've
modified the test to account for that, and it seems to pass
consistently on Windows and Wine.
Vincent Povirk [Tue, 24 Feb 2009 21:02:57 +0000 (15:02 -0600)]
kernel32/tests: Remove a redundant check for ERROR_CALL_NOT_IMPLEMENTED.
Dmitry Timoshkov [Fri, 27 Feb 2009 09:57:39 +0000 (17:57 +0800)]
gdi32: Revert an unrelated part of
028617b90ba586bdb30723c700eea888c159ada7.
It was not a very nice idea to break bitmap fonts which request a custom
width (therefore a transformation) in a patch that pretended to do something
unrelated.
Michael Stefaniuc [Fri, 27 Feb 2009 09:52:30 +0000 (10:52 +0100)]
winemp3.acm: Remove superfluous pointer casts.
Paul Vriens [Fri, 27 Feb 2009 09:04:26 +0000 (10:04 +0100)]
fusion/tests: Fix some test failures on .NET 1.x.
Paul Vriens [Fri, 27 Feb 2009 08:51:15 +0000 (09:51 +0100)]
fusion/tests: Fix a few test failures on .NET 1.x.
Henri Verbeet [Fri, 27 Feb 2009 08:29:48 +0000 (09:29 +0100)]
d3d10: Add an initial effect parser.
Henri Verbeet [Fri, 27 Feb 2009 08:29:48 +0000 (09:29 +0100)]
d3d10: Add some code for parsing DXBC data.
Henri Verbeet [Fri, 27 Feb 2009 08:29:48 +0000 (09:29 +0100)]
d3d10: Add the _D3D10_SHADER_MACRO struct.
Henri Verbeet [Fri, 27 Feb 2009 08:29:48 +0000 (09:29 +0100)]
d3d10: Add the D3D10_SHADER flags.
Henri Verbeet [Fri, 27 Feb 2009 08:29:48 +0000 (09:29 +0100)]
d3d10: Add the ID3D10EffectPass interface.
Detlef Riekenberg [Fri, 27 Feb 2009 04:31:23 +0000 (05:31 +0100)]
spoolss: Implement GetPrinterDriverDirectoryW.
Juan Lang [Thu, 26 Feb 2009 16:32:38 +0000 (08:32 -0800)]
crypt32: Fix more test failures on Win9x.
Stefan Dösinger [Wed, 25 Feb 2009 16:06:05 +0000 (17:06 +0100)]
wined3d: Create a common sampling function in GLSL.
This way the individual instruction handlers don't have to bother about the
color correction, and there's now a single place to implement fixup dependent
sampling writemask selection.
Stefan Dösinger [Wed, 25 Feb 2009 14:37:34 +0000 (15:37 +0100)]
wined3d: Make shader_glsl_get_sample_function aware of *Lod functions.
Stefan Dösinger [Mon, 16 Feb 2009 13:58:52 +0000 (14:58 +0100)]
wined3d: Put the color_correction calls into the instruction handlers.
The color correction cannot be done behind the back of the individual
instruction handlers because it might conflict with the instruction's
color modifications and the D3D provided writemask.
Huw Davies [Thu, 26 Feb 2009 12:48:11 +0000 (12:48 +0000)]
ole32/tests: win9x and winnt don't include the trailing '\0'.
Paul Vriens [Thu, 26 Feb 2009 12:48:52 +0000 (13:48 +0100)]
shlwapi/tests: Fix remaining test failures on several platforms.
Alistair Leslie-Hughes [Thu, 26 Feb 2009 10:32:57 +0000 (21:32 +1100)]
mshtml: Add idl for IPersistHistory interface.
Alexandre Julliard [Thu, 26 Feb 2009 13:28:38 +0000 (14:28 +0100)]
user32/tests: Fix some message sequences for Win9x.
Hans Leidekker [Thu, 26 Feb 2009 09:50:01 +0000 (10:50 +0100)]
msi: Add reinstall tests.
Based on a patch by Aric Stewart.
Dylan Smith [Thu, 26 Feb 2009 08:43:14 +0000 (03:43 -0500)]
richedit: Avoid crashing if TxSendMessage is called with NULL plresult.
David Adam [Thu, 26 Feb 2009 07:55:07 +0000 (08:55 +0100)]
ddraw: Implement ComputeSphereVisibility.
Alexandre Julliard [Thu, 26 Feb 2009 14:00:12 +0000 (15:00 +0100)]
configure: Disable 16-bit code by default for Mingw builds.
Alexandre Julliard [Tue, 24 Feb 2009 17:22:47 +0000 (18:22 +0100)]
kernel32: Make winhelp.exe into a stand-alone 16-bit executable.
Alexandre Julliard [Tue, 24 Feb 2009 17:21:02 +0000 (18:21 +0100)]
kernel32: Make winoldap.mod into a stand-alone 16-bit executable.
Alexandre Julliard [Thu, 26 Feb 2009 12:19:43 +0000 (13:19 +0100)]
kernel32: Make sure the process has an entry point before starting it.
Alexandre Julliard [Tue, 24 Feb 2009 17:09:09 +0000 (18:09 +0100)]
kernel32: Add support for loading stand-alone 16-bit modules.
Alexandre Julliard [Tue, 24 Feb 2009 17:05:57 +0000 (18:05 +0100)]
winecrt0: Add entry point code for stand-alone 16-bit executables.
Alexandre Julliard [Tue, 24 Feb 2009 17:02:15 +0000 (18:02 +0100)]
winebuild: Add support for generating stand-alone 16-bit modules.
This is done by wrapping them inside an empty 32-bit module.
Alexandre Julliard [Tue, 24 Feb 2009 16:53:06 +0000 (17:53 +0100)]
winebuild: Allow the module entry point to be NULL.
Alexandre Julliard [Tue, 24 Feb 2009 16:47:09 +0000 (17:47 +0100)]
winebuild: Make the 16-bit DOS header a local symbol.
David Korth [Thu, 26 Feb 2009 03:26:53 +0000 (22:26 -0500)]
winex11.drv: Map Super_L, Super_R, and Menu keys correctly.
Thomas Kho [Thu, 26 Feb 2009 10:56:39 +0000 (02:56 -0800)]
iphlpapi: Fix Solaris build error due to ERR redefinition.
Paul Vriens [Thu, 26 Feb 2009 08:45:00 +0000 (09:45 +0100)]
ddrawex/tests: Fix some test failures on W95.
Francois Gouget [Thu, 26 Feb 2009 08:45:33 +0000 (09:45 +0100)]
twain_32/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Thu, 26 Feb 2009 08:45:25 +0000 (09:45 +0100)]
comctl32/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Thu, 26 Feb 2009 08:45:17 +0000 (09:45 +0100)]
advpack/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Thu, 26 Feb 2009 08:45:07 +0000 (09:45 +0100)]
advapi32/tests: Use win_skip() to skip over unimplemented functionality.
Henri Verbeet [Thu, 26 Feb 2009 08:00:01 +0000 (09:00 +0100)]
d3d10: Add a stub ID3D10Effect implementation.
Henri Verbeet [Thu, 26 Feb 2009 08:00:01 +0000 (09:00 +0100)]
d3d10: Add the ID3D10EffectPool interface.
Henri Verbeet [Thu, 26 Feb 2009 08:00:00 +0000 (09:00 +0100)]
d3d10: Add the ID3D10Effect interface.
Henri Verbeet [Thu, 26 Feb 2009 08:00:00 +0000 (09:00 +0100)]
d3d10: Add the ID3D10EffectTechnique interface.
Henri Verbeet [Thu, 26 Feb 2009 08:00:00 +0000 (09:00 +0100)]
d3d10: Add the ID3D10EffectConstantBuffer interface.
James Hawkins [Thu, 26 Feb 2009 05:14:28 +0000 (21:14 -0800)]
msi: Fix a failing test on win9x.
James Hawkins [Thu, 26 Feb 2009 04:15:37 +0000 (20:15 -0800)]
msi: Trace the username to help debug test failures on certain machines.
James Hawkins [Thu, 26 Feb 2009 04:15:31 +0000 (20:15 -0800)]
msi: Fix a failing test on win9x.
James Hawkins [Thu, 26 Feb 2009 03:45:28 +0000 (19:45 -0800)]
msi: Don't create a temporary table that is not held.
James Hawkins [Thu, 26 Feb 2009 03:45:22 +0000 (19:45 -0800)]
msi: A non-temporary table cannot have a temporary primary key.
James Hawkins [Thu, 26 Feb 2009 03:45:15 +0000 (19:45 -0800)]
msi: The _Tables and _Columns tables have no persistence attribute.
James Hawkins [Thu, 26 Feb 2009 03:44:46 +0000 (19:44 -0800)]
msi: Make sure the view being updated is the same view the record was fetched from.
James Hawkins [Thu, 26 Feb 2009 03:44:09 +0000 (19:44 -0800)]
msi: Set field zero to the name of the table containing the primary keys.
James Hawkins [Thu, 26 Feb 2009 03:44:01 +0000 (19:44 -0800)]
msi: Add tests for field zero of a record.
James Hawkins [Thu, 26 Feb 2009 03:43:54 +0000 (19:43 -0800)]
msi: Make sure a constant string's quotes match up.
Alexandre Julliard [Thu, 26 Feb 2009 11:12:55 +0000 (12:12 +0100)]
makefiles: Avoid nested variable expansion that doesn't work on BSD make.
Jeremy White [Thu, 26 Feb 2009 02:58:51 +0000 (20:58 -0600)]
sane.ds: Revise to match identity structures with partial information.
Jeremy White [Thu, 26 Feb 2009 02:58:42 +0000 (20:58 -0600)]
sane.ds: Fully support ICAP_PIXELTYPE.
Jeremy White [Thu, 26 Feb 2009 02:58:34 +0000 (20:58 -0600)]
sane.ds: Added support for ICAP_UNITS.
Jeremy White [Thu, 26 Feb 2009 02:58:25 +0000 (20:58 -0600)]
sane.ds: Add support for ICAP_BITDEPTH.
Vincent Povirk [Thu, 26 Feb 2009 01:14:30 +0000 (19:14 -0600)]
shell32: Add a message for opening files with no association.
Jacek Caban [Thu, 26 Feb 2009 00:47:24 +0000 (01:47 +0100)]
urlmon: Make HttpProtocol implementation vtbl offset independent.
Detlef Riekenberg [Wed, 25 Feb 2009 23:20:00 +0000 (00:20 +0100)]
shdocvw/tests: Dump the guid for additional interfaces.
Detlef Riekenberg [Wed, 25 Feb 2009 21:59:00 +0000 (22:59 +0100)]
mshtml/tests: Fix text in ok().
Detlef Riekenberg [Wed, 25 Feb 2009 21:37:27 +0000 (22:37 +0100)]
mshtml/tests: Fix typos from copy&paste.
Juan Lang [Wed, 25 Feb 2009 20:38:20 +0000 (12:38 -0800)]
crypt32: Fix more test failures on Win9x.
Dylan Smith [Wed, 25 Feb 2009 21:18:36 +0000 (16:18 -0500)]
richedit: EM_SETOPTIONS modify format rect when selbar setting change.
Before the code was modifying the format rect to compensate for space
being added or removed for the selection bar, but this should only
happen when the ECO_SELECTIONBAR setting bit changes.
Dylan Smith [Wed, 25 Feb 2009 20:15:25 +0000 (15:15 -0500)]
wordpad: Sort tab stops by numeric value rather than as string.
The bug could be seen by inserting tabs stops 1cm, 2cm, & 10cm. The
10cm tab stop would be inserted before 2cm since the comparison isn't
based on the numeric value.
Dylan Smith [Wed, 25 Feb 2009 20:15:22 +0000 (15:15 -0500)]
wordpad: Show error when user tries to add more than max tab stops.
Previously there was no such error, and if more than MAX_TAB_STOPS were
added, then some of the tab stops would be silently discarded.
Vincent Povirk [Fri, 13 Feb 2009 22:40:19 +0000 (16:40 -0600)]
shell32: Implement Get/SetIDList on ShellItem objects.
Alexandre Julliard [Wed, 25 Feb 2009 22:30:13 +0000 (23:30 +0100)]
user32/tests: Fix some input tests on Win9x and NT4.
Dmitry Timoshkov [Wed, 25 Feb 2009 15:02:45 +0000 (23:02 +0800)]
mlang: Implement IMLangFontLink_GetStrCodePages.
Francois Gouget [Wed, 25 Feb 2009 14:49:02 +0000 (15:49 +0100)]
shell32: Remove WINAPI on static functions where not needed.
Alexandre Julliard [Wed, 25 Feb 2009 15:05:55 +0000 (16:05 +0100)]
programs: Get rid of the remaining binary wrappers, they break out-of-tree builds.
Paul Vriens [Wed, 25 Feb 2009 14:04:30 +0000 (15:04 +0100)]
fusion/tests: Directories with no dll or exe are not enumerated.
Paul Vriens [Wed, 25 Feb 2009 13:04:57 +0000 (14:04 +0100)]
shlwapi/tests: Fix a few test failures on Win95 and some W2K.
Alexandre Julliard [Wed, 25 Feb 2009 14:30:37 +0000 (15:30 +0100)]
ntdll: Default to WinXP version if there's nothing in the registry.
Alexandre Julliard [Wed, 25 Feb 2009 14:04:45 +0000 (15:04 +0100)]
msi/tests: Add some tests for MsiEnumPatchesW, fix a few failures on XP.
Alexandre Julliard [Wed, 25 Feb 2009 14:04:31 +0000 (15:04 +0100)]
msi: Fix handling of buffer sizes in MsiEnumPatchesA and avoid a redundant call to MsiEnumPatchesW.
Alistair Leslie-Hughes [Wed, 25 Feb 2009 04:57:40 +0000 (15:57 +1100)]
mshtml: Implement IHTMLCurrentStyle_get_backgroundRepeat.