Piotr Caban [Fri, 2 Sep 2011 12:17:31 +0000 (14:17 +0200)]
mshtml/tests: Added IHTMLAttributeCollection tests.
Piotr Caban [Fri, 2 Sep 2011 12:17:20 +0000 (14:17 +0200)]
mshtml/tests: Added attributes tests on comment node.
Piotr Caban [Fri, 2 Sep 2011 12:17:10 +0000 (14:17 +0200)]
mshtml: Store attributes list in HTMLAttributeCollection.
Piotr Caban [Fri, 2 Sep 2011 12:17:02 +0000 (14:17 +0200)]
mshtml: Added HTMLAttributeCollection2_getNamedItem implementation.
Piotr Caban [Fri, 2 Sep 2011 12:16:40 +0000 (14:16 +0200)]
mshtml: Don't cache HTMLAttributesCollection results.
Piotr Caban [Fri, 2 Sep 2011 10:25:12 +0000 (12:25 +0200)]
jscript/tests: Added decodeURI tests.
Piotr Caban [Fri, 2 Sep 2011 10:24:57 +0000 (12:24 +0200)]
jscript: Added decodeURI implementation.
Piotr Caban [Fri, 2 Sep 2011 10:24:45 +0000 (12:24 +0200)]
jscript: Throw exception on error in JSGlobal_encodeURIComponent.
Piotr Caban [Fri, 2 Sep 2011 10:24:35 +0000 (12:24 +0200)]
jscript: Limit name hash computations number.
Piotr Caban [Fri, 2 Sep 2011 10:24:25 +0000 (12:24 +0200)]
jscript: Use hash table when accessing object properties by name.
Piotr Caban [Fri, 2 Sep 2011 10:24:12 +0000 (12:24 +0200)]
jscript: Added Object.hasOwnProperty implementation.
Alexandre Julliard [Fri, 2 Sep 2011 13:53:10 +0000 (15:53 +0200)]
gdi32: Make the BITMAPINFO parameters non-const in driver entry points since we are always passing a copy.
André Hentschel [Thu, 1 Sep 2011 20:43:28 +0000 (22:43 +0200)]
urlmon/tests: Print out the wrong mime.
Jacek Caban [Fri, 2 Sep 2011 11:16:27 +0000 (13:16 +0200)]
vbscript: Moved includes required by vbscript.h to the header.
Jacek Caban [Fri, 2 Sep 2011 11:16:18 +0000 (13:16 +0200)]
vbscript: Added IObjectSafety tests.
Jacek Caban [Fri, 2 Sep 2011 11:16:08 +0000 (13:16 +0200)]
vbscript: Added GetInterfaceSafetyOptions implementation.
Jacek Caban [Fri, 2 Sep 2011 11:16:00 +0000 (13:16 +0200)]
vbscript: Added SetInterfaceSafetyOptions implementation.
Jacek Caban [Fri, 2 Sep 2011 11:15:51 +0000 (13:15 +0200)]
vbscript: Added IObjectSafety stub implementation.
Jacek Caban [Fri, 2 Sep 2011 10:03:17 +0000 (12:03 +0200)]
mshtml: Added support for text/vbscript script type.
Stefan Dösinger [Sun, 28 Aug 2011 15:17:40 +0000 (17:17 +0200)]
ddraw: Fix a test message.
Stefan Dösinger [Sun, 28 Aug 2011 15:11:43 +0000 (17:11 +0200)]
ddraw: Make the overlay tests pass on Windows 7.
Stefan Dösinger [Sun, 28 Aug 2011 14:48:52 +0000 (16:48 +0200)]
ddraw: Set the viewport after changing the render target.
Stefan Dösinger [Sun, 28 Aug 2011 14:23:49 +0000 (16:23 +0200)]
ddraw: Mark DepthFill blit failures between beginScene and EndScene broken.
Stefan Dösinger [Sun, 28 Aug 2011 14:04:24 +0000 (16:04 +0200)]
ddraw: Simplify Z format parsing a bit, remove ERRs.
Francois Gouget [Fri, 2 Sep 2011 08:51:16 +0000 (10:51 +0200)]
msi: Make find_table() static.
Francois Gouget [Fri, 2 Sep 2011 08:51:12 +0000 (10:51 +0200)]
dinput: Make semantic_to_obj_id() static.
Francois Gouget [Fri, 2 Sep 2011 08:51:00 +0000 (10:51 +0200)]
ddraw/tests: Make enum_z_fmt_cb() static.
Michael Stefaniuc [Fri, 2 Sep 2011 08:25:23 +0000 (10:25 +0200)]
oleaut32: COM cleanup in typelib2.c.
Michael Stefaniuc [Fri, 2 Sep 2011 08:24:01 +0000 (10:24 +0200)]
msi: COM cleanup for the IEnumVARIANT iface.
André Hentschel [Thu, 1 Sep 2011 19:03:29 +0000 (21:03 +0200)]
po: Update German translation.
Hwang YunSong [Wed, 31 Aug 2011 07:51:36 +0000 (16:51 +0900)]
po: Updated Korean translation.
Henri Verbeet [Thu, 1 Sep 2011 19:54:54 +0000 (21:54 +0200)]
mmdevapi: Add a TRACE to info_device_ps_GetValue().
Henri Verbeet [Thu, 1 Sep 2011 19:54:53 +0000 (21:54 +0200)]
mmdevapi: Include space for the terminating zero in info_device_ps_GetValue().
Henri Verbeet [Thu, 1 Sep 2011 18:20:57 +0000 (20:20 +0200)]
wined3d: Make the device parameter to wined3d_device_get_clip_plane() const.
Henri Verbeet [Thu, 1 Sep 2011 18:20:56 +0000 (20:20 +0200)]
wined3d: Make the device parameter to wined3d_device_get_light_enable() const.
Henri Verbeet [Thu, 1 Sep 2011 18:20:55 +0000 (20:20 +0200)]
wined3d: Get rid of some redundant else statements in IWineD3DSurfaceImpl_BltOverride().
Henri Verbeet [Thu, 1 Sep 2011 18:20:54 +0000 (20:20 +0200)]
wined3d: Remove a redundant compare in IWineD3DSurfaceImpl_BltOverride().
If the source surface isn't on the destination swapchain it can't be a
backbuffer there either.
Henri Verbeet [Thu, 1 Sep 2011 18:20:53 +0000 (20:20 +0200)]
wined3d: Print a FIXME for any flags passed to wined3d_surface_flip().
Jacek Caban [Thu, 1 Sep 2011 15:47:41 +0000 (17:47 +0200)]
jscript: Added more SetInterfaceSafetyOptions tests and fixes.
Octavian Voicu [Thu, 1 Sep 2011 15:10:05 +0000 (18:10 +0300)]
shell32: Fix an incorrect pointer/integer cast on 64-bit and fix check for resource id.
Andrew Talbot [Wed, 31 Aug 2011 21:04:17 +0000 (22:04 +0100)]
msvcp90: Avoid a forward declaration.
Dmitry Timoshkov [Tue, 30 Aug 2011 02:59:42 +0000 (11:59 +0900)]
gdi32: Add a buch of CreateScalableFontResource() tests.
Francois Gouget [Thu, 1 Sep 2011 13:03:44 +0000 (15:03 +0200)]
hhctrl.ocx: Issue a fixme if asked for unsupported toolbar buttons.
Frédéric Delanoy [Wed, 31 Aug 2011 20:10:57 +0000 (22:10 +0200)]
cmd: Fix echo's special ';' handling.
Bernhard Loos [Thu, 1 Sep 2011 07:21:06 +0000 (09:21 +0200)]
ntdll: Provide a timestamp debug channel, which prints a millisecond resolution timestamp in front of debug output.
Alexandre Julliard [Thu, 1 Sep 2011 13:21:01 +0000 (15:21 +0200)]
wininet/tests: Remove an invalid FTP test.
Octavian Voicu [Thu, 1 Sep 2011 06:53:02 +0000 (09:53 +0300)]
shell32/tests: Add a todo for two recycle bin tests in case no item was added.
Octavian Voicu [Thu, 1 Sep 2011 06:22:41 +0000 (09:22 +0300)]
opencl: Remove reference to clSetCommandQueueProperty and print fixme, saying function is deprecated.
Octavian Voicu [Thu, 1 Sep 2011 02:23:12 +0000 (05:23 +0300)]
vbscript: Fix possible memory leak/crash caused by race condition in VBScriptParse_InitNew.
Dan Kegel [Thu, 1 Sep 2011 00:35:49 +0000 (17:35 -0700)]
configure: Fix configure failures under -Werror -Wall.
Dan Kegel [Thu, 1 Sep 2011 00:17:44 +0000 (17:17 -0700)]
configure: AC_C_CONST is obsolete.
Andrew Eikum [Wed, 31 Aug 2011 20:16:16 +0000 (15:16 -0500)]
winecfg: Remove driver selection from Audio tab.
Andrew Eikum [Wed, 31 Aug 2011 20:04:37 +0000 (15:04 -0500)]
mmdevapi: Automatically select the correct driver.
Andrew Eikum [Wed, 31 Aug 2011 20:04:23 +0000 (15:04 -0500)]
winmm: Determine the driver from MMDevAPI.
This uses a half-implemented, Wine-specific IMMDevice object to extract
the driver name.
Henri Verbeet [Wed, 31 Aug 2011 18:40:45 +0000 (20:40 +0200)]
wined3d: Make the device parameter to wined3d_device_get_light() const.
Henri Verbeet [Wed, 31 Aug 2011 18:40:44 +0000 (20:40 +0200)]
wined3d: Make the device parameter to wined3d_device_get_transform() const.
Henri Verbeet [Wed, 31 Aug 2011 18:40:43 +0000 (20:40 +0200)]
wined3d: Merge the wined3d_surface_flip() implementations.
Henri Verbeet [Wed, 31 Aug 2011 18:40:42 +0000 (20:40 +0200)]
wined3d: Merge the wined3d_surface_set_mem() implementations.
Austin English [Wed, 31 Aug 2011 18:08:33 +0000 (13:08 -0500)]
wined3d: Remove an unused variable.
André Hentschel [Wed, 31 Aug 2011 18:07:31 +0000 (20:07 +0200)]
localspl: Fix printing a NULL string.
Alexandre Julliard [Thu, 1 Sep 2011 11:00:14 +0000 (13:00 +0200)]
winex11: Fix SetDIBitsToDevice coordinate mapping for negative values.
Alexandre Julliard [Thu, 1 Sep 2011 10:41:00 +0000 (12:41 +0200)]
winex11: Fix SetDIBitsToDevice coordinate mapping in RTL mode.
Alexandre Julliard [Wed, 31 Aug 2011 21:40:16 +0000 (23:40 +0200)]
gdi32/tests: Add some SetDIBitsToDevice tests, based on the similar SetDIBits tests.
Aurimas Fišeras [Wed, 31 Aug 2011 15:43:00 +0000 (18:43 +0300)]
po: Update Lithuanian translation.
Stefan Dösinger [Tue, 30 Aug 2011 10:11:39 +0000 (12:11 +0200)]
ddraw: Add a test for DDSD_ZBUFFERBITDEPTH and DDSD_PIXELFORMAT.
Stefan Dösinger [Tue, 30 Aug 2011 10:46:41 +0000 (12:46 +0200)]
ddraw: Set dwZBufferBitDepth in old z buffers.
Stefan Dösinger [Tue, 30 Aug 2011 10:45:41 +0000 (12:45 +0200)]
ddraw: Convert dwZBufferBitDepth into a DDPIXELFORMAT.
Stefan Dösinger [Sun, 28 Aug 2011 13:00:59 +0000 (15:00 +0200)]
ddraw: Introduce a function to convert a DDSURFACEDESC2 to a DDSURFACEDESC.
Stefan Dösinger [Fri, 26 Aug 2011 12:22:40 +0000 (14:22 +0200)]
ddraw: Introduce a function to convert a DDSURFACEDESC to a DDSURFACEDESC2.
Stefan Dösinger [Tue, 30 Aug 2011 09:58:07 +0000 (11:58 +0200)]
ddraw: Show that ddraw reads ddsCaps without DDSD_CAPS set.
Francois Gouget [Wed, 31 Aug 2011 14:53:54 +0000 (16:53 +0200)]
hhctrl.ocx: Don't show unimplemented buttons.
Francois Gouget [Wed, 31 Aug 2011 14:01:20 +0000 (16:01 +0200)]
po: Fix some typography issues in the Bulgarian translation.
Francois Gouget [Wed, 31 Aug 2011 13:56:47 +0000 (15:56 +0200)]
po: Mark a number of obviously incomplete cmd help messages as fuzzy in the Czech translation.
Jacek Caban [Wed, 31 Aug 2011 14:15:22 +0000 (16:15 +0200)]
msi: Ude default calling convention for internal functions.
Jacek Caban [Wed, 31 Aug 2011 14:15:12 +0000 (16:15 +0200)]
msi: Use struct instead of interface in object declarations.
Michael Stefaniuc [Wed, 31 Aug 2011 12:16:37 +0000 (14:16 +0200)]
shell32: Move ISvBgCm_Constructor() to avoid a forward declaration.
Michael Stefaniuc [Wed, 31 Aug 2011 12:15:45 +0000 (14:15 +0200)]
shell32: COM cleanup in shv_bg_cmenu.c.
Michael Stefaniuc [Wed, 31 Aug 2011 12:14:10 +0000 (14:14 +0200)]
shell32: Pass objects instead of ifaces to helpers.
Octavian Voicu [Wed, 31 Aug 2011 10:52:02 +0000 (13:52 +0300)]
ole32: Fix a few incorrect pointer/integer casts on 64-bit.
Octavian Voicu [Wed, 31 Aug 2011 10:51:24 +0000 (13:51 +0300)]
ieframe: Fix a few incorrect pointer/integer casts on 64-bit.
Octavian Voicu [Tue, 30 Aug 2011 23:20:59 +0000 (02:20 +0300)]
msxml3/tests: Fix a warning in saxreader tests when compiling on x64.
Frédéric Delanoy [Tue, 30 Aug 2011 21:33:52 +0000 (23:33 +0200)]
cmd/tests: Add pushd/popd tests.
André Hentschel [Tue, 30 Aug 2011 19:20:40 +0000 (21:20 +0200)]
shell32/tests: Fix checking the child strings.
Alistair Leslie-Hughes [Tue, 30 Aug 2011 13:15:25 +0000 (23:15 +1000)]
uxtheme: Set last error on NULL pointer.
Marcus Meissner [Tue, 30 Aug 2011 14:41:29 +0000 (16:41 +0200)]
ntdll: Handle errno also for non ENOENT errors on lseek (Coverity).
Marcus Meissner [Tue, 30 Aug 2011 16:17:21 +0000 (18:17 +0200)]
msi: Check return value of msi_string2idW (Coverity).
Frédéric Delanoy [Tue, 30 Aug 2011 18:12:47 +0000 (20:12 +0200)]
po: Update French translation.
Michael Mc Donnell [Fri, 19 Aug 2011 17:05:52 +0000 (19:05 +0200)]
d3dx9: Use 0 instead of D3DLOCK_DISCARD in D3DXCreateTextW.
Michael Mc Donnell [Fri, 19 Aug 2011 17:04:40 +0000 (19:04 +0200)]
d3dx9: Use 0 instead of D3DLOCK_DISCARD in D3DXCreateCylinder.
Michael Mc Donnell [Fri, 19 Aug 2011 17:03:52 +0000 (19:03 +0200)]
d3dx9: Use 0 instead of D3DLOCK_DISCARD in D3DXCreateSphere.
Michael Mc Donnell [Fri, 19 Aug 2011 16:55:45 +0000 (18:55 +0200)]
d3dx9: Use 0 instead of D3DLOCK_DISCARD in D3DXLoadMeshFromXInMemory.
Michael Mc Donnell [Fri, 19 Aug 2011 15:21:30 +0000 (17:21 +0200)]
d3dx9: Use 0 instead of D3DLOCK_DISCARD in load_skin_mesh_from_xof.
Michael Mc Donnell [Fri, 19 Aug 2011 14:48:18 +0000 (16:48 +0200)]
d3dx9: Use 0 instead of D3DLOCK_DISCARD in OptimizeInPlace.
It does not make sense to use D3DLOCK_DISCARD for locking a newly created
vertex buffer because it will be allocated, freed, and then allocated again.
Jacek Caban [Wed, 31 Aug 2011 09:22:44 +0000 (11:22 +0200)]
vbscipt: Added IActiveScript::GetScriptState implementation.
Jacek Caban [Wed, 31 Aug 2011 09:22:33 +0000 (11:22 +0200)]
vbscript: Added more IActiveScript tests.
Jacek Caban [Wed, 31 Aug 2011 09:22:15 +0000 (11:22 +0200)]
vbscipt: Added IActiveScript::Close implementation.
Jacek Caban [Wed, 31 Aug 2011 09:22:05 +0000 (11:22 +0200)]
vbscript: Added IActiveScript::InitNew implementation.
Michael Stefaniuc [Tue, 30 Aug 2011 23:19:09 +0000 (01:19 +0200)]
dsound: Handle primary buffers in two more IDirectSoundBuffer methods.
Michael Stefaniuc [Tue, 30 Aug 2011 23:17:04 +0000 (01:17 +0200)]
dsound: Handle primary buffers in IDirectSoundBufferImpl_SetFormat.
Michael Stefaniuc [Tue, 30 Aug 2011 23:15:36 +0000 (01:15 +0200)]
dsound: Move the primary buffer description into the buffer object.