wine
15 years agomsi: Test how MsiConfigureProductEx locates the source package.
James Hawkins [Tue, 5 Aug 2008 15:27:50 +0000 (10:27 -0500)] 
msi: Test how MsiConfigureProductEx locates the source package.

15 years agoole32/tests: Fix a test on win98 and W2K.
Paul Vriens [Tue, 5 Aug 2008 15:25:28 +0000 (17:25 +0200)] 
ole32/tests: Fix a test on win98 and W2K.

15 years agogdi32: Don't use biSizeImage for a BI_BITFIELDS dib.
Huw Davies [Tue, 29 Jul 2008 10:49:58 +0000 (11:49 +0100)] 
gdi32: Don't use biSizeImage for a BI_BITFIELDS dib.

15 years agowineps.drv: Make sure we call CreateFontIndirect with zero width, otherwise we'll...
Huw Davies [Tue, 5 Aug 2008 13:31:16 +0000 (14:31 +0100)] 
wineps.drv: Make sure we call CreateFontIndirect with zero width, otherwise we'll get a scaled-width font.

15 years agooleaut32: Fix invalid free of import library entry name with SLTG typelibs.
Rob Shearman [Thu, 14 Aug 2008 17:50:57 +0000 (18:50 +0100)] 
oleaut32: Fix invalid free of import library entry name with SLTG typelibs.

Use TLB_MultiByteToBSTR to allocate import library entry name in
ITypeLib2_Constructor_MSFT as BSTR instead of a normal block of memory
to make the allocator the same as for SLTG typelibs. Free the name
with SysFreeString instead of TLB_Free.

15 years agooleaut32: Avoid unnecessary allocations in TLB_MultiByteToBSTR and SLTG_ReadString.
Rob Shearman [Thu, 14 Aug 2008 17:50:49 +0000 (18:50 +0100)] 
oleaut32: Avoid unnecessary allocations in TLB_MultiByteToBSTR and SLTG_ReadString.

15 years agorpcrt4: Fix RpcStringBindingComposeA/W and RpcStringBindingParseA/W to escape and...
Rob Shearman [Thu, 14 Aug 2008 08:15:20 +0000 (09:15 +0100)] 
rpcrt4: Fix RpcStringBindingComposeA/W and RpcStringBindingParseA/W to escape and unescape delimiters in the string binding.

This behaviour is stated by the DCE/RPC specification and is also
shown in the rpcrt4 conformance tests.

15 years agorpcrt4: Print a warning if connecting to a named pipe failed in rpcrt4_conn_open_pipe...
Rob Shearman [Thu, 14 Aug 2008 08:15:09 +0000 (09:15 +0100)] 
rpcrt4: Print a warning if connecting to a named pipe failed in rpcrt4_conn_open_pipe in the !wait case.

15 years agorpcrt4: Fix RpcBindingToStringBinding to not generate a UUID string if the object...
Rob Shearman [Thu, 14 Aug 2008 08:15:02 +0000 (09:15 +0100)] 
rpcrt4: Fix RpcBindingToStringBinding to not generate a UUID string if the object UUID is nil.

15 years agorpcrt4: Add test for RpcBindingToStringBindingA.
Rob Shearman [Thu, 14 Aug 2008 08:14:52 +0000 (09:14 +0100)] 
rpcrt4: Add test for RpcBindingToStringBindingA.

15 years agoinclude: Fix the WINELIB_NAME_AW macro for RpcBindingToStringBinding.
Rob Shearman [Thu, 14 Aug 2008 08:14:17 +0000 (09:14 +0100)] 
include: Fix the WINELIB_NAME_AW macro for RpcBindingToStringBinding.

15 years agorpcrt4: Check that strings in SMB, NB and pipe floors are nul-terminated before copyi...
Rob Shearman [Sun, 10 Aug 2008 17:24:35 +0000 (18:24 +0100)] 
rpcrt4: Check that strings in SMB, NB and pipe floors are nul-terminated before copying the data.

