Paul Vriens [Tue, 5 Aug 2008 15:25:28 +0000 (17:25 +0200)]
ole32/tests: Fix a test on win98 and W2K.
Huw Davies [Tue, 29 Jul 2008 10:49:58 +0000 (11:49 +0100)]
gdi32: Don't use biSizeImage for a BI_BITFIELDS dib.
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.
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.
Rob Shearman [Thu, 14 Aug 2008 17:50:49 +0000 (18:50 +0100)]
oleaut32: Avoid unnecessary allocations in TLB_MultiByteToBSTR and SLTG_ReadString.
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.
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.
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.
Rob Shearman [Thu, 14 Aug 2008 08:14:52 +0000 (09:14 +0100)]
rpcrt4: Add test for RpcBindingToStringBindingA.
Rob Shearman [Thu, 14 Aug 2008 08:14:17 +0000 (09:14 +0100)]
include: Fix the WINELIB_NAME_AW macro for RpcBindingToStringBinding.
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.
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.
Rob Shearman [Sun, 10 Aug 2008 17:24:00 +0000 (18:24 +0100)]
rpcss: Warn in ept_insert if TowerExplode fails.
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.
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.
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.
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.
Paul Vriens [Fri, 15 Aug 2008 14:33:01 +0000 (16:33 +0200)]
include/wine/svcctl.idl: Remove duplicate define.
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.
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.
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.
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.
Rob Shearman [Sun, 10 Aug 2008 10:14:17 +0000 (11:14 +0100)]
rpcrt4: Add tests for a complex struct with conformant array.
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.
Dylan Smith [Thu, 7 Aug 2008 16:31:46 +0000 (12:31 -0400)]
richedit: Added in support for streaming in and out nested tables.
Dylan Smith [Thu, 7 Aug 2008 16:31:41 +0000 (12:31 -0400)]
richedit: Each cell can contain multiple paragraphs in msftedit.
Dylan Smith [Thu, 7 Aug 2008 16:31:37 +0000 (12:31 -0400)]
richedit: Reversed deletion direction so tables are inserted forwards.
Dylan Smith [Tue, 5 Aug 2008 16:10:51 +0000 (12:10 -0400)]
richedit: Protect deletion of cell boundaries when not deleting row.
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.
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.
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.
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.
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.
Dan Hipschman [Thu, 7 Aug 2008 19:54:58 +0000 (12:54 -0700)]
advapi32: Implement GetSecurityInfo.
Dan Hipschman [Thu, 7 Aug 2008 17:33:46 +0000 (10:33 -0700)]
widl: Honor typedef pointer attributes.
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.
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.
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.
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.
Kirill K. Smirnov [Sun, 3 Aug 2008 23:50:39 +0000 (03:50 +0400)]
winhlp32: Clear richedit area before setting text.
Kirill K. Smirnov [Sun, 3 Aug 2008 23:49:20 +0000 (03:49 +0400)]
winhlp32: Fix off-by-one error.
Kirill K. Smirnov [Sun, 3 Aug 2008 23:50:52 +0000 (03:50 +0400)]
winhlp32: Fix parsing system header of win3.0 help file.
Rico Schüller [Tue, 5 Aug 2008 11:33:00 +0000 (13:33 +0200)]
inetmib1: Fix wrong arguments.
Paul Vriens [Tue, 5 Aug 2008 08:53:54 +0000 (10:53 +0200)]
kernel32/tests: Show the setting of the debugger registry value.
Alexandre Julliard [Tue, 5 Aug 2008 10:48:55 +0000 (12:48 +0200)]
gdi32/tests: Fix some test failures on Win9x.
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.
Roy Shea [Mon, 4 Aug 2008 18:46:14 +0000 (11:46 -0700)]
mstask: Implemented NewWorkItem.
Roy Shea [Mon, 4 Aug 2008 18:43:21 +0000 (11:43 -0700)]
mstask: Task stub with AddRef, QueryInterface, and Release.
Vladimir Pankratov [Mon, 4 Aug 2008 10:45:39 +0000 (15:45 +0500)]
winecfg: Update Russian translation.
Dylan Smith [Mon, 4 Aug 2008 23:19:01 +0000 (19:19 -0400)]
richedit: Joined paragraph format depends on number of characters deleted.
Dylan Smith [Mon, 4 Aug 2008 23:18:54 +0000 (19:18 -0400)]
richedit: Use tabstops to store cell positions.
Stefan Dösinger [Wed, 30 Jul 2008 20:28:25 +0000 (15:28 -0500)]
wined3d: Track overlay surfaces in the overlayed surface.
Stefan Dösinger [Thu, 24 Jul 2008 18:38:10 +0000 (13:38 -0500)]
wined3d: Update the surface locations in Present.
Stefan Dösinger [Thu, 24 Jul 2008 16:38:51 +0000 (11:38 -0500)]
wined3d: Implement overlay flipping.
Stefan Dösinger [Fri, 1 Aug 2008 18:12:18 +0000 (13:12 -0500)]
wined3d: Basic overlay emulation with opengl.
Stefan Dösinger [Tue, 5 Aug 2008 10:19:43 +0000 (12:19 +0200)]
wined3d: Implement overlay position tracking.
Stefan Dösinger [Mon, 4 Aug 2008 15:55:26 +0000 (10:55 -0500)]
wined3d: Move the pshader fog update to the vertex pipeline.
Stefan Dösinger [Mon, 4 Aug 2008 18:36:15 +0000 (13:36 -0500)]
wined3d: Remove a glFlush.
Stefan Dösinger [Mon, 4 Aug 2008 18:34:47 +0000 (13:34 -0500)]
wined3d: Call glFlush outside the GL lock.
Andrew Talbot [Mon, 4 Aug 2008 21:39:20 +0000 (22:39 +0100)]
hhctrl.ocx: Sign-compare warning fix.
Andrew Talbot [Mon, 4 Aug 2008 21:39:16 +0000 (22:39 +0100)]
gphoto2.ds: Sign-compare warning fix.
Luis C. Busquets Pérez [Tue, 5 Aug 2008 05:09:57 +0000 (07:09 +0200)]
d3dx9: Avoid assignment in D3DXGetVertexShaderProfile.
James Hawkins [Mon, 4 Aug 2008 22:52:47 +0000 (17:52 -0500)]
advpack: Fix a failing test in win98.
Juan Lang [Mon, 4 Aug 2008 22:44:27 +0000 (15:44 -0700)]
ws2_32: Delay import iphlpapi.
Adam Petaccia [Mon, 4 Aug 2008 17:57:04 +0000 (13:57 -0400)]
gdiplus: Add another test to getregiondata.
Adam Petaccia [Mon, 4 Aug 2008 17:56:59 +0000 (13:56 -0400)]
gdiplus: Implement GdipCombineRegionPath.
Adam Petaccia [Mon, 4 Aug 2008 17:56:56 +0000 (13:56 -0400)]
gdiplus: Implement GdipCombineRegionRegion.
Adam Petaccia [Mon, 4 Aug 2008 17:56:53 +0000 (13:56 -0400)]
gdiplus: Implement GdipCombineRegionRectI.
Adam Petaccia [Mon, 4 Aug 2008 17:56:49 +0000 (13:56 -0400)]
gdiplus: Implement GdipCombineRegionRect.
Adam Petaccia [Mon, 4 Aug 2008 17:56:45 +0000 (13:56 -0400)]
gdiplus: Implement GdipCloneRegion.
Adam Petaccia [Mon, 4 Aug 2008 17:56:41 +0000 (13:56 -0400)]
gdiplus: Implement GdipCreateRegionRectI.
Adam Petaccia [Mon, 4 Aug 2008 17:56:37 +0000 (13:56 -0400)]
gdiplus: Implement GdipCreateRegionRect.
Adam Petaccia [Mon, 4 Aug 2008 17:56:33 +0000 (13:56 -0400)]
gdiplus: Implement GdipCreateRegionPath.
Adam Petaccia [Mon, 4 Aug 2008 17:56:25 +0000 (13:56 -0400)]
gdiplus: Implement GdipGetRegionData.
Nikolay Sivov [Mon, 4 Aug 2008 17:45:16 +0000 (21:45 +0400)]
gdiplus: Implemented GdipAddPathPie/GdipAddPathPieI with test.
Nikolay Sivov [Mon, 4 Aug 2008 17:45:05 +0000 (21:45 +0400)]
gdiplus: Implemented GdipReversePath with tests.
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.
James Hawkins [Mon, 4 Aug 2008 22:52:01 +0000 (17:52 -0500)]
advpack: Skip the TranslateInfEx tests in win9x.
Reece Dunn [Mon, 4 Aug 2008 08:26:06 +0000 (09:26 +0100)]
shlwapi: Fixed the string tests on Vista.
Dan Kegel [Mon, 4 Aug 2008 22:19:02 +0000 (15:19 -0700)]
shell32/tests: Test whether SHGetFileInfo should clear hIcon.
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.
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.
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.
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.
James Hawkins [Mon, 4 Aug 2008 16:52:54 +0000 (11:52 -0500)]
winex11: Reduce console spam for AlphaBlend deficiencies.
James Hawkins [Mon, 4 Aug 2008 16:52:02 +0000 (11:52 -0500)]
msi: Change an ERR that was supposed to be a TRACE.
Paul Vriens [Mon, 4 Aug 2008 16:25:29 +0000 (18:25 +0200)]
quartz/tests: Skip some tests on NT4.
Paul Vriens [Mon, 4 Aug 2008 15:29:49 +0000 (17:29 +0200)]
kernel32/tests: Fix a test failure on Win9x.
Paul Vriens [Mon, 4 Aug 2008 12:29:41 +0000 (14:29 +0200)]
iphlpapi/tests: Skip some tests for unsupported functions.
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.
Alexandre Julliard [Mon, 4 Aug 2008 21:06:54 +0000 (23:06 +0200)]
user32/tests: Fix some test failures on win9x.
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.
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.
Luis C. Busquets Pérez [Fri, 1 Aug 2008 19:19:11 +0000 (21:19 +0200)]
d3dx9: Implementation of D3DXGetVertexShaderProfile.
Luis C. Busquets Pérez [Fri, 1 Aug 2008 19:18:08 +0000 (21:18 +0200)]
d3dx9: Implementation of D3DXGetPixelShaderProfile.
Ismael Barros [Sat, 2 Aug 2008 19:52:08 +0000 (21:52 +0200)]
dplayx: Tests for GetPlayerFlags.
Ismael Barros [Sat, 2 Aug 2008 19:52:17 +0000 (21:52 +0200)]
dplayx: Tests for GetPlayerAddress.
Ismael Barros [Sat, 2 Aug 2008 19:52:01 +0000 (21:52 +0200)]
dplayx: Tests for GetPlayerAccount.
Ismael Barros [Sat, 2 Aug 2008 19:52:12 +0000 (21:52 +0200)]
dplayx: Tests for Get/SetPlayerName.
Ismael Barros [Sat, 2 Aug 2008 19:51:56 +0000 (21:51 +0200)]
dplayx: Tests for Get/SetPlayerData.