wine
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.

15 years agoconfigure: Check for mpg123_feed function since we require it.
Alexandre Julliard [Sat, 29 Aug 2009 10:20:25 +0000 (12:20 +0200)] 
configure: Check for mpg123_feed function since we require it.

15 years agojscript: Make Array.push generic.
Jacek Caban [Fri, 28 Aug 2009 22:03:22 +0000 (00:03 +0200)] 
jscript: Make Array.push generic.

15 years agojscript: Added Function.apply implementation.
Jacek Caban [Fri, 28 Aug 2009 22:02:49 +0000 (00:02 +0200)] 
jscript: Added Function.apply implementation.

15 years agojscript: Added Function.call implementation.
Jacek Caban [Fri, 28 Aug 2009 22:02:22 +0000 (00:02 +0200)] 
jscript: Added Function.call implementation.

15 years agojscript: Create arguments object as a seaprated class inheriting from Object.
Jacek Caban [Fri, 28 Aug 2009 22:01:57 +0000 (00:01 +0200)] 
jscript: Create arguments object as a seaprated class inheriting from Object.

15 years agojscript: Added 'instanceof' keyword implementation.
Jacek Caban [Fri, 28 Aug 2009 22:01:25 +0000 (00:01 +0200)] 
jscript: Added 'instanceof' keyword implementation.

15 years agojscript: Get script_ctx_t as to_object arguments.
Jacek Caban [Fri, 28 Aug 2009 21:54:32 +0000 (23:54 +0200)] 
jscript: Get script_ctx_t as to_object arguments.

15 years agojscript: Create Array objects from proper constructor.
Jacek Caban [Fri, 28 Aug 2009 21:53:45 +0000 (23:53 +0200)] 
jscript: Create Array objects from proper constructor.

15 years agojscript: Use proper VARIANT_BOOL values in bool literals.
Jacek Caban [Fri, 28 Aug 2009 21:53:05 +0000 (23:53 +0200)] 
jscript: Use proper VARIANT_BOOL values in bool literals.

15 years agowcmd: Ignore start and end quotes.
André Hentschel [Fri, 28 Aug 2009 16:34:32 +0000 (18:34 +0200)] 
wcmd: Ignore start and end quotes.

15 years agontdll: Fix build on MacOSX.
Benjamin Kramer [Fri, 28 Aug 2009 19:15:22 +0000 (21:15 +0200)] 
ntdll: Fix build on MacOSX.

15 years agomsctf: Hook up ITfTextEditSink::OnEndEdit.
Aric Stewart [Fri, 28 Aug 2009 20:08:14 +0000 (15:08 -0500)] 
msctf: Hook up ITfTextEditSink::OnEndEdit.

15 years agomsctf: Stub implementation of ITfSourceSingle for ITfContext.
Aric Stewart [Fri, 28 Aug 2009 19:08:20 +0000 (14:08 -0500)] 
msctf: Stub implementation of ITfSourceSingle for ITfContext.

15 years agomsctf: Define ITfSourceSingle.
Aric Stewart [Fri, 28 Aug 2009 19:07:54 +0000 (14:07 -0500)] 
msctf: Define ITfSourceSingle.

15 years agontdll: Use a more drastic (and simpler) method for unwinding the stack on thread...
Alexandre Julliard [Sat, 29 Aug 2009 10:08:11 +0000 (12:08 +0200)] 
ntdll: Use a more drastic (and simpler) method for unwinding the stack on thread exit.

15 years agontdll: Route the process startup through the platform-specific thread startup code.
Alexandre Julliard [Sat, 29 Aug 2009 09:07:17 +0000 (11:07 +0200)] 
ntdll: Route the process startup through the platform-specific thread startup code.

15 years agontdll: Add support for Dwarf expressions in call frame information.
Alexandre Julliard [Fri, 28 Aug 2009 16:25:20 +0000 (18:25 +0200)] 
ntdll: Add support for Dwarf expressions in call frame information.

15 years agontdll: Add support for unwinding the signal stack on x86_64.
Alexandre Julliard [Fri, 28 Aug 2009 16:24:06 +0000 (18:24 +0200)] 
ntdll: Add support for unwinding the signal stack on x86_64.

15 years agomshtml: Remove the create_nsstream() prototype.
Francois Gouget [Fri, 28 Aug 2009 12:50:14 +0000 (14:50 +0200)] 
mshtml: Remove the create_nsstream() prototype.

