Jacek Caban [Tue, 1 Sep 2009 11:26:34 +0000 (13:26 +0200)]
jscript: Code clean up.
Jacek Caban [Tue, 1 Sep 2009 11:26:08 +0000 (13:26 +0200)]
jscript: Code clean up.
Henri Verbeet [Tue, 1 Sep 2009 07:09:37 +0000 (09:09 +0200)]
ddraw: Remove trailing spaces.
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.
Henri Verbeet [Tue, 1 Sep 2009 07:09:35 +0000 (09:09 +0200)]
wined3d: Add support for ARB_depth_clamp.
Henri Verbeet [Tue, 1 Sep 2009 07:09:34 +0000 (09:09 +0200)]
d3d10: Add the ID3D10EffectShaderVariable interface.
Henri Verbeet [Tue, 1 Sep 2009 07:09:33 +0000 (09:09 +0200)]
d3d10: Add the _D3D10_SIGNATURE_PARAMETER_DESC struct.
Alexandre Julliard [Tue, 1 Sep 2009 12:05:02 +0000 (14:05 +0200)]
msxml3: Move typelib definitions out of #ifdef HAVE_LIBXML2.
Austin English [Tue, 1 Sep 2009 03:22:13 +0000 (22:22 -0500)]
ole32: Fix build on Power PC.
Austin English [Tue, 1 Sep 2009 01:38:01 +0000 (20:38 -0500)]
oleaut32: Avoid a NULL pointer dereference.
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.
Vincent Povirk [Mon, 31 Aug 2009 22:06:53 +0000 (17:06 -0500)]
oleaut32: Use WIC to decode JPEG images.
Vincent Povirk [Mon, 31 Aug 2009 21:56:47 +0000 (16:56 -0500)]
gdiplus: Use WIC to decode ICO files.
Aric Stewart [Mon, 31 Aug 2009 19:48:40 +0000 (14:48 -0500)]
msctf: Correct handling if NULL for pdimFocus in ITfThreadMgr::SetFocus.
Eric Pouech [Mon, 31 Aug 2009 19:36:45 +0000 (21:36 +0200)]
msvcrt: Correctly handle the error cases in strtol and strtoul.
Jacek Caban [Mon, 31 Aug 2009 18:47:55 +0000 (20:47 +0200)]
mshtml: Properly release DispatchEx data.
Jacek Caban [Mon, 31 Aug 2009 18:47:21 +0000 (20:47 +0200)]
mshtml: Added function object tests.
Jacek Caban [Mon, 31 Aug 2009 18:46:41 +0000 (20:46 +0200)]
mshtml: Added function object implementation.
Jacek Caban [Mon, 31 Aug 2009 18:46:03 +0000 (20:46 +0200)]
mshtml: Moved dynamic_data allocation to separated function.
Jacek Caban [Mon, 31 Aug 2009 18:45:42 +0000 (20:45 +0200)]
mshtml: Move ITypeInfo::Invoke call to separated function.
Jacek Caban [Mon, 31 Aug 2009 18:45:20 +0000 (20:45 +0200)]
dispex.idl: Added SID declarations.
Jacek Caban [Mon, 31 Aug 2009 18:45:02 +0000 (20:45 +0200)]
mshtml: Added IHTMLWindow2::toString implementation.
Jacek Caban [Mon, 31 Aug 2009 18:44:47 +0000 (20:44 +0200)]
mshtml: Added IOmNavigator::toString implementation.
Jacek Caban [Mon, 31 Aug 2009 18:44:20 +0000 (20:44 +0200)]
mshtml: Added DISPID_VALUE implementation for HTMLLocation object.
Jacek Caban [Mon, 31 Aug 2009 18:43:44 +0000 (20:43 +0200)]
mshtml: Added support for DISPID_VALUE.
Alexandre Julliard [Tue, 1 Sep 2009 10:41:57 +0000 (12:41 +0200)]
ntdll: Implemented the SList functions for Win64.
Alexandre Julliard [Tue, 1 Sep 2009 10:39:17 +0000 (12:39 +0200)]
libport: Added an interlocked_cmpxchg128 function for 64-bit.
Aric Stewart [Mon, 31 Aug 2009 14:31:27 +0000 (09:31 -0500)]
msctf: Hook up ITfLanguageProfileNotifySink::OnLanguageChange.
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.
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.
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.
Rico Schüller [Sat, 29 Aug 2009 18:36:38 +0000 (20:36 +0200)]
d3d10: Add argument check in ID3D10EffectPass::GetDesc.
Rico Schüller [Sat, 29 Aug 2009 18:36:26 +0000 (20:36 +0200)]
d3d10: Add argument check in ID3D10EffectTechnique::GetDesc.
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.
André Hentschel [Sat, 29 Aug 2009 20:08:13 +0000 (22:08 +0200)]
winetest: Mute an annoying message box.
Michael Stefaniuc [Sun, 30 Aug 2009 21:08:40 +0000 (23:08 +0200)]
jscript: Check the correct variable for the error condition (Smatch).
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.
Francois Gouget [Mon, 31 Aug 2009 09:53:08 +0000 (11:53 +0200)]
ddrawex: 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.
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.
Francois Gouget [Mon, 31 Aug 2009 09:53:14 +0000 (11:53 +0200)]
d3d10core: Fix compilation on systems that don't support nameless unions.
André Hentschel [Sat, 29 Aug 2009 11:11:12 +0000 (13:11 +0200)]
winemaker: Update usage text.
André Hentschel [Sat, 29 Aug 2009 11:10:01 +0000 (13:10 +0200)]
winemaker: Fix dll compiling in project files.
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.
Francois Gouget [Mon, 31 Aug 2009 09:53:00 +0000 (11:53 +0200)]
rpcrt4: 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.
Francois Gouget [Mon, 31 Aug 2009 09:52:57 +0000 (11:52 +0200)]
windowscodecs: 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.
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.
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.
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.
Henri Verbeet [Mon, 31 Aug 2009 07:57:52 +0000 (09:57 +0200)]
d3d8: Remove trailing spaces.
Henri Verbeet [Mon, 31 Aug 2009 07:57:51 +0000 (09:57 +0200)]
dxdiag: Make the "cmdline" parameter const.
Henri Verbeet [Mon, 31 Aug 2009 07:57:50 +0000 (09:57 +0200)]
d3d10: Add the D3D10_REGISTER_COMPONENT_TYPE enum.
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.