15 years agorpcss: Register the endpoint for the ncalrpc protseq for the endpoint mapper.
Rob Shearman [Sun, 10 Aug 2008 17:24:09 +0000 (18:24 +0100)] 
rpcss: Register the endpoint for the ncalrpc protseq for the endpoint mapper.

15 years agorpcss: Warn in ept_insert if TowerExplode fails.
Rob Shearman [Sun, 10 Aug 2008 17:24:00 +0000 (18:24 +0100)] 
rpcss: Warn in ept_insert if TowerExplode fails.

15 years agorpcrt4: Fix the protid used in ncalrpc tower functions.
Rob Shearman [Sun, 10 Aug 2008 17:23:50 +0000 (18:23 +0100)] 
rpcrt4: Fix the protid used in ncalrpc tower functions.

The epm tower for the ncalrpc protseq should have a floor with a
protid of EPM_PROTOCOL_PIPE instead of EPM_PROTOCOL_SMB.

15 years agorpcrt4: Fix crash in rpcrt4_ncalrpc_parse_top_of_tower due to unconditionally derefer...
Rob Shearman [Sun, 10 Aug 2008 17:23:40 +0000 (18:23 +0100)] 
rpcrt4: Fix crash in rpcrt4_ncalrpc_parse_top_of_tower due to unconditionally dereferencing networkaddr and endpoint variables.

These can be NULL when parts of the tower are not required.

15 years agorpcrt4: Fix crash calculation of tower size in rpcrt4_ncalrpc_get_top_of_tower.
Rob Shearman [Sun, 10 Aug 2008 17:23:31 +0000 (18:23 +0100)] 
rpcrt4: Fix crash calculation of tower size in rpcrt4_ncalrpc_get_top_of_tower.

The size depends on the length of the endpoint string, not the network
address string.

15 years agorpcrt4: Fix a typo in the ncalrpc protseq in the epm_endpoints structure.
Rob Shearman [Sun, 10 Aug 2008 17:23:17 +0000 (18:23 +0100)] 
rpcrt4: Fix a typo in the ncalrpc protseq in the epm_endpoints structure.

15 years agoinclude/wine/svcctl.idl: Remove duplicate define.
Paul Vriens [Fri, 15 Aug 2008 14:33:01 +0000 (16:33 +0200)] 
include/wine/svcctl.idl: Remove duplicate define.

15 years agodplayx/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Thu, 14 Aug 2008 00:25:28 +0000 (02:25 +0200)] 
dplayx/tests: Fix compilation on systems that don't support nameless unions.

15 years agorpcrt4: Re-implement part of the conformant varying structure processing routines...
Rob Shearman [Sun, 10 Aug 2008 10:14:30 +0000 (11:14 +0100)] 
rpcrt4: Re-implement part of the conformant varying structure processing routines using array_* functions.

15 years agorpcrt4: Factorise conformant string functions into array_* functions.
Rob Shearman [Sun, 10 Aug 2008 10:14:25 +0000 (11:14 +0100)] 
rpcrt4: Factorise conformant string functions into array_* functions.

This allows conformant string array types to be
marshalled/unmarshalled when embedded in a complex type.

15 years agorpcrt4: Factorise conformant varying array functions into array_* functions.
Rob Shearman [Sun, 10 Aug 2008 10:14:21 +0000 (11:14 +0100)] 
rpcrt4: Factorise conformant varying array functions into array_* functions.

This allows conformant varying array types to be
marshalled/unmarshalled when embedded in a complex type.

15 years agorpcrt4: Add tests for a complex struct with conformant array.
Rob Shearman [Sun, 10 Aug 2008 10:14:17 +0000 (11:14 +0100)] 
rpcrt4: Add tests for a complex struct with conformant array.

15 years agorpcrt4: Factorise conformant array NDR functions and use them to fix the wire-represe...
Rob Shearman [Sun, 10 Aug 2008 10:14:07 +0000 (11:14 +0100)] 
rpcrt4: Factorise conformant array NDR functions and use them to fix the wire-representation of complex structures with conformant arrays.

