wine
15 years agojscript: Code clean up.
Jacek Caban [Tue, 1 Sep 2009 11:26:34 +0000 (13:26 +0200)] 
jscript: Code clean up.

15 years agojscript: Code clean up.
Jacek Caban [Tue, 1 Sep 2009 11:26:08 +0000 (13:26 +0200)] 
jscript: Code clean up.

15 years agoddraw: Remove trailing spaces.
Henri Verbeet [Tue, 1 Sep 2009 07:09:37 +0000 (09:09 +0200)] 
ddraw: Remove trailing spaces.

15 years agowined3d: Only warn about using Lod sample functions in fragment shaders is ARB_shader...
Henri Verbeet [Tue, 1 Sep 2009 07:09:36 +0000 (09:09 +0200)] 
wined3d: Only warn about using Lod sample functions in fragment shaders is ARB_shader_texture_lod isn't supported.

15 years agowined3d: Add support for ARB_depth_clamp.
Henri Verbeet [Tue, 1 Sep 2009 07:09:35 +0000 (09:09 +0200)] 
wined3d: Add support for ARB_depth_clamp.

15 years agod3d10: Add the ID3D10EffectShaderVariable interface.
Henri Verbeet [Tue, 1 Sep 2009 07:09:34 +0000 (09:09 +0200)] 
d3d10: Add the ID3D10EffectShaderVariable interface.

15 years agod3d10: Add the _D3D10_SIGNATURE_PARAMETER_DESC struct.
Henri Verbeet [Tue, 1 Sep 2009 07:09:33 +0000 (09:09 +0200)] 
d3d10: Add the _D3D10_SIGNATURE_PARAMETER_DESC struct.

15 years agomsxml3: Move typelib definitions out of #ifdef HAVE_LIBXML2.
Alexandre Julliard [Tue, 1 Sep 2009 12:05:02 +0000 (14:05 +0200)] 
msxml3: Move typelib definitions out of #ifdef HAVE_LIBXML2.

15 years agoole32: Fix build on Power PC.
Austin English [Tue, 1 Sep 2009 03:22:13 +0000 (22:22 -0500)] 
ole32: Fix build on Power PC.

15 years agooleaut32: Avoid a NULL pointer dereference.
Austin English [Tue, 1 Sep 2009 01:38:01 +0000 (20:38 -0500)] 
oleaut32: Avoid a NULL pointer dereference.

15 years agocomctl32/listview: Call default handler for WM_PAINT disabled by WM_SETREDRAW.
Nikolay Sivov [Mon, 31 Aug 2009 19:13:50 +0000 (23:13 +0400)] 
comctl32/listview: Call default handler for WM_PAINT disabled by WM_SETREDRAW.

15 years agooleaut32: Use WIC to decode JPEG images.
Vincent Povirk [Mon, 31 Aug 2009 22:06:53 +0000 (17:06 -0500)] 
oleaut32: Use WIC to decode JPEG images.

15 years agogdiplus: Use WIC to decode ICO files.
Vincent Povirk [Mon, 31 Aug 2009 21:56:47 +0000 (16:56 -0500)] 
gdiplus: Use WIC to decode ICO files.

15 years agomsctf: Correct handling if NULL for pdimFocus in ITfThreadMgr::SetFocus.
Aric Stewart [Mon, 31 Aug 2009 19:48:40 +0000 (14:48 -0500)] 
msctf: Correct handling if NULL for pdimFocus in ITfThreadMgr::SetFocus.

15 years agomsvcrt: Correctly handle the error cases in strtol and strtoul.
Eric Pouech [Mon, 31 Aug 2009 19:36:45 +0000 (21:36 +0200)] 
msvcrt: Correctly handle the error cases in strtol and strtoul.

15 years agomshtml: Properly release DispatchEx data.
Jacek Caban [Mon, 31 Aug 2009 18:47:55 +0000 (20:47 +0200)] 
mshtml: Properly release DispatchEx data.

15 years agomshtml: Added function object tests.
Jacek Caban [Mon, 31 Aug 2009 18:47:21 +0000 (20:47 +0200)] 
mshtml: Added function object tests.

