wine
16 years agomsctf: Define ITfEditSession implemented by TextServices.
Aric Stewart [Fri, 15 May 2009 19:09:44 +0000 (14:09 -0500)] 
msctf: Define ITfEditSession implemented by TextServices.

16 years agoWineD3D: Support more constants in ARB shaders.
Stefan Dösinger [Thu, 7 May 2009 17:02:45 +0000 (19:02 +0200)] 
WineD3D: Support more constants in ARB shaders.

GL_LIMIT - 1 for vertex programs and the GL limit in fragment programs. The
indirect addressing limitation in GLSL applies here as well.

16 years agowined3d: Avoid declaring helper_const in vertex programs if possible.
Stefan Dösinger [Thu, 7 May 2009 17:01:49 +0000 (19:01 +0200)] 
wined3d: Avoid declaring helper_const in vertex programs if possible.

16 years agowined3d: Support clipplanes with GLSL.
Stefan Dösinger [Fri, 8 May 2009 15:24:01 +0000 (17:24 +0200)] 
wined3d: Support clipplanes with GLSL.

This is the Nth attemt to make clipping work with GLSL shaders. The patch now
uses the GLSL quirk table to handle cards that need a custom varying for
gl_ClipPos, and the code is adapted to the changed state table and shader
backend system.

16 years agowined3d: Update the bump constants after a shader change.
Stefan Dösinger [Fri, 15 May 2009 11:34:12 +0000 (13:34 +0200)] 
wined3d: Update the bump constants after a shader change.

Since we're using local constants now, we have to update the constants after a
shader change.

16 years agowined3d: Use local constants for bump parameters.
Stefan Dösinger [Tue, 12 May 2009 18:22:23 +0000 (20:22 +0200)] 
wined3d: Use local constants for bump parameters.

This simplifies the loading code a bit. The constants were never
designed to be at the same location in all shaders, so there's no
point in using program.env. This way we don't collide with the d3d
shader constants and its easier to work together with NP2 fixups and
other shaders.

16 years agocomctl32/tests: Don't use magic numbers for ListView exstyles.
Nikolay Sivov [Sun, 17 May 2009 19:47:38 +0000 (23:47 +0400)] 
comctl32/tests: Don't use magic numbers for ListView exstyles.

16 years agocomctl32/treeview: Use cached colors instead of GetSysColor in TreeView.
Nikolay Sivov [Sun, 17 May 2009 19:08:44 +0000 (23:08 +0400)] 
comctl32/treeview: Use cached colors instead of GetSysColor in TreeView.

16 years agocomtl32/listview: Cache Header control window GWL_STYLE.
Nikolay Sivov [Sun, 17 May 2009 19:03:08 +0000 (23:03 +0400)] 
comtl32/listview: Cache Header control window GWL_STYLE.

16 years agocomctl32/header: Use cached colors instead of querying them again.
Nikolay Sivov [Sun, 17 May 2009 19:00:04 +0000 (23:00 +0400)] 
comctl32/header: Use cached colors instead of querying them again.

16 years agocomctl32/header: Move parameter cast to WinProc where possible.
Nikolay Sivov [Sun, 17 May 2009 18:57:26 +0000 (22:57 +0400)] 
comctl32/header: Move parameter cast to WinProc where possible.

16 years agocomctl32/header: Retrieve control data only once at WinProc call.
Nikolay Sivov [Sun, 17 May 2009 18:53:25 +0000 (22:53 +0400)] 
comctl32/header: Retrieve control data only once at WinProc call.

16 years agowined3d: Remove HD 4800 "2048MB for X2 versions" comment.
Robert Key [Fri, 15 May 2009 20:49:52 +0000 (16:49 -0400)] 
wined3d: Remove HD 4800 "2048MB for X2 versions" comment.

16 years agoole32: Implement TYMED_ISTORAGE marshalling.
Huw Davies [Thu, 14 May 2009 13:50:12 +0000 (14:50 +0100)] 
ole32: Implement TYMED_ISTORAGE marshalling.

16 years agoole32: Implement TYMED_ISTREAM marshalling.
Huw Davies [Thu, 14 May 2009 13:46:18 +0000 (14:46 +0100)] 
ole32: Implement TYMED_ISTREAM marshalling.

16 years agoole32/tests: Add tests for TYMED_ISTREAM marshalling.
Huw Davies [Thu, 14 May 2009 13:25:40 +0000 (14:25 +0100)] 
ole32/tests: Add tests for TYMED_ISTREAM marshalling.

