wine/eterwine.git
14 years agouser32: Paint button focus in the ODA_SELECT case too.
Dmitry Timoshkov [Tue, 18 May 2010 05:29:23 +0000 (14:29 +0900)]
user32: Paint button focus in the ODA_SELECT case too.

14 years agoprogman: Remove redundant license info.
André Hentschel [Tue, 18 May 2010 15:49:14 +0000 (17:49 +0200)]
progman: Remove redundant license info.

14 years agowmc: Remove 10 year old unmaintained file.
André Hentschel [Tue, 18 May 2010 15:29:28 +0000 (17:29 +0200)]
wmc: Remove 10 year old unmaintained file.

14 years agocomctl32/listview: Derive subitem rect from listview origin.
Andrew Eikum [Tue, 18 May 2010 15:38:23 +0000 (10:38 -0500)]
comctl32/listview: Derive subitem rect from listview origin.

14 years agosetupapi: Fix Dutch translation.
Sven Baars [Tue, 18 May 2010 14:38:49 +0000 (16:38 +0200)]
setupapi: Fix Dutch translation.

14 years agomciqtz32: Implement MCI_STATUS_LENGTH.
Maarten Lankhorst [Tue, 18 May 2010 13:08:31 +0000 (15:08 +0200)]
mciqtz32: Implement MCI_STATUS_LENGTH.

14 years agomciqtz32: Add command table from mciavi32.
Maarten Lankhorst [Tue, 18 May 2010 13:07:34 +0000 (15:07 +0200)]
mciqtz32: Add command table from mciavi32.

14 years agoimaadp32: Refine size checks.
Jörg Höhle [Tue, 13 Oct 2009 21:12:02 +0000 (23:12 +0200)]
imaadp32: Refine size checks.

14 years agowinealsa: MOD_MIDIPORT has 0 voices and notes and FFFF ChannelMask.
Jörg Höhle [Wed, 14 Apr 2010 16:43:45 +0000 (18:43 +0200)]
winealsa: MOD_MIDIPORT has 0 voices and notes and FFFF ChannelMask.

14 years agowinealsa: Supply FFFFFFFF for midiOutGetVolume, no garbage.
Jörg Höhle [Thu, 28 Jan 2010 16:39:29 +0000 (17:39 +0100)]
winealsa: Supply FFFFFFFF for midiOutGetVolume, no garbage.

14 years agod3dx9: Add some version-specific checks in the shader assembler.
Matteo Bruni [Tue, 18 May 2010 12:11:42 +0000 (14:11 +0200)]
d3dx9: Add some version-specific checks in the shader assembler.

14 years agocomctl32: Fix SysLink debug channel name, add a trace.
Nikolay Sivov [Tue, 18 May 2010 10:47:25 +0000 (14:47 +0400)]
comctl32: Fix SysLink debug channel name, add a trace.

14 years agodinput: Remove explicit cast to long as it happens implicitly.
Michael Stefaniuc [Tue, 18 May 2010 07:47:10 +0000 (09:47 +0200)]
dinput: Remove explicit cast to long as it happens implicitly.

LPDIEFFECT->rglDirection is a LPLONG.

14 years agowined3d: Correctly translate between coordinate systems in swapchain_blit().
Henri Verbeet [Tue, 18 May 2010 07:53:09 +0000 (09:53 +0200)]
wined3d: Correctly translate between coordinate systems in swapchain_blit().

14 years agowined3d: Check for offscreen contexts inside context_validate_onscreen_formats()...
Henri Verbeet [Tue, 18 May 2010 07:53:08 +0000 (09:53 +0200)]
wined3d: Check for offscreen contexts inside context_validate_onscreen_formats() itself.

14 years agowined3d: Explicitly pass the depth/stencil surface to context_validate_onscreen_forma...
Henri Verbeet [Tue, 18 May 2010 07:53:07 +0000 (09:53 +0200)]
wined3d: Explicitly pass the depth/stencil surface to context_validate_onscreen_formats().

This avoids switching to offscreen rendering in context_apply_blit_state() for
a depth buffer that isn't going to be used anyway. This switch would be
problematic for blits to the frontbuffer, since it's always onscreen. I.e.,
we'd be blitting to the screen, but with offscreen transforms.