15 years agomshtml: Added function object implementation.
Jacek Caban [Mon, 31 Aug 2009 18:46:41 +0000 (20:46 +0200)] 
mshtml: Added function object implementation.

15 years agomshtml: Moved dynamic_data allocation to separated function.
Jacek Caban [Mon, 31 Aug 2009 18:46:03 +0000 (20:46 +0200)] 
mshtml: Moved dynamic_data allocation to separated function.

15 years agomshtml: Move ITypeInfo::Invoke call to separated function.
Jacek Caban [Mon, 31 Aug 2009 18:45:42 +0000 (20:45 +0200)] 
mshtml: Move ITypeInfo::Invoke call to separated function.

15 years agodispex.idl: Added SID declarations.
Jacek Caban [Mon, 31 Aug 2009 18:45:20 +0000 (20:45 +0200)] 
dispex.idl: Added SID declarations.

15 years agomshtml: Added IHTMLWindow2::toString implementation.
Jacek Caban [Mon, 31 Aug 2009 18:45:02 +0000 (20:45 +0200)] 
mshtml: Added IHTMLWindow2::toString implementation.

15 years agomshtml: Added IOmNavigator::toString implementation.
Jacek Caban [Mon, 31 Aug 2009 18:44:47 +0000 (20:44 +0200)] 
mshtml: Added IOmNavigator::toString implementation.

15 years agomshtml: Added DISPID_VALUE implementation for HTMLLocation object.
Jacek Caban [Mon, 31 Aug 2009 18:44:20 +0000 (20:44 +0200)] 
mshtml: Added DISPID_VALUE implementation for HTMLLocation object.

15 years agomshtml: Added support for DISPID_VALUE.
Jacek Caban [Mon, 31 Aug 2009 18:43:44 +0000 (20:43 +0200)] 
mshtml: Added support for DISPID_VALUE.

15 years agontdll: Implemented the SList functions for Win64.
Alexandre Julliard [Tue, 1 Sep 2009 10:41:57 +0000 (12:41 +0200)] 
ntdll: Implemented the SList functions for Win64.

15 years agolibport: Added an interlocked_cmpxchg128 function for 64-bit.
Alexandre Julliard [Tue, 1 Sep 2009 10:39:17 +0000 (12:39 +0200)] 
libport: Added an interlocked_cmpxchg128 function for 64-bit.

15 years agomsctf: Hook up ITfLanguageProfileNotifySink::OnLanguageChange.
Aric Stewart [Mon, 31 Aug 2009 14:31:27 +0000 (09:31 -0500)] 
msctf: Hook up ITfLanguageProfileNotifySink::OnLanguageChange.

15 years agoiphlpapi/tests: Fix compilation on systems that don't support nameless unions or...
Francois Gouget [Mon, 31 Aug 2009 09:52:21 +0000 (11:52 +0200)] 
iphlpapi/tests: Fix compilation on systems that don't support nameless unions or structs.

15 years agouser32: Bring SwitchToThisWindow a bit more in line with the now documented behavior.
Alexandre Julliard [Mon, 31 Aug 2009 14:37:19 +0000 (16:37 +0200)] 
user32: Bring SwitchToThisWindow a bit more in line with the now documented behavior.

15 years agouser32: Don't send focus change messages if foreground window didn't change.
Alexandre Julliard [Mon, 31 Aug 2009 14:36:17 +0000 (16:36 +0200)] 
user32: Don't send focus change messages if foreground window didn't change.

15 years agod3d10: Add argument check in ID3D10EffectPass::GetDesc.
Rico Schüller [Sat, 29 Aug 2009 18:36:38 +0000 (20:36 +0200)] 
d3d10: Add argument check in ID3D10EffectPass::GetDesc.

15 years agod3d10: Add argument check in ID3D10EffectTechnique::GetDesc.
Rico Schüller [Sat, 29 Aug 2009 18:36:26 +0000 (20:36 +0200)] 
d3d10: Add argument check in ID3D10EffectTechnique::GetDesc.