Factorise each conformant array function into the part that deals with
reading, writing or sizing the conformance and another part that deals
with reading, writing or sizing the variance and the element data.

This allows complex structures to use the right wire format where the
conformance appears before the structure data starts.

15 years agorichedit: Added in support for streaming in and out nested tables.
Dylan Smith [Thu, 7 Aug 2008 16:31:46 +0000 (12:31 -0400)] 
richedit: Added in support for streaming in and out nested tables.

15 years agorichedit: Each cell can contain multiple paragraphs in msftedit.
Dylan Smith [Thu, 7 Aug 2008 16:31:41 +0000 (12:31 -0400)] 
richedit: Each cell can contain multiple paragraphs in msftedit.

15 years agorichedit: Reversed deletion direction so tables are inserted forwards.
Dylan Smith [Thu, 7 Aug 2008 16:31:37 +0000 (12:31 -0400)] 
richedit: Reversed deletion direction so tables are inserted forwards.

15 years agorichedit: Protect deletion of cell boundaries when not deleting row.
Dylan Smith [Tue, 5 Aug 2008 16:10:51 +0000 (12:10 -0400)] 
richedit: Protect deletion of cell boundaries when not deleting row.

15 years agorichedit: Handle tab key properly within table cells.
Dylan Smith [Tue, 5 Aug 2008 16:10:47 +0000 (12:10 -0400)] 
richedit: Handle tab key properly within table cells.

Within table cells the tab key moves to the next cell in the table, or creates
a new table row when at the end of the table.

15 years agorichedit: Word/Line/Paragraph selection had selection anchor on wrong side.
Dylan Smith [Tue, 5 Aug 2008 16:10:43 +0000 (12:10 -0400)] 
richedit: Word/Line/Paragraph selection had selection anchor on wrong side.

After selection a word, line, or paragraph with multi click selection or using
the selection bar, then shift can be held and the arrows can be used to move
one of the ends of the selection.

15 years agorichedit: Removed assumption about the order of rtf indent control words.
Dylan Smith [Thu, 7 Aug 2008 14:17:12 +0000 (10:17 -0400)] 
richedit: Removed assumption about the order of rtf indent control words.

Previously the calculations of dxStartIdent and dxOffset depended on
their order.

15 years agowinealsa.drv: Add ability to recover from underruns to directsound driver.
Maarten Lankhorst [Fri, 8 Aug 2008 18:50:02 +0000 (20:50 +0200)] 
winealsa.drv: Add ability to recover from underruns to directsound driver.

Fixes handling of buffer underruns that might still occur.

15 years agoadvapi32/tests: Add tests for GetSecurityInfo with a NULL security descriptor pointer.
Dan Hipschman [Thu, 7 Aug 2008 22:14:06 +0000 (15:14 -0700)] 
advapi32/tests: Add tests for GetSecurityInfo with a NULL security descriptor pointer.

15 years agoadvapi32: Implement GetSecurityInfo.
Dan Hipschman [Thu, 7 Aug 2008 19:54:58 +0000 (12:54 -0700)] 
advapi32: Implement GetSecurityInfo.

15 years agowidl: Honor typedef pointer attributes.
Dan Hipschman [Thu, 7 Aug 2008 17:33:46 +0000 (10:33 -0700)] 
widl: Honor typedef pointer attributes.

15 years agokernel32: Strip modifiers from the Mac locale so setlocale can parse it.
Ken Thomases [Fri, 8 Aug 2008 00:00:00 +0000 (19:00 -0500)] 
kernel32: Strip modifiers from the Mac locale so setlocale can parse it.

The CFLocale API can produce locale identifiers with modifiers, such as
"pl_PL@currency=EUR".  However, the Mac setlocale() can't understand such
locale strings.

