Adam Martinson [Wed, 17 Nov 2010 07:41:36 +0000 (01:41 -0600)]
oleaut32/tests: Test VT_BSTR => VT_UI8 at upper limit.
Henri Verbeet [Wed, 17 Nov 2010 11:39:00 +0000 (12:39 +0100)]
ddraw/tests: Fix some failure messages.
Henri Verbeet [Wed, 17 Nov 2010 11:38:59 +0000 (12:38 +0100)]
d3d8/tests: Fix some failure messages.
Henri Verbeet [Wed, 17 Nov 2010 11:38:58 +0000 (12:38 +0100)]
d3d9/tests: Fix some failure messages.
Henri Verbeet [Wed, 17 Nov 2010 11:38:57 +0000 (12:38 +0100)]
wined3d: Send a notification that the GL texture changed in flip_surface().
Strictly speaking the texture doesn't get unloaded, but it does get associated
with a different surface. The FBO cache in particular is much happier when it
gets notified of these.
Michael Stefaniuc [Wed, 17 Nov 2010 11:13:17 +0000 (12:13 +0100)]
msxml3: Remove 'const' from the function return types.
Type qualifiers have only a meaning for lvalues.
Nikolay Sivov [Wed, 17 Nov 2010 10:47:11 +0000 (13:47 +0300)]
comctl32/treeview: Remove some casts.
Nikolay Sivov [Wed, 17 Nov 2010 10:46:42 +0000 (13:46 +0300)]
comctl32/treeview: Use a code set by dispinfo holder to convert data encoding after TVN_GETDISPINFO.
Damjan Jovanovic [Wed, 17 Nov 2010 10:12:08 +0000 (12:12 +0200)]
winemenubuilder: Generate icons for the fd.o "Open with" menu.
Hans Leidekker [Wed, 17 Nov 2010 09:58:10 +0000 (10:58 +0100)]
msi: Add support for importing and exporting the special _ForceCodepage table.
Hans Leidekker [Wed, 17 Nov 2010 09:57:54 +0000 (10:57 +0100)]
msi: Improve tracing in MsiQueryFeatureStateW.
Hans Leidekker [Wed, 17 Nov 2010 09:57:40 +0000 (10:57 +0100)]
msi: Fix handling of an empty language id list in msi_parse_summary.
Hans Leidekker [Wed, 17 Nov 2010 09:57:21 +0000 (10:57 +0100)]
msi: Trace the reinstall mode in hex in MsiReinstallFeatureW.
Vincas Miliūnas [Tue, 16 Nov 2010 18:58:57 +0000 (20:58 +0200)]
msvcp90/tests: Added basic_string<wchar_t>::swap tests.
Vincas Miliūnas [Tue, 16 Nov 2010 18:58:44 +0000 (20:58 +0200)]
msvcp90: Added basic_string<wchar_t>::swap implementation.
Vincas Miliūnas [Tue, 16 Nov 2010 18:58:29 +0000 (20:58 +0200)]
msvcp90/tests: Added basic_string<char>::swap tests.
Vincas Miliūnas [Tue, 16 Nov 2010 18:58:15 +0000 (20:58 +0200)]
msvcp90: Added basic_string<char>::swap implementation.
Jörg Höhle [Tue, 16 Nov 2010 20:39:17 +0000 (21:39 +0100)]
mciseq: Bogus sizeof led to incorrect positioning.
Jörg Höhle [Sat, 5 Dec 2009 04:40:59 +0000 (05:40 +0100)]
mciseq: Rework MCI notification system.
André Hentschel [Tue, 16 Nov 2010 21:43:55 +0000 (22:43 +0100)]
winemaker: Add spec file dependency for dlls.
Nikolay Sivov [Tue, 16 Nov 2010 20:55:23 +0000 (23:55 +0300)]
comctl32/listview: Use a code set by dispinfo holder to convert data encoding after LVN_GETDISPINFO.
Juan Lang [Mon, 15 Nov 2010 19:26:01 +0000 (11:26 -0800)]
crypt32: Add CertFindChainInStore stub.
André Hentschel [Tue, 16 Nov 2010 19:58:52 +0000 (20:58 +0100)]
include: Add some relocation types.
André Hentschel [Tue, 16 Nov 2010 18:59:32 +0000 (19:59 +0100)]
winemaker: Catch special case in Workspace file.
Some sln files use that as a section to keep things like changelogs,
which we are not interested in.
Vincent Povirk [Mon, 19 Apr 2010 21:55:49 +0000 (16:55 -0500)]
ole32: Cache the contents of one extended big block depot block.
Alexandre Julliard [Tue, 16 Nov 2010 20:01:08 +0000 (21:01 +0100)]
user32: Add a stub for IsGUIThread().
Alexandre Julliard [Tue, 16 Nov 2010 19:57:27 +0000 (20:57 +0100)]
user32: Check structure size in GetGUIThreadInfo.
Hans Leidekker [Tue, 16 Nov 2010 08:07:50 +0000 (09:07 +0100)]
winspool.drv: Return success from the AddPrintProcessorW stub.
Piotr Caban [Tue, 16 Nov 2010 14:49:47 +0000 (15:49 +0100)]
shell32/tests: Added SHPropStg* tests.
Piotr Caban [Tue, 16 Nov 2010 13:58:22 +0000 (14:58 +0100)]
shell32: Added partial implementation of SHPropStgWriteMultiple.
Piotr Caban [Tue, 16 Nov 2010 13:58:13 +0000 (14:58 +0100)]
shell32: Added partial implementation of SHPropStgReadMultiple.
Piotr Caban [Tue, 16 Nov 2010 13:58:03 +0000 (14:58 +0100)]
shell32: Added SHPropStgCreate implementation.
Piotr Caban [Tue, 16 Nov 2010 13:57:52 +0000 (14:57 +0100)]
shell32: Added SHPropStg* stubs.
Jacek Caban [Tue, 16 Nov 2010 12:39:11 +0000 (13:39 +0100)]
ole32: Skip more tests on win9x.
André Hentschel [Sun, 14 Nov 2010 19:40:33 +0000 (20:40 +0100)]
include: Define SIO_SET_COMPATIBILITY_MODE.
Henri Verbeet [Tue, 16 Nov 2010 11:09:31 +0000 (12:09 +0100)]
d3d8: Fix some return values.
Henri Verbeet [Tue, 16 Nov 2010 11:09:30 +0000 (12:09 +0100)]
d3d9: Fix some return values.
Henri Verbeet [Tue, 16 Nov 2010 11:09:29 +0000 (12:09 +0100)]
wined3d: buffer_get_sysmem() potentially invalidates the current element array buffer binding.
This fixes a regression introduced by commit
2a7a2371709233bc87071bbab43e87955cb122ca.
Henri Verbeet [Tue, 16 Nov 2010 11:09:28 +0000 (12:09 +0100)]
wined3d: Remove a redundant flag in IWineD3DSurfaceImpl_SetMem().
Borut Razem [Mon, 15 Nov 2010 21:50:23 +0000 (22:50 +0100)]
msvcrt: popen: stderr from the child process should not be redirected to the parent's stdin.
Eric Pouech [Mon, 15 Nov 2010 21:00:10 +0000 (22:00 +0100)]
msvcrt: Use the macros for parameter checking for wcsncat_s (and fix the test).
Eric Pouech [Mon, 15 Nov 2010 21:00:01 +0000 (22:00 +0100)]
msvcrt: Implemented _i64to[aw]_s.
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.