15 years agod3d10: Add null objects for technique, pass, local_buffer and variable.
Rico Schüller [Sat, 29 Aug 2009 18:35:37 +0000 (20:35 +0200)] 
d3d10: Add null objects for technique, pass, local_buffer and variable.

15 years agowinetest: Mute an annoying message box.
André Hentschel [Sat, 29 Aug 2009 20:08:13 +0000 (22:08 +0200)] 
winetest: Mute an annoying message box.

15 years agojscript: Check the correct variable for the error condition (Smatch).
Michael Stefaniuc [Sun, 30 Aug 2009 21:08:40 +0000 (23:08 +0200)] 
jscript: Check the correct variable for the error condition (Smatch).

15 years agodplayx/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 31 Aug 2009 09:52:28 +0000 (11:52 +0200)] 
dplayx/tests: Fix compilation on systems that don't support nameless unions.

15 years agoddrawex: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 31 Aug 2009 09:53:08 +0000 (11:53 +0200)] 
ddrawex: Fix compilation on systems that don't support nameless unions.

15 years agod3dx9_36: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 31 Aug 2009 09:53:11 +0000 (11:53 +0200)] 
d3dx9_36: Fix compilation on systems that don't support nameless unions.

15 years agowintrust/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 31 Aug 2009 09:52:12 +0000 (11:52 +0200)] 
wintrust/tests: Fix compilation on systems that don't support nameless unions.

15 years agod3d10core: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 31 Aug 2009 09:53:14 +0000 (11:53 +0200)] 
d3d10core: Fix compilation on systems that don't support nameless unions.

15 years agowinemaker: Update usage text.
André Hentschel [Sat, 29 Aug 2009 11:11:12 +0000 (13:11 +0200)] 
winemaker: Update usage text.

15 years agowinemaker: Fix dll compiling in project files.
André Hentschel [Sat, 29 Aug 2009 11:10:01 +0000 (13:10 +0200)] 
winemaker: Fix dll compiling in project files.

15 years agoiphlpapi: Fix compilation on systems that don't support nameless structs or unions.
Francois Gouget [Mon, 31 Aug 2009 09:53:04 +0000 (11:53 +0200)] 
iphlpapi: Fix compilation on systems that don't support nameless structs or unions.

15 years agorpcrt4: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 31 Aug 2009 09:53:00 +0000 (11:53 +0200)] 
rpcrt4: Fix compilation on systems that don't support nameless unions.

15 years agod3d10core/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 31 Aug 2009 09:52:54 +0000 (11:52 +0200)] 
d3d10core/tests: Fix compilation on systems that don't support nameless unions.

15 years agowindowscodecs: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 31 Aug 2009 09:52:57 +0000 (11:52 +0200)] 
windowscodecs: Fix compilation on systems that don't support nameless unions.

15 years agod3drm/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 31 Aug 2009 09:52:50 +0000 (11:52 +0200)] 
d3drm/tests: Fix compilation on systems that don't support nameless unions.

15 years agoddraw/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 31 Aug 2009 09:52:36 +0000 (11:52 +0200)] 
ddraw/tests: Fix compilation on systems that don't support nameless unions.

15 years agorpcrt4/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 31 Aug 2009 09:52:17 +0000 (11:52 +0200)] 
rpcrt4/tests: Fix compilation on systems that don't support nameless unions.

Also omit the nameless union macros from the error messages for clarity.

15 years agowindowscodecs/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 31 Aug 2009 09:51:46 +0000 (11:51 +0200)] 
windowscodecs/tests: Fix compilation on systems that don't support nameless unions.

15 years agod3d8: Remove trailing spaces.
Henri Verbeet [Mon, 31 Aug 2009 07:57:52 +0000 (09:57 +0200)] 
d3d8: Remove trailing spaces.

15 years agodxdiag: Make the "cmdline" parameter const.
Henri Verbeet [Mon, 31 Aug 2009 07:57:51 +0000 (09:57 +0200)] 
dxdiag: Make the "cmdline" parameter const.

15 years agod3d10: Add the D3D10_REGISTER_COMPONENT_TYPE enum.
Henri Verbeet [Mon, 31 Aug 2009 07:57:50 +0000 (09:57 +0200)] 
d3d10: Add the D3D10_REGISTER_COMPONENT_TYPE enum.

