Henri Verbeet [Mon, 31 Aug 2009 07:57:49 +0000 (09:57 +0200)]
d3d10: Add the D3D10_NAME enum.
Henri Verbeet [Mon, 31 Aug 2009 07:57:48 +0000 (09:57 +0200)]
d3d10: Add the _D3D10_EFFECT_SHADER_DESC struct.
Ge van Geldorp [Mon, 31 Aug 2009 07:14:25 +0000 (09:14 +0200)]
comctl32/tests: Adjust message sequences for Win7 (trackbar).
Ge van Geldorp [Mon, 31 Aug 2009 07:15:35 +0000 (09:15 +0200)]
comdlg32/tests: Fix test on Win7.
Ge van Geldorp [Mon, 31 Aug 2009 07:14:52 +0000 (09:14 +0200)]
comctl32/tests: Adjust message sequences for Win7 (updown).
Ge van Geldorp [Mon, 31 Aug 2009 07:13:53 +0000 (09:13 +0200)]
comctl32/tests: Adjust message sequences for Win7 (monthcal).
Andrew Nguyen [Mon, 31 Aug 2009 04:33:49 +0000 (23:33 -0500)]
comdlg32: Fix the copyright year for the Esperanto translation.
Jacek Caban [Mon, 31 Aug 2009 00:15:09 +0000 (02:15 +0200)]
mshtml: Fixed script tests on IE8.
Austin English [Sun, 30 Aug 2009 23:59:16 +0000 (18:59 -0500)]
winscard: Add a stub for SCardListCardsA.
Austin English [Sun, 30 Aug 2009 20:05:49 +0000 (15:05 -0500)]
ntdll/tests: Fix a compiler warning on PowerPC.
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.
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.
Stefan Dösinger [Sun, 30 Aug 2009 15:46:38 +0000 (17:46 +0200)]
wined3d: Add a comment about D3DSAMP_MAXMIPLEVEL.
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.
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.
Francois Gouget [Sun, 30 Aug 2009 18:19:58 +0000 (20:19 +0200)]
jscript: Add a trailing '\n' to a FIXME().
Francois Gouget [Sun, 30 Aug 2009 18:19:50 +0000 (20:19 +0200)]
jscript: Make Arguments_value() static.
Jacek Caban [Sat, 29 Aug 2009 23:02:34 +0000 (01:02 +0200)]
shdocvw: Added IWebBrowser2::get_ReadyState implementation.
Jacek Caban [Sat, 29 Aug 2009 23:02:03 +0000 (01:02 +0200)]
shdocvw: Use IPropertyNotifySink to track ready state and complete notification.
Jacek Caban [Sat, 29 Aug 2009 23:01:16 +0000 (01:01 +0200)]
mshtml: Always call OnStartRequest before OnStopRequest.
Jacek Caban [Sat, 29 Aug 2009 23:00:53 +0000 (01:00 +0200)]
shdocvw: Move OnObjectAvailable implementation to dochost.c.
Jacek Caban [Sat, 29 Aug 2009 23:00:06 +0000 (01:00 +0200)]
shdocvw: Added IPropertyNotifySink stub implementation.
Riccardo Loti [Fri, 28 Aug 2009 14:57:15 +0000 (16:57 +0200)]
clock: Fix typo in the Italian translation.
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.
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.
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.
Jacek Caban [Sat, 29 Aug 2009 13:04:27 +0000 (15:04 +0200)]
msxml3: Added more IDispatchEx tests.
Jacek Caban [Sat, 29 Aug 2009 13:02:19 +0000 (15:02 +0200)]
msxml3: Use IXMLDOMSelection as a main queryresult interface.
Jacek Caban [Sat, 29 Aug 2009 13:01:37 +0000 (15:01 +0200)]
msxml3: Moved IDispatchEx implementation from domdoc to xmlnode.
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.
Eric Pouech [Sat, 29 Aug 2009 12:42:13 +0000 (14:42 +0200)]
kernel32: Handle the case where wineconsole isn't properly started.
Eric Pouech [Sat, 29 Aug 2009 12:23:48 +0000 (14:23 +0200)]
ole32: Fix various missing Release calls on monikers.
Eric Pouech [Sat, 29 Aug 2009 12:23:42 +0000 (14:23 +0200)]
Remove a couple of superfluous casts.
Eric Pouech [Sat, 29 Aug 2009 12:23:36 +0000 (14:23 +0200)]
services: Correctly store the service's PID upon startup.
Eric Pouech [Sat, 29 Aug 2009 12:23:24 +0000 (14:23 +0200)]
winmm: Correctly check for the installed default ioProcs.
Alexandre Julliard [Sat, 29 Aug 2009 12:15:58 +0000 (14:15 +0200)]
comctl32/tests: Fix status 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.
Vincent Povirk [Mon, 24 Aug 2009 22:05:24 +0000 (17:05 -0500)]
gdiplus: Reimplement GdipCreateBitmapFromHICON based on RGBA bitmaps.
Vincent Povirk [Fri, 28 Aug 2009 22:21:10 +0000 (17:21 -0500)]
gdiplus: Use AlphaBlend for 32-bit images with alpha channels.
Vincent Povirk [Fri, 28 Aug 2009 21:53:57 +0000 (16:53 -0500)]
gdiplus: Return the real image bits from LockBits when possible.
Vincent Povirk [Fri, 28 Aug 2009 21:21:27 +0000 (16:21 -0500)]
gdiplus: Create DIBs instead of IPictures in CreateBitmapFromScan0.
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.
Vincent Povirk [Fri, 28 Aug 2009 19:49:35 +0000 (14:49 -0500)]
gdiplus: Add and use an HBITMAP field in GpBitmap objects.
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.
Vincent Povirk [Tue, 25 Aug 2009 21:53:56 +0000 (16:53 -0500)]
gdiplus: Add PNG to the decoders list.
Alexandre Julliard [Sat, 29 Aug 2009 10:22:13 +0000 (12:22 +0200)]
kernel32: Fix the GetThreadPriorityBoost return value.
Alexandre Julliard [Sat, 29 Aug 2009 10:20:25 +0000 (12:20 +0200)]
configure: Check for mpg123_feed function since we require it.
Jacek Caban [Fri, 28 Aug 2009 22:03:22 +0000 (00:03 +0200)]
jscript: Make Array.push generic.
Jacek Caban [Fri, 28 Aug 2009 22:02:49 +0000 (00:02 +0200)]
jscript: Added Function.apply implementation.
Jacek Caban [Fri, 28 Aug 2009 22:02:22 +0000 (00:02 +0200)]
jscript: Added Function.call implementation.
Jacek Caban [Fri, 28 Aug 2009 22:01:57 +0000 (00:01 +0200)]
jscript: Create arguments object as a seaprated class inheriting from Object.
Jacek Caban [Fri, 28 Aug 2009 22:01:25 +0000 (00:01 +0200)]
jscript: Added 'instanceof' keyword implementation.
Jacek Caban [Fri, 28 Aug 2009 21:54:32 +0000 (23:54 +0200)]
jscript: Get script_ctx_t as to_object arguments.
Jacek Caban [Fri, 28 Aug 2009 21:53:45 +0000 (23:53 +0200)]
jscript: Create Array objects from proper constructor.
Jacek Caban [Fri, 28 Aug 2009 21:53:05 +0000 (23:53 +0200)]
jscript: Use proper VARIANT_BOOL values in bool literals.
André Hentschel [Fri, 28 Aug 2009 16:34:32 +0000 (18:34 +0200)]
wcmd: Ignore start and end quotes.
Benjamin Kramer [Fri, 28 Aug 2009 19:15:22 +0000 (21:15 +0200)]
ntdll: Fix build on MacOSX.
Aric Stewart [Fri, 28 Aug 2009 20:08:14 +0000 (15:08 -0500)]
msctf: Hook up ITfTextEditSink::OnEndEdit.
Aric Stewart [Fri, 28 Aug 2009 19:08:20 +0000 (14:08 -0500)]
msctf: Stub implementation of ITfSourceSingle for ITfContext.
Aric Stewart [Fri, 28 Aug 2009 19:07:54 +0000 (14:07 -0500)]
msctf: Define ITfSourceSingle.
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.
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.
Alexandre Julliard [Fri, 28 Aug 2009 16:25:20 +0000 (18:25 +0200)]
ntdll: Add support for Dwarf expressions in call frame information.
Alexandre Julliard [Fri, 28 Aug 2009 16:24:06 +0000 (18:24 +0200)]
ntdll: Add support for unwinding the signal stack on x86_64.
Francois Gouget [Fri, 28 Aug 2009 12:50:14 +0000 (14:50 +0200)]
mshtml: Remove the create_nsstream() prototype.
Ge van Geldorp [Fri, 28 Aug 2009 12:54:28 +0000 (14:54 +0200)]
netapi32/tests: Add acceptable error codes for Win7.
Ge van Geldorp [Fri, 28 Aug 2009 10:31:25 +0000 (12:31 +0200)]
msi/tests: Create only a single restore point.
Vladimir Pankratov [Fri, 28 Aug 2009 10:38:11 +0000 (15:38 +0500)]
shell32: Handle NULL path.
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.
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.
Vincent Povirk [Thu, 27 Aug 2009 21:58:11 +0000 (16:58 -0500)]
gdiplus: Implement GdipCreateHBITMAPFromBitmap.
Vincent Povirk [Thu, 27 Aug 2009 21:38:07 +0000 (16:38 -0500)]
gdiplus: Add test for GdipCreateHBITMAPFromBitmap.
Henri Verbeet [Fri, 28 Aug 2009 08:23:11 +0000 (10:23 +0200)]
d3d9: Remove trailing spaces.
Henri Verbeet [Fri, 28 Aug 2009 08:23:10 +0000 (10:23 +0200)]
d3d10: Add the ID3D10EffectDepthStencilViewVariable interface.
Henri Verbeet [Fri, 28 Aug 2009 08:23:09 +0000 (10:23 +0200)]
d3d10: Add the ID3D10EffectRenderTargetViewVariable interface.
Henri Verbeet [Fri, 28 Aug 2009 08:23:08 +0000 (10:23 +0200)]
d3d10: Add the ID3D10EffectShaderResourceVariable interface.
Henri Verbeet [Fri, 28 Aug 2009 08:23:07 +0000 (10:23 +0200)]
d3d10: Add the ID3D10EffectStringVariable interface.
Juan Lang [Thu, 27 Aug 2009 16:04:50 +0000 (09:04 -0700)]
quartz: Don't crash if sample allocation fails.
Rico Schüller [Thu, 27 Aug 2009 22:54:30 +0000 (00:54 +0200)]
wined3d: Add WINED3D_SM4_OP_MIN.
Rico Schüller [Thu, 27 Aug 2009 22:54:08 +0000 (00:54 +0200)]
wined3d: Add WINED3D_SM4_OP_MAX.
Vincent Povirk [Thu, 27 Aug 2009 18:40:23 +0000 (13:40 -0500)]
windowscodecs: Implement conversion from 64bppRGBA to 32bppBGRA.
Vincent Povirk [Thu, 27 Aug 2009 18:37:25 +0000 (13:37 -0500)]
windowscodecs: Implement conversion from 48bppRGB to 32bppBGRA.
Vincent Povirk [Thu, 27 Aug 2009 18:30:39 +0000 (13:30 -0500)]
windowscodecs: Implement conversion from 16bppGray to 32bppBGRA.
Vincent Povirk [Thu, 27 Aug 2009 18:26:23 +0000 (13:26 -0500)]
windowscodecs: Implement conversion from 4bppGray to 32bppBGRA.
Vincent Povirk [Thu, 27 Aug 2009 18:23:18 +0000 (13:23 -0500)]
windowscodecs: Implement conversion from 2bppGray to 32bppBGRA.
Vincent Povirk [Thu, 27 Aug 2009 18:17:15 +0000 (13:17 -0500)]
windowscodecs: Implement conversion from 2bppIndexed to 32bppBGRA.
Vincent Povirk [Thu, 27 Aug 2009 17:46:13 +0000 (12:46 -0500)]
windowscodecs: Implement conversion from BlackWhite to 32bppBGRA.
Vincent Povirk [Thu, 27 Aug 2009 19:07:35 +0000 (14:07 -0500)]
windowscodecs: Support color-keyed transparency in PNG images.
Vincent Povirk [Thu, 27 Aug 2009 18:17:06 +0000 (13:17 -0500)]
windowscodecs: Implement CopyPalette for the PNG decoder.
Vincent Povirk [Thu, 27 Aug 2009 17:41:03 +0000 (12:41 -0500)]
windowscodecs: Implement CopyPixels for the PNG decoder.
Vincent Povirk [Thu, 27 Aug 2009 17:39:16 +0000 (12:39 -0500)]
windowscodecs: Implement GetSize for the PNG decoder.
Vincent Povirk [Tue, 18 Aug 2009 22:54:15 +0000 (17:54 -0500)]
windowscodecs: Implement GetPixelFormat for the PNG decoder.
Vincent Povirk [Tue, 18 Aug 2009 22:09:03 +0000 (17:09 -0500)]
windowscodecs: Implement GetFrame for the PNG decoder.
Vincent Povirk [Thu, 13 Aug 2009 22:50:16 +0000 (17:50 -0500)]
windowscodecs: Implement Initialize for the PNG decoder.
Vincent Povirk [Thu, 13 Aug 2009 22:02:19 +0000 (17:02 -0500)]
windowscodecs: Implement GetFrameCount for PNG decoder.
Vincent Povirk [Thu, 13 Aug 2009 22:01:42 +0000 (17:01 -0500)]
windowscodecs: Implement GetContainerFormat for PNG decoder.
Vincent Povirk [Thu, 13 Aug 2009 21:41:35 +0000 (16:41 -0500)]
windowscodecs: Register the PNG decoder.
Vincent Povirk [Sat, 8 Aug 2009 23:49:33 +0000 (18:49 -0500)]
windowscodecs: Add stub PNG decoder.
Vincent Povirk [Tue, 18 Aug 2009 22:54:22 +0000 (17:54 -0500)]
include: Add WIC pixel formats needed for PNG.
Jacek Caban [Thu, 27 Aug 2009 19:34:20 +0000 (21:34 +0200)]
jscript: Added RegExp.test implementation.