15 years agorichedit: Fixed rtf reader bug that caused large start indents.
Dylan Smith [Wed, 6 Aug 2008 21:10:49 +0000 (17:10 -0400)] 
richedit: Fixed rtf reader bug that caused large start indents.

The problem was that the paragraph format was being retrieved,
slightly modified and then used to set the paragraph format, without
limiting the mask to what was being set.  The PFM_OFFSETINDENT mask flag
being valid meant that dxStartIndent specifies a relative offset, thus
dxStartIndent was doubled.

15 years agowinedbg: Don't force integral values while displaying a stack value, it doesn't work...
Eric Pouech [Wed, 6 Aug 2008 19:56:24 +0000 (21:56 +0200)] 
winedbg: Don't force integral values while displaying a stack value, it doesn't work for float/double values.

15 years agokernel32: GetCalendarInfo shouldn't return HRESULT codes. Change a MESSAGE to a FIXME.
Huw Davies [Wed, 6 Aug 2008 11:31:55 +0000 (12:31 +0100)] 
kernel32: GetCalendarInfo shouldn't return HRESULT codes. Change a MESSAGE to a FIXME.

15 years agowinhlp32: Clear richedit area before setting text.
Kirill K. Smirnov [Sun, 3 Aug 2008 23:50:39 +0000 (03:50 +0400)] 
winhlp32: Clear richedit area before setting text.

15 years agowinhlp32: Fix off-by-one error.
Kirill K. Smirnov [Sun, 3 Aug 2008 23:49:20 +0000 (03:49 +0400)] 
winhlp32: Fix off-by-one error.

15 years agowinhlp32: Fix parsing system header of win3.0 help file.
Kirill K. Smirnov [Sun, 3 Aug 2008 23:50:52 +0000 (03:50 +0400)] 
winhlp32: Fix parsing system header of win3.0 help file.

15 years agoinetmib1: Fix wrong arguments.
Rico Schüller [Tue, 5 Aug 2008 11:33:00 +0000 (13:33 +0200)] 
inetmib1: Fix wrong arguments.

15 years agokernel32/tests: Show the setting of the debugger registry value.
Paul Vriens [Tue, 5 Aug 2008 08:53:54 +0000 (10:53 +0200)] 
kernel32/tests: Show the setting of the debugger registry value.

15 years agogdi32/tests: Fix some test failures on Win9x.
Alexandre Julliard [Tue, 5 Aug 2008 10:48:55 +0000 (12:48 +0200)] 
gdi32/tests: Fix some test failures on Win9x.

15 years agogdiplus: Skip the generic font tests if we don't have the required fonts.
Adam Petaccia [Mon, 4 Aug 2008 18:55:06 +0000 (14:55 -0400)] 
gdiplus: Skip the generic font tests if we don't have the required fonts.

15 years agomstask: Implemented NewWorkItem.
Roy Shea [Mon, 4 Aug 2008 18:46:14 +0000 (11:46 -0700)] 
mstask: Implemented NewWorkItem.

15 years agomstask: Task stub with AddRef, QueryInterface, and Release.
Roy Shea [Mon, 4 Aug 2008 18:43:21 +0000 (11:43 -0700)] 
mstask: Task stub with AddRef, QueryInterface, and Release.

15 years agowinecfg: Update Russian translation.
Vladimir Pankratov [Mon, 4 Aug 2008 10:45:39 +0000 (15:45 +0500)] 
winecfg: Update Russian translation.

15 years agorichedit: Joined paragraph format depends on number of characters deleted.
Dylan Smith [Mon, 4 Aug 2008 23:19:01 +0000 (19:19 -0400)] 
richedit: Joined paragraph format depends on number of characters deleted.

15 years agorichedit: Use tabstops to store cell positions.
Dylan Smith [Mon, 4 Aug 2008 23:18:54 +0000 (19:18 -0400)] 
richedit: Use tabstops to store cell positions.