15 years agonetapi32/tests: Add acceptable error codes for Win7.
Ge van Geldorp [Fri, 28 Aug 2009 12:54:28 +0000 (14:54 +0200)] 
netapi32/tests: Add acceptable error codes for Win7.

15 years agomsi/tests: Create only a single restore point.
Ge van Geldorp [Fri, 28 Aug 2009 10:31:25 +0000 (12:31 +0200)] 
msi/tests: Create only a single restore point.

15 years agoshell32: Handle NULL path.
Vladimir Pankratov [Fri, 28 Aug 2009 10:38:11 +0000 (15:38 +0500)] 
shell32: Handle NULL path.

15 years agontdll: Unwind the stack before calling exit/abort_thread.
Alexandre Julliard [Fri, 28 Aug 2009 10:13:21 +0000 (12:13 +0200)] 
ntdll: Unwind the stack before calling exit/abort_thread.

This prevents pthread_exit() from trying to do it and failing.

15 years agontdll: Move the abort_thread() function to the CPU-specific files to allow redefining it.
Alexandre Julliard [Fri, 28 Aug 2009 09:52:21 +0000 (11:52 +0200)] 
ntdll: Move the abort_thread() function to the CPU-specific files to allow redefining it.

15 years agogdiplus: Implement GdipCreateHBITMAPFromBitmap.
Vincent Povirk [Thu, 27 Aug 2009 21:58:11 +0000 (16:58 -0500)] 
gdiplus: Implement GdipCreateHBITMAPFromBitmap.

15 years agogdiplus: Add test for GdipCreateHBITMAPFromBitmap.
Vincent Povirk [Thu, 27 Aug 2009 21:38:07 +0000 (16:38 -0500)] 
gdiplus: Add test for GdipCreateHBITMAPFromBitmap.

15 years agod3d9: Remove trailing spaces.
Henri Verbeet [Fri, 28 Aug 2009 08:23:11 +0000 (10:23 +0200)] 
d3d9: Remove trailing spaces.

15 years agod3d10: Add the ID3D10EffectDepthStencilViewVariable interface.
Henri Verbeet [Fri, 28 Aug 2009 08:23:10 +0000 (10:23 +0200)] 
d3d10: Add the ID3D10EffectDepthStencilViewVariable interface.

15 years agod3d10: Add the ID3D10EffectRenderTargetViewVariable interface.
Henri Verbeet [Fri, 28 Aug 2009 08:23:09 +0000 (10:23 +0200)] 
d3d10: Add the ID3D10EffectRenderTargetViewVariable interface.

15 years agod3d10: Add the ID3D10EffectShaderResourceVariable interface.
Henri Verbeet [Fri, 28 Aug 2009 08:23:08 +0000 (10:23 +0200)] 
d3d10: Add the ID3D10EffectShaderResourceVariable interface.

15 years agod3d10: Add the ID3D10EffectStringVariable interface.
Henri Verbeet [Fri, 28 Aug 2009 08:23:07 +0000 (10:23 +0200)] 
d3d10: Add the ID3D10EffectStringVariable interface.

15 years agoquartz: Don't crash if sample allocation fails.
Juan Lang [Thu, 27 Aug 2009 16:04:50 +0000 (09:04 -0700)] 
quartz: Don't crash if sample allocation fails.

15 years agowined3d: Add WINED3D_SM4_OP_MIN.
Rico Schüller [Thu, 27 Aug 2009 22:54:30 +0000 (00:54 +0200)] 
wined3d: Add WINED3D_SM4_OP_MIN.

15 years agowined3d: Add WINED3D_SM4_OP_MAX.
Rico Schüller [Thu, 27 Aug 2009 22:54:08 +0000 (00:54 +0200)] 
wined3d: Add WINED3D_SM4_OP_MAX.

15 years agowindowscodecs: Implement conversion from 64bppRGBA to 32bppBGRA.
Vincent Povirk [Thu, 27 Aug 2009 18:40:23 +0000 (13:40 -0500)] 
windowscodecs: Implement conversion from 64bppRGBA to 32bppBGRA.

15 years agowindowscodecs: Implement conversion from 48bppRGB to 32bppBGRA.
Vincent Povirk [Thu, 27 Aug 2009 18:37:25 +0000 (13:37 -0500)] 
windowscodecs: Implement conversion from 48bppRGB to 32bppBGRA.