16 years agoole32: Add support for marshalling pUnkForRelease.
Huw Davies [Thu, 14 May 2009 11:33:18 +0000 (12:33 +0100)] 
ole32: Add support for marshalling pUnkForRelease.

16 years agoole32/tests: Add tests for STGMEDIUM marshalling with a non-NULL pUnkForRelease.
Huw Davies [Thu, 14 May 2009 11:30:16 +0000 (12:30 +0100)] 
ole32/tests: Add tests for STGMEDIUM marshalling with a non-NULL pUnkForRelease.

16 years agoole32: Implement the WdtpInterfacePointer marshal functions.
Huw Davies [Thu, 14 May 2009 11:23:37 +0000 (12:23 +0100)] 
ole32: Implement the WdtpInterfacePointer marshal functions.

16 years agoole32/tests: Show that it's the loword of the separate flag parameter that determines...
Huw Davies [Thu, 14 May 2009 11:15:49 +0000 (12:15 +0100)] 
ole32/tests: Show that it's the loword of the separate flag parameter that determines the marshalling context.

16 years agomsctf/tests: Fix a compiler warning.
Huw Davies [Thu, 14 May 2009 11:43:55 +0000 (12:43 +0100)] 
msctf/tests: Fix a compiler warning.

16 years agoole32: Add proxies and stubs for FillAppend and FillAt.
Huw Davies [Fri, 15 May 2009 12:45:03 +0000 (13:45 +0100)] 
ole32: Add proxies and stubs for FillAppend and FillAt.

16 years agoole32: Add proxies and stubs for ReadAt and WriteAt.
Huw Davies [Fri, 15 May 2009 12:38:47 +0000 (13:38 +0100)] 
ole32: Add proxies and stubs for ReadAt and WriteAt.

16 years agoole32: Add proxies and stubs for OpenStream and EnumElements.
Huw Davies [Fri, 15 May 2009 11:51:02 +0000 (12:51 +0100)] 
ole32: Add proxies and stubs for OpenStream and EnumElements.

16 years agoole32: Add proxies and stubs for Seek and CopyTo.
Huw Davies [Thu, 14 May 2009 16:26:16 +0000 (17:26 +0100)] 
ole32: Add proxies and stubs for Seek and CopyTo.

16 years agoole32: Add proxies and stubs for Read and Write.
Huw Davies [Thu, 14 May 2009 16:14:29 +0000 (17:14 +0100)] 
ole32: Add proxies and stubs for Read and Write.

16 years agoole32: Add proxies and stubs for GetData and GetDataHere.
Huw Davies [Thu, 14 May 2009 15:55:14 +0000 (16:55 +0100)] 
ole32: Add proxies and stubs for GetData and GetDataHere.

16 years agoinclude: Correct a typo.
Huw Davies [Fri, 15 May 2009 14:05:13 +0000 (15:05 +0100)] 
include: Correct a typo.

16 years agowgl: Make sure WGL_DRAW_TO_BITMAP_ARB is only seen on our duplicated bitmap-capable...
Roderick Colenbrander [Sun, 17 May 2009 19:50:56 +0000 (21:50 +0200)] 
wgl: Make sure WGL_DRAW_TO_BITMAP_ARB is only seen on our duplicated bitmap-capable formats.

16 years agowgl: Make sure WGL_SUPPORT_GDI_ARB is only seen on formats on which we set it during...
Roderick Colenbrander [Sat, 16 May 2009 19:50:58 +0000 (21:50 +0200)] 
wgl: Make sure WGL_SUPPORT_GDI_ARB is only seen on formats on which we set it during startup (in get_formats).

16 years agowgl: Add WGL_SWAP_METHOD_ARB support.
Roderick Colenbrander [Fri, 15 May 2009 22:00:24 +0000 (00:00 +0200)] 
wgl: Add WGL_SWAP_METHOD_ARB support.

16 years agowininet/tests: Remove a duplicate test.
Detlef Riekenberg [Fri, 15 May 2009 17:49:36 +0000 (19:49 +0200)] 
wininet/tests: Remove a duplicate test.

16 years agourlmon: Added BINDSTATUS_LOADINGMIMEHANDLER and BINDSTATUS_LOADINGMIMEHANDLER support...
Jacek Caban [Mon, 18 May 2009 01:06:08 +0000 (03:06 +0200)] 
urlmon: Added BINDSTATUS_LOADINGMIMEHANDLER and BINDSTATUS_LOADINGMIMEHANDLER support to Binding object.