15 years agowined3d: Track overlay surfaces in the overlayed surface.
Stefan Dösinger [Wed, 30 Jul 2008 20:28:25 +0000 (15:28 -0500)] 
wined3d: Track overlay surfaces in the overlayed surface.

15 years agowined3d: Update the surface locations in Present.
Stefan Dösinger [Thu, 24 Jul 2008 18:38:10 +0000 (13:38 -0500)] 
wined3d: Update the surface locations in Present.

15 years agowined3d: Implement overlay flipping.
Stefan Dösinger [Thu, 24 Jul 2008 16:38:51 +0000 (11:38 -0500)] 
wined3d: Implement overlay flipping.

15 years agowined3d: Basic overlay emulation with opengl.
Stefan Dösinger [Fri, 1 Aug 2008 18:12:18 +0000 (13:12 -0500)] 
wined3d: Basic overlay emulation with opengl.

15 years agowined3d: Implement overlay position tracking.
Stefan Dösinger [Tue, 5 Aug 2008 10:19:43 +0000 (12:19 +0200)] 
wined3d: Implement overlay position tracking.

15 years agowined3d: Move the pshader fog update to the vertex pipeline.
Stefan Dösinger [Mon, 4 Aug 2008 15:55:26 +0000 (10:55 -0500)] 
wined3d: Move the pshader fog update to the vertex pipeline.

15 years agowined3d: Remove a glFlush.
Stefan Dösinger [Mon, 4 Aug 2008 18:36:15 +0000 (13:36 -0500)] 
wined3d: Remove a glFlush.

15 years agowined3d: Call glFlush outside the GL lock.
Stefan Dösinger [Mon, 4 Aug 2008 18:34:47 +0000 (13:34 -0500)] 
wined3d: Call glFlush outside the GL lock.

15 years agohhctrl.ocx: Sign-compare warning fix.
Andrew Talbot [Mon, 4 Aug 2008 21:39:20 +0000 (22:39 +0100)] 
hhctrl.ocx: Sign-compare warning fix.

15 years agogphoto2.ds: Sign-compare warning fix.
Andrew Talbot [Mon, 4 Aug 2008 21:39:16 +0000 (22:39 +0100)] 
gphoto2.ds: Sign-compare warning fix.

15 years agod3dx9: Avoid assignment in D3DXGetVertexShaderProfile.
Luis C. Busquets Pérez [Tue, 5 Aug 2008 05:09:57 +0000 (07:09 +0200)] 
d3dx9: Avoid assignment in D3DXGetVertexShaderProfile.

15 years agoadvpack: Fix a failing test in win98.
James Hawkins [Mon, 4 Aug 2008 22:52:47 +0000 (17:52 -0500)] 
advpack: Fix a failing test in win98.

15 years agows2_32: Delay import iphlpapi.
Juan Lang [Mon, 4 Aug 2008 22:44:27 +0000 (15:44 -0700)] 
ws2_32: Delay import iphlpapi.

15 years agogdiplus: Add another test to getregiondata.
Adam Petaccia [Mon, 4 Aug 2008 17:57:04 +0000 (13:57 -0400)] 
gdiplus: Add another test to getregiondata.

15 years agogdiplus: Implement GdipCombineRegionPath.
Adam Petaccia [Mon, 4 Aug 2008 17:56:59 +0000 (13:56 -0400)] 
gdiplus: Implement GdipCombineRegionPath.

15 years agogdiplus: Implement GdipCombineRegionRegion.
Adam Petaccia [Mon, 4 Aug 2008 17:56:56 +0000 (13:56 -0400)] 
gdiplus: Implement GdipCombineRegionRegion.

15 years agogdiplus: Implement GdipCombineRegionRectI.
Adam Petaccia [Mon, 4 Aug 2008 17:56:53 +0000 (13:56 -0400)] 
gdiplus: Implement GdipCombineRegionRectI.

15 years agogdiplus: Implement GdipCombineRegionRect.
Adam Petaccia [Mon, 4 Aug 2008 17:56:49 +0000 (13:56 -0400)] 
gdiplus: Implement GdipCombineRegionRect.

