Jacek Caban [Sun, 6 Sep 2009 16:56:28 +0000 (18:56 +0200)]
mshtml: Added IHTMLEventObj::get_button implementation.
Jacek Caban [Sun, 6 Sep 2009 16:56:13 +0000 (18:56 +0200)]
mshtml: Added IHTMLEventObj::get_keyCode implementation.
Jacek Caban [Sun, 6 Sep 2009 16:55:56 +0000 (18:55 +0200)]
mshtml: Addded IHTMLEventObj::get_shiftKey implementation.
Jacek Caban [Sun, 6 Sep 2009 16:55:41 +0000 (18:55 +0200)]
mshtml: Added IHTMLEventObj::get_ctrKey implementation.
Jacek Caban [Sun, 6 Sep 2009 16:55:25 +0000 (18:55 +0200)]
mshtml: Added IHTMLEventObj::get_altKey implementation.
Jacek Caban [Sun, 6 Sep 2009 16:55:06 +0000 (18:55 +0200)]
mshtml: Added IHTMLEventObj::get_type implementation.
Jacek Caban [Sun, 6 Sep 2009 16:54:49 +0000 (18:54 +0200)]
mshtml: Always create event object in fire_event.
Jacek Caban [Sun, 6 Sep 2009 16:54:30 +0000 (18:54 +0200)]
mshtml: Move event handlers invocation to separated function.
Jacek Caban [Sun, 6 Sep 2009 16:53:48 +0000 (18:53 +0200)]
mshtml.idl: Added missing hidden attributes.
Jacek Caban [Sun, 6 Sep 2009 16:53:21 +0000 (18:53 +0200)]
mshtml: Added GetNextDispID and GetMemberName tests.
Jacek Caban [Sun, 6 Sep 2009 16:52:49 +0000 (18:52 +0200)]
mshtml: Added GetMemberName implementation.
Jacek Caban [Sun, 6 Sep 2009 16:52:21 +0000 (18:52 +0200)]
mshtml: Added IDispatchEx::GetNextDispID implementation.
Jacek Caban [Sun, 6 Sep 2009 16:51:39 +0000 (18:51 +0200)]
mshtml: Move builtin function info lookup to separated function.
Paul Vriens [Tue, 8 Sep 2009 07:42:00 +0000 (09:42 +0200)]
jscript: Updated Dutch translations.
Austin English [Mon, 7 Sep 2009 22:48:22 +0000 (17:48 -0500)]
netapi32: Add a stub for NetGroupGetInfo.
Vitaliy Margolen [Mon, 7 Sep 2009 17:59:16 +0000 (11:59 -0600)]
dinput: Convert axis mapping array to int instead of BYTE. BYTE is unsigned and char isn't enough to store all possible axis values.
Vitaliy Margolen [Mon, 7 Sep 2009 17:58:57 +0000 (11:58 -0600)]
dinput: Move axes and buttons queries into initial joystick discovery for joydev driver.
Austin English [Mon, 7 Sep 2009 14:32:03 +0000 (09:32 -0500)]
hal: Add a stub for HalGetBusDataByOffset.
Dmitry Timoshkov [Mon, 7 Sep 2009 12:13:52 +0000 (21:13 +0900)]
riched20: Make vtables const.
André Hentschel [Mon, 7 Sep 2009 12:07:47 +0000 (14:07 +0200)]
oleaut32/tests: Add a testcase for vartype.
Jeff Zaroyko [Mon, 7 Sep 2009 10:55:22 +0000 (20:55 +1000)]
readme: Git is not an acronym.
Jacek Caban [Sun, 6 Sep 2009 17:10:06 +0000 (19:10 +0200)]
jscript: Added 'in' expression implementation.
Jacek Caban [Sun, 6 Sep 2009 17:09:30 +0000 (19:09 +0200)]
jscript: Fixed typeof implementation for null VT_DISPATCH.
Henri Verbeet [Mon, 7 Sep 2009 09:15:17 +0000 (11:15 +0200)]
wined3d: Fix some function pointers and typedefs.
Henri Verbeet [Mon, 7 Sep 2009 09:15:16 +0000 (11:15 +0200)]
wined3d: Check the correct debug channel in shader_arb_load_constantsF().
Henri Verbeet [Mon, 7 Sep 2009 09:15:15 +0000 (11:15 +0200)]
wined3d: Fix shader_arb_load_constantsF().
Henri Verbeet [Mon, 7 Sep 2009 09:15:14 +0000 (11:15 +0200)]
d3d10: Implement IsValid() for a few interfaces.
Henri Verbeet [Mon, 7 Sep 2009 09:15:13 +0000 (11:15 +0200)]
d3d10: Add the ID3D10EffectSamplerVariable interface.
Henri Verbeet [Mon, 7 Sep 2009 09:15:12 +0000 (11:15 +0200)]
d3d10: Add the ID3D10EffectRasterizerVariable interface.
Stefan Dösinger [Sat, 5 Sep 2009 14:37:19 +0000 (16:37 +0200)]
wined3d: Test and fix ddraw and d3d9 GetDC differences.
The MSDN is not totally correct: A8R8G8B8 and A1R5G5B5 also allow GetDC. The
main differences that have to be filtered out in d3d9.dll are GetDC on
A8B8G8R8, X8B8G8R8 and P8.
Stefan Dösinger [Sun, 30 Aug 2009 20:35:00 +0000 (22:35 +0200)]
wined3d: Silence a compiler warning.
Stefan Dösinger [Sun, 30 Aug 2009 19:02:05 +0000 (21:02 +0200)]
wined3d: Only generate the clipplane emulation KIL if a clipplane is used.
The KIL is quite expensive because it forces drivers to disable early Z
discard. It is cheaper to generate and switch between two shaders.
Vincent Povirk [Fri, 4 Sep 2009 21:40:01 +0000 (16:40 -0500)]
windowscodecs: Fix the bmpformat test on Windows 7.
Marcus Meissner [Fri, 4 Sep 2009 20:42:47 +0000 (22:42 +0200)]
oleview: Fixed bad error check.
Marcus Meissner [Fri, 4 Sep 2009 20:39:58 +0000 (22:39 +0200)]
wineoss.drv: Avoid mixer fd leak.
Peter Dons Tychsen [Wed, 2 Sep 2009 02:16:19 +0000 (04:16 +0200)]
mshtml: Fix crash because of usage of pointer before cheking if it is NULL.
Vincent Povirk [Fri, 4 Sep 2009 15:30:03 +0000 (10:30 -0500)]
gdiplus: Remove unused bitmap flipping code.
Vincent Povirk [Fri, 4 Sep 2009 15:23:30 +0000 (10:23 -0500)]
gdiplus: Disable alpha channel support for BMP images.
Vincent Povirk [Fri, 4 Sep 2009 14:59:46 +0000 (09:59 -0500)]
gdiplus: Use WIC to decode PNG files.
Vincent Povirk [Fri, 4 Sep 2009 14:54:55 +0000 (09:54 -0500)]
gdiplus: Use WIC to decode BMP files.
Vincent Povirk [Fri, 4 Sep 2009 14:49:32 +0000 (09:49 -0500)]
gdiplus: Fix a copy outside allocated memory in GdipCreateTextureIA.
Vincent Povirk [Fri, 4 Sep 2009 14:37:36 +0000 (09:37 -0500)]
gdiplus: Test for the lowest rejected startup version.
Mike Kaplinskiy [Fri, 4 Sep 2009 01:47:32 +0000 (21:47 -0400)]
ntdll: Remember to set the iosb status if using a worker thread for serial wait.
Hans Leidekker [Thu, 3 Sep 2009 14:30:47 +0000 (16:30 +0200)]
winhttp: Make tests pass on Win7. Conform to the more recent behavior.
Hans Leidekker [Thu, 3 Sep 2009 12:50:17 +0000 (14:50 +0200)]
usp10: Make tests pass on Win7. Conform to the more recent behavior.
Roderick Colenbrander [Thu, 3 Sep 2009 11:51:44 +0000 (13:51 +0200)]
winex11: Always adjust the color_shifts pointer when SelectBitmap is called.
Ge van Geldorp [Thu, 3 Sep 2009 09:52:04 +0000 (11:52 +0200)]
gdiplus/tests: Fix tests on Win7.
Ge van Geldorp [Thu, 3 Sep 2009 09:53:05 +0000 (11:53 +0200)]
ws2_32/tests: Add acceptable error codes for Win7.
Ge van Geldorp [Thu, 3 Sep 2009 09:51:44 +0000 (11:51 +0200)]
user32/tests: Skip test on non-US keyboard.
Piotr Caban [Thu, 3 Sep 2009 08:43:27 +0000 (10:43 +0200)]
jscript: Fix 'object expected' error number.
Frédéric Delanoy [Wed, 2 Sep 2009 20:25:37 +0000 (22:25 +0200)]
jscript: Update French translation.
Nikolay Sivov [Wed, 2 Sep 2009 17:19:24 +0000 (21:19 +0400)]
comctl32/trackbar: Drop initial parent creation tests, they are nothing to do with control testing.
Nikolay Sivov [Wed, 2 Sep 2009 17:06:08 +0000 (21:06 +0400)]
comctl32/trackbar: TBM_SETTIC processing shouldn't be affected by TBS_AUTOTICKS style.
Nikolay Sivov [Wed, 2 Sep 2009 16:35:15 +0000 (20:35 +0400)]
comctl32/trackbar: Default to TBTS_TOP position on creation.
André Hentschel [Wed, 2 Sep 2009 15:57:14 +0000 (17:57 +0200)]
jscript: Update German translation.
Andrew Eikum [Wed, 2 Sep 2009 16:41:57 +0000 (11:41 -0500)]
ole32: Don't fail when constants are 'incorrect'.
Alexandre Julliard [Wed, 2 Sep 2009 18:16:20 +0000 (20:16 +0200)]
Release 1.1.29.
Roderick Colenbrander [Tue, 1 Sep 2009 20:05:40 +0000 (22:05 +0200)]
winex11: Use ColorShifts data in X11DRV_PALETTE_ToLogical.
Roderick Colenbrander [Tue, 1 Sep 2009 19:48:29 +0000 (21:48 +0200)]
winex11: Use ColorShifts from physDev in X11DRV_PALETTE_ToPhysical.
Roderick Colenbrander [Tue, 1 Sep 2009 18:50:48 +0000 (20:50 +0200)]
winex11: Prepare X11DRV_PALETTE_ToPhysical/_ToLogical for a new ColorShift structure.
Roderick Colenbrander [Tue, 1 Sep 2009 18:10:32 +0000 (20:10 +0200)]
winex11: Introduce a new function for looking up the physical color of a pixel for use with colormap generation-like functions.
This prepares to a rewrite of X11DRV_PALETTE_ToPhysical which requires
the physDev for retrieving the color shifts.
Vincent Povirk [Tue, 25 Aug 2009 17:46:44 +0000 (12:46 -0500)]
oleaut32/tests: Add test for tlibattr->lcid.
Vincent Povirk [Mon, 10 Aug 2009 22:50:18 +0000 (17:50 -0500)]
oleaut32: Handle LCID arguments in ITypeInfo::Invoke.
Vladimir Pankratov [Wed, 2 Sep 2009 11:12:03 +0000 (16:12 +0500)]
urlmon: Handle NULL parameter.
Ge van Geldorp [Wed, 2 Sep 2009 10:16:29 +0000 (12:16 +0200)]
msvcrt/tests: Add acceptable error codes for W2K8+.
Nikolay Sivov [Wed, 2 Sep 2009 12:16:52 +0000 (16:16 +0400)]
comctl32/trackbar: Reduce parameter count for some helpers.
Nikolay Sivov [Wed, 2 Sep 2009 12:02:59 +0000 (16:02 +0400)]
comctl32/trackbar: Cache window style.
Nikolay Sivov [Wed, 2 Sep 2009 11:43:21 +0000 (15:43 +0400)]
comctl32/trackbar: Fix tic count calculation.
Huw Davies [Wed, 2 Sep 2009 11:25:58 +0000 (12:25 +0100)]
wine.inf: Register msdaps.dll.
Huw Davies [Wed, 2 Sep 2009 11:13:12 +0000 (12:13 +0100)]
oledb32: Add a stub implementation of the conversion library class.
Huw Davies [Wed, 2 Sep 2009 11:02:39 +0000 (12:02 +0100)]
oledb32: Add a stub oledb32.dll.
Hans Leidekker [Wed, 2 Sep 2009 09:44:43 +0000 (11:44 +0200)]
wininet: Destroy authorization info on failure in HTTP_DoAuthorization.
This makes sure the app can retry authorization, e.g. when username and
password are not supplied upfront and there are no cached credentials.
Hans Leidekker [Wed, 2 Sep 2009 09:44:17 +0000 (11:44 +0200)]
msi: Add a partial implementation of MsiDetermineApplicablePatchesW.
Hans Leidekker [Wed, 2 Sep 2009 09:43:45 +0000 (11:43 +0200)]
msi: Set REINSTALL property when the product is already installed and the command line is empty.
Hans Leidekker [Wed, 2 Sep 2009 09:43:13 +0000 (11:43 +0200)]
mscms/tests: Remove code that mixes up color space IDs and standard color space IDs.
Hans Leidekker [Wed, 2 Sep 2009 09:42:34 +0000 (11:42 +0200)]
mscms: Use correct standard color space constants in GetStandardColorSpaceProfileW.
Piotr Caban [Wed, 2 Sep 2009 10:33:39 +0000 (12:33 +0200)]
jscript: Added JSGlobal_unescape implementation.
Piotr Caban [Wed, 2 Sep 2009 10:33:08 +0000 (12:33 +0200)]
jscript: Throw 'Object expected' error in call_expression_eval.
Jacek Caban [Wed, 2 Sep 2009 10:28:07 +0000 (12:28 +0200)]
mshtml: Added IOmNavigator::get_userAgent implementation.
Jacek Caban [Wed, 2 Sep 2009 10:27:43 +0000 (12:27 +0200)]
mshtml: Added IHTMLDocument::writeln implementation.
Jacek Caban [Wed, 2 Sep 2009 10:27:12 +0000 (12:27 +0200)]
mshtml: Added http loading test.
Jacek Caban [Wed, 2 Sep 2009 10:26:54 +0000 (12:26 +0200)]
mshtml: Fixed tests on IE8.
Jacek Caban [Wed, 2 Sep 2009 10:25:57 +0000 (12:25 +0200)]
jscript: Added Array.unshift implementation.
Jacek Caban [Wed, 2 Sep 2009 10:25:39 +0000 (12:25 +0200)]
jscript: Make Array.slice generic.
Jacek Caban [Wed, 2 Sep 2009 10:25:21 +0000 (12:25 +0200)]
jscript: Added to_primitive on hosting objects test.
Ge van Geldorp [Wed, 2 Sep 2009 10:16:54 +0000 (12:16 +0200)]
gdiplus/tests: Fix test on Win7.
Ge van Geldorp [Wed, 2 Sep 2009 10:16:01 +0000 (12:16 +0200)]
shell32/tests: Fix tests on Vista+.
Alexandre Julliard [Wed, 2 Sep 2009 09:53:16 +0000 (11:53 +0200)]
windowscodecs/tests: Avoid size_t in traces.
Alexandre Julliard [Wed, 2 Sep 2009 09:53:06 +0000 (11:53 +0200)]
kernel32/tests: Avoid size_t in traces.
Alexandre Julliard [Wed, 2 Sep 2009 09:52:57 +0000 (11:52 +0200)]
setupapi: Fix a compiler warning.
Ismael Barros [Mon, 31 Aug 2009 23:50:46 +0000 (01:50 +0200)]
dpwsockx: Stub implementation.
Henri Verbeet [Wed, 2 Sep 2009 07:27:58 +0000 (09:27 +0200)]
wined3d: Print a warning when an ARB program exceeds the native resource limits.
Henri Verbeet [Wed, 2 Sep 2009 07:27:57 +0000 (09:27 +0200)]
wined3d: Properly check for ARB program compile errors.
Henri Verbeet [Wed, 2 Sep 2009 07:27:56 +0000 (09:27 +0200)]
wined3d: Release the GL lock on IWineD3DImpl_FillGLCaps() error paths.
Henri Verbeet [Wed, 2 Sep 2009 07:27:55 +0000 (09:27 +0200)]
d3d10: Add the ID3D10EffectDepthStencilVariable interface.
Henri Verbeet [Wed, 2 Sep 2009 07:27:54 +0000 (09:27 +0200)]
d3d10: Add the ID3D10EffectBlendVariable interface.
Vincent Povirk [Tue, 1 Sep 2009 22:56:42 +0000 (17:56 -0500)]
gdiplus: Use WIC to decode GIF files.
Vincent Povirk [Tue, 1 Sep 2009 22:54:45 +0000 (17:54 -0500)]
gdiplus: Use WIC to decode JPEG files.
Vincent Povirk [Mon, 24 Aug 2009 20:15:31 +0000 (15:15 -0500)]
gdiplus: Use WIC to encode images.
Vincent Povirk [Tue, 1 Sep 2009 22:31:20 +0000 (17:31 -0500)]
oleaut32: Use WIC to decode PNG images.