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.
Michael Stefaniuc [Tue, 30 Aug 2011 23:13:33 +0000 (01:13 +0200)]
dsound: Don't delete the primary buffer if a sub iface is still in use.
Michael Stefaniuc [Tue, 30 Aug 2011 23:11:29 +0000 (01:11 +0200)]
dsound: Use the same struct for the primary buffer object as for the secondary.
Andrew Talbot [Tue, 30 Aug 2011 21:34:51 +0000 (22:34 +0100)]
mscoree: Fix a zero-sized array.
André Hentschel [Tue, 30 Aug 2011 19:20:24 +0000 (21:20 +0200)]
winevdm: Use mangled short path names for DOSBox.
Henri Verbeet [Tue, 30 Aug 2011 18:12:35 +0000 (20:12 +0200)]
wined3d: Make the device parameter to wined3d_device_get_stream_source_freq() const.
Henri Verbeet [Tue, 30 Aug 2011 18:12:34 +0000 (20:12 +0200)]
wined3d: Make the device parameter to wined3d_device_get_stream_source() const.
Henri Verbeet [Tue, 30 Aug 2011 18:12:33 +0000 (20:12 +0200)]
ddraw: Get rid of the ImplType fields in IDirectDrawImpl and IDirectDrawSurfaceImpl.
Henri Verbeet [Tue, 30 Aug 2011 18:12:32 +0000 (20:12 +0200)]
ddraw: Get rid of the surface implementation switching code.
Henri Verbeet [Tue, 30 Aug 2011 18:12:31 +0000 (20:12 +0200)]
ddraw: Make the OpenGL renderer the default one.
Henri Verbeet [Tue, 30 Aug 2011 19:20:40 +0000 (21:20 +0200)]
wined3d: Use the resource size for copying between a surface's DIB and PBO.
Alexandre Julliard [Tue, 30 Aug 2011 19:26:02 +0000 (21:26 +0200)]
gdi32: Use SetDIBits to set the initial bits of a DDB.
Alexandre Julliard [Tue, 30 Aug 2011 19:13:55 +0000 (21:13 +0200)]
gdi32: Only use the hdc parameter in SetDIBits when needed.
Alexandre Julliard [Tue, 30 Aug 2011 19:06:43 +0000 (21:06 +0200)]
gdi32: Allow SetDIBits to use the null driver.
Alexandre Julliard [Tue, 30 Aug 2011 18:48:51 +0000 (20:48 +0200)]
gdi32: Forward the null driver PutImage to the DIB driver since the bits are in DIB format.
Alexandre Julliard [Mon, 29 Aug 2011 13:55:35 +0000 (15:55 +0200)]
gdi32: Forward the null driver GetImage to the DIB driver since the bits are in DIB format.
Jay Yang [Mon, 29 Aug 2011 08:15:00 +0000 (04:15 -0400)]
explorer: Try ShellExecute if the parameter isn't a directory.
Marcus Meissner [Tue, 30 Aug 2011 13:51:27 +0000 (15:51 +0200)]
wined3d: Remove a useless NULL check (Coverity).
Marcus Meissner [Tue, 30 Aug 2011 13:43:15 +0000 (15:43 +0200)]
gameux: Initialize a variable (Coverity).
Octavian Voicu [Tue, 30 Aug 2011 12:19:28 +0000 (15:19 +0300)]
cmd/tests: Test del /s recursion in subdirectories with colons.
Jörg Höhle [Tue, 9 Aug 2011 19:29:00 +0000 (21:29 +0200)]
mmdevapi: Do not mix frames and bytes.
Frédéric Delanoy [Mon, 29 Aug 2011 19:45:19 +0000 (21:45 +0200)]
cmd/tests: Add ftype tests.
Frédéric Delanoy [Mon, 29 Aug 2011 19:45:18 +0000 (21:45 +0200)]
cmd: Add help for FTYPE command.
Frédéric Delanoy [Mon, 29 Aug 2011 19:45:17 +0000 (21:45 +0200)]
cmd: Fix invalid RegSetValueExW call in WCMD_assoc.
Frédéric Delanoy [Mon, 29 Aug 2011 19:45:16 +0000 (21:45 +0200)]
cmd/tests: Add assoc tests.
Frédéric Delanoy [Mon, 29 Aug 2011 19:45:15 +0000 (21:45 +0200)]
cmd: Ensure WCMD_assoc error messages are sent to stderr instead of stdout.
Frédéric Delanoy [Mon, 29 Aug 2011 19:45:14 +0000 (21:45 +0200)]
cmd: Add WCMD_output_asis_stderr function.
Frédéric Delanoy [Mon, 29 Aug 2011 19:45:13 +0000 (21:45 +0200)]
cmd: Add help for ASSOC command.
Jacek Caban [Tue, 30 Aug 2011 09:36:56 +0000 (11:36 +0200)]
vbscript: Moved VBScript declaration to vbscript.c.
Jacek Caban [Tue, 30 Aug 2011 09:36:23 +0000 (11:36 +0200)]
vbscript: Added IActiveScript::SetScriptSite implementation.
Maxime Lombard [Sun, 28 Aug 2011 19:46:45 +0000 (19:46 +0000)]
wined3d: Add support for Nvidia GTX 460M.
Jérôme Gardou [Sun, 28 Aug 2011 23:05:19 +0000 (01:05 +0200)]
rpcrt4: Properly unmarshall EMUM16 discriminant.
Francois Gouget [Mon, 29 Aug 2011 18:30:46 +0000 (20:30 +0200)]
net: Remove an untranslatable string from the resources.
Add some output_xxx() functions so we can print strings that don't come from resources.
Also protect against buffer overflows in output_vprintf() and constify the output_xxx() functions.
Michael Stefaniuc [Mon, 29 Aug 2011 22:39:16 +0000 (00:39 +0200)]
ole32: COM cleanup in compositemoniker.c.
Michael Stefaniuc [Mon, 29 Aug 2011 22:36:57 +0000 (00:36 +0200)]
ole32: COM cleanup in filemoniker.c.
Andrew Talbot [Mon, 29 Aug 2011 21:36:29 +0000 (22:36 +0100)]
winex11.drv: Remove unneeded address-of operator from function name.
Andrew Talbot [Mon, 29 Aug 2011 21:36:22 +0000 (22:36 +0100)]
wined3d: Remove unneeded address-of operators from function names.
Andrew Talbot [Mon, 29 Aug 2011 21:36:16 +0000 (22:36 +0100)]
shell32: Remove unneeded address-of operators from function name.
Andrew Talbot [Mon, 29 Aug 2011 21:36:10 +0000 (22:36 +0100)]
comctl32: Remove unneeded address-of operator from function name.
Aric Stewart [Mon, 29 Aug 2011 19:55:04 +0000 (14:55 -0500)]
usp10: When calling ShapeIndicSyllables we need to use cChars which is the actual number of original characters.
André Hentschel [Mon, 29 Aug 2011 19:11:28 +0000 (21:11 +0200)]
version: Return VIF_CANNOTREADSRC if no source path could be generated.
André Hentschel [Mon, 29 Aug 2011 19:10:56 +0000 (21:10 +0200)]
d3dcompiler_43/tests: Fix printing a NULL string.
André Hentschel [Mon, 29 Aug 2011 19:11:23 +0000 (21:11 +0200)]
winspool.drv/tests: Fix tracing a NULL string.
André Hentschel [Mon, 29 Aug 2011 19:11:01 +0000 (21:11 +0200)]
d3dx9_36/tests: Fix printing a NULL string.
André Hentschel [Mon, 29 Aug 2011 19:10:31 +0000 (21:10 +0200)]
comctl32/tests: Fix printing a NULL string.
André Hentschel [Mon, 29 Aug 2011 19:10:12 +0000 (21:10 +0200)]
rpcrt4/tests: Fix NULL string handling in an ok() check.
Francois Gouget [Mon, 29 Aug 2011 17:55:17 +0000 (19:55 +0200)]
services: If a service is not started, then say so when ControlService() is called on it.
Francois Gouget [Mon, 29 Aug 2011 17:53:04 +0000 (19:53 +0200)]
services: Refuse to start disabled services.
Francois Gouget [Mon, 29 Aug 2011 17:52:45 +0000 (19:52 +0200)]
services: Cleanup when a service fails to start so it is still fully considered to be stopped.
Alexandre Julliard [Mon, 29 Aug 2011 13:26:50 +0000 (15:26 +0200)]
gdi32: Add a helper function to initialize DIB info from a bitmap object.
Alexandre Julliard [Mon, 29 Aug 2011 13:09:45 +0000 (15:09 +0200)]
gdi32: Store the initial bitmap bits with DIB alignment.
Henri Verbeet [Mon, 29 Aug 2011 16:58:59 +0000 (18:58 +0200)]
ddraw: Introduce a separate function for setting the focus window.
Henri Verbeet [Mon, 29 Aug 2011 16:58:58 +0000 (18:58 +0200)]
ddraw: Remove a redundant check from ddraw7_SetCooperativeLevel().
Henri Verbeet [Mon, 29 Aug 2011 16:58:57 +0000 (18:58 +0200)]
ddraw: Trace which surfaces we enumerate in ddraw7_EnumSurfaces().
Henri Verbeet [Mon, 29 Aug 2011 16:58:56 +0000 (18:58 +0200)]
wined3d: Replace "DirectDraw stuff" with per-adapter screen information.
Henri Verbeet [Mon, 29 Aug 2011 16:58:55 +0000 (18:58 +0200)]
wined3d: Make the device parameter to wined3d_device_get_available_texture_mem() const.
Aric Stewart [Mon, 29 Aug 2011 11:50:05 +0000 (06:50 -0500)]
usp10: Draw selected glyphs in ScriptStringOut.
Aric Stewart [Mon, 29 Aug 2011 11:49:55 +0000 (06:49 -0500)]
usp10: Modify ScriptStringOut to paint the string item by item.
Aric Stewart [Mon, 29 Aug 2011 11:49:40 +0000 (06:49 -0500)]
usp10: Display and handle bidi runs in the correct order in ScriptString functions.
Alistair Leslie-Hughes [Sun, 28 Aug 2011 22:28:40 +0000 (08:28 +1000)]
advapi32: Cleanup event log only if create was successful.
Octavian Voicu [Sat, 27 Aug 2011 22:39:31 +0000 (01:39 +0300)]
winefile: Don't parse colons as stream separators when splitting paths.
Octavian Voicu [Sat, 27 Aug 2011 22:39:30 +0000 (01:39 +0300)]
cmd: Don't parse colons as stream separators when splitting paths.
Stefan Dösinger [Fri, 26 Aug 2011 11:40:04 +0000 (13:40 +0200)]
ddraw: Emulate a 24 bit depth format without stencil or padding.
Stefan Dösinger [Fri, 26 Aug 2011 00:12:10 +0000 (02:12 +0200)]
ddraw: Trust wined3d to give us what we asked for.
Stefan Dösinger [Fri, 26 Aug 2011 00:07:55 +0000 (02:07 +0200)]
ddraw: Don't re-write the surface's pixelformat.
The pixelformat is passed in in ddraw form in the desc parameter, which is copied
into the surface's DDSURFACEDESC2 structure, so the format is already set.
Frédéric Delanoy [Sat, 27 Aug 2011 00:11:33 +0000 (02:11 +0200)]
cmd/tests: Add tests for mixed echo modes.
Frédéric Delanoy [Sat, 27 Aug 2011 00:11:32 +0000 (02:11 +0200)]
cmd/tests: Add tests for redirections within IF statements.
Frédéric Delanoy [Sat, 27 Aug 2011 00:11:31 +0000 (02:11 +0200)]
cmd: Avoid reading garbage when looking for redirection handle.
Frédéric Delanoy [Sat, 27 Aug 2011 00:11:30 +0000 (02:11 +0200)]
cmd: Fix redirection handle parsing.