15 years agogdiplus: Implement GdipCloneRegion.
Adam Petaccia [Mon, 4 Aug 2008 17:56:45 +0000 (13:56 -0400)] 
gdiplus: Implement GdipCloneRegion.

15 years agogdiplus: Implement GdipCreateRegionRectI.
Adam Petaccia [Mon, 4 Aug 2008 17:56:41 +0000 (13:56 -0400)] 
gdiplus: Implement GdipCreateRegionRectI.

15 years agogdiplus: Implement GdipCreateRegionRect.
Adam Petaccia [Mon, 4 Aug 2008 17:56:37 +0000 (13:56 -0400)] 
gdiplus: Implement GdipCreateRegionRect.

15 years agogdiplus: Implement GdipCreateRegionPath.
Adam Petaccia [Mon, 4 Aug 2008 17:56:33 +0000 (13:56 -0400)] 
gdiplus: Implement GdipCreateRegionPath.

15 years agogdiplus: Implement GdipGetRegionData.
Adam Petaccia [Mon, 4 Aug 2008 17:56:25 +0000 (13:56 -0400)] 
gdiplus: Implement GdipGetRegionData.

15 years agogdiplus: Implemented GdipAddPathPie/GdipAddPathPieI with test.
Nikolay Sivov [Mon, 4 Aug 2008 17:45:16 +0000 (21:45 +0400)] 
gdiplus: Implemented GdipAddPathPie/GdipAddPathPieI with test.

15 years agogdiplus: Implemented GdipReversePath with tests.
Nikolay Sivov [Mon, 4 Aug 2008 17:45:05 +0000 (21:45 +0400)] 
gdiplus: Implemented GdipReversePath with tests.

15 years agocrypt32: Use CryptSIPRetrieveSubjectGuid to determine how to read a message object...
Juan Lang [Tue, 5 Aug 2008 05:04:10 +0000 (22:04 -0700)] 
crypt32: Use CryptSIPRetrieveSubjectGuid to determine how to read a message object from a file, rather than assuming the source file is always a PE executable.

15 years agoadvpack: Skip the TranslateInfEx tests in win9x.
James Hawkins [Mon, 4 Aug 2008 22:52:01 +0000 (17:52 -0500)] 
advpack: Skip the TranslateInfEx tests in win9x.

15 years agoshlwapi: Fixed the string tests on Vista.
Reece Dunn [Mon, 4 Aug 2008 08:26:06 +0000 (09:26 +0100)] 
shlwapi: Fixed the string tests on Vista.

15 years agoshell32/tests: Test whether SHGetFileInfo should clear hIcon.
Dan Kegel [Mon, 4 Aug 2008 22:19:02 +0000 (15:19 -0700)] 
shell32/tests: Test whether SHGetFileInfo should clear hIcon.

15 years agogdi32: Keep track of the number of unique fonts that are created and return this...
Huw Davies [Thu, 31 Jul 2008 15:47:22 +0000 (16:47 +0100)] 
gdi32: Keep track of the number of unique fonts that are created and return this in the second DWORD of the GdiRealizationInfo structure.

15 years agowined3d: Handle CTXUSAGE_BLIT with offscreen targets and FBO ORM.
H. Verbeet [Mon, 4 Aug 2008 17:28:42 +0000 (19:28 +0200)] 
wined3d: Handle CTXUSAGE_BLIT with offscreen targets and FBO ORM.

This is mostly for correctness, in practice we should always be able
to avoid using CTXUSAGE_BLIT for offscreen targets when FBO ORM is
used.

15 years agowined3d: Apply FBO state in ActivateContext().
H. Verbeet [Mon, 4 Aug 2008 17:28:37 +0000 (19:28 +0200)] 
wined3d: Apply FBO state in ActivateContext().

Fixes some GL errors due to calling glDrawBuffer(GL_BACK) when an FBO
is still active.