15 years agod3d10: Add the D3D10_NAME enum.
Henri Verbeet [Mon, 31 Aug 2009 07:57:49 +0000 (09:57 +0200)] 
d3d10: Add the D3D10_NAME enum.

15 years agod3d10: Add the _D3D10_EFFECT_SHADER_DESC struct.
Henri Verbeet [Mon, 31 Aug 2009 07:57:48 +0000 (09:57 +0200)] 
d3d10: Add the _D3D10_EFFECT_SHADER_DESC struct.

15 years agocomctl32/tests: Adjust message sequences for Win7 (trackbar).
Ge van Geldorp [Mon, 31 Aug 2009 07:14:25 +0000 (09:14 +0200)] 
comctl32/tests: Adjust message sequences for Win7 (trackbar).

15 years agocomdlg32/tests: Fix test on Win7.
Ge van Geldorp [Mon, 31 Aug 2009 07:15:35 +0000 (09:15 +0200)] 
comdlg32/tests: Fix test on Win7.

15 years agocomctl32/tests: Adjust message sequences for Win7 (updown).
Ge van Geldorp [Mon, 31 Aug 2009 07:14:52 +0000 (09:14 +0200)] 
comctl32/tests: Adjust message sequences for Win7 (updown).

15 years agocomctl32/tests: Adjust message sequences for Win7 (monthcal).
Ge van Geldorp [Mon, 31 Aug 2009 07:13:53 +0000 (09:13 +0200)] 
comctl32/tests: Adjust message sequences for Win7 (monthcal).

15 years agocomdlg32: Fix the copyright year for the Esperanto translation.
Andrew Nguyen [Mon, 31 Aug 2009 04:33:49 +0000 (23:33 -0500)] 
comdlg32: Fix the copyright year for the Esperanto translation.

15 years agomshtml: Fixed script tests on IE8.
Jacek Caban [Mon, 31 Aug 2009 00:15:09 +0000 (02:15 +0200)] 
mshtml: Fixed script tests on IE8.

15 years agowinscard: Add a stub for SCardListCardsA.
Austin English [Sun, 30 Aug 2009 23:59:16 +0000 (18:59 -0500)] 
winscard: Add a stub for SCardListCardsA.

15 years agontdll/tests: Fix a compiler warning on PowerPC.
Austin English [Sun, 30 Aug 2009 20:05:49 +0000 (15:05 -0500)] 
ntdll/tests: Fix a compiler warning on PowerPC.

15 years agowined3d: SetLOD is ignored on D3DPOOL_DEFAULT textures.
Stefan Dösinger [Sun, 30 Aug 2009 20:02:51 +0000 (22:02 +0200)] 
wined3d: SetLOD is ignored on D3DPOOL_DEFAULT textures.

I am not testing SYSTEMMEM and SCRATCH textures. SCRATCH textures
cannot be created, SYSTEMMEM ones cannot be used for texturing on
Windows.

15 years agowined3d: Handle per-texture max LOD level.
Stefan Dösinger [Sun, 30 Aug 2009 20:02:17 +0000 (22:02 +0200)] 
wined3d: Handle per-texture max LOD level.

GL_TEXTURE_BASE_LEVEL matches the basetexture::SetLOD functionality.
D3DSAMP_MAXMIPLEVEL essentially does the same as SetLOD. The test included in
this patch shows that the smallest mipmap level is used.

15 years agowined3d: Add a comment about D3DSAMP_MAXMIPLEVEL.
Stefan Dösinger [Sun, 30 Aug 2009 15:46:38 +0000 (17:46 +0200)] 
wined3d: Add a comment about D3DSAMP_MAXMIPLEVEL.

15 years agowined3d: Allow filtering on RECT textures.
Stefan Dösinger [Sun, 30 Aug 2009 19:38:53 +0000 (21:38 +0200)] 
wined3d: Allow filtering on RECT textures.

There is no reason to disable linear filtering, we just cannot use mipmapping.

