Eric Pouech [Mon, 15 Nov 2010 20:59:55 +0000 (21:59 +0100)]
msvcrt: Implemented _ltoa_s.
Eric Pouech [Mon, 15 Nov 2010 20:36:14 +0000 (21:36 +0100)]
wineconsole: In curses mode, map some box drawing attributes to ACS characters.
Eric Pouech [Mon, 15 Nov 2010 20:36:08 +0000 (21:36 +0100)]
wineconsole: Added support for curses window resizing.
Eric Pouech [Mon, 15 Nov 2010 20:36:02 +0000 (21:36 +0100)]
wineconsole: Properly handle (user)-window resizing wrt the console.
Eric Pouech [Mon, 15 Nov 2010 20:35:55 +0000 (21:35 +0100)]
wineconsole: Properly manage window position (in wineconsole) from within wineserver.
Greg Geldorp [Tue, 16 Nov 2010 10:13:07 +0000 (11:13 +0100)]
ws2_32/tests: NT4 and Win2000 print IPv6 addresses a little bit differently.
Gerald Pfeifer [Tue, 16 Nov 2010 01:18:54 +0000 (02:18 +0100)]
msxml3: Remove practically unused variable from XDR_to_XSD_doc.
Adam Martinson [Tue, 16 Nov 2010 00:16:51 +0000 (18:16 -0600)]
msxml3: Add functions to get the dt:dt of a node.
Adam Martinson [Tue, 16 Nov 2010 00:16:10 +0000 (18:16 -0600)]
msxml3: Add XDR datatypes enum and string table.
Adam Martinson [Tue, 16 Nov 2010 00:15:24 +0000 (18:15 -0600)]
msxml3: Move schema cache into the domdoc_properties struct.
Adam Martinson [Tue, 16 Nov 2010 00:15:04 +0000 (18:15 -0600)]
msxml3: Fix a datatypes.xsd oops.
Hans Leidekker [Tue, 16 Nov 2010 08:07:36 +0000 (09:07 +0100)]
msi: Forward MsiInstallMissingComponentA to MsiInstallMissingComponentW.
Hans Leidekker [Tue, 16 Nov 2010 08:07:23 +0000 (09:07 +0100)]
msi: Components don't require a key path.
Hans Leidekker [Tue, 16 Nov 2010 08:07:07 +0000 (09:07 +0100)]
msi: Honor msidbComponentAttributesPermanent.
Hans Leidekker [Tue, 16 Nov 2010 08:06:50 +0000 (09:06 +0100)]
msi: Check component attributes before extracting the cabinet.
Ken Thomases [Tue, 16 Nov 2010 07:41:14 +0000 (01:41 -0600)]
loader: On Mac, reserve the process's original thread for the frameworks.
The frameworks expect the original thread to run its run loop, so input
sources (like distributed notifications) get processed. For example,
Core Audio on Snow Leopard doesn't track changes in the default ouput
device, such as when headphones are plugged in, without this.
Juan Lang [Tue, 16 Nov 2010 01:07:22 +0000 (17:07 -0800)]
wininet: Verify revocation status of certificate chain.
Juan Lang [Thu, 3 Dec 2009 22:41:57 +0000 (14:41 -0800)]
winhttp: Verify revocation status of certificate chain.
Michael Stefaniuc [Mon, 15 Nov 2010 20:42:45 +0000 (21:42 +0100)]
msxml3/tests: Remove redundant NULL check before SysFreeString (smatch).
Alexandre Julliard [Mon, 15 Nov 2010 19:41:07 +0000 (20:41 +0100)]
winex11: Properly forget about a foreign window when it's destroyed through DestroyWindow().
Jacek Caban [Mon, 15 Nov 2010 16:45:35 +0000 (17:45 +0100)]
oleaut32: Added LoadTypeLib failure test.
Austin Lund [Mon, 15 Nov 2010 00:03:28 +0000 (10:03 +1000)]
gdi32/tests: Skip GetGlyphIndices tests for non-ANSI codepages.
Eryk Wieliczko [Mon, 15 Nov 2010 00:04:42 +0000 (01:04 +0100)]
msvcrt: Implement strncat_s.
Henri Verbeet [Mon, 15 Nov 2010 12:43:35 +0000 (13:43 +0100)]
wined3d: Properly recreate the sysmem resource location in IWineD3DSurfaceImpl_SetMem().
Otherwise we could end up with surfaces that have SFLAG_INSYSMEM set, but no
actual system memory allocated. This was exposed by
3bbe658ef1b2a992ad44cd9503ad65889a1c6896.
Henri Verbeet [Mon, 15 Nov 2010 12:43:34 +0000 (13:43 +0100)]
wined3d: Add a trace to IWineD3DSurfaceImpl_SetMem().
Henri Verbeet [Mon, 15 Nov 2010 12:43:33 +0000 (13:43 +0100)]
wined3d: Rename the IWineD3DPaletteImpl "Flags" field to "flags".
Henri Verbeet [Mon, 15 Nov 2010 12:43:32 +0000 (13:43 +0100)]
include: Add the tagBIND_OPTS3 structure.
Jörg Höhle [Wed, 3 Nov 2010 19:04:32 +0000 (20:04 +0100)]
mciavi: MCI_OPEN @NNNN should use an open AVIFile/Stream handle.
Jörg Höhle [Sat, 13 Nov 2010 17:05:18 +0000 (18:05 +0100)]
winecoreaudio: OSStatus is not necessarily a FOURCC.
Jacek Caban [Mon, 15 Nov 2010 11:38:06 +0000 (12:38 +0100)]
urlmon: Make Binding object IUri-based.
Jacek Caban [Mon, 15 Nov 2010 11:37:35 +0000 (12:37 +0100)]
urlmon: Make get_protocol_handler IUri-based.
Jacek Caban [Mon, 15 Nov 2010 11:37:03 +0000 (12:37 +0100)]
urlmon: Store BindProtocol as IInternetProtocolEx.
Jacek Caban [Mon, 15 Nov 2010 11:36:41 +0000 (12:36 +0100)]
urlmon: BindProocol's protocol handler doesn't need IInternetProtocolEx iface.
Jacek Caban [Mon, 15 Nov 2010 11:36:20 +0000 (12:36 +0100)]
urlmon: Don't forward StartEx call to protocol handler in BindProtocol.
Jacek Caban [Mon, 15 Nov 2010 11:36:01 +0000 (12:36 +0100)]
urlmon: Don't forward Start call to protocol handler in BindProtocol.
Austin English [Sun, 14 Nov 2010 11:37:22 +0000 (03:37 -0800)]
msiexec: Add a manpage.
Thomas Mullaly [Fri, 12 Nov 2010 23:52:05 +0000 (18:52 -0500)]
urlmon: Added pluggable protocol support to CoInternetCombineUrlEx.
Thomas Mullaly [Fri, 12 Nov 2010 23:30:16 +0000 (18:30 -0500)]
urlmon: Implemented CoInternetCombineUrlEx.
Thomas Mullaly [Thu, 11 Nov 2010 03:31:35 +0000 (22:31 -0500)]
urlmon: Added stub for CoInternetCombineUrlEx.
Detlef Riekenberg [Sun, 14 Nov 2010 18:04:55 +0000 (19:04 +0100)]
ntdll: Add semi stub for TokenElevationType in NtQueryInformationToken.
Cheer Xiao [Sat, 13 Nov 2010 08:46:45 +0000 (16:46 +0800)]
notepad: Update Simplified Chinese translation.
Cheer Xiao [Sat, 13 Nov 2010 08:19:18 +0000 (16:19 +0800)]
shell32: Update Simplified Chinese translation.
Cheer Xiao [Sat, 13 Nov 2010 08:21:58 +0000 (16:21 +0800)]
wordpad: Update Simplified Chinese translation.
Cheer Xiao [Sat, 13 Nov 2010 08:21:02 +0000 (16:21 +0800)]
winhlp32: Update Simplified Chinese translation.
Cheer Xiao [Sat, 13 Nov 2010 08:20:48 +0000 (16:20 +0800)]
wineconsole: Update Simplified Chinese translation.
Cheer Xiao [Sat, 13 Nov 2010 08:20:14 +0000 (16:20 +0800)]
winebot: Update Simplified Chinese translation.
Cheer Xiao [Sat, 13 Nov 2010 08:20:30 +0000 (16:20 +0800)]
winecfg: Update Simplified Chinese translation.
Cheer Xiao [Sat, 13 Nov 2010 08:19:36 +0000 (16:19 +0800)]
taskmgr: Update Simplified Chinese translation.
Cheer Xiao [Sat, 13 Nov 2010 08:18:53 +0000 (16:18 +0800)]
oleview: Update Simplified Chinese translation.
Cheer Xiao [Sat, 13 Nov 2010 08:18:15 +0000 (16:18 +0800)]
comdlg32: Update Simplified Chinese translation.
Detlef Riekenberg [Fri, 12 Nov 2010 23:03:29 +0000 (00:03 +0100)]
ntoskrnl.exe: Forward more functions to ntdll.
Detlef Riekenberg [Fri, 12 Nov 2010 23:03:30 +0000 (00:03 +0100)]
msvcr90: Forward getenv_s to msvcrt.
Amine Khaldi [Fri, 12 Nov 2010 18:21:23 +0000 (19:21 +0100)]
activeds: Properly stub some exports.
Matteo Bruni [Thu, 11 Nov 2010 21:13:06 +0000 (22:13 +0100)]
d3dx9: Add color key support to D3DXLoadSurfaceFromMemory.
Marcus Meissner [Sun, 14 Nov 2010 11:52:01 +0000 (12:52 +0100)]
ntdll: Fixed file view mapping in regards to no-exec.
Jacek Caban [Sun, 14 Nov 2010 13:43:18 +0000 (14:43 +0100)]
mshtml: Added document fragment cloneNode implementation.
Jacek Caban [Sun, 14 Nov 2010 13:43:06 +0000 (14:43 +0100)]
mshtml: Correctly handle NULL nsdoc in IHTMLDocument2::get_location.
Jacek Caban [Sun, 14 Nov 2010 13:42:55 +0000 (14:42 +0100)]
mshtml: Correctly handle NULL nsdoc in IHTMLDocument2::get_body.
Jacek Caban [Sun, 14 Nov 2010 13:42:43 +0000 (14:42 +0100)]
mshtml: Correctly handle DOCUMENT_FRAGMENT_NODE in IHTMLDOMNode::get_nodeType.
Jacek Caban [Sun, 14 Nov 2010 13:42:33 +0000 (14:42 +0100)]
mshtml: Added createDocumentFragment tests.
Jacek Caban [Sun, 14 Nov 2010 13:42:20 +0000 (14:42 +0100)]
mshtml: Added IHTMLDocument3::createDocumentFragment implementation.
Jacek Caban [Sun, 14 Nov 2010 13:42:00 +0000 (14:42 +0100)]
mshtml: Use custom get_readyState implementations for object and frame elements.
Jacek Caban [Sun, 14 Nov 2010 13:41:39 +0000 (14:41 +0100)]
mshtml: Moved cloneNode implementation to vtbl.
Jacek Caban [Sun, 14 Nov 2010 13:41:18 +0000 (14:41 +0100)]
mshtml: Use IUri for nsIURI::GetSpec implementation.
Jacek Caban [Sun, 14 Nov 2010 13:41:00 +0000 (14:41 +0100)]
mshtml: Use IUriBuilder for nsIURI::SetPath implementation.
Paul Vriens [Sun, 14 Nov 2010 18:39:42 +0000 (19:39 +0100)]
msi/tests: Cleanup properly on Win9x.
Paul Vriens [Sun, 14 Nov 2010 12:19:59 +0000 (13:19 +0100)]
msxml3/tests: Fix some test failures on Win98/WinMe.
André Hentschel [Sat, 13 Nov 2010 20:42:34 +0000 (21:42 +0100)]
widl: Fix for typelib generation when unaligned access to memory is not allowed.
Jacek Caban [Sat, 13 Nov 2010 16:48:34 +0000 (17:48 +0100)]
shdocvw: Get rid of remaining *_THIS macros.
Jacek Caban [Sat, 13 Nov 2010 16:48:21 +0000 (17:48 +0100)]
shdocvw: Get rid of *_THIS macros in navigate.c.
Jacek Caban [Sat, 13 Nov 2010 16:48:09 +0000 (17:48 +0100)]
shdocvw: Get rid of DocHost-related *_THIS macros.
Jacek Caban [Sat, 13 Nov 2010 16:47:58 +0000 (17:47 +0100)]
shdocvw: Get rid of CLIENTSITE_THIS.
Jacek Caban [Sat, 13 Nov 2010 16:47:44 +0000 (17:47 +0100)]
shdocvw: Get rid of remaining WebBrowser object's *_THIS macros.
Jacek Caban [Sat, 13 Nov 2010 16:47:31 +0000 (17:47 +0100)]
shdocvw: Get rid of more *_THIS macros.
Jacek Caban [Sat, 13 Nov 2010 16:47:19 +0000 (17:47 +0100)]
shdocvw: Get rid of WEBBROWSER_THIS macro and InternetExplorer to IWebBowser2 casts.
Jacek Caban [Sat, 13 Nov 2010 16:47:05 +0000 (17:47 +0100)]
shdocvw: Get rid of WEBBROWSER_THIS macro and WebBrowser to IWebBowser2 casts.
Adam Martinson [Fri, 12 Nov 2010 14:33:17 +0000 (08:33 -0600)]
msxml3: Use built-in urn:schemas-microsoft-com:datatypes schema for validation.
Adam Martinson [Fri, 12 Nov 2010 14:31:45 +0000 (08:31 -0600)]
msxml3: XDR schema support.
Adam Martinson [Fri, 12 Nov 2010 06:43:27 +0000 (00:43 -0600)]
msxml3/tests: XDR schema tests.
Adam Martinson [Fri, 12 Nov 2010 05:29:58 +0000 (23:29 -0600)]
msxml3: Add urn:schemas-microsoft-com:datatypes schema.
Adam Martinson [Thu, 11 Nov 2010 21:16:24 +0000 (15:16 -0600)]
msxml3: Add our own xmlFirstElementChild() for older libxml2 versions.
Adam Martinson [Wed, 10 Nov 2010 03:40:34 +0000 (21:40 -0600)]
msxml3: Store the DLL instance handle.
Jeff Latimer [Sat, 13 Nov 2010 02:56:30 +0000 (13:56 +1100)]
atl: Fix a comment.
Alexandre Julliard [Mon, 15 Nov 2010 11:59:34 +0000 (12:59 +0100)]
winapi: Add support for more spec entry flags.
Paul Vriens [Fri, 12 Nov 2010 18:35:56 +0000 (19:35 +0100)]
include: Fix a define.
Louis Lenders [Fri, 12 Nov 2010 20:48:23 +0000 (21:48 +0100)]
wine.inf: Add another .NET v3.0 registry-key.
Andrew Eikum [Fri, 12 Nov 2010 21:32:55 +0000 (15:32 -0600)]
shell32: PIDLs should be checked recursively in SHChangeNotify.
Andrew Eikum [Fri, 12 Nov 2010 21:32:49 +0000 (15:32 -0600)]
shell32/tests: Make SHChangeNotify tests more easily extendible.
Alexandre Julliard [Fri, 12 Nov 2010 19:20:02 +0000 (20:20 +0100)]
Release 1.3.7.
Vincent Povirk [Fri, 12 Nov 2010 16:17:32 +0000 (10:17 -0600)]
gdiplus: Correctly store the given stride in created bitmaps.
Vincent Povirk [Tue, 12 Oct 2010 22:06:26 +0000 (17:06 -0500)]
mscoree: Add a trace to _CorExeMain.
Vincent Povirk [Tue, 5 Oct 2010 22:15:08 +0000 (17:15 -0500)]
mscoree: Implement ClrCreateManagedInstance.
Vincent Povirk [Tue, 5 Oct 2010 20:50:01 +0000 (15:50 -0500)]
mscoree: Search the Global Assembly Cache for required assemblies.
Hans Leidekker [Fri, 12 Nov 2010 15:18:08 +0000 (16:18 +0100)]
msi: Don't use a temporary directory for local assemblies.
Detlef Riekenberg [Fri, 5 Nov 2010 13:10:04 +0000 (14:10 +0100)]
kernel32: Add a stub for SetProcessDEPPolicy.
Eric Pouech [Thu, 11 Nov 2010 21:30:11 +0000 (22:30 +0100)]
kernel32: Fixed regression with echoing input characters.
Louis Lenders [Fri, 12 Nov 2010 10:23:37 +0000 (11:23 +0100)]
xapofx1_1: Add stub dll.
Jörg Höhle [Tue, 1 Jun 2010 20:33:43 +0000 (22:33 +0200)]
mciseq: The native MCI sequencer cannot record.
Hans Leidekker [Fri, 12 Nov 2010 14:05:55 +0000 (15:05 +0100)]
msi: Don't rebuild the target path for files from global assembly components.
Hans Leidekker [Fri, 12 Nov 2010 14:05:35 +0000 (15:05 +0100)]
msi: Honor msidbComponentAttributesNeverOverwrite.