16 years agourlmon: Added GetBindString(BINDSTRING_URL) implementation.
Jacek Caban [Mon, 18 May 2009 01:05:39 +0000 (03:05 +0200)] 
urlmon: Added GetBindString(BINDSTRING_URL) implementation.

16 years agodxdiagn: DirectShowFilters should go under numbered sub-containers.
Vitaliy Margolen [Sun, 17 May 2009 22:02:22 +0000 (16:02 -0600)] 
dxdiagn: DirectShowFilters should go under numbered sub-containers.

16 years agodxdiagn: Correct version format property.
Vitaliy Margolen [Sun, 17 May 2009 22:02:20 +0000 (16:02 -0600)] 
dxdiagn: Correct version format property.

16 years agodxdiagn: Rename szClsidCat and szClsidFilter to match native information.
Vitaliy Margolen [Sun, 17 May 2009 22:02:18 +0000 (16:02 -0600)] 
dxdiagn: Rename szClsidCat and szClsidFilter to match native information.

16 years agonotepad: Update Lithuanian translation.
Aurimas Fišeras [Sun, 17 May 2009 16:20:55 +0000 (19:20 +0300)] 
notepad: Update Lithuanian translation.

16 years agogphoto2.ds: Use Win32 APIs instead of strdup().
Francois Gouget [Sun, 17 May 2009 11:30:10 +0000 (13:30 +0200)] 
gphoto2.ds: Use Win32 APIs instead of strdup().

16 years agoadvapi32/tests: Replace realloc() with HeapReAlloc().
Francois Gouget [Sun, 17 May 2009 11:31:24 +0000 (13:31 +0200)] 
advapi32/tests: Replace realloc() with HeapReAlloc().

16 years agowinetest: Replace malloc() & co with HeapAlloc().
Francois Gouget [Sun, 17 May 2009 11:28:46 +0000 (13:28 +0200)] 
winetest: Replace malloc() & co with HeapAlloc().

16 years agowinetest: Rename xmalloc() & co to heap_xxx() to not imply they are based on malloc...
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().

16 years agodplayx: cbDelete{Groups,Player}Elem() are unused so remove them.
Francois Gouget [Sun, 17 May 2009 11:27:31 +0000 (13:27 +0200)] 
dplayx: cbDelete{Groups,Player}Elem() are unused so remove them.

16 years agowinapi_test: Simplify the code that builds the list of headers to process.
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.

16 years agooleaut32: Add a failing VarFormat test showing that wine wrongly truncates decimals...
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.

16 years agomsctf: Allocate memory only right before it's needed.
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.

16 years agomsvideo.dll16: Add missing unlock on an error path (Smatch).
Michael Stefaniuc [Sat, 16 May 2009 19:42:39 +0000 (21:42 +0200)] 
msvideo.dll16: Add missing unlock on an error path (Smatch).

16 years agoshell32: Handle NULL return icon parameters in SHDefExtractIcon.
Vincent Povirk [Fri, 15 May 2009 20:16:35 +0000 (15:16 -0500)] 
shell32: Handle NULL return icon parameters in SHDefExtractIcon.

16 years agolibwine: Remove redundant prototype for wine_call_on_stack().
Gerald Pfeifer [Fri, 15 May 2009 13:51:53 +0000 (15:51 +0200)] 
libwine: Remove redundant prototype for wine_call_on_stack().

16 years agontdll: Free old memory block when reallocating to a large block.
Alexandre Julliard [Sat, 16 May 2009 09:33:06 +0000 (11:33 +0200)] 
ntdll: Free old memory block when reallocating to a large block.

16 years agontdll/tests: Added some test cases for RtlVirtualUnwind.
Alexandre Julliard [Fri, 15 May 2009 18:19:42 +0000 (20:19 +0200)] 
ntdll/tests: Added some test cases for RtlVirtualUnwind.

16 years agontdll: Initial implementation of RtlVirtualUnwind on x86_64.
Alexandre Julliard [Fri, 15 May 2009 18:18:59 +0000 (20:18 +0200)] 
ntdll: Initial implementation of RtlVirtualUnwind on x86_64.

16 years agontdll: Added a stub for RtlUnwindEx 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.

16 years agosetupapi/tests: Fix remaining failures on Win9x.
Paul Vriens [Fri, 15 May 2009 09:05:48 +0000 (11:05 +0200)] 
setupapi/tests: Fix remaining failures on Win9x.

