Akihiro Sagawa [Wed, 21 Mar 2012 14:02:08 +0000 (23:02 +0900)]
msvcrt: Add test for _mbbtombc.
Michael Stefaniuc [Wed, 21 Mar 2012 22:38:32 +0000 (23:38 +0100)]
pstorec: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:40:16 +0000 (23:40 +0100)]
strmbase: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:39:39 +0000 (23:39 +0100)]
setupapi: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:38:46 +0000 (23:38 +0100)]
qedit: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:35:02 +0000 (23:35 +0100)]
dpnet: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:40:08 +0000 (23:40 +0100)]
shlwapi: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:37:54 +0000 (23:37 +0100)]
netapi32: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:34:22 +0000 (23:34 +0100)]
dbghelp: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:40:35 +0000 (23:40 +0100)]
urlmon: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:39:51 +0000 (23:39 +0100)]
shell32: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:39:16 +0000 (23:39 +0100)]
quartz: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:35:13 +0000 (23:35 +0100)]
dxdiagn: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:33:52 +0000 (23:33 +0100)]
comdlg32: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:37:01 +0000 (23:37 +0100)]
mshtml: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:37:36 +0000 (23:37 +0100)]
msxml3: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:36:19 +0000 (23:36 +0100)]
ieframe: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:35:35 +0000 (23:35 +0100)]
gameux: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:34:50 +0000 (23:34 +0100)]
dplayx: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:34:10 +0000 (23:34 +0100)]
d3dx9_36: Print the debug string and not the pointer to it.
Michael Stefaniuc [Wed, 21 Mar 2012 22:33:39 +0000 (23:33 +0100)]
activeds: Print the debug string and not the pointer to it.
Jacek Caban [Mon, 26 Mar 2012 10:00:18 +0000 (12:00 +0200)]
mshtml.idl: Added IHTMLObjectElement2 declaration.
Jacek Caban [Mon, 26 Mar 2012 09:54:54 +0000 (11:54 +0200)]
vbscript: Added parameterized member assignment statement implementation.
Jacek Caban [Mon, 26 Mar 2012 09:54:38 +0000 (11:54 +0200)]
vbscript: Added parameterized assign member statement tests.
Jacek Caban [Mon, 26 Mar 2012 09:53:41 +0000 (11:53 +0200)]
vbscript: Added parameterized assign identifier statement support.
Jacek Caban [Mon, 26 Mar 2012 09:53:08 +0000 (11:53 +0200)]
vbscript: Evaluate object expression before value expression in member assignment.
Jacek Caban [Mon, 26 Mar 2012 09:52:47 +0000 (11:52 +0200)]
vbscript: Init destination before passing it to VariantCopy in add_dynamic_var.
Jacek Caban [Mon, 26 Mar 2012 09:52:33 +0000 (11:52 +0200)]
vbscript: Lookup visible items before global members in lookup_identifier.
Jacek Caban [Mon, 26 Mar 2012 09:43:23 +0000 (11:43 +0200)]
jscript: Added decoding tests.
Jacek Caban [Mon, 26 Mar 2012 09:42:51 +0000 (11:42 +0200)]
jscript: Added decoding support.
Jacek Caban [Mon, 26 Mar 2012 09:42:13 +0000 (11:42 +0200)]
jscript: Added JScriptEncode object tests.
Jacek Caban [Mon, 26 Mar 2012 09:41:56 +0000 (11:41 +0200)]
jscript: Added beginning support for JScriptEncode object.
Jacek Caban [Mon, 26 Mar 2012 09:41:38 +0000 (11:41 +0200)]
jscript: Store source code in bytecode_t.
Henri Verbeet [Sun, 25 Mar 2012 18:56:31 +0000 (20:56 +0200)]
ddraw: Make ddraw_surface_wined3d_parent_ops static.
Henri Verbeet [Sun, 25 Mar 2012 18:56:30 +0000 (20:56 +0200)]
d3d8: Don't return a pointer to the implementation in IDirect3DCubeTexture8Impl_QueryInterface().
Henri Verbeet [Sun, 25 Mar 2012 18:56:29 +0000 (20:56 +0200)]
d3d8: Don't return a pointer to the implementation in IDirect3DDevice8Impl_QueryInterface().
Henri Verbeet [Sun, 25 Mar 2012 18:56:28 +0000 (20:56 +0200)]
d3d8: Don't return a pointer to the implementation in IDirect3D8Impl_QueryInterface().
Henri Verbeet [Sun, 25 Mar 2012 18:56:27 +0000 (20:56 +0200)]
d3d8: Don't return a pointer to the implementation in IDirect3DSurface8Impl_QueryInterface().
Józef Kucia [Sun, 25 Mar 2012 13:48:37 +0000 (15:48 +0200)]
dinput8/tests: Use CLSCTX_INPROC_SERVER instead of a magic number.
Lucas Zawacki [Sat, 24 Mar 2012 21:47:47 +0000 (18:47 -0300)]
dinput: Correct wrong loop delimiter in diactionformat_priority.
Michael Stefaniuc [Thu, 22 Mar 2012 16:18:47 +0000 (17:18 +0100)]
d3d10core: Standardize COM aggregation for d3d10_device.
Hans Leidekker [Thu, 22 Mar 2012 10:02:54 +0000 (11:02 +0100)]
msi: Mask off modifiers before setting the UILevel property.
Spotted by Aric Stewart.
Hans Leidekker [Thu, 22 Mar 2012 10:02:06 +0000 (11:02 +0100)]
msi: Get the UI level from the global variable instead of the property.
Vincent Povirk [Wed, 21 Mar 2012 20:29:25 +0000 (15:29 -0500)]
gdiplus: Store copies of remap tables in ImageAttributes objects.
Vincent Povirk [Wed, 21 Mar 2012 19:09:27 +0000 (14:09 -0500)]
gdiplus: Draw hotkey underlines in GdipDrawString.
Vincent Povirk [Wed, 21 Mar 2012 17:50:11 +0000 (12:50 -0500)]
gdiplus: Detect hotkey prefixes when drawing strings.
Aric Stewart [Mon, 19 Mar 2012 18:48:39 +0000 (13:48 -0500)]
usp10: Properly handle invalid arguments to ScriptBreak.
Vincent Povirk [Mon, 19 Mar 2012 17:54:55 +0000 (12:54 -0500)]
mscoree: Search for an arch-specific mono dll first.
Thomas Faber [Mon, 19 Mar 2012 16:01:19 +0000 (17:01 +0100)]
xmllite/tests: Fix build with MSVC.
Andrew Eikum [Mon, 19 Mar 2012 12:35:22 +0000 (07:35 -0500)]
dmloader: Add simple playing test.
Andrew Eikum [Mon, 19 Mar 2012 12:35:17 +0000 (07:35 -0500)]
dmloader: Don't claim partial success when loading fails.
Andrew Eikum [Mon, 19 Mar 2012 12:35:10 +0000 (07:35 -0500)]
dmusic: Return more accurate error codes in IDirectMusicSegment::Load.
Alessandro Pignotti [Mon, 13 Feb 2012 11:12:17 +0000 (12:12 +0100)]
atl: Send OLE_CLOSE command to control on detach.
Michael Stefaniuc [Sun, 18 Mar 2012 23:29:07 +0000 (00:29 +0100)]
hlink: Use the standard COM aggregation struct field names.
André Hentschel [Sun, 18 Mar 2012 18:26:50 +0000 (19:26 +0100)]
msi: Allow ARM installations.
André Hentschel [Sun, 18 Mar 2012 18:19:01 +0000 (19:19 +0100)]
msvcrt: Fix a typo.
Francois Gouget [Sat, 17 Mar 2012 09:17:08 +0000 (10:17 +0100)]
winapi: Add support for the arm architecture.
Francois Gouget [Sat, 17 Mar 2012 09:14:42 +0000 (10:14 +0100)]
d3drm/tests: Fix compilation on systems that don't support nameless unions.
Frédéric Delanoy [Fri, 16 Mar 2012 16:14:33 +0000 (17:14 +0100)]
attrib: Fix typo.
Alexandre Julliard [Fri, 16 Mar 2012 18:57:36 +0000 (19:57 +0100)]
Release 1.5.0.
Jacek Caban [Fri, 16 Mar 2012 17:26:47 +0000 (18:26 +0100)]
mshtml: Don't overwrite type of result if property type is VT_VARIANT.
Cheer Xiao [Fri, 16 Mar 2012 15:45:47 +0000 (23:45 +0800)]
po: Update simplified Chinese translation.
Huw Davies [Fri, 16 Mar 2012 14:52:00 +0000 (14:52 +0000)]
gdi32: Remove unused variable.
Lauri Kenttä [Fri, 16 Mar 2012 14:44:06 +0000 (16:44 +0200)]
po: Update Finnish translation.
Hans Leidekker [Fri, 16 Mar 2012 15:13:30 +0000 (16:13 +0100)]
msi: Restrict the match on files from cabinets to files that have not been installed.
Aric Stewart [Fri, 16 Mar 2012 14:02:57 +0000 (09:02 -0500)]
wineqtdecoder: Ignore requests for IID_IAMFilterMiscFlags, we do not need to implement it.
Piotr Caban [Fri, 16 Mar 2012 14:00:44 +0000 (15:00 +0100)]
urlmon/tests: Test PI_MIMEVERIFICATION when MIME filter is in use.
Piotr Caban [Fri, 16 Mar 2012 14:00:29 +0000 (15:00 +0100)]
urlmon: Add mime handler layer before data is processed.
Jacek Caban [Fri, 16 Mar 2012 11:18:19 +0000 (12:18 +0100)]
mshtml: Added IHTMLCurrentStyle2::get_filter tests.
Jacek Caban [Fri, 16 Mar 2012 11:18:07 +0000 (12:18 +0100)]
mshtml: Added IHTMLCurrentStyle2::get_filter implementation.
Jacek Caban [Fri, 16 Mar 2012 11:17:50 +0000 (12:17 +0100)]
mshtml: Store filter in HTMLElement object.
Christian Costa [Fri, 16 Mar 2012 07:16:26 +0000 (08:16 +0100)]
d3drm: Implement SetTextureCoordinates.
Christian Costa [Fri, 16 Mar 2012 07:16:18 +0000 (08:16 +0100)]
d3drm: If there is no texture coordinates in loaded mesh, generate default texture coordinates for each vertex.
Christian Costa [Fri, 16 Mar 2012 07:16:10 +0000 (08:16 +0100)]
d3drm: Add refcount info to AddRef and Release traces.
Christian Costa [Fri, 16 Mar 2012 07:16:02 +0000 (08:16 +0100)]
d3drm: Texture callback cannot be passed directly. Texture object argument is different so disable it for now.
Christian Costa [Fri, 16 Mar 2012 07:15:53 +0000 (08:15 +0100)]
d3drm: Remove "partial stub" mention of forwarded methods.
Alexandre Julliard [Fri, 16 Mar 2012 12:15:38 +0000 (13:15 +0100)]
dbghelp: Add support for jump instructions in function epilogs on x86_64.
Alexandre Julliard [Fri, 16 Mar 2012 12:02:24 +0000 (13:02 +0100)]
msxml3: Avoid building code that isn't used without libxml.
Ken Thomases [Wed, 14 Mar 2012 21:49:47 +0000 (16:49 -0500)]
shell32: Partially implement Mac Trash backing for the Recycle Bin.
Alistair Leslie-Hughes [Mon, 12 Mar 2012 05:15:31 +0000 (16:15 +1100)]
mscoree: Better support RUNTIME_INFO_UPGRADE_VERSION in GetRequestedRuntimeInfo.
André Hentschel [Sat, 10 Mar 2012 19:17:42 +0000 (20:17 +0100)]
windowscodecs: Add stub for DllCanUnloadNow.
Alistair Leslie-Hughes [Tue, 31 Jan 2012 09:00:39 +0000 (20:00 +1100)]
ole32/tests: Assign a default value (clang).
Alistair Leslie-Hughes [Tue, 31 Jan 2012 09:14:42 +0000 (20:14 +1100)]
advapi32: Assign a default value (clang).
Austin English [Mon, 5 Mar 2012 00:08:21 +0000 (16:08 -0800)]
wevtapi: Add stub dll.
Alessandro Pignotti [Thu, 2 Feb 2012 18:02:17 +0000 (19:02 +0100)]
oleaut32: Avoid converting variants if it is not needed.
Carlo Bramini [Thu, 8 Mar 2012 13:35:56 +0000 (14:35 +0100)]
shlwapi: Implemented StrToInt64ExA/W.
Erich Hoover [Wed, 7 Mar 2012 22:22:07 +0000 (15:22 -0700)]
ntdll: Fix mapping sections for applications that map over the section headers.
Hwang YunSong [Thu, 15 Mar 2012 13:54:46 +0000 (22:54 +0900)]
po: Update Korean translation.
Francois Gouget [Fri, 16 Mar 2012 09:16:05 +0000 (10:16 +0100)]
mssign32: Add a trailing '\n' to a few FIXME() messages.
Akihiro Sagawa [Thu, 15 Mar 2012 14:41:33 +0000 (23:41 +0900)]
msvcrt: Implement _mbcjmstojis.
Akihiro Sagawa [Thu, 15 Mar 2012 14:41:30 +0000 (23:41 +0900)]
msvcrt: Add semi stub _mbcjmstojis implementation.
Henri Verbeet [Thu, 15 Mar 2012 20:49:58 +0000 (21:49 +0100)]
ddraw: Get rid of IDirect3DMaterialImpl.
Henri Verbeet [Thu, 15 Mar 2012 20:49:57 +0000 (21:49 +0100)]
wined3d: Move the WGL extension detection code to the same place as regular GL extension detection.
Henri Verbeet [Thu, 15 Mar 2012 20:49:56 +0000 (21:49 +0100)]
wined3d: Use the same code for parsing the WGL extension string as for the regular GL extension string.
Henri Verbeet [Thu, 15 Mar 2012 20:49:55 +0000 (21:49 +0100)]
wined3d: Introduce a separate function for parsing the GL extension string.
Henri Verbeet [Thu, 15 Mar 2012 20:49:54 +0000 (21:49 +0100)]
wined3d: The current WGL DC should never be NULL in wined3d_adapter_init_gl_caps().
Alexandre Julliard [Tue, 13 Mar 2012 14:50:40 +0000 (15:50 +0100)]
msvcrt: Add entry points for the C++ exception functions on x86_64.
Alexandre Julliard [Tue, 13 Mar 2012 14:40:27 +0000 (15:40 +0100)]
msvcrt: Add a new file for the x86_64 exception handling.
Alexandre Julliard [Tue, 13 Mar 2012 14:24:18 +0000 (15:24 +0100)]
msvcrt: Move more i386-specific exception code to except_i386.c.
Alexandre Julliard [Tue, 13 Mar 2012 14:10:15 +0000 (15:10 +0100)]
msvcrt: Create an i386-specific file for exception handling.