15 years agowindowscodecs: Implement conversion from 16bppGray to 32bppBGRA.
Vincent Povirk [Thu, 27 Aug 2009 18:30:39 +0000 (13:30 -0500)] 
windowscodecs: Implement conversion from 16bppGray to 32bppBGRA.

15 years agowindowscodecs: Implement conversion from 4bppGray to 32bppBGRA.
Vincent Povirk [Thu, 27 Aug 2009 18:26:23 +0000 (13:26 -0500)] 
windowscodecs: Implement conversion from 4bppGray to 32bppBGRA.

15 years agowindowscodecs: Implement conversion from 2bppGray to 32bppBGRA.
Vincent Povirk [Thu, 27 Aug 2009 18:23:18 +0000 (13:23 -0500)] 
windowscodecs: Implement conversion from 2bppGray to 32bppBGRA.

15 years agowindowscodecs: Implement conversion from 2bppIndexed to 32bppBGRA.
Vincent Povirk [Thu, 27 Aug 2009 18:17:15 +0000 (13:17 -0500)] 
windowscodecs: Implement conversion from 2bppIndexed to 32bppBGRA.

15 years agowindowscodecs: Implement conversion from BlackWhite to 32bppBGRA.
Vincent Povirk [Thu, 27 Aug 2009 17:46:13 +0000 (12:46 -0500)] 
windowscodecs: Implement conversion from BlackWhite to 32bppBGRA.

15 years agowindowscodecs: Support color-keyed transparency in PNG images.
Vincent Povirk [Thu, 27 Aug 2009 19:07:35 +0000 (14:07 -0500)] 
windowscodecs: Support color-keyed transparency in PNG images.

15 years agowindowscodecs: Implement CopyPalette for the PNG decoder.
Vincent Povirk [Thu, 27 Aug 2009 18:17:06 +0000 (13:17 -0500)] 
windowscodecs: Implement CopyPalette for the PNG decoder.

15 years agowindowscodecs: Implement CopyPixels for the PNG decoder.
Vincent Povirk [Thu, 27 Aug 2009 17:41:03 +0000 (12:41 -0500)] 
windowscodecs: Implement CopyPixels for the PNG decoder.

15 years agowindowscodecs: Implement GetSize for the PNG decoder.
Vincent Povirk [Thu, 27 Aug 2009 17:39:16 +0000 (12:39 -0500)] 
windowscodecs: Implement GetSize for the PNG decoder.

15 years agowindowscodecs: Implement GetPixelFormat for the PNG decoder.
Vincent Povirk [Tue, 18 Aug 2009 22:54:15 +0000 (17:54 -0500)] 
windowscodecs: Implement GetPixelFormat for the PNG decoder.

15 years agowindowscodecs: Implement GetFrame for the PNG decoder.
Vincent Povirk [Tue, 18 Aug 2009 22:09:03 +0000 (17:09 -0500)] 
windowscodecs: Implement GetFrame for the PNG decoder.

15 years agowindowscodecs: Implement Initialize for the PNG decoder.
Vincent Povirk [Thu, 13 Aug 2009 22:50:16 +0000 (17:50 -0500)] 
windowscodecs: Implement Initialize for the PNG decoder.

15 years agowindowscodecs: Implement GetFrameCount for PNG decoder.
Vincent Povirk [Thu, 13 Aug 2009 22:02:19 +0000 (17:02 -0500)] 
windowscodecs: Implement GetFrameCount for PNG decoder.

15 years agowindowscodecs: Implement GetContainerFormat for PNG decoder.
Vincent Povirk [Thu, 13 Aug 2009 22:01:42 +0000 (17:01 -0500)] 
windowscodecs: Implement GetContainerFormat for PNG decoder.

15 years agowindowscodecs: Register the PNG decoder.
Vincent Povirk [Thu, 13 Aug 2009 21:41:35 +0000 (16:41 -0500)] 
windowscodecs: Register the PNG decoder.

15 years agowindowscodecs: Add stub PNG decoder.
Vincent Povirk [Sat, 8 Aug 2009 23:49:33 +0000 (18:49 -0500)] 
windowscodecs: Add stub PNG decoder.

15 years agoinclude: Add WIC pixel formats needed for PNG.
Vincent Povirk [Tue, 18 Aug 2009 22:54:22 +0000 (17:54 -0500)] 
include: Add WIC pixel formats needed for PNG.

15 years agojscript: Added RegExp.test implementation.
Jacek Caban [Thu, 27 Aug 2009 19:34:20 +0000 (21:34 +0200)] 
jscript: Added RegExp.test implementation.