15 years agowined3d: Remove redundant TRACEs.
Stefan Dösinger [Sun, 30 Aug 2009 15:09:11 +0000 (17:09 +0200)] 
wined3d: Remove redundant TRACEs.

These made sense before we had the quirk table. Nowadys the quirk
table contains quirk description strings that print out whether or not
any apple specific quirks are applied. The traces in match_apple just
spam the log because this code is run multiple times for many quirks.

15 years agojscript: Add a trailing '\n' to a FIXME().
Francois Gouget [Sun, 30 Aug 2009 18:19:58 +0000 (20:19 +0200)] 
jscript: Add a trailing '\n' to a FIXME().

15 years agojscript: Make Arguments_value() static.
Francois Gouget [Sun, 30 Aug 2009 18:19:50 +0000 (20:19 +0200)] 
jscript: Make Arguments_value() static.

15 years agoshdocvw: Added IWebBrowser2::get_ReadyState implementation.
Jacek Caban [Sat, 29 Aug 2009 23:02:34 +0000 (01:02 +0200)] 
shdocvw: Added IWebBrowser2::get_ReadyState implementation.

15 years agoshdocvw: Use IPropertyNotifySink to track ready state and complete notification.
Jacek Caban [Sat, 29 Aug 2009 23:02:03 +0000 (01:02 +0200)] 
shdocvw: Use IPropertyNotifySink to track ready state and complete notification.

15 years agomshtml: Always call OnStartRequest before OnStopRequest.
Jacek Caban [Sat, 29 Aug 2009 23:01:16 +0000 (01:01 +0200)] 
mshtml: Always call OnStartRequest before OnStopRequest.

15 years agoshdocvw: Move OnObjectAvailable implementation to dochost.c.
Jacek Caban [Sat, 29 Aug 2009 23:00:53 +0000 (01:00 +0200)] 
shdocvw: Move OnObjectAvailable implementation to dochost.c.

15 years agoshdocvw: Added IPropertyNotifySink stub implementation.
Jacek Caban [Sat, 29 Aug 2009 23:00:06 +0000 (01:00 +0200)] 
shdocvw: Added IPropertyNotifySink stub implementation.

15 years agoclock: Fix typo in the Italian translation.
Riccardo Loti [Fri, 28 Aug 2009 14:57:15 +0000 (16:57 +0200)] 
clock: Fix typo in the Italian translation.

15 years agowinex11: Bytes per line is signed so make it an int instead of a DWORD.
Alexandre Julliard [Sat, 29 Aug 2009 19:43:51 +0000 (21:43 +0200)] 
winex11: Bytes per line is signed so make it an int instead of a DWORD.

15 years agoconfigure: Fix remaining instances of mpg123_init check.
Alexandre Julliard [Sat, 29 Aug 2009 19:11:41 +0000 (21:11 +0200)] 
configure: Fix remaining instances of mpg123_init check.

Spotted by Eric Pouech.

15 years agotools: Copy 16-bit font definitions to avoid including 16-bit headers.
Alexandre Julliard [Sat, 29 Aug 2009 19:06:19 +0000 (21:06 +0200)] 
tools: Copy 16-bit font definitions to avoid including 16-bit headers.

15 years agomsxml3: Added more IDispatchEx tests.
Jacek Caban [Sat, 29 Aug 2009 13:04:27 +0000 (15:04 +0200)] 
msxml3: Added more IDispatchEx tests.

15 years agomsxml3: Use IXMLDOMSelection as a main queryresult interface.
Jacek Caban [Sat, 29 Aug 2009 13:02:19 +0000 (15:02 +0200)] 
msxml3: Use IXMLDOMSelection as a main queryresult interface.

15 years agomsxml3: Moved IDispatchEx implementation from domdoc to xmlnode.
Jacek Caban [Sat, 29 Aug 2009 13:01:37 +0000 (15:01 +0200)] 
msxml3: Moved IDispatchEx implementation from domdoc to xmlnode.

15 years agoshell32: In shell view, use the expected value for the effect in Drag & Drop operation.
Eric Pouech [Sat, 29 Aug 2009 12:23:30 +0000 (14:23 +0200)] 
shell32: In shell view, use the expected value for the effect in Drag & Drop operation.

