Henri Verbeet [Wed, 16 Sep 2009 06:37:16 +0000 (08:37 +0200)]
wined3d: Add a separate function for volume initialization.
Henri Verbeet [Wed, 16 Sep 2009 06:37:15 +0000 (08:37 +0200)]
wined3d: Don't free D3D surfaces until the wined3d surface is destroyed.
This prevents for example a d3d9 depth stencil from being destroyed when it
has no external references but is still in use by the device/stateblock. A
nice side effect is that it simplifies handling of "implicit" surfaces like
the frontbuffer and backbuffers, as well as the forwarding of reference counts
for surfaces that are part of a texture.
Huw Davies [Wed, 16 Sep 2009 10:44:00 +0000 (11:44 +0100)]
include: Add DBSTATUSENUM.
Huw Davies [Wed, 16 Sep 2009 10:44:43 +0000 (11:44 +0100)]
include: Add a few more error codes.
Paul Vriens [Wed, 16 Sep 2009 09:52:04 +0000 (11:52 +0200)]
comdlg32/tests: Test the correct path length for CDM_GETFOLDERPATH.
Paul Vriens [Wed, 16 Sep 2009 09:51:36 +0000 (11:51 +0200)]
comdlg32: Return the correct path length for CDM_GETFOLDERPATH.
Paul Vriens [Wed, 16 Sep 2009 12:27:43 +0000 (14:27 +0200)]
comdlg32/tests: Fix a test failure on Vista/W2K.
Vitaly Perov [Wed, 16 Sep 2009 14:07:16 +0000 (18:07 +0400)]
shell32: Enlarge static to display multiline text correctly.
Vitaly Perov [Wed, 16 Sep 2009 14:19:58 +0000 (18:19 +0400)]
comdlg32: Fix some Russian resources.
Hans Leidekker [Tue, 15 Sep 2009 18:52:39 +0000 (20:52 +0200)]
msi: Set or override a user environment string when there is no prefix.
Detlef Riekenberg [Tue, 15 Sep 2009 15:25:52 +0000 (17:25 +0200)]
twain_32/tests: Avoid a Dialog from a DS when the scanner is not connected.
Hans Leidekker [Tue, 15 Sep 2009 07:29:19 +0000 (09:29 +0200)]
msi: Don't append the cabinet file name in find_published_source.
Hans Leidekker [Tue, 15 Sep 2009 07:28:41 +0000 (09:28 +0200)]
msi: GetDriveType and GetVolumeInformation require a path terminated by a slash.
Hans Leidekker [Tue, 15 Sep 2009 07:28:06 +0000 (09:28 +0200)]
msi: Downgrade two ERRs to WARNs.
Hans Leidekker [Tue, 15 Sep 2009 07:27:40 +0000 (09:27 +0200)]
msi: Improve a trace.
Vincent Povirk [Mon, 14 Sep 2009 21:48:03 +0000 (16:48 -0500)]
gdiplus: Use the preset blend when drawing linear gradients.
Vincent Povirk [Mon, 14 Sep 2009 21:08:25 +0000 (16:08 -0500)]
gdiplus: Add tests for linear gradient preset blends.
Vincent Povirk [Mon, 14 Sep 2009 21:21:50 +0000 (16:21 -0500)]
gdiplus: Store preset blends in linear gradient brushes.
Vincent Povirk [Mon, 14 Sep 2009 20:42:21 +0000 (15:42 -0500)]
gdiplus: Stub GdipGetLinePresetBlend[Count].
Vincent Povirk [Mon, 14 Sep 2009 16:23:45 +0000 (11:23 -0500)]
gdiplus: Implement GdipGetImageRawFormat.
Ge van Geldorp [Mon, 14 Sep 2009 14:43:36 +0000 (16:43 +0200)]
kernel32/tests: Fix actctx tests on Vista+.
Alistair Leslie-Hughes [Mon, 14 Sep 2009 11:15:31 +0000 (21:15 +1000)]
mshtml: Implement IHTMLCurrentStyle_get_paddingBottom.
Alistair Leslie-Hughes [Mon, 14 Sep 2009 11:13:12 +0000 (21:13 +1000)]
mshtml: Implement IHTMLCurrentStyle_get_paddingRight.
Alistair Leslie-Hughes [Mon, 14 Sep 2009 11:05:54 +0000 (21:05 +1000)]
mshtml: Implement IHTMLCurrentStyle_get_paddingTop.
Alistair Leslie-Hughes [Mon, 14 Sep 2009 10:57:18 +0000 (20:57 +1000)]
mshtml: Implement IHTMLCurrentStyle_get_borderBottomColor.
Alistair Leslie-Hughes [Mon, 14 Sep 2009 10:46:39 +0000 (20:46 +1000)]
mshtml: Implement IHTMLCurrentStyle_get_borderRightColor.
Alistair Leslie-Hughes [Mon, 14 Sep 2009 10:44:29 +0000 (20:44 +1000)]
mshtml: Implement IHTMLCurrentStyle_get_borderTopColor.
Alistair Leslie-Hughes [Mon, 14 Sep 2009 10:41:22 +0000 (20:41 +1000)]
mshtml: Implement IHTMLCurrentStyle_get_borderLeftColor.
Nikolay Sivov [Sun, 13 Sep 2009 17:56:48 +0000 (21:56 +0400)]
comctl32/dpa: Fix DPA_Merge() test failures on old 4.7x comctl32.
Nikolay Sivov [Sat, 12 Sep 2009 23:13:42 +0000 (03:13 +0400)]
comctl32/dpa: Implement DPA_GetSize().
Nikolay Sivov [Mon, 14 Sep 2009 07:16:06 +0000 (11:16 +0400)]
comctl32/dpa: Implement DPA_SaveStream() with tests.
Nikolay Sivov [Fri, 11 Sep 2009 23:32:02 +0000 (03:32 +0400)]
comctl32/dpa: Fix parameter validation in DPA_LoadStream().
Nikolay Sivov [Fri, 11 Sep 2009 23:17:54 +0000 (03:17 +0400)]
comctl32/dpa: Separate tests for parameter validation in DPA_LoadStream().
Juan Lang [Mon, 14 Sep 2009 15:01:43 +0000 (08:01 -0700)]
crypt32: Implement retrieving the encoded signer of a decoded signed message.
Austin English [Mon, 14 Sep 2009 07:13:19 +0000 (02:13 -0500)]
advapi32/tests: Avoid #if 0, use if(0) instead.
Jacek Caban [Sun, 13 Sep 2009 22:36:09 +0000 (00:36 +0200)]
mshtml: Added IHTMLInputElement::src property implementation.
Jacek Caban [Sun, 13 Sep 2009 22:35:40 +0000 (00:35 +0200)]
mshtml: Added semi-stub IHTMLElement2::onreadystatechange implmementation.
Jacek Caban [Sun, 13 Sep 2009 22:35:20 +0000 (00:35 +0200)]
mshtml: Report download failure to necko.
Mike Kaplinskiy [Sun, 13 Sep 2009 21:54:54 +0000 (17:54 -0400)]
ws2_32: Remember to convert ports to network byte order.
Akihiro Sagawa [Sun, 13 Sep 2009 09:12:21 +0000 (18:12 +0900)]
user32: Update Japanese resource.
Akihiro Sagawa [Sun, 13 Sep 2009 09:12:22 +0000 (18:12 +0900)]
start: Add Japanese translation.
Akihiro Sagawa [Sun, 13 Sep 2009 09:12:24 +0000 (18:12 +0900)]
kernel32: Add Japanese system error messages.
Akihiro Sagawa [Sun, 13 Sep 2009 09:12:23 +0000 (18:12 +0900)]
xcopy: Add Japanese translation.
Akihiro Sagawa [Sun, 13 Sep 2009 09:12:20 +0000 (18:12 +0900)]
documentation: Update Japanese translation.
Gerald Pfeifer [Sat, 12 Sep 2009 13:40:25 +0000 (15:40 +0200)]
imm32/tests: Simplify code.
Jörg Höhle [Sun, 23 Aug 2009 14:31:22 +0000 (16:31 +0200)]
ddraw: Complete recognition of pixelformat 19: X8L8V8U8.
Paul Vriens [Sun, 13 Sep 2009 15:45:18 +0000 (17:45 +0200)]
wininet/tests: Run tests again on systems with IE5.
Detlef Riekenberg [Sat, 12 Sep 2009 16:17:56 +0000 (18:17 +0200)]
libs/port: use gcc compatible asm code as default for __i386__ (for PCC).
Detlef Riekenberg [Sat, 12 Sep 2009 15:55:21 +0000 (17:55 +0200)]
include: Add a missing semicolon (splint).
André Hentschel [Sat, 12 Sep 2009 12:37:40 +0000 (14:37 +0200)]
winemaker: Update manpage.
Michael Karcher [Fri, 11 Sep 2009 23:27:42 +0000 (01:27 +0200)]
ntdll: Fix DEP status initialization.
Henri Verbeet [Fri, 11 Sep 2009 17:01:19 +0000 (19:01 +0200)]
wined3d: Mark internal symbols hidden.
Henri Verbeet [Fri, 11 Sep 2009 17:01:18 +0000 (19:01 +0200)]
wined3d: Make some variables static.
Henri Verbeet [Fri, 11 Sep 2009 17:01:17 +0000 (19:01 +0200)]
d3d8: Add a separate function for surface initialization.
Henri Verbeet [Fri, 11 Sep 2009 17:01:16 +0000 (19:01 +0200)]
d3d9: Add a separate function for surface initialization.
Henri Verbeet [Fri, 11 Sep 2009 17:01:15 +0000 (19:01 +0200)]
d3d10core: Add a separate function for d3d10_texture2d initialization.
Henri Verbeet [Fri, 11 Sep 2009 17:01:14 +0000 (19:01 +0200)]
dxgi: Implement IDXGIAdapter::EnumOutputs().
Just a single output for each adapter so far, wined3d doesn't do
multihead yet.
Jacek Caban [Fri, 11 Sep 2009 16:47:50 +0000 (18:47 +0200)]
jscript: Fixed to_primitive for null dispatch.
Jacek Caban [Fri, 11 Sep 2009 16:47:14 +0000 (18:47 +0200)]
jscript: Fixed null dispatch comparison.
Jacek Caban [Fri, 11 Sep 2009 16:46:42 +0000 (18:46 +0200)]
jscript: Added Array.splice implementation.
Jacek Caban [Fri, 11 Sep 2009 16:41:45 +0000 (18:41 +0200)]
mshtml: Fixed tests.
Based on Paul Vriens's feedback.
André Hentschel [Fri, 11 Sep 2009 15:59:39 +0000 (17:59 +0200)]
oleaut32: Test for rolled hours and seconds.
Paul Vriens [Fri, 11 Sep 2009 14:38:31 +0000 (16:38 +0200)]
ntdll/tests: Fix some test failures on several platforms.
Hans Leidekker [Fri, 11 Sep 2009 13:46:12 +0000 (15:46 +0200)]
msi: Set ProductState property.
Alexandre Julliard [Fri, 11 Sep 2009 11:40:17 +0000 (13:40 +0200)]
quartz: Add proxies for strmif.idl.
Alexandre Julliard [Fri, 11 Sep 2009 11:39:32 +0000 (13:39 +0200)]
include: Fix an idl string type.
Rico Schüller [Thu, 10 Sep 2009 19:27:11 +0000 (21:27 +0200)]
d3d10: Implement ID3D10EffectVariable::GetDesc().
Rico Schüller [Thu, 10 Sep 2009 19:00:22 +0000 (21:00 +0200)]
d3d10: Add variable semantic parsing.
Ismael Barros [Thu, 10 Sep 2009 18:06:02 +0000 (20:06 +0200)]
dpwsockx: Implementation of SPInit.
Ge van Geldorp [Fri, 11 Sep 2009 10:22:38 +0000 (12:22 +0200)]
urlmon/tests: Fix tests for IE8.
Ge van Geldorp [Fri, 11 Sep 2009 10:23:01 +0000 (12:23 +0200)]
shdocvw/tests: Fix test on Win7.
Ge van Geldorp [Fri, 11 Sep 2009 10:22:15 +0000 (12:22 +0200)]
shlwapi/tests: Fix tests on Win7.
Aric Stewart [Fri, 11 Sep 2009 00:28:26 +0000 (19:28 -0500)]
msctf/tests: Add wine_todo processing to sink_check_ok.
Alexandre Julliard [Fri, 11 Sep 2009 10:44:15 +0000 (12:44 +0200)]
ole32: Don't register interfaces that belong to actxprxy.
Alexandre Julliard [Fri, 11 Sep 2009 10:41:13 +0000 (12:41 +0200)]
actxprxy: Add proxies for urlhist.idl.
Alexandre Julliard [Fri, 11 Sep 2009 10:39:37 +0000 (12:39 +0200)]
actxprxy: Add proxies for shobjidl.idl.
Alexandre Julliard [Fri, 11 Sep 2009 10:36:53 +0000 (12:36 +0200)]
actxprxy: Add proxies for ocmm.idl.
Alexandre Julliard [Fri, 11 Sep 2009 10:35:48 +0000 (12:35 +0200)]
actxprxy: Add proxies for objsafe.idl.
Alexandre Julliard [Fri, 11 Sep 2009 10:34:47 +0000 (12:34 +0200)]
actxprxy: Add proxies for htiframe.idl.
Alexandre Julliard [Fri, 11 Sep 2009 10:33:50 +0000 (12:33 +0200)]
actxprxy: Add proxies for hlink.idl.
Alexandre Julliard [Fri, 11 Sep 2009 10:33:13 +0000 (12:33 +0200)]
actxprxy: Add proxies for docobj.idl.
Alexandre Julliard [Fri, 11 Sep 2009 10:31:26 +0000 (12:31 +0200)]
actxprxy: Add proxies for comcat.idl.
Alexandre Julliard [Fri, 11 Sep 2009 10:28:31 +0000 (12:28 +0200)]
actxprxy: Add proxies for activscp.idl.
Dmitry Timoshkov [Fri, 11 Sep 2009 06:08:22 +0000 (15:08 +0900)]
ntdll: RtlpNtQueryValueKey takes 5 parameters.
Vitaliy Margolen [Fri, 11 Sep 2009 05:03:47 +0000 (23:03 -0600)]
dinput: Fix POV for programs that use buffered events.
Chris Robinson [Thu, 10 Sep 2009 19:13:24 +0000 (12:13 -0700)]
openal32: Downgrade two FIXMEs to WARNs, since they test app-specified parameters.
Chris Robinson [Thu, 10 Sep 2009 19:12:08 +0000 (12:12 -0700)]
openal32: Pass invalid contexts to the host OpenAL lib so it can set the proper error state.
Nikolay Sivov [Thu, 10 Sep 2009 19:45:56 +0000 (23:45 +0400)]
include: Move some definitions to public header, use PSDK names.
Nikolay Sivov [Thu, 10 Sep 2009 18:56:56 +0000 (22:56 +0400)]
comctl32/dpa: Fix DPA_Merge() for DPAM_INTERSECT option.
Nikolay Sivov [Thu, 10 Sep 2009 18:17:09 +0000 (22:17 +0400)]
comctl32/dpa: Some DPA_Merge tests.
Francois Gouget [Thu, 10 Sep 2009 15:58:54 +0000 (17:58 +0200)]
msctf: Make ThreadFocusHookProc() static.
Francois Gouget [Thu, 10 Sep 2009 15:58:44 +0000 (17:58 +0200)]
msctf: Reorder a couple of functions to avoid forward declarations.
Francois Gouget [Thu, 10 Sep 2009 15:59:03 +0000 (17:59 +0200)]
msctf/tests: Make _sink_check_ok() static.
Francois Gouget [Thu, 10 Sep 2009 15:58:59 +0000 (17:58 +0200)]
jscript: Add a trailing '\n' to a FIXME().
Francois Gouget [Thu, 10 Sep 2009 15:58:18 +0000 (17:58 +0200)]
uninstaller: Perform a case-insensitive search for the application to uninstall.
Registry keys are case-insensitive so the match should be too.
Henri Verbeet [Thu, 10 Sep 2009 14:57:19 +0000 (16:57 +0200)]
dxgi: Add a separate function for dxgi_adapter initialization.
Henri Verbeet [Thu, 10 Sep 2009 14:57:18 +0000 (16:57 +0200)]
d3d10core: Implement ID3D10Device::DrawIndexed().
Henri Verbeet [Thu, 10 Sep 2009 14:57:17 +0000 (16:57 +0200)]
d3d10core: Add an initial implementation of ID3D10Device::IASetIndexBuffer().
Henri Verbeet [Thu, 10 Sep 2009 14:57:16 +0000 (16:57 +0200)]
wined3d: Remove unused parameters to drawPrimitive().
Henri Verbeet [Thu, 10 Sep 2009 14:57:15 +0000 (16:57 +0200)]
d3d10: Move effect variable vtable initialization to parse_fx10_variable_head().