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.
Frédéric Delanoy [Sat, 27 Aug 2011 00:11:29 +0000 (02:11 +0200)]
cmd/tests: Add tests for redirections using non stdout/stderr handles.
Frédéric Delanoy [Sat, 27 Aug 2011 00:11:28 +0000 (02:11 +0200)]
cmd: Ignore trailing whitespace when using cd.
Louis Lenders [Thu, 11 Aug 2011 08:25:01 +0000 (10:25 +0200)]
ieframe: Add stub for IEGetWriteableHKCU.
Louis Lenders [Thu, 18 Aug 2011 08:30:19 +0000 (10:30 +0200)]
dpnet: Add missing IDirectPlay8Peer methods.
Alexandre Julliard [Mon, 29 Aug 2011 11:52:32 +0000 (13:52 +0200)]
msi: Avoid dynamic stack allocation.
José Manuel Ferrer Ortiz [Sun, 28 Aug 2011 09:55:04 +0000 (10:55 +0100)]
winecfg: Spanish translation update.
José Manuel Ferrer Ortiz [Sun, 28 Aug 2011 09:55:04 +0000 (10:55 +0100)]
appwiz.cpl: Spanish translation update.
Hwang YunSong [Sat, 27 Aug 2011 02:30:06 +0000 (11:30 +0900)]
po: Updated Korean translation.
Francois Gouget [Fri, 26 Aug 2011 15:41:52 +0000 (17:41 +0200)]
net: Add support for enumerating the running services with 'net start'.
Francois Gouget [Fri, 26 Aug 2011 15:40:17 +0000 (17:40 +0200)]
net: Fix the parameter checking, /help handling and usage.
Also simplify and improve the usage messages.
Alexandre Julliard [Sat, 27 Aug 2011 11:52:09 +0000 (13:52 +0200)]
gdi32: Remove an unused variable.
Alexandre Julliard [Mon, 29 Aug 2011 10:03:27 +0000 (12:03 +0200)]
comctl32: Simplify the DIB byte width computation.
Alexandre Julliard [Mon, 29 Aug 2011 10:03:21 +0000 (12:03 +0200)]
winex11: Simplify the DIB byte width computation.
Alexandre Julliard [Mon, 29 Aug 2011 10:03:17 +0000 (12:03 +0200)]
wineps: Simplify the DIB byte width computation.
Alexandre Julliard [Mon, 29 Aug 2011 10:03:13 +0000 (12:03 +0200)]
user32: Simplify the DIB byte width computation.
Alexandre Julliard [Wed, 27 Jul 2011 11:22:53 +0000 (13:22 +0200)]
gdi32/tests: Simplify the DIB byte width computation.
Alexandre Julliard [Mon, 29 Aug 2011 09:30:36 +0000 (11:30 +0200)]
gdi32: Add parameter validation in GetDIBits.
Alexandre Julliard [Mon, 29 Aug 2011 09:29:25 +0000 (11:29 +0200)]
user32: Pass valid dimensions to GetDIBits.
Alexandre Goujon [Sun, 28 Aug 2011 11:05:01 +0000 (13:05 +0200)]
include: Add more GetVolumeInformation system flags.
Michael Stefaniuc [Sun, 28 Aug 2011 22:28:50 +0000 (00:28 +0200)]
dsound/tests: Primary and secondary buffers use the same IDirectSoundBuffer vtbl.
Henri Verbeet [Sun, 28 Aug 2011 21:27:49 +0000 (23:27 +0200)]
wined3d: Make the device parameter to wined3d_device_get_wined3d() const.
Henri Verbeet [Sun, 28 Aug 2011 21:27:48 +0000 (23:27 +0200)]
wined3d: Make the device parameter to wined3d_device_get_swapchain() const.
Henri Verbeet [Sun, 28 Aug 2011 21:27:47 +0000 (23:27 +0200)]
wined3d: Make the device parameter to wined3d_device_get_swapchain_count() const.
Henri Verbeet [Sun, 28 Aug 2011 21:27:46 +0000 (23:27 +0200)]
wined3d: Make the target parameter to is_full_clear() const.
Henri Verbeet [Sun, 28 Aug 2011 21:27:45 +0000 (23:27 +0200)]
wined3d: Rename WineD3DAdapterChangeGLRam() to adapter_adjust_memory().
And make it work on an adapter instead of a device.
Damjan Jovanovic [Sun, 28 Aug 2011 19:21:46 +0000 (21:21 +0200)]
winemenubuilder: Do case-insensitive glob comparisons.
Alasdair Sinclair [Sun, 28 Aug 2011 18:57:53 +0000 (19:57 +0100)]
setupapi: Fix magic comparison on x64.
Nikolay Sivov [Sat, 27 Aug 2011 13:35:13 +0000 (17:35 +0400)]
msxml3: Use element name length passed to content handler.
Nikolay Sivov [Sat, 27 Aug 2011 11:01:57 +0000 (15:01 +0400)]
msxml3: Respect string length returned from ISAXAttributes.