15 years agokernel32: Handle the case where wineconsole isn't properly started.
Eric Pouech [Sat, 29 Aug 2009 12:42:13 +0000 (14:42 +0200)] 
kernel32: Handle the case where wineconsole isn't properly started.

15 years agoole32: Fix various missing Release calls on monikers.
Eric Pouech [Sat, 29 Aug 2009 12:23:48 +0000 (14:23 +0200)] 
ole32: Fix various missing Release calls on monikers.

15 years agoRemove a couple of superfluous casts.
Eric Pouech [Sat, 29 Aug 2009 12:23:42 +0000 (14:23 +0200)] 
Remove a couple of superfluous casts.

15 years agoservices: Correctly store the service's PID upon startup.
Eric Pouech [Sat, 29 Aug 2009 12:23:36 +0000 (14:23 +0200)] 
services: Correctly store the service's PID upon startup.

15 years agowinmm: Correctly check for the installed default ioProcs.
Eric Pouech [Sat, 29 Aug 2009 12:23:24 +0000 (14:23 +0200)] 
winmm: Correctly check for the installed default ioProcs.

15 years agocomctl32/tests: Fix status test failures on older Windows versions.
Alexandre Julliard [Sat, 29 Aug 2009 12:15:58 +0000 (14:15 +0200)] 
comctl32/tests: Fix status test failures on older Windows versions.

15 years agocomctl32/tests: Fix some toolbar test failures on older Windows versions.
Alexandre Julliard [Sat, 29 Aug 2009 12:15:52 +0000 (14:15 +0200)] 
comctl32/tests: Fix some toolbar test failures on older Windows versions.

15 years agogdiplus: Reimplement GdipCreateBitmapFromHICON based on RGBA bitmaps.
Vincent Povirk [Mon, 24 Aug 2009 22:05:24 +0000 (17:05 -0500)] 
gdiplus: Reimplement GdipCreateBitmapFromHICON based on RGBA bitmaps.

15 years agogdiplus: Use AlphaBlend for 32-bit images with alpha channels.
Vincent Povirk [Fri, 28 Aug 2009 22:21:10 +0000 (17:21 -0500)] 
gdiplus: Use AlphaBlend for 32-bit images with alpha channels.

15 years agogdiplus: Return the real image bits from LockBits when possible.
Vincent Povirk [Fri, 28 Aug 2009 21:53:57 +0000 (16:53 -0500)] 
gdiplus: Return the real image bits from LockBits when possible.

15 years agogdiplus: Create DIBs instead of IPictures in CreateBitmapFromScan0.
Vincent Povirk [Fri, 28 Aug 2009 21:21:27 +0000 (16:21 -0500)] 
gdiplus: Create DIBs instead of IPictures in CreateBitmapFromScan0.

15 years agogdiplus: Don't use IPicture to manage the HDC associated with a GpBitmap.
Vincent Povirk [Fri, 28 Aug 2009 20:05:38 +0000 (15:05 -0500)] 
gdiplus: Don't use IPicture to manage the HDC associated with a GpBitmap.

15 years agogdiplus: Add and use an HBITMAP field in GpBitmap objects.
Vincent Povirk [Fri, 28 Aug 2009 19:49:35 +0000 (14:49 -0500)] 
gdiplus: Add and use an HBITMAP field in GpBitmap objects.

15 years agogdiplus: Use the decoder list to decide how to load image files.
Vincent Povirk [Tue, 25 Aug 2009 22:43:33 +0000 (17:43 -0500)] 
gdiplus: Use the decoder list to decide how to load image files.

15 years agogdiplus: Add PNG to the decoders list.
Vincent Povirk [Tue, 25 Aug 2009 21:53:56 +0000 (16:53 -0500)] 
gdiplus: Add PNG to the decoders list.

15 years agokernel32: Fix the GetThreadPriorityBoost return value.
Alexandre Julliard [Sat, 29 Aug 2009 10:22:13 +0000 (12:22 +0200)] 
kernel32: Fix the GetThreadPriorityBoost return value.