14 years agowined3d: context_validate_onscreen_formats() may modify context->render_offscreen.
Henri Verbeet [Tue, 18 May 2010 07:53:06 +0000 (09:53 +0200)]
wined3d: context_validate_onscreen_formats() may modify context->render_offscreen.

I merged this by accident in be43c867a5fd06dc6b9f5b686abb22a1e17a712e.

14 years agocmdlgtst: Replace long with LONG.
Michael Stefaniuc [Tue, 18 May 2010 07:46:52 +0000 (09:46 +0200)]
cmdlgtst: Replace long with LONG.

14 years agokrnl386.exe: Call the 32-bit string functions that contain exception handlers.
Alexandre Julliard [Tue, 18 May 2010 14:02:11 +0000 (16:02 +0200)]
krnl386.exe: Call the 32-bit string functions that contain exception handlers.

14 years agowinex11: Force alpha channel to 0 when blitting to depth 32 from a lower depth.
Alexandre Julliard [Tue, 18 May 2010 12:11:51 +0000 (14:11 +0200)]
winex11: Force alpha channel to 0 when blitting to depth 32 from a lower depth.

14 years agowinex11.drv: Remove redundant "not NULL" check of cfgs (coccicheck).
Michael Stefaniuc [Mon, 17 May 2010 23:31:10 +0000 (01:31 +0200)]
winex11.drv: Remove redundant "not NULL" check of cfgs (coccicheck).

14 years agomciwave: Remove redundant "not NULL" checks of the variables lpParms.
Michael Stefaniuc [Mon, 17 May 2010 23:32:34 +0000 (01:32 +0200)]
mciwave: Remove redundant "not NULL" checks of the variables lpParms.

Found by coccicheck.

14 years agoavifil32: Remove some redundant "not NULL" checks (coccicheck).
Michael Stefaniuc [Mon, 17 May 2010 23:31:01 +0000 (01:31 +0200)]
avifil32: Remove some redundant "not NULL" checks (coccicheck).

14 years agoddraw: Remove redundant "not NULL" check of This (coccicheck).
Michael Stefaniuc [Mon, 17 May 2010 23:32:45 +0000 (01:32 +0200)]
ddraw: Remove redundant "not NULL" check of This (coccicheck).

14 years agouser32: Remove redundant not NULL check of variable item (coccicheck).
Michael Stefaniuc [Mon, 17 May 2010 23:32:11 +0000 (01:32 +0200)]
user32: Remove redundant not NULL check of variable item (coccicheck).

14 years agoshell32: Remove redundant "not NULL" check of ppidl (coccicheck).
Michael Stefaniuc [Mon, 17 May 2010 23:31:40 +0000 (01:31 +0200)]
shell32: Remove redundant "not NULL" check of ppidl (coccicheck).

14 years agotaskmgr: Avoid using long.
Michael Stefaniuc [Mon, 17 May 2010 23:30:51 +0000 (01:30 +0200)]
taskmgr: Avoid using long.

14 years agocomctl32/imagelist: Don't pre-multiply the stored image, do it only at blending time.
Alexandre Julliard [Tue, 18 May 2010 10:44:35 +0000 (12:44 +0200)]
comctl32/imagelist: Don't pre-multiply the stored image, do it only at blending time.

14 years agoole32: Use window property to store registered drop target.
Nikolay Sivov [Mon, 17 May 2010 22:21:49 +0000 (02:21 +0400)]
ole32: Use window property to store registered drop target.

14 years agoquartz: Forward IMediaFilter to IMediaControl.
Maarten Lankhorst [Mon, 17 May 2010 19:34:11 +0000 (21:34 +0200)]
quartz: Forward IMediaFilter to IMediaControl.

14 years agoquartz: Implement IBasicVideo get_AvgTimePerFrame.
Maarten Lankhorst [Mon, 17 May 2010 19:32:32 +0000 (21:32 +0200)]
quartz: Implement IBasicVideo get_AvgTimePerFrame.

