Daniel Lehman [Fri, 30 Dec 2011 00:41:29 +0000 (16:41 -0800)]
msvcp90: Use passed in beg to find the length in basic_string<>::replace.
Jörg Höhle [Wed, 15 Dec 2010 21:56:08 +0000 (22:56 +0100)]
mciseq: wNotifyDeviceID is redundant.
Jörg Höhle [Wed, 15 Dec 2010 21:47:45 +0000 (22:47 +0100)]
mciseq: Refactor use of mciGetDriverData.
Jörg Höhle [Wed, 15 Dec 2010 21:36:01 +0000 (22:36 +0100)]
mciseq: Check Device ID prior to command invocation.
Jörg Höhle [Wed, 15 Dec 2010 20:49:58 +0000 (21:49 +0100)]
mciseq: Only send non-MCI commands to DefDriverProc.
André Hentschel [Tue, 3 Jan 2012 02:33:23 +0000 (03:33 +0100)]
usp10: Check for pointer before using it (Coverity).
Alexandre Julliard [Wed, 4 Jan 2012 17:17:05 +0000 (18:17 +0100)]
gdi32/tests: Add some tests for brushed and dashed wide pens.
Alexandre Julliard [Wed, 4 Jan 2012 15:53:17 +0000 (16:53 +0100)]
gdi32: Get rid of the pen deferring support, all pen styles are implemented now.
Alexandre Julliard [Wed, 4 Jan 2012 14:05:00 +0000 (15:05 +0100)]
gdi32: Implement dashed wide lines.
Alexandre Julliard [Wed, 4 Jan 2012 15:06:01 +0000 (16:06 +0100)]
gdi32: Add a helper function for drawing multiple line segments.
Alexandre Julliard [Wed, 4 Jan 2012 14:50:31 +0000 (15:50 +0100)]
gdi32: Add a helper function for drawing a wide line segment.
Alexandre Julliard [Wed, 4 Jan 2012 14:10:10 +0000 (15:10 +0100)]
gdi32: Skip empty segments at the beginning and end of a line to make sure the caps are correct.
Alexandre Julliard [Wed, 4 Jan 2012 13:59:01 +0000 (14:59 +0100)]
gdi32: Only create the round cap region once per call.
Alexandre Julliard [Wed, 4 Jan 2012 13:57:52 +0000 (14:57 +0100)]
gdi32: Fix skipping of zero-length dashes.
Henri Verbeet [Tue, 3 Jan 2012 22:06:55 +0000 (23:06 +0100)]
wined3d: Get rid of the WINED3DSTENCILOP typedef.
Henri Verbeet [Tue, 3 Jan 2012 22:06:54 +0000 (23:06 +0100)]
wined3d: Get rid of the WINED3DCULL typedef.
Henri Verbeet [Tue, 3 Jan 2012 22:06:53 +0000 (23:06 +0100)]
d3d10: Handle D3D10_SVT_BUFFER.
Henri Verbeet [Tue, 3 Jan 2012 22:06:52 +0000 (23:06 +0100)]
d3d10: Return D3D10_SVT_VOID instead of 0 from d3d10_variable_type().
This is the same value, but makes it more obvious where e.g. an "Unhandled
basetype D3D10_SVT_VOID." message would come from.
Henri Verbeet [Tue, 3 Jan 2012 22:06:51 +0000 (23:06 +0100)]
d3d10: Add a D3D10CompileEffectFromMemory() stub.
Alexandre Julliard [Tue, 3 Jan 2012 22:28:13 +0000 (23:28 +0100)]
secur32/tests: Don't compare the encrypted results if the session key is different.
Francois Gouget [Tue, 3 Jan 2012 11:29:41 +0000 (12:29 +0100)]
winmm: Don't include newlines in standard error messages.
Francois Gouget [Tue, 3 Jan 2012 11:26:49 +0000 (12:26 +0100)]
notepad: Remove unused resource strings.
Frédéric Delanoy [Tue, 3 Jan 2012 17:29:40 +0000 (18:29 +0100)]
cmd: Avoid unreachable code (Coverity).
Jörg Höhle [Sun, 1 Jan 2012 19:39:34 +0000 (20:39 +0100)]
dsound: Fix the computation of the mixer position in bytes.
André Hentschel [Fri, 30 Dec 2011 15:42:59 +0000 (16:42 +0100)]
d3drm: Add IDirect3DRMFrame2 interface.
André Hentschel [Fri, 30 Dec 2011 15:33:23 +0000 (16:33 +0100)]
ntdll/tests: Add optional return value for some win7 machines.
Piotr Caban [Tue, 3 Jan 2012 16:01:46 +0000 (17:01 +0100)]
msvcp90: Update data pointer after resizing string.
Jacek Caban [Tue, 3 Jan 2012 15:49:45 +0000 (16:49 +0100)]
ieframe: Remove useless #undef.
Hans Leidekker [Tue, 3 Jan 2012 12:53:50 +0000 (13:53 +0100)]
msi: VolumeLabel and DiskPrompt are optional fields in the Media table.
Hans Leidekker [Tue, 3 Jan 2012 12:53:14 +0000 (13:53 +0100)]
msi: Accept a missing left backquote in SQL identifiers.
Aric Stewart [Tue, 3 Jan 2012 12:51:33 +0000 (06:51 -0600)]
usp10: Cache feature lookups.
Aric Stewart [Tue, 3 Jan 2012 12:51:30 +0000 (06:51 -0600)]
usp10: Have load_GSUB_feature return LoadedFeature*.
Aric Stewart [Tue, 3 Jan 2012 12:51:27 +0000 (06:51 -0600)]
usp10: Replace GSUB_get_feature with GSUB_GetFontFeatureTags.
Aric Stewart [Tue, 3 Jan 2012 12:51:23 +0000 (06:51 -0600)]
usp10: Implement ScriptGetFontFeatureTags.
Aric Stewart [Tue, 3 Jan 2012 12:51:20 +0000 (06:51 -0600)]
usp10: Convert tag in LoadedFeature to OPENTYPE_TAG.
Aric Stewart [Tue, 3 Jan 2012 12:51:16 +0000 (06:51 -0600)]
usp10: Replace GSUB_get_lang_table with GSUB_GetFontLanguageTags.
Aric Stewart [Tue, 3 Jan 2012 12:51:07 +0000 (06:51 -0600)]
usp10: Implement ScriptGetFontLanguageTags.
Alistair Leslie-Hughes [Thu, 15 Dec 2011 22:15:11 +0000 (09:15 +1100)]
mscoree: Implement CLRRuntimeHost_ExecuteInDefaultAppDomain.
Michael Stefaniuc [Mon, 2 Jan 2012 21:27:07 +0000 (22:27 +0100)]
ddraw: Fix two memory leaks (Smatch).
Michael Stefaniuc [Mon, 2 Jan 2012 21:23:48 +0000 (22:23 +0100)]
jscript: Remove break after return (Smatch).
Marcus Meissner [Sat, 31 Dec 2011 15:21:48 +0000 (16:21 +0100)]
gdi32: Check return value of REGION_UnionRectWithRegion (Coverity).
Marcus Meissner [Sat, 31 Dec 2011 14:12:41 +0000 (15:12 +0100)]
ws2_32: Removed dead code (Coverity).
Pierre Schweitzer [Fri, 30 Dec 2011 20:54:16 +0000 (21:54 +0100)]
dplayx: Fix handle leak.
Pierre Schweitzer [Fri, 30 Dec 2011 20:54:31 +0000 (21:54 +0100)]
kernel32: Fix handle leak.
Pierre Schweitzer [Fri, 30 Dec 2011 20:56:16 +0000 (21:56 +0100)]
winetest: Fix handle leak.
Pierre Schweitzer [Fri, 30 Dec 2011 20:56:00 +0000 (21:56 +0100)]
taskmgr: Fix handle leaks.
Pierre Schweitzer [Fri, 30 Dec 2011 20:55:42 +0000 (21:55 +0100)]
wininet: Fix handle leak.
Pierre Schweitzer [Fri, 30 Dec 2011 20:54:47 +0000 (21:54 +0100)]
winecoreaudio.drv: Fix handle leak.
Pierre Schweitzer [Fri, 30 Dec 2011 20:55:25 +0000 (21:55 +0100)]
winex11.drv: Fix handle leak.
Pierre Schweitzer [Fri, 30 Dec 2011 20:55:06 +0000 (21:55 +0100)]
wineqtdecoder: Fix handle leak.
Pierre Schweitzer [Fri, 30 Dec 2011 20:53:54 +0000 (21:53 +0100)]
appwiz.cpl: Fix handle leak.
Hwang YunSong [Mon, 2 Jan 2012 13:53:05 +0000 (22:53 +0900)]
po: Update Korean translation.
Luca Bennati [Fri, 30 Dec 2011 17:20:10 +0000 (18:20 +0100)]
po: Update Italian translation.
Nikolay Sivov [Mon, 2 Jan 2012 12:12:51 +0000 (15:12 +0300)]
po: Update Russian translations.
André Hentschel [Sun, 1 Jan 2012 16:39:22 +0000 (17:39 +0100)]
po: Update German translation.
Frédéric Delanoy [Sat, 31 Dec 2011 09:23:25 +0000 (10:23 +0100)]
po: Update French translation.
Marcus Meissner [Mon, 2 Jan 2012 20:57:56 +0000 (21:57 +0100)]
msvcrt: Mark various internal functions as hidden.
Marcus Meissner [Mon, 2 Jan 2012 20:57:47 +0000 (21:57 +0100)]
wshom.ocx: Mark one function as static, one as hidden.
Marcus Meissner [Mon, 2 Jan 2012 20:57:22 +0000 (21:57 +0100)]
mshtml: Mark function as hidden.
Marcus Meissner [Mon, 2 Jan 2012 20:57:39 +0000 (21:57 +0100)]
usp10: Mark two functions as hidden.
Marcus Meissner [Mon, 2 Jan 2012 20:57:10 +0000 (21:57 +0100)]
jscript: Mark some function DECLSPEC_HIDDEN.
Henri Verbeet [Mon, 2 Jan 2012 20:45:30 +0000 (21:45 +0100)]
wined3d: Get rid of the WINED3DFILLMODE typedef.
Henri Verbeet [Mon, 2 Jan 2012 20:45:29 +0000 (21:45 +0100)]
wined3d: Get rid of the WINED3DSHADEMODE typedef.
Henri Verbeet [Mon, 2 Jan 2012 20:45:28 +0000 (21:45 +0100)]
d3d10/tests: Add a state groups test.
Henri Verbeet [Mon, 2 Jan 2012 20:45:27 +0000 (21:45 +0100)]
wined3d: Recognize some more Intel GPUs.
Henri Verbeet [Mon, 2 Jan 2012 20:45:26 +0000 (21:45 +0100)]
wined3d: Recognize i915g as Intel.
Eric Pouech [Mon, 2 Jan 2012 20:28:04 +0000 (21:28 +0100)]
dbghelp: Correctly return flags in SYMBOL_INFO structure for local variables stored in a register.
Eric Pouech [Mon, 2 Jan 2012 19:58:23 +0000 (20:58 +0100)]
winedbg: In x86_64 backend, now recognize 'rep ret' as a valid function return instruction.
Jacek Caban [Mon, 2 Jan 2012 16:04:09 +0000 (17:04 +0100)]
mshtml: Use IUri for IHTMLLocation::get_search implementation.
Jacek Caban [Mon, 2 Jan 2012 15:46:29 +0000 (16:46 +0100)]
ieframe: Improved test traces.
Jacek Caban [Mon, 2 Jan 2012 15:42:40 +0000 (16:42 +0100)]
ieframe: Added ITargetFramePriv2 interface to HlinkFrame object.
Nikolay Sivov [Mon, 2 Jan 2012 12:12:26 +0000 (15:12 +0300)]
wshom.ocx: Implement IWshShortcut::Save().
Nikolay Sivov [Mon, 2 Jan 2012 12:12:02 +0000 (15:12 +0300)]
wshom.ocx: Implement IWshShortcut_put_TargetPath().
Nikolay Sivov [Mon, 2 Jan 2012 12:11:15 +0000 (15:11 +0300)]
wshom.ocx: Implement IWshShortcut_put_WorkingDirectory().
Nikolay Sivov [Mon, 2 Jan 2012 12:10:43 +0000 (15:10 +0300)]
wshom.ocx: Implement IWshShortcut_put_Description().
Nikolay Sivov [Mon, 2 Jan 2012 12:09:52 +0000 (15:09 +0300)]
wshom.ocx: Added IWshShortcut stub.
Nikolay Sivov [Fri, 30 Dec 2011 21:56:37 +0000 (00:56 +0300)]
wshom.ocx: Implement IWshCollection::Item() for common programs folders.
Nikolay Sivov [Fri, 30 Dec 2011 21:51:30 +0000 (00:51 +0300)]
wshom.ocx: Implement IWshCollection::Item() for public desktop case.
Nikolay Sivov [Fri, 30 Dec 2011 21:46:43 +0000 (00:46 +0300)]
wshom.ocx: Implement IWshCollection::Item() for Desktop folder case.
Nikolay Sivov [Fri, 30 Dec 2011 19:00:00 +0000 (22:00 +0300)]
wshom.ocx: Dump VARIANT parameters, fix instance leak.
Jacek Caban [Mon, 2 Jan 2012 10:46:33 +0000 (11:46 +0100)]
jscript: Use 0 as an invalid label value.
Jacek Caban [Mon, 2 Jan 2012 10:46:21 +0000 (11:46 +0100)]
jscript: Get rid of instr_off from expression_t.
Jacek Caban [Mon, 2 Jan 2012 10:46:11 +0000 (11:46 +0100)]
jscript: Make 0 an invalid code offset.
Jacek Caban [Mon, 2 Jan 2012 10:45:54 +0000 (11:45 +0100)]
jscript: Always alloc the first chunk of code buffer.
Jacek Caban [Fri, 30 Dec 2011 16:00:23 +0000 (17:00 +0100)]
vbscript: Added InStr tests.
Jacek Caban [Fri, 30 Dec 2011 16:00:12 +0000 (17:00 +0100)]
vbscript: Added InStr implementation.
Jacek Caban [Fri, 30 Dec 2011 16:00:02 +0000 (17:00 +0100)]
vbscript: Added support for VARIANTREF arguments in multiple argument functions.
Alexandre Julliard [Tue, 3 Jan 2012 09:17:10 +0000 (10:17 +0100)]
Update copyright info for 2012.
Alexandre Julliard [Tue, 3 Jan 2012 09:16:56 +0000 (10:16 +0100)]
d3d9/tests: Convert a file to utf-8.
Alexandre Julliard [Tue, 3 Jan 2012 09:16:49 +0000 (10:16 +0100)]
d3d8/tests: Convert a file to utf-8.
Alexandre Julliard [Tue, 3 Jan 2012 11:36:39 +0000 (12:36 +0100)]
gdi32: Add stubs for the OpenGL entry points in the DIB driver.
Alexandre Julliard [Mon, 2 Jan 2012 20:46:46 +0000 (21:46 +0100)]
gdi32: Calculate the image size in GradientFill only once we have the correct bit count.
Alexandre Julliard [Fri, 30 Dec 2011 18:44:02 +0000 (19:44 +0100)]
Release 1.3.36.
Aurimas Fišeras [Fri, 2 Dec 2011 17:06:48 +0000 (19:06 +0200)]
po: Update Lithuanian translation.
Aurimas Fišeras [Fri, 30 Dec 2011 18:03:23 +0000 (20:03 +0200)]
winecfg: Increase the size of the dpi label to fit Lithuanian translation.
Łukasz Wojniłowicz [Thu, 29 Dec 2011 19:41:36 +0000 (20:41 +0100)]
po: Update Polish translation.
Luca Bennati [Thu, 29 Dec 2011 20:51:56 +0000 (21:51 +0100)]
po: Update Italian translation.
Stefan Leichter [Thu, 29 Dec 2011 21:54:10 +0000 (22:54 +0100)]
setupapi: Add stub for SetupDiDrawMiniIcon.
Stefan Leichter [Thu, 29 Dec 2011 21:53:17 +0000 (22:53 +0100)]
setupapi: Add stub for SetupDiGetClassBitmapIndex.
Nikolay Sivov [Fri, 30 Dec 2011 13:13:40 +0000 (16:13 +0300)]
wshom.ocx: Added IWshCollection stub and some tests.