16 years agoshlwapi: Add a partial stub for IConnectionPoint_InvokeWithCancel.
Alexandre Julliard [Fri, 15 May 2009 12:18:49 +0000 (14:18 +0200)] 
shlwapi: Add a partial stub for IConnectionPoint_InvokeWithCancel.

16 years agowined3d: Fix ATI HD4800 being reported as ATI 9500.
Robert Key [Thu, 14 May 2009 23:14:02 +0000 (19:14 -0400)] 
wined3d: Fix ATI HD4800 being reported as ATI 9500.

16 years agowgl: Offer PFD_GENERIC_ACCELERATED on bitmap capable formats.
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).

16 years agowgl: Select bitmap capable formats when PFD_DRAW_TO_BITMAP is requested by the caller.
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.

16 years agowgl: Duplicate some single buffered pixel formats for bitmap rendering and restrict...
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.

16 years agowined3d: Don't use TMP_COLOR unless srgb is enabled.
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.

16 years agomsvideo16: Make msvideo16 a separate 16-bit module.
Eric Pouech [Thu, 14 May 2009 19:36:39 +0000 (21:36 +0200)] 
msvideo16: Make msvideo16 a separate 16-bit module.

16 years agomsvfw32: Clearly separate the 16-bit code out of the rest by wrapping 16-bit message...
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.

16 years agoshell32: Make AboutDlgProc() and SHELL_execute() static.
Francois Gouget [Fri, 15 May 2009 00:15:17 +0000 (02:15 +0200)] 
shell32: Make AboutDlgProc() and SHELL_execute() static.

16 years agosetupapi: VcpFlush() and vsmString{Compare,Find}() are unused so remove them.
Francois Gouget [Fri, 15 May 2009 00:11:39 +0000 (02:11 +0200)] 
setupapi: VcpFlush() and vsmString{Compare,Find}() are unused so remove them.

16 years agosetupapi: Remove some dead code: VCP_VirtnodeDelete() and VCP_RenameFiles().
Francois Gouget [Fri, 15 May 2009 00:11:05 +0000 (02:11 +0200)] 
setupapi: Remove some dead code: VCP_VirtnodeDelete() and VCP_RenameFiles().

16 years agowinedbg: Replace realloc() with HeapReAlloc().
Francois Gouget [Fri, 15 May 2009 00:03:36 +0000 (02:03 +0200)] 
winedbg: Replace realloc() with HeapReAlloc().

16 years agocomctl32/tests: Make flush_sequence() static.
Francois Gouget [Fri, 15 May 2009 00:02:51 +0000 (02:02 +0200)] 
comctl32/tests: Make flush_sequence() static.

16 years agofusion: CompareAssemblyIdentity() and GetAssemblyIdentityFromFile() are unused stubs...
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.

16 years agofusion: assembly_get_architecture() is unused so remove it.
Francois Gouget [Fri, 15 May 2009 00:01:29 +0000 (02:01 +0200)] 
fusion: assembly_get_architecture() is unused so remove it.

16 years agodplayx: Reorder the code to avoid forward declarations.
Francois Gouget [Thu, 14 May 2009 23:55:28 +0000 (01:55 +0200)] 
dplayx: Reorder the code to avoid forward declarations.

16 years agodplayx: NS_GetOtherMagic() is not used, so remove it.
Francois Gouget [Thu, 14 May 2009 23:51:07 +0000 (01:51 +0200)] 
dplayx: NS_GetOtherMagic() is not used, so remove it.

16 years agoriched20: ME_MakeString() is unused so remove it.
Francois Gouget [Thu, 14 May 2009 23:50:06 +0000 (01:50 +0200)] 
riched20: ME_MakeString() is unused so remove it.

16 years agourlmon: Separate NULL ptr check (Coverity 924).
Marcus Meissner [Fri, 15 May 2009 07:44:34 +0000 (09:44 +0200)] 
urlmon: Separate NULL ptr check (Coverity 924).

16 years agoinetmib1: Don't query the same OID twice if it returns SNMP_ERRORSTATUS_NOSUCHNAME...
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.

16 years agoinetmib1: Make sure the successor to an item doesn't have an identical key as it...
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.

16 years agowined3d: Remove some unused defines.
Henri Verbeet [Thu, 14 May 2009 17:40:56 +0000 (19:40 +0200)] 
wined3d: Remove some unused defines.

16 years agowined3d: Document functions that depend on the caller to do GL locking.
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.

16 years agowined3d: 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 check_fbo_compat().

16 years agowined3d: 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 ffp_blit_set() and ffp_blit_unset().