15 years agowined3d: Mark STATE_SCISSORRECT dirty in color_fill_fbo().
H. Verbeet [Mon, 4 Aug 2008 17:28:32 +0000 (19:28 +0200)] 
wined3d: Mark STATE_SCISSORRECT dirty in color_fill_fbo().

As pointed out by Alexander Dorofeyev.

15 years agowinex11: Reduce console spam for AlphaBlend deficiencies.
James Hawkins [Mon, 4 Aug 2008 16:52:54 +0000 (11:52 -0500)] 
winex11: Reduce console spam for AlphaBlend deficiencies.

15 years agomsi: Change an ERR that was supposed to be a TRACE.
James Hawkins [Mon, 4 Aug 2008 16:52:02 +0000 (11:52 -0500)] 
msi: Change an ERR that was supposed to be a TRACE.

15 years agoquartz/tests: Skip some tests on NT4.
Paul Vriens [Mon, 4 Aug 2008 16:25:29 +0000 (18:25 +0200)] 
quartz/tests: Skip some tests on NT4.

15 years agokernel32/tests: Fix a test failure on Win9x.
Paul Vriens [Mon, 4 Aug 2008 15:29:49 +0000 (17:29 +0200)] 
kernel32/tests: Fix a test failure on Win9x.

15 years agoiphlpapi/tests: Skip some tests for unsupported functions.
Paul Vriens [Mon, 4 Aug 2008 12:29:41 +0000 (14:29 +0200)] 
iphlpapi/tests: Skip some tests for unsupported functions.

15 years agouser32/tests: Fix a number of message sequence tests that could sometimes fail.
Alexandre Julliard [Mon, 4 Aug 2008 21:07:10 +0000 (23:07 +0200)] 
user32/tests: Fix a number of message sequence tests that could sometimes fail.

15 years agouser32/tests: Fix some test failures on win9x.
Alexandre Julliard [Mon, 4 Aug 2008 21:06:54 +0000 (23:06 +0200)] 
user32/tests: Fix some test failures on win9x.

15 years agouser32/tests: Don't check last error on success in the broadcast tests.
Alexandre Julliard [Mon, 4 Aug 2008 21:05:21 +0000 (23:05 +0200)] 
user32/tests: Don't check last error on success in the broadcast tests.

15 years agouser32/tests: Fix the listbox LB_DIR tests when directories are present.
Alexandre Julliard [Mon, 4 Aug 2008 21:04:47 +0000 (23:04 +0200)] 
user32/tests: Fix the listbox LB_DIR tests when directories are present.

15 years agod3dx9: Implementation of D3DXGetVertexShaderProfile.
Luis C. Busquets Pérez [Fri, 1 Aug 2008 19:19:11 +0000 (21:19 +0200)] 
d3dx9: Implementation of D3DXGetVertexShaderProfile.

15 years agod3dx9: Implementation of D3DXGetPixelShaderProfile.
Luis C. Busquets Pérez [Fri, 1 Aug 2008 19:18:08 +0000 (21:18 +0200)] 
d3dx9: Implementation of D3DXGetPixelShaderProfile.

15 years agodplayx: Tests for GetPlayerFlags.
Ismael Barros [Sat, 2 Aug 2008 19:52:08 +0000 (21:52 +0200)] 
dplayx: Tests for GetPlayerFlags.

15 years agodplayx: Tests for GetPlayerAddress.
Ismael Barros [Sat, 2 Aug 2008 19:52:17 +0000 (21:52 +0200)] 
dplayx: Tests for GetPlayerAddress.

15 years agodplayx: Tests for GetPlayerAccount.
Ismael Barros [Sat, 2 Aug 2008 19:52:01 +0000 (21:52 +0200)] 
dplayx: Tests for GetPlayerAccount.

15 years agodplayx: Tests for Get/SetPlayerName.
Ismael Barros [Sat, 2 Aug 2008 19:52:12 +0000 (21:52 +0200)] 
dplayx: Tests for Get/SetPlayerName.