Jacek Caban [Mon, 18 May 2009 01:05:39 +0000 (03:05 +0200)]
urlmon: Added GetBindString(BINDSTRING_URL) implementation.
Vitaliy Margolen [Sun, 17 May 2009 22:02:22 +0000 (16:02 -0600)]
dxdiagn: DirectShowFilters should go under numbered sub-containers.
Vitaliy Margolen [Sun, 17 May 2009 22:02:20 +0000 (16:02 -0600)]
dxdiagn: Correct version format property.
Vitaliy Margolen [Sun, 17 May 2009 22:02:18 +0000 (16:02 -0600)]
dxdiagn: Rename szClsidCat and szClsidFilter to match native information.
Aurimas Fišeras [Sun, 17 May 2009 16:20:55 +0000 (19:20 +0300)]
notepad: Update Lithuanian translation.
Francois Gouget [Sun, 17 May 2009 11:30:10 +0000 (13:30 +0200)]
gphoto2.ds: Use Win32 APIs instead of strdup().
Francois Gouget [Sun, 17 May 2009 11:31:24 +0000 (13:31 +0200)]
advapi32/tests: Replace realloc() with HeapReAlloc().
Francois Gouget [Sun, 17 May 2009 11:28:46 +0000 (13:28 +0200)]
winetest: Replace malloc() & co with HeapAlloc().
Francois Gouget [Sun, 17 May 2009 11:28:23 +0000 (13:28 +0200)]
winetest: Rename xmalloc() & co to heap_xxx() to not imply they are based on malloc(), and add heap_free().
Francois Gouget [Sun, 17 May 2009 11:27:31 +0000 (13:27 +0200)]
dplayx: cbDelete{Groups,Player}Elem() are unused so remove them.
Francois Gouget [Sun, 17 May 2009 11:26:16 +0000 (13:26 +0200)]
winapi_test: Simplify the code that builds the list of headers to process.
Damjan Jovanovic [Sun, 17 May 2009 09:09:16 +0000 (11:09 +0200)]
oleaut32: Add a failing VarFormat test showing that wine wrongly truncates decimals with large negative exponents instead of rounding.
Michael Stefaniuc [Sat, 16 May 2009 19:43:06 +0000 (21:43 +0200)]
msctf: Allocate memory only right before it's needed.
Fixes a memory leak on an error path. Found by Smatch.
Michael Stefaniuc [Sat, 16 May 2009 19:42:39 +0000 (21:42 +0200)]
msvideo.dll16: Add missing unlock on an error path (Smatch).
Vincent Povirk [Fri, 15 May 2009 20:16:35 +0000 (15:16 -0500)]
shell32: Handle NULL return icon parameters in SHDefExtractIcon.
Gerald Pfeifer [Fri, 15 May 2009 13:51:53 +0000 (15:51 +0200)]
libwine: Remove redundant prototype for wine_call_on_stack().
Alexandre Julliard [Sat, 16 May 2009 09:33:06 +0000 (11:33 +0200)]
ntdll: Free old memory block when reallocating to a large block.
Alexandre Julliard [Fri, 15 May 2009 18:19:42 +0000 (20:19 +0200)]
ntdll/tests: Added some test cases for RtlVirtualUnwind.
Alexandre Julliard [Fri, 15 May 2009 18:18:59 +0000 (20:18 +0200)]
ntdll: Initial implementation of RtlVirtualUnwind on x86_64.
Alexandre Julliard [Fri, 15 May 2009 18:18:33 +0000 (20:18 +0200)]
ntdll: Added a stub for RtlUnwindEx on x86_64.
Paul Vriens [Fri, 15 May 2009 09:05:48 +0000 (11:05 +0200)]
setupapi/tests: Fix remaining failures on Win9x.
Alexandre Julliard [Fri, 15 May 2009 12:18:49 +0000 (14:18 +0200)]
shlwapi: Add a partial stub for IConnectionPoint_InvokeWithCancel.
Robert Key [Thu, 14 May 2009 23:14:02 +0000 (19:14 -0400)]
wined3d: Fix ATI HD4800 being reported as ATI 9500.
Roderick Colenbrander [Thu, 14 May 2009 22:00:49 +0000 (00:00 +0200)]
wgl: Offer PFD_GENERIC_ACCELERATED on bitmap capable formats.
Windows drivers do this as well and some apps rely on this (it might
fix Sketchup but I can't reproduce the issues on this system).
Roderick Colenbrander [Thu, 14 May 2009 19:03:19 +0000 (21:03 +0200)]
wgl: Select bitmap capable formats when PFD_DRAW_TO_BITMAP is requested by the caller.
Roderick Colenbrander [Thu, 14 May 2009 15:05:20 +0000 (17:05 +0200)]
wgl: Duplicate some single buffered pixel formats for bitmap rendering and restrict bitmap rendering to these formats.
The use of direct / indirect rendering is now tied to the bitmapFormat
flag of a pixel format. Indirect is fine for bitmap rendering since on
windows it is only supported using the software gdi renderer and
indirect rendering can also indicate software rendering.
Stefan Dösinger [Thu, 7 May 2009 16:54:20 +0000 (18:54 +0200)]
wined3d: Don't use TMP_COLOR unless srgb is enabled.
This was needed unconditionally in the past to apply fog, but since we're
using the ARBfp fog defines it is only needed if an sRGB correction is done
at the end of the shader.
Eric Pouech [Thu, 14 May 2009 19:36:39 +0000 (21:36 +0200)]
msvideo16: Make msvideo16 a separate 16-bit module.
Eric Pouech [Thu, 14 May 2009 19:36:29 +0000 (21:36 +0200)]
msvfw32: Clearly separate the 16-bit code out of the rest by wrapping 16-bit message functions in thunks.
Francois Gouget [Fri, 15 May 2009 00:15:17 +0000 (02:15 +0200)]
shell32: Make AboutDlgProc() and SHELL_execute() static.
Francois Gouget [Fri, 15 May 2009 00:11:39 +0000 (02:11 +0200)]
setupapi: VcpFlush() and vsmString{Compare,Find}() are unused so remove them.
Francois Gouget [Fri, 15 May 2009 00:11:05 +0000 (02:11 +0200)]
setupapi: Remove some dead code: VCP_VirtnodeDelete() and VCP_RenameFiles().
Francois Gouget [Fri, 15 May 2009 00:03:36 +0000 (02:03 +0200)]
winedbg: Replace realloc() with HeapReAlloc().
Francois Gouget [Fri, 15 May 2009 00:02:51 +0000 (02:02 +0200)]
comctl32/tests: Make flush_sequence() static.
Francois Gouget [Fri, 15 May 2009 00:01:44 +0000 (02:01 +0200)]
fusion: CompareAssemblyIdentity() and GetAssemblyIdentityFromFile() are unused stubs and don't belong in fusion.dll. So remove them.
Francois Gouget [Fri, 15 May 2009 00:01:29 +0000 (02:01 +0200)]
fusion: assembly_get_architecture() is unused so remove it.
Francois Gouget [Thu, 14 May 2009 23:55:28 +0000 (01:55 +0200)]
dplayx: Reorder the code to avoid forward declarations.
Francois Gouget [Thu, 14 May 2009 23:51:07 +0000 (01:51 +0200)]
dplayx: NS_GetOtherMagic() is not used, so remove it.
Francois Gouget [Thu, 14 May 2009 23:50:06 +0000 (01:50 +0200)]
riched20: ME_MakeString() is unused so remove it.
Marcus Meissner [Fri, 15 May 2009 07:44:34 +0000 (09:44 +0200)]
urlmon: Separate NULL ptr check (Coverity 924).
Juan Lang [Thu, 14 May 2009 16:05:31 +0000 (09:05 -0700)]
inetmib1: Don't query the same OID twice if it returns SNMP_ERRORSTATUS_NOSUCHNAME the first time.
Juan Lang [Wed, 13 May 2009 19:36:42 +0000 (12:36 -0700)]
inetmib1: Make sure the successor to an item doesn't have an identical key as it, to prevent infinite loops in table enumeration.
Henri Verbeet [Thu, 14 May 2009 17:40:56 +0000 (19:40 +0200)]
wined3d: Remove some unused defines.
Henri Verbeet [Thu, 14 May 2009 17:40:56 +0000 (19:40 +0200)]
wined3d: Document functions that depend on the caller to do GL locking.
Henri Verbeet [Thu, 14 May 2009 17:40:55 +0000 (19:40 +0200)]
wined3d: Add missing GL locking to check_fbo_compat().
Henri Verbeet [Thu, 14 May 2009 17:40:55 +0000 (19:40 +0200)]
wined3d: Add missing GL locking to ffp_blit_set() and ffp_blit_unset().
Henri Verbeet [Thu, 14 May 2009 17:40:55 +0000 (19:40 +0200)]
wined3d: Add missing GL locking to d3dfmt_p8_upload_palette().
Alexandre Julliard [Thu, 14 May 2009 18:09:53 +0000 (20:09 +0200)]
mlang: Return the correct count in IMLangFontLink_GetStrCodePages when aborting early.
Gerald Pfeifer [Tue, 12 May 2009 23:25:40 +0000 (01:25 +0200)]
msi: Initialize variable in MSI_ApplyPatchW.
Vincent Povirk [Fri, 8 May 2009 16:43:45 +0000 (11:43 -0500)]
gdiplus: Stub GdipWarpPath.
Vincent Povirk [Fri, 8 May 2009 16:31:09 +0000 (11:31 -0500)]
gdiplus: Stub GdipWidenPath.
Vincent Povirk [Mon, 27 Apr 2009 23:56:56 +0000 (18:56 -0500)]
gdiplus: Populate the installed font collection.
Damjan Jovanovic [Thu, 14 May 2009 13:31:50 +0000 (15:31 +0200)]
oleaut32: Strip trailing decimal zeroes when rounding a number in VarFormat.
Alexandre Julliard [Thu, 14 May 2009 14:55:29 +0000 (16:55 +0200)]
wininet: Get rid of the SSL-specific read-ahead buffer.
Alexandre Julliard [Thu, 14 May 2009 14:49:19 +0000 (16:49 +0200)]
wininet/tests: Add a test for reading chunked data.
Alexandre Julliard [Thu, 14 May 2009 14:45:38 +0000 (16:45 +0200)]
wininet: Add a read-ahead buffer to allow InternetQueryDataAvailable to return the right values in chunked mode.
Alexandre Julliard [Thu, 14 May 2009 14:42:44 +0000 (16:42 +0200)]
wininet: Centralize detection of chunked mode and add a flag for it in the http request structure.
Dmitry Timoshkov [Thu, 14 May 2009 10:53:23 +0000 (19:53 +0900)]
system.sfd: Make lower case latin letters in 18 pixel Japanese bitmap font not bold.
I just copied them from Wine's 16 pixel MS Sans Serif font.
Stefan Dösinger [Thu, 7 May 2009 16:47:59 +0000 (18:47 +0200)]
wined3d: Centralize WINED3DSPDM_SATURATE handling.
Besides the cleanup this patch will help to implement D3DSPDM_PARTIALPRECISION
with GL_NV_vertex_program2_option / GL_NV_fragment_program_option.
Stefan Dösinger [Thu, 7 May 2009 16:46:14 +0000 (18:46 +0200)]
wined3d: Fix remaining incorrect dst register getters.
Stefan Dösinger [Thu, 7 May 2009 16:42:18 +0000 (18:42 +0200)]
wined3d: Fix a few more hardcoded pixel shader registers.
Stefan Dösinger [Thu, 7 May 2009 16:41:37 +0000 (18:41 +0200)]
wined3d: Tidy up pshader_hw_texreg2rgb and friends.
Stefan Dösinger [Thu, 7 May 2009 16:39:17 +0000 (18:39 +0200)]
wined3d: Tidy up pshader_hw_dp2add.
Nikolay Sivov [Wed, 13 May 2009 20:03:26 +0000 (00:03 +0400)]
comctl32/animate: Fix Animate_* macros.
Nikolay Sivov [Wed, 13 May 2009 19:54:37 +0000 (23:54 +0400)]
comctl32/treeview: Fix TreeView_* macros.
Nikolay Sivov [Wed, 13 May 2009 19:23:57 +0000 (23:23 +0400)]
comctl32/tab: Fix TabCtrl_* macros.
Paul Vriens [Thu, 14 May 2009 07:18:08 +0000 (09:18 +0200)]
inetcomm: Prevent possible dereferences (Coverity).
Jacek Caban [Wed, 13 May 2009 22:49:33 +0000 (00:49 +0200)]
urlmon: Use PI_MIMEVERIFICATION in Binding object.
Jacek Caban [Wed, 13 May 2009 22:49:21 +0000 (00:49 +0200)]
urlmon: Added PI_MIMEVERIFICATION tests.
Jacek Caban [Wed, 13 May 2009 22:49:01 +0000 (00:49 +0200)]
urlmon: Added PI_MIMEVERIFICATION support.
Aric Stewart [Wed, 13 May 2009 19:45:44 +0000 (14:45 -0500)]
msctf: Map out currently missing interfaces.
Vincent Povirk [Wed, 13 May 2009 20:30:24 +0000 (15:30 -0500)]
gdiplus: Add string format traces.
Vincent Povirk [Wed, 13 May 2009 19:30:00 +0000 (14:30 -0500)]
gdiplus: Add a trace to GdipMeasureString.
Vincent Povirk [Wed, 13 May 2009 18:55:46 +0000 (13:55 -0500)]
gdiplus: Add a trace to GdipDrawString.
Paul Vriens [Wed, 13 May 2009 18:50:36 +0000 (20:50 +0200)]
wininet/tests: Fix some test failures on systems with IE6 or older.
Henri Verbeet [Wed, 13 May 2009 16:22:55 +0000 (18:22 +0200)]
wined3d: Add missing GL locking to test_pbo_functionality().
Henri Verbeet [Wed, 13 May 2009 16:22:55 +0000 (18:22 +0200)]
wined3d: Add missing GL locking to IWineD3DDeviceImpl_Uninit3D().
Henri Verbeet [Wed, 13 May 2009 16:22:54 +0000 (18:22 +0200)]
wined3d: Add missing GL locking to set_blit_dimension() calls.
Henri Verbeet [Wed, 13 May 2009 16:22:54 +0000 (18:22 +0200)]
wined3d: Add missing GL locking to calls to FBO functions.
Henri Verbeet [Wed, 13 May 2009 16:22:53 +0000 (18:22 +0200)]
wined3d: Add missing GL locking to delete_glsl_program_entry() calls.
Paul Vriens [Wed, 13 May 2009 13:13:02 +0000 (15:13 +0200)]
user32/tests: Fix test failures on Win9x/WinME.
Aric Stewart [Tue, 12 May 2009 17:50:08 +0000 (12:50 -0500)]
msctf: Support advising ITfLanguageProfileNotifySink in ITfInputProcessorProfiles.
Aric Stewart [Tue, 12 May 2009 17:50:00 +0000 (12:50 -0500)]
msctf: Implement ITfSource interface for ITfInputProcessorProfiles.
Hans Leidekker [Wed, 13 May 2009 12:01:27 +0000 (14:01 +0200)]
wininet: Add a stub implementation of IncrementUrlCacheHeaderData.
Hans Leidekker [Wed, 13 May 2009 12:01:18 +0000 (14:01 +0200)]
wininet: Implement GetDiskInfoA.
Stefan Dösinger [Thu, 7 May 2009 16:37:33 +0000 (18:37 +0200)]
wined3d: Tidy up pshader_hw_cmp.
Stefan Dösinger [Thu, 7 May 2009 16:34:07 +0000 (18:34 +0200)]
wined3d: Tidy up pshader_hw_cnd.
Stefan Dösinger [Fri, 8 May 2009 15:14:56 +0000 (17:14 +0200)]
wined3d: Separate Tx tempregs from Tx varyings in ARB.
ps_1_3 uses Tx to pass in texture coordinates, but also as temporary
registers. ps_1_4 and ps_2_0 only use them for texture coordinates. This patch
gets rid of the Tx = fragment.texcoord[x] assign in all shader versions, and
doesn't even declare Tx in ps_1_4 and ps_2_0.
The <=ps_1_3 instructions know which kind of input they expect from the Tx
register, so the instruction handlers now know if they have to read the
tempreg Tx or the varying fragment.texcoord[x].
Stefan Dösinger [Tue, 5 May 2009 20:13:12 +0000 (22:13 +0200)]
wined3d: Fix 1.4 pshader projection in ARB.
shader_arb_add_src_param handled DW and TXP undid it again. Remove DZ DW from
the modifiers and handle it in the instruction. DZ cannot be handled by TXP as
is, so move the .z component to .w and make it DW-like. Using SZW+TXP is
likely more efficient than the RCP, MUL, TEX we'd get if we let
shader_arb_add_src_param do the job.
Stefan Dösinger [Thu, 7 May 2009 16:24:45 +0000 (18:24 +0200)]
wined3d: Tidy up pshader_hw_tex.
Fix the indentation and replace the get_register_name with
shader_arb_get_dst_param.
Francois Gouget [Wed, 13 May 2009 08:29:35 +0000 (10:29 +0200)]
ntdll: virtual_free_system_view() is not used anymore so remove it.
Francois Gouget [Wed, 13 May 2009 08:39:33 +0000 (10:39 +0200)]
rpcrt4: Make RPCRT4_NextHttpHeaderField() and RPCRT4_default_receive_fragment() static.
Francois Gouget [Wed, 13 May 2009 08:35:56 +0000 (10:35 +0200)]
d3dx8/tests: Make compare_vec3() static.
Francois Gouget [Wed, 13 May 2009 08:35:50 +0000 (10:35 +0200)]
iphlpapi: Make getInterfacePhysicalByName() static.
Francois Gouget [Wed, 13 May 2009 08:35:27 +0000 (10:35 +0200)]
wined3d: Make surface_force_reload() static.
Francois Gouget [Wed, 13 May 2009 08:33:42 +0000 (10:33 +0200)]
ddraw/tests: Replace malloc() with HeapAlloc().
Francois Gouget [Wed, 13 May 2009 08:33:12 +0000 (10:33 +0200)]
winecfg: Use Win32 APIs instead of strdup().
Francois Gouget [Wed, 13 May 2009 08:32:45 +0000 (10:32 +0200)]
shell32/tests: Replace malloc() with HeapAlloc().
Francois Gouget [Wed, 13 May 2009 08:32:38 +0000 (10:32 +0200)]
ntdll/tests: Replace malloc() with HeapAlloc().
Francois Gouget [Wed, 13 May 2009 08:32:29 +0000 (10:32 +0200)]
lz32/tests: Replace malloc() with HeapAlloc().