16 years agowined3d: Add missing GL locking to d3dfmt_p8_upload_palette().
Henri Verbeet [Thu, 14 May 2009 17:40:55 +0000 (19:40 +0200)] 
wined3d: Add missing GL locking to d3dfmt_p8_upload_palette().

16 years agomlang: Return the correct count in IMLangFontLink_GetStrCodePages when aborting...
Alexandre Julliard [Thu, 14 May 2009 18:09:53 +0000 (20:09 +0200)] 
mlang: Return the correct count  in IMLangFontLink_GetStrCodePages when aborting early.

16 years agomsi: Initialize variable in MSI_ApplyPatchW.
Gerald Pfeifer [Tue, 12 May 2009 23:25:40 +0000 (01:25 +0200)] 
msi: Initialize variable in MSI_ApplyPatchW.

16 years agogdiplus: Stub GdipWarpPath.
Vincent Povirk [Fri, 8 May 2009 16:43:45 +0000 (11:43 -0500)] 
gdiplus: Stub GdipWarpPath.

16 years agogdiplus: Stub GdipWidenPath.
Vincent Povirk [Fri, 8 May 2009 16:31:09 +0000 (11:31 -0500)] 
gdiplus: Stub GdipWidenPath.

16 years agogdiplus: Populate the installed font collection.
Vincent Povirk [Mon, 27 Apr 2009 23:56:56 +0000 (18:56 -0500)] 
gdiplus: Populate the installed font collection.

16 years agooleaut32: Strip trailing decimal zeroes when rounding a number in VarFormat.
Damjan Jovanovic [Thu, 14 May 2009 13:31:50 +0000 (15:31 +0200)] 
oleaut32: Strip trailing decimal zeroes when rounding a number in VarFormat.

16 years agowininet: Get rid of the SSL-specific read-ahead buffer.
Alexandre Julliard [Thu, 14 May 2009 14:55:29 +0000 (16:55 +0200)] 
wininet: Get rid of the SSL-specific read-ahead buffer.

16 years agowininet/tests: Add a test for reading chunked data.
Alexandre Julliard [Thu, 14 May 2009 14:49:19 +0000 (16:49 +0200)] 
wininet/tests: Add a test for reading chunked data.

16 years agowininet: Add a read-ahead buffer to allow InternetQueryDataAvailable to return the...
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.

16 years agowininet: Centralize detection of chunked mode and add a flag for it in the http reque...
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.

16 years agosystem.sfd: Make lower case latin letters in 18 pixel Japanese bitmap font not bold.
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.

16 years agowined3d: Centralize WINED3DSPDM_SATURATE handling.
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.

16 years agowined3d: Fix remaining incorrect dst register getters.
Stefan Dösinger [Thu, 7 May 2009 16:46:14 +0000 (18:46 +0200)] 
wined3d: Fix remaining incorrect dst register getters.

16 years agowined3d: Fix a few more hardcoded pixel shader registers.
Stefan Dösinger [Thu, 7 May 2009 16:42:18 +0000 (18:42 +0200)] 
wined3d: Fix a few more hardcoded pixel shader registers.

16 years agowined3d: Tidy up pshader_hw_texreg2rgb and friends.
Stefan Dösinger [Thu, 7 May 2009 16:41:37 +0000 (18:41 +0200)] 
wined3d: Tidy up pshader_hw_texreg2rgb and friends.

16 years agowined3d: Tidy up pshader_hw_dp2add.
Stefan Dösinger [Thu, 7 May 2009 16:39:17 +0000 (18:39 +0200)] 
wined3d: Tidy up pshader_hw_dp2add.

16 years agocomctl32/animate: Fix Animate_* macros.
Nikolay Sivov [Wed, 13 May 2009 20:03:26 +0000 (00:03 +0400)] 
comctl32/animate: Fix Animate_* macros.

16 years agocomctl32/treeview: Fix TreeView_* macros.
Nikolay Sivov [Wed, 13 May 2009 19:54:37 +0000 (23:54 +0400)] 
comctl32/treeview: Fix TreeView_* macros.

16 years agocomctl32/tab: Fix TabCtrl_* macros.
Nikolay Sivov [Wed, 13 May 2009 19:23:57 +0000 (23:23 +0400)] 
comctl32/tab: Fix TabCtrl_* macros.

16 years agoinetcomm: Prevent possible dereferences (Coverity).
Paul Vriens [Thu, 14 May 2009 07:18:08 +0000 (09:18 +0200)] 
inetcomm: Prevent possible dereferences (Coverity).