14 years agoincludes: Fix typo.
Maarten Lankhorst [Fri, 14 May 2010 21:19:35 +0000 (23:19 +0200)]
includes: Fix typo.

14 years agojscript: Add Slovenian translation.
Matej Špindler [Mon, 17 May 2010 18:02:31 +0000 (20:02 +0200)]
jscript: Add Slovenian translation.

14 years agowininet: Update Slovenian translation.
Matej Špindler [Mon, 17 May 2010 16:40:15 +0000 (18:40 +0200)]
wininet: Update Slovenian translation.

14 years agoshobjidl.idl: Added NWMF declaration.
Jacek Caban [Mon, 17 May 2010 18:16:30 +0000 (20:16 +0200)]
shobjidl.idl: Added NWMF declaration.

14 years agoexdisp.idl: Added missing DWebBrowserEvents2 methods.
Jacek Caban [Mon, 17 May 2010 18:15:42 +0000 (20:15 +0200)]
exdisp.idl: Added missing DWebBrowserEvents2 methods.

14 years agowintrust/tests: Fix test failures when not running as administrator.
Juan Lang [Mon, 17 May 2010 17:44:11 +0000 (10:44 -0700)]
wintrust/tests: Fix test failures when not running as administrator.

14 years agowinhttp: Honor security flags when verifying a certificate.
Juan Lang [Mon, 17 May 2010 17:13:13 +0000 (10:13 -0700)]
winhttp: Honor security flags when verifying a certificate.

14 years agowinhttp: Store a pointer to the netconn_t in the SSL context.
Juan Lang [Mon, 17 May 2010 17:29:23 +0000 (10:29 -0700)]
winhttp: Store a pointer to the netconn_t in the SSL context.

14 years agowinhttp: Store security flags in netconn_t.
Juan Lang [Mon, 17 May 2010 17:04:18 +0000 (10:04 -0700)]
winhttp: Store security flags in netconn_t.

14 years agowineps.drv: Fix Dutch translation.
Sven Baars [Mon, 17 May 2010 17:04:02 +0000 (19:04 +0200)]
wineps.drv: Fix Dutch translation.

14 years agowined3d: Cope with the new Intel renderer string.
Julius Schwartzenberg [Mon, 17 May 2010 15:59:03 +0000 (17:59 +0200)]
wined3d: Cope with the new Intel renderer string.

14 years agod3dx9: Implement CreateEffectFromFile/Resource functions.
Owen Rudge [Mon, 17 May 2010 15:50:41 +0000 (10:50 -0500)]
d3dx9: Implement CreateEffectFromFile/Resource functions.

14 years agod3dx9: Implement D3DXCreateEffectCompilerFromFile/Resource.
Owen Rudge [Mon, 17 May 2010 15:50:29 +0000 (10:50 -0500)]
d3dx9: Implement D3DXCreateEffectCompilerFromFile/Resource.

14 years agorpcrt4: Avoid using long.
Michael Stefaniuc [Sun, 16 May 2010 23:11:09 +0000 (01:11 +0200)]
rpcrt4: Avoid using long.

14 years agouser32: Add BM_SETSTATE/BM_SETCHECK message tests for a button, make them pass under...
Dmitry Timoshkov [Wed, 21 Apr 2010 11:29:55 +0000 (20:29 +0900)]
user32: Add BM_SETSTATE/BM_SETCHECK message tests for a button, make them pass under Wine.

14 years agowined3d: Use BltFast in UpdateSurface when desc.convert is set.
Roderick Colenbrander [Mon, 17 May 2010 11:11:40 +0000 (13:11 +0200)]
wined3d: Use BltFast in UpdateSurface when desc.convert is set.

14 years agowined3d: Remove unneeded d3dfmt_get_conv conversion constants.
Roderick Colenbrander [Mon, 17 May 2010 11:11:39 +0000 (13:11 +0200)]
wined3d: Remove unneeded d3dfmt_get_conv conversion constants.

14 years agowined3d: Set conversion flags for format descriptors having a convert function.
Roderick Colenbrander [Mon, 17 May 2010 11:11:38 +0000 (13:11 +0200)]
wined3d: Set conversion flags for format descriptors having a convert function.

14 years agokernel32: Implement CreateHardLink.
Andrey Turkin [Sun, 16 May 2010 22:28:56 +0000 (02:28 +0400)]
kernel32: Implement CreateHardLink.

14 years agoserver: Move socket async activation to sock_poll_event.
Mike Kaplinskiy [Sat, 15 May 2010 05:18:20 +0000 (01:18 -0400)]
server: Move socket async activation to sock_poll_event.

14 years agomsvcrt: Added $I10_OUTPUT implementation.
Piotr Caban [Fri, 14 May 2010 10:14:12 +0000 (12:14 +0200)]
msvcrt: Added $I10_OUTPUT implementation.

14 years agogdi32: Pre-multiply RGB values by alpha for subpixel font rendering.
Alexandre Julliard [Mon, 17 May 2010 12:25:14 +0000 (14:25 +0200)]
gdi32: Pre-multiply RGB values by alpha for subpixel font rendering.

14 years agowininet: Deal with reading over the end in NETCON_recv.
Piotr Caban [Mon, 17 May 2010 09:55:24 +0000 (11:55 +0200)]
wininet: Deal with reading over the end in NETCON_recv.

14 years agowininet: Fix dwStatusInfoLength value in INTERNET_SendCallback.
Piotr Caban [Mon, 17 May 2010 09:54:29 +0000 (11:54 +0200)]
wininet: Fix dwStatusInfoLength value in INTERNET_SendCallback.

14 years agod3d9/tests: Add a shadow sampler test.
Henri Verbeet [Mon, 17 May 2010 09:14:50 +0000 (11:14 +0200)]
d3d9/tests: Add a shadow sampler test.

14 years agod3d8/tests: Add a shadow sampler test.
Henri Verbeet [Mon, 17 May 2010 09:14:49 +0000 (11:14 +0200)]
d3d8/tests: Add a shadow sampler test.

14 years agowined3d: Add support for shadow samplers.
Henri Verbeet [Mon, 17 May 2010 09:14:48 +0000 (11:14 +0200)]
wined3d: Add support for shadow samplers.

14 years agowined3d: Add support for ARB_shadow.
Henri Verbeet [Mon, 17 May 2010 09:14:47 +0000 (11:14 +0200)]
wined3d: Add support for ARB_shadow.

14 years agowined3d: Remove some unused winetexturestates elements.
Henri Verbeet [Mon, 17 May 2010 09:14:46 +0000 (11:14 +0200)]
wined3d: Remove some unused winetexturestates elements.

14 years agowined3d: Handle depth/stencil surfaces in IWineD3DSurfaceImpl_LoadLocation().
Henri Verbeet [Mon, 17 May 2010 09:14:45 +0000 (11:14 +0200)]
wined3d: Handle depth/stencil surfaces in IWineD3DSurfaceImpl_LoadLocation().

14 years agomsvfw32: Replace long with LONG.
Michael Stefaniuc [Sun, 16 May 2010 23:09:05 +0000 (01:09 +0200)]
msvfw32: Replace long with LONG.

14 years agooleaut32: Set flag for retval params in ICreateTypeInfo::AddFuncDesc.
Andrey Turkin [Sun, 16 May 2010 22:28:11 +0000 (02:28 +0400)]
oleaut32: Set flag for retval params in ICreateTypeInfo::AddFuncDesc.

14 years agooleaut32: Distinguish between variables and functions in ICreateTypeInfo functions.
Andrey Turkin [Sun, 16 May 2010 22:28:01 +0000 (02:28 +0400)]
oleaut32: Distinguish between variables and functions in ICreateTypeInfo functions.

14 years agooleaut32: Implement ICreateTypeInfo2::SetFuncCustData.
Andrey Turkin [Sun, 16 May 2010 22:27:50 +0000 (02:27 +0400)]
oleaut32: Implement ICreateTypeInfo2::SetFuncCustData.

14 years agooleaut32: Fix ICreateTypeLib2::SetFuncAndParamNames.
Andrey Turkin [Sun, 16 May 2010 22:27:34 +0000 (02:27 +0400)]
oleaut32: Fix ICreateTypeLib2::SetFuncAndParamNames.

Getters and setters for same property can have an identical name

14 years agooleaut32: Implement ITypeInfo::GetDocumentation.
Andrey Turkin [Sun, 16 May 2010 22:27:14 +0000 (02:27 +0400)]
oleaut32: Implement ITypeInfo::GetDocumentation.

14 years agouser32: Apply sanity-check in BITMAP_Load.
Wolfram Sang [Mon, 17 May 2010 02:57:36 +0000 (04:57 +0200)]
user32: Apply sanity-check in BITMAP_Load.

14 years agomciavi32: Remove redundant "not NULL" checks of the lpParms arg.
Michael Stefaniuc [Sun, 16 May 2010 23:12:08 +0000 (01:12 +0200)]
mciavi32: Remove redundant "not NULL" checks of the lpParms arg.

14 years agoriched20: Avoid using long.
Michael Stefaniuc [Sun, 16 May 2010 23:11:23 +0000 (01:11 +0200)]
riched20: Avoid using long.

14 years agowinhttp: Remove redundant "not 0" test of argument len.
Michael Stefaniuc [Sun, 16 May 2010 23:11:43 +0000 (01:11 +0200)]
winhttp: Remove redundant "not 0" test of argument len.

14 years agomshtml: Remove redundant "not NULL" check for the p arg (coccicheck).
Michael Stefaniuc [Sun, 16 May 2010 23:12:18 +0000 (01:12 +0200)]
mshtml: Remove redundant "not NULL" check for the p arg (coccicheck).

14 years agodmloader: Remove redundant "not NULL" check of the pDesc arg.
Michael Stefaniuc [Sun, 16 May 2010 23:11:57 +0000 (01:11 +0200)]
dmloader: Remove redundant "not NULL" check of the pDesc arg.

14 years agowinhttp: Remove redundant "not NULL" check for the "server" arg.
Michael Stefaniuc [Sun, 16 May 2010 23:11:35 +0000 (01:11 +0200)]
winhttp: Remove redundant "not NULL" check for the "server" arg.

14 years agowordpad: Replaced formatbar.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:10:09 +0000 (23:10 +0100)]
wordpad: Replaced formatbar.bmp with a Tango compliant tool strip.

14 years agowordpad: Replaced toolbar.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:09:55 +0000 (23:09 +0100)]
wordpad: Replaced toolbar.bmp with a Tango compliant tool strip.

14 years agocomctl32: Replaced idb_hist_large.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:09:37 +0000 (23:09 +0100)]
comctl32: Replaced idb_hist_large.bmp with a Tango compliant tool strip.

14 years agocomctl32: Replaced idb_hist_small.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:09:21 +0000 (23:09 +0100)]
comctl32: Replaced idb_hist_small.bmp with a Tango compliant tool strip.

14 years agocomctl32: Replaced idb_std_large.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:08:59 +0000 (23:08 +0100)]
comctl32: Replaced idb_std_large.bmp with a Tango compliant tool strip.

14 years agocomctl32: Replaced idb_std_small.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:08:45 +0000 (23:08 +0100)]
comctl32: Replaced idb_std_small.bmp with a Tango compliant tool strip.

14 years agocomctl32: Replaced idb_view_large.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:08:30 +0000 (23:08 +0100)]
comctl32: Replaced idb_view_large.bmp with a Tango compliant tool strip.

14 years agocomctl32: Replaced idb_view_small.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:08:06 +0000 (23:08 +0100)]
comctl32: Replaced idb_view_small.bmp with a Tango compliant tool strip.

14 years agotools: Modified the ICO render script to also render BMPs.
Joel Holdsworth [Sun, 16 May 2010 22:07:57 +0000 (23:07 +0100)]
tools: Modified the ICO render script to also render BMPs.

14 years agocredui: Added a rendering hint to banner.svg.
Joel Holdsworth [Sun, 16 May 2010 22:07:46 +0000 (23:07 +0100)]
credui: Added a rendering hint to banner.svg.

14 years agoconfigure: Added a check for ImageMagick v6.6 or newer in maintainer mode.
Joel Holdsworth [Sun, 16 May 2010 22:07:40 +0000 (23:07 +0100)]
configure: Added a check for ImageMagick v6.6 or newer in maintainer mode.

14 years agoconfigure: Fix for icotool version checking regex.
Joel Holdsworth [Sun, 16 May 2010 22:07:33 +0000 (23:07 +0100)]
configure: Fix for icotool version checking regex.

14 years agomsiexec: Reused appwiz.cpl icon in msiexec.
Joel Holdsworth [Sun, 16 May 2010 22:07:25 +0000 (23:07 +0100)]
msiexec: Reused appwiz.cpl icon in msiexec.

14 years agonotepad: Fix Dutch translation.
Sven Baars [Sun, 16 May 2010 18:27:12 +0000 (20:27 +0200)]
notepad: Fix Dutch translation.

14 years agowinex11: Use the subpixel rendering configuration from fontconfig to override the...
Alexandre Julliard [Mon, 17 May 2010 09:48:12 +0000 (11:48 +0200)]
winex11: Use the subpixel rendering configuration from fontconfig to override the registry options.

14 years agod3dx9: Add DEFB instruction support in the shader assembler.
Matteo Bruni [Fri, 14 May 2010 15:21:42 +0000 (17:21 +0200)]
d3dx9: Add DEFB instruction support in the shader assembler.

This completes vs_3_0 assembler language support.

14 years agod3dx9: Add DEFI instruction support in the shader assembler.
Matteo Bruni [Fri, 14 May 2010 15:21:42 +0000 (17:21 +0200)]
d3dx9: Add DEFI instruction support in the shader assembler.

14 years agod3dx9: Add DEF instruction support in the shader assembler.
Matteo Bruni [Fri, 14 May 2010 15:21:42 +0000 (17:21 +0200)]
d3dx9: Add DEF instruction support in the shader assembler.

14 years agod3d10: Add argument check to ID3D10Effect::GetTechniqueByName().
Rico Schüller [Sat, 15 May 2010 20:04:02 +0000 (22:04 +0200)]
d3d10: Add argument check to ID3D10Effect::GetTechniqueByName().

14 years agontdll: Avoid a compiler warning on NetBSD.
Alexandre Julliard [Sun, 16 May 2010 15:55:31 +0000 (17:55 +0200)]
ntdll: Avoid a compiler warning on NetBSD.

14 years agod3dx9_36: Export D3DXCreateEffectEx stub.
Octavian Voicu [Sat, 15 May 2010 12:24:16 +0000 (15:24 +0300)]
d3dx9_36: Export D3DXCreateEffectEx stub.

14 years agows2_32/tests: fix test failures on wine and win98.
Mike Kaplinskiy [Sat, 15 May 2010 05:18:30 +0000 (01:18 -0400)]
ws2_32/tests: fix test failures on wine and win98.

14 years agorpcrt4: Remove variable hr which is not really used from NdrInterfacePointerBufferSize.
Gerald Pfeifer [Fri, 14 May 2010 20:06:47 +0000 (22:06 +0200)]
rpcrt4: Remove variable hr which is not really used from NdrInterfacePointerBufferSize.

14 years agoriched20: Remove variables yprev and ys which are not really used from ME_ArrowPageUp.
Gerald Pfeifer [Fri, 14 May 2010 20:04:32 +0000 (22:04 +0200)]
riched20: Remove variables yprev and ys which are not really used from ME_ArrowPageUp.

14 years agooleaut32: Remove variable rOk which is not really used from VarMod.
Gerald Pfeifer [Fri, 14 May 2010 20:01:50 +0000 (22:01 +0200)]
oleaut32: Remove variable rOk which is not really used from VarMod.

14 years agorichedit: Avoid notifying parent window in improper state.
Dylan Smith [Sat, 15 May 2010 00:11:28 +0000 (20:11 -0400)]
richedit: Avoid notifying parent window in improper state.

ME_CommitUndo and ME_CommitCoalescingUndo call ME_SendSelChange, which
may notify the parent window that the selection has changed, therefore
should generally be called after wrapping the text. Otherwise, the parent
window may send a message to the editor and cause an assertion failure.