wine
11 years agoRelease 1.5.25. wine-1.5.25
Alexandre Julliard [Fri, 1 Mar 2013 20:40:05 +0000 (21:40 +0100)] 
Release 1.5.25.

11 years agomshtml: Added IHTMLElement2::insertAdjacentElement tests.
Jacek Caban [Fri, 1 Mar 2013 14:45:07 +0000 (15:45 +0100)] 
mshtml: Added IHTMLElement2::insertAdjacentElement tests.

11 years agomshtml: Added IHTMLElement2::insertAdjacentElement implementation.
Jacek Caban [Fri, 1 Mar 2013 14:44:57 +0000 (15:44 +0100)] 
mshtml: Added IHTMLElement2::insertAdjacentElement implementation.

11 years agomshtml: insert_adjacent_node clean up.
Jacek Caban [Fri, 1 Mar 2013 14:44:48 +0000 (15:44 +0100)] 
mshtml: insert_adjacent_node clean up.

11 years agomshtml: Fixed 'adjacent' spelling.
Jacek Caban [Fri, 1 Mar 2013 14:44:38 +0000 (15:44 +0100)] 
mshtml: Fixed 'adjacent' spelling.

11 years agomsvcrt: Fixed closing of FindFirstFile handle in build_expanded_argv.
Piotr Caban [Fri, 1 Mar 2013 13:31:41 +0000 (14:31 +0100)] 
msvcrt: Fixed closing of FindFirstFile handle in build_expanded_argv.

11 years agocmd: Fixed memory leak in WCMD_run_program.
Piotr Caban [Fri, 1 Mar 2013 13:31:13 +0000 (14:31 +0100)] 
cmd: Fixed memory leak in WCMD_run_program.

11 years agomshtml: Fixed handling escaped paths in is_gecko_path.
Jacek Caban [Fri, 1 Mar 2013 13:14:48 +0000 (14:14 +0100)] 
mshtml: Fixed handling escaped paths in is_gecko_path.

11 years agoieframe: Fixed tests on IE10.
Jacek Caban [Fri, 1 Mar 2013 10:40:07 +0000 (11:40 +0100)] 
ieframe: Fixed tests on IE10.

11 years agowininet: Renamed socketFD to socket.
Jacek Caban [Fri, 1 Mar 2013 10:16:17 +0000 (11:16 +0100)] 
wininet: Renamed socketFD to socket.

11 years agowininet: Renamed useSSL to secure and set it after secure connection is established.
Jacek Caban [Fri, 1 Mar 2013 10:15:53 +0000 (11:15 +0100)] 
wininet: Renamed useSSL to secure and set it after secure connection is established.

11 years agowinmm: Prevent some MIDI race conditions.
Jörg Höhle [Wed, 23 Jan 2013 08:47:27 +0000 (09:47 +0100)] 
winmm: Prevent some MIDI race conditions.

11 years agowineoss: Add midi MTC Quarter Frame support (on output).
Jörg Höhle [Tue, 26 Feb 2013 10:18:36 +0000 (11:18 +0100)] 
wineoss: Add midi MTC Quarter Frame support (on output).

11 years agowinealsa: Reword some MIDI log messages.
Jörg Höhle [Sat, 19 Jan 2013 19:43:09 +0000 (20:43 +0100)] 
winealsa: Reword some MIDI log messages.

11 years agomscoree: Keep a reference to mscoree when shutting down.
Vincent Povirk [Thu, 28 Feb 2013 21:43:25 +0000 (15:43 -0600)] 
mscoree: Keep a reference to mscoree when shutting down.

11 years agofonts: Add an initial version of Wingdings font.
Dmitry Timoshkov [Fri, 1 Mar 2013 09:01:58 +0000 (18:01 +0900)] 
fonts: Add an initial version of Wingdings font.

This version contains just 3 glyphs which were copied from OpenSymbol font.

11 years agoquartz: It's not guaranteed that filters have a GUID in the property bag.
Alessandro Pignotti [Sun, 24 Feb 2013 22:26:48 +0000 (23:26 +0100)] 
quartz: It's not guaranteed that filters have a GUID in the property bag.

11 years agoquartz: Get the CLSID directly from the filter.
Alessandro Pignotti [Sun, 24 Feb 2013 22:21:48 +0000 (23:21 +0100)] 
quartz: Get the CLSID directly from the filter.

11 years agoquartz: Use the moniker to create the filter directly.
Alessandro Pignotti [Sun, 24 Feb 2013 22:13:45 +0000 (23:13 +0100)] 
quartz: Use the moniker to create the filter directly.

11 years agomsxml3: Avoid unneeded variant copy in setAttribute(), leak fixed as a side effect.
Nikolay Sivov [Fri, 1 Mar 2013 05:08:33 +0000 (09:08 +0400)] 
msxml3: Avoid unneeded variant copy in setAttribute(), leak fixed as a side effect.

11 years agomsxml3: Don't make a variant copy if no need to for setting node value.
Nikolay Sivov [Fri, 1 Mar 2013 05:02:49 +0000 (09:02 +0400)] 
msxml3: Don't make a variant copy if no need to for setting node value.

11 years agomsxml3: Escape value for attribute in put_value().
Nikolay Sivov [Thu, 28 Feb 2013 20:09:25 +0000 (00:09 +0400)] 
msxml3: Escape value for attribute in put_value().

11 years agomsxml3: Remove unneeded cast to xmlDocPtr.
Nikolay Sivov [Thu, 28 Feb 2013 18:44:02 +0000 (22:44 +0400)] 
msxml3: Remove unneeded cast to xmlDocPtr.

11 years agokernel32/tests: Do not assume the signedness of plain char.
Andrew Talbot [Thu, 28 Feb 2013 22:47:11 +0000 (22:47 +0000)] 
kernel32/tests: Do not assume the signedness of plain char.

11 years agowindowscodecs: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Thu, 28 Feb 2013 22:47:14 +0000 (22:47 +0000)] 
windowscodecs: Avoid signed-unsigned integer comparisons.

11 years agod3dx9: Explicit computations in D3DXMatrixInverse to speed them up.
Nozomi Kodama [Wed, 27 Feb 2013 06:56:57 +0000 (20:56 -1000)] 
d3dx9: Explicit computations in D3DXMatrixInverse to speed them up.

11 years agod3dx9: Explicit computations in D3DXMatrixDeterminant to speed them up.
Nozomi Kodama [Wed, 27 Feb 2013 05:23:51 +0000 (19:23 -1000)] 
d3dx9: Explicit computations in D3DXMatrixDeterminant to speed them up.

11 years agopo: Small improvement of Czech translation.
Petr Kočandrle [Wed, 27 Feb 2013 20:39:01 +0000 (21:39 +0100)] 
po: Small improvement of Czech translation.

11 years agourlmon.idl: Added IGetBindHandle declaration.
Jacek Caban [Thu, 28 Feb 2013 14:08:28 +0000 (15:08 +0100)] 
urlmon.idl: Added IGetBindHandle declaration.

11 years agoriched20: Send WM_CHAR notifications.
Huw Davies [Thu, 28 Feb 2013 13:52:55 +0000 (13:52 +0000)] 
riched20: Send WM_CHAR notifications.

11 years agoieframe: Fixed QI tests on IE10, where IStdMarshalInfo is supported by WebBrowser...
Jacek Caban [Thu, 28 Feb 2013 12:38:50 +0000 (13:38 +0100)] 
ieframe: Fixed QI tests on IE10, where IStdMarshalInfo is supported by WebBrowser object.

11 years agomshtml: Added IHTMLLabelElement stub implementation.
Jacek Caban [Thu, 28 Feb 2013 12:15:15 +0000 (13:15 +0100)] 
mshtml: Added IHTMLLabelElement stub implementation.

11 years agomshtml.idl: Added IHTMLLabelElement* interfaces declarations.
Jacek Caban [Thu, 28 Feb 2013 12:14:57 +0000 (13:14 +0100)] 
mshtml.idl: Added IHTMLLabelElement* interfaces declarations.

11 years agousp10: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Wed, 27 Feb 2013 21:13:06 +0000 (21:13 +0000)] 
usp10: Avoid signed-unsigned integer comparisons.

11 years agomsvcrt: Fix DISPATCHER_CONTEXT on ARM.
André Hentschel [Wed, 27 Feb 2013 20:57:44 +0000 (21:57 +0100)] 
msvcrt: Fix DISPATCHER_CONTEXT on ARM.

11 years agomsvcrt/tests: Mark win8 behaviour as broken.
André Hentschel [Wed, 27 Feb 2013 20:42:57 +0000 (21:42 +0100)] 
msvcrt/tests: Mark win8 behaviour as broken.

11 years agomscoree: Add WINE_MONO_VERBOSE environment setting.
Vincent Povirk [Wed, 27 Feb 2013 15:46:43 +0000 (09:46 -0600)] 
mscoree: Add WINE_MONO_VERBOSE environment setting.

11 years agoole32: Don't pass CLSCTX_INPROC_SERVER and CLSCTX_INPROC_HANDLER flags to CoCreateIns...
Piotr Caban [Wed, 27 Feb 2013 16:59:38 +0000 (17:59 +0100)] 
ole32: Don't pass CLSCTX_INPROC_SERVER and CLSCTX_INPROC_HANDLER flags to CoCreateInstance in DefaultHandler_Run.

11 years agoole32: Added more OleCreateDefaultHandler tests.
Piotr Caban [Wed, 27 Feb 2013 16:59:26 +0000 (17:59 +0100)] 
ole32: Added more OleCreateDefaultHandler tests.

11 years agomsvcrt: Add a new file for the ARM exception handling.
André Hentschel [Tue, 26 Feb 2013 22:42:33 +0000 (23:42 +0100)] 
msvcrt: Add a new file for the ARM exception handling.

11 years agogdi32: Fix the GdiGetCodePage() support ANSI_CHARSET font associated charset.
Byeongsik Jeon [Tue, 26 Feb 2013 01:31:20 +0000 (10:31 +0900)] 
gdi32: Fix the GdiGetCodePage() support ANSI_CHARSET font associated charset.

11 years agommsystem: Always use CALLBACK_FUNCTION to update MIDI/WAVEHDR.dwFlags.
Jörg Höhle [Sat, 23 Feb 2013 16:29:59 +0000 (17:29 +0100)] 
mmsystem: Always use CALLBACK_FUNCTION to update MIDI/WAVEHDR.dwFlags.

11 years agommsystem: Do not rewrite input parameters.
Jörg Höhle [Tue, 19 Feb 2013 21:54:17 +0000 (22:54 +0100)] 
mmsystem: Do not rewrite input parameters.

11 years agommsystem: Use SEGPTR when the .spec says so.
Jörg Höhle [Tue, 19 Feb 2013 21:06:04 +0000 (22:06 +0100)] 
mmsystem: Use SEGPTR when the .spec says so.

11 years agosecur32: Report SecPkgContext_ConnectionInfo in bits, not bytes.
Jacek Caban [Wed, 27 Feb 2013 14:36:18 +0000 (15:36 +0100)] 
secur32: Report SecPkgContext_ConnectionInfo in bits, not bytes.

11 years agovbscipt: Added string constants.
Jacek Caban [Wed, 27 Feb 2013 11:56:05 +0000 (12:56 +0100)] 
vbscipt: Added string constants.

11 years agovbscript: Fixed chr(0) implementation.
Jacek Caban [Wed, 27 Feb 2013 11:55:43 +0000 (12:55 +0100)] 
vbscript: Fixed chr(0) implementation.

11 years agovbscript: Added color constants.
Jacek Caban [Wed, 27 Feb 2013 11:55:32 +0000 (12:55 +0100)] 
vbscript: Added color constants.

11 years agovbscript: Make constant type explicit.
Jacek Caban [Wed, 27 Feb 2013 11:55:19 +0000 (12:55 +0100)] 
vbscript: Make constant type explicit.

11 years agomsi: Don't attempt to patch files from disabled components.
Hans Leidekker [Wed, 27 Feb 2013 11:31:13 +0000 (12:31 +0100)] 
msi: Don't attempt to patch files from disabled components.

11 years agomsi: Handle more than one patch per file.
Hans Leidekker [Wed, 27 Feb 2013 11:30:37 +0000 (12:30 +0100)] 
msi: Handle more than one patch per file.

11 years agoquartz: Check byte patterns in GetFileSourceFilter.
Alessandro Pignotti [Thu, 21 Feb 2013 15:57:50 +0000 (16:57 +0100)] 
quartz: Check byte patterns in GetFileSourceFilter.

The idea is to create a temporary AsyncReader and use it to match a
better filter. If no match is found the temporary filter is returned.

11 years agoquartz: Make GetClassMediaFile visible in the module.
Alessandro Pignotti [Thu, 21 Feb 2013 15:29:55 +0000 (16:29 +0100)] 
quartz: Make GetClassMediaFile visible in the module.

11 years agoquartz: Modify GetClassMediaFile to also extract the SourceFilter value.
Alessandro Pignotti [Thu, 21 Feb 2013 15:28:50 +0000 (16:28 +0100)] 
quartz: Modify GetClassMediaFile to also extract the SourceFilter value.

11 years agomsxml3: Update backing docs refcount in put_documentElement().
Nikolay Sivov [Tue, 26 Feb 2013 06:46:33 +0000 (10:46 +0400)] 
msxml3: Update backing docs refcount in put_documentElement().

11 years agomsxml3: Update refcount in replaceNode().
Nikolay Sivov [Mon, 25 Feb 2013 11:36:56 +0000 (15:36 +0400)] 
msxml3: Update refcount in replaceNode().

11 years agomsxml3: Better handle cross-tree node moves.
Nikolay Sivov [Sun, 24 Feb 2013 20:30:22 +0000 (00:30 +0400)] 
msxml3: Better handle cross-tree node moves.

11 years agoapi-ms-win*: Update spec files.
André Hentschel [Tue, 26 Feb 2013 22:41:33 +0000 (23:41 +0100)] 
api-ms-win*: Update spec files.

11 years agoshell32: Move IFSFolder_Constructor() to avoid forward declarations.
Michael Stefaniuc [Tue, 26 Feb 2013 22:36:58 +0000 (23:36 +0100)] 
shell32: Move IFSFolder_Constructor() to avoid forward declarations.

11 years agoshell32: Finish the COM cleanup of ShellFSFolder.
Michael Stefaniuc [Tue, 26 Feb 2013 22:35:56 +0000 (23:35 +0100)] 
shell32: Finish the COM cleanup of ShellFSFolder.

11 years agoshell32: Get rid of a helper function.
Michael Stefaniuc [Tue, 26 Feb 2013 22:35:00 +0000 (23:35 +0100)] 
shell32: Get rid of a helper function.

11 years agoshell32: COM clean up for IPersistFolder3 in ShellFSFolder.
Michael Stefaniuc [Tue, 26 Feb 2013 22:33:53 +0000 (23:33 +0100)] 
shell32: COM clean up for IPersistFolder3 in ShellFSFolder.

11 years agourlmon: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Tue, 26 Feb 2013 22:16:03 +0000 (22:16 +0000)] 
urlmon: Avoid signed-unsigned integer comparisons.

11 years agousbd.sys: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Tue, 26 Feb 2013 22:16:05 +0000 (22:16 +0000)] 
usbd.sys: Avoid signed-unsigned integer comparisons.

11 years agohlink: Added basic Hlink::Navigate tests.
Piotr Caban [Tue, 26 Feb 2013 16:21:31 +0000 (17:21 +0100)] 
hlink: Added basic Hlink::Navigate tests.

11 years agohlink: Return value returned by IHlinkTarget_Navigate in IHlink_fnNavigate.
Piotr Caban [Tue, 26 Feb 2013 16:20:56 +0000 (17:20 +0100)] 
hlink: Return value returned by IHlinkTarget_Navigate in IHlink_fnNavigate.

11 years agohlink: Call BindToObject with IID_IUnknown in IHlink_fnNavigate.
Piotr Caban [Tue, 26 Feb 2013 16:20:42 +0000 (17:20 +0100)] 
hlink: Call BindToObject with IID_IUnknown in IHlink_fnNavigate.

11 years agowininet: Moved dialog-related functions to dialog.c.
Jacek Caban [Tue, 26 Feb 2013 14:43:44 +0000 (15:43 +0100)] 
wininet: Moved dialog-related functions to dialog.c.

11 years agowininet: Don't call get_avail_data multiple times in HTTP_ReceiveRequestData.
Jacek Caban [Tue, 26 Feb 2013 14:43:34 +0000 (15:43 +0100)] 
wininet: Don't call get_avail_data multiple times in HTTP_ReceiveRequestData.

11 years agomsctf.idl: Added some missing declarations.
Jacek Caban [Tue, 26 Feb 2013 13:53:05 +0000 (14:53 +0100)] 
msctf.idl: Added some missing declarations.

11 years agowidl: Allow shadowing imported types with typedef.
Jacek Caban [Tue, 26 Feb 2013 13:52:54 +0000 (14:52 +0100)] 
widl: Allow shadowing imported types with typedef.

11 years agoriched20: Don't assume the the runs in a row are in visual order.
Huw Davies [Tue, 26 Feb 2013 13:19:51 +0000 (13:19 +0000)] 
riched20: Don't assume the the runs in a row are in visual order.

11 years agoriched20: Allow the cursor offset to be equal to the run length - this implies the...
Huw Davies [Tue, 26 Feb 2013 13:19:50 +0000 (13:19 +0000)] 
riched20: Allow the cursor offset to be equal to the run length - this implies the cursor is at the end of the run, which isn't necessarily the start of the next.

11 years agoriched20: Correctly set the row's x position.
Huw Davies [Tue, 26 Feb 2013 13:19:49 +0000 (13:19 +0000)] 
riched20: Correctly set the row's x position.

11 years agowshom: Implement IWshShell3::Run().
Nikolay Sivov [Tue, 26 Feb 2013 06:48:00 +0000 (10:48 +0400)] 
wshom: Implement IWshShell3::Run().

11 years agowined3d: Make shader buffer dynamic.
Ričardas Barkauskas [Mon, 25 Feb 2013 20:49:38 +0000 (22:49 +0200)] 
wined3d: Make shader buffer dynamic.

11 years agowined3d: Rename bsize to content_size to reflect usage.
Ričardas Barkauskas [Mon, 25 Feb 2013 20:49:29 +0000 (22:49 +0200)] 
wined3d: Rename bsize to content_size to reflect usage.

11 years agowinedbg: Add support for XML Target Descriptions to read Cpsr on ARM.
André Hentschel [Mon, 25 Feb 2013 20:45:56 +0000 (21:45 +0100)] 
winedbg: Add support for XML Target Descriptions to read Cpsr on ARM.

11 years agoshell32: Pass an IShellFolder2 to SHELL32_CompareIDs() to avoid casts.
Michael Stefaniuc [Mon, 25 Feb 2013 22:46:57 +0000 (23:46 +0100)] 
shell32: Pass an IShellFolder2 to SHELL32_CompareIDs() to avoid casts.

11 years agoshell32: COM clean up for IShellFolder2 in ShellFSFolder.
Michael Stefaniuc [Mon, 25 Feb 2013 22:44:51 +0000 (23:44 +0100)] 
shell32: COM clean up for IShellFolder2 in ShellFSFolder.

11 years agosane.ds: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Mon, 25 Feb 2013 21:13:58 +0000 (21:13 +0000)] 
sane.ds: Avoid signed-unsigned integer comparisons.

11 years agorpcrt4: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Mon, 25 Feb 2013 21:13:56 +0000 (21:13 +0000)] 
rpcrt4: Avoid signed-unsigned integer comparisons.

11 years agoshell32: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Mon, 25 Feb 2013 21:14:00 +0000 (21:14 +0000)] 
shell32: Avoid signed-unsigned integer comparisons.

11 years agoriched20: Rewrite ME_FindPixelPos to use ME_GetRunInRow.
Huw Davies [Mon, 25 Feb 2013 12:59:27 +0000 (12:59 +0000)] 
riched20: Rewrite ME_FindPixelPos to use ME_GetRunInRow.

11 years agoriched20: Only retrieve the next row.
Huw Davies [Mon, 25 Feb 2013 12:59:26 +0000 (12:59 +0000)] 
riched20: Only retrieve the next row.

11 years agoriched20: Return a BOOL that indicates whether the hit is exact.
Huw Davies [Mon, 25 Feb 2013 12:59:25 +0000 (12:59 +0000)] 
riched20: Return a BOOL that indicates whether the hit is exact.

11 years agoriched20: Change ME_FindRunInRow to fill out a cursor structure.
Huw Davies [Mon, 25 Feb 2013 12:59:24 +0000 (12:59 +0000)] 
riched20: Change ME_FindRunInRow to fill out a cursor structure.

11 years agomsxml3: Fail to insert a node of unsupported type to a document.
Nikolay Sivov [Sun, 24 Feb 2013 14:04:02 +0000 (18:04 +0400)] 
msxml3: Fail to insert a node of unsupported type to a document.

11 years agomshtml: Added IHTMLAnchorElement::get_hostname implementation.
Jacek Caban [Mon, 25 Feb 2013 11:35:23 +0000 (12:35 +0100)] 
mshtml: Added IHTMLAnchorElement::get_hostname implementation.

11 years agomshtml: Don't report IHTMLTextContainer as supported in anchor element.
Jacek Caban [Mon, 25 Feb 2013 11:35:11 +0000 (12:35 +0100)] 
mshtml: Don't report IHTMLTextContainer as supported in anchor element.

11 years agod3dx9: Fix typos.
Rico Schüller [Mon, 25 Feb 2013 11:21:44 +0000 (12:21 +0100)] 
d3dx9: Fix typos.

11 years agod3d9/tests: Use lower base hexadecimal values.
Rico Schüller [Mon, 25 Feb 2013 11:21:39 +0000 (12:21 +0100)] 
d3d9/tests: Use lower base hexadecimal values.

11 years agooleaut32: Fixed VARIANT_FormatDate behavior on dates before year 1600.
Piotr Caban [Mon, 25 Feb 2013 10:40:56 +0000 (11:40 +0100)] 
oleaut32: Fixed VARIANT_FormatDate behavior on dates before year 1600.

11 years agowbemprox: Add a partial implementation of Win32_DiskPartition.
Hans Leidekker [Mon, 25 Feb 2013 10:04:29 +0000 (11:04 +0100)] 
wbemprox: Add a partial implementation of Win32_DiskPartition.

11 years agowbemprox: Implement more properties of Win32_CDROMDrive.
Hans Leidekker [Mon, 25 Feb 2013 10:03:56 +0000 (11:03 +0100)] 
wbemprox: Implement more properties of Win32_CDROMDrive.

11 years agowbemprox: Avoid a crash in destroy_view.
Hans Leidekker [Mon, 25 Feb 2013 10:03:33 +0000 (11:03 +0100)] 
wbemprox: Avoid a crash in destroy_view.

11 years agoquartz: Properly implement IGraphVersion in IFilterGraph.
Alessandro Pignotti [Tue, 19 Feb 2013 15:15:20 +0000 (16:15 +0100)] 
quartz: Properly implement IGraphVersion in IFilterGraph.

11 years agoquartz: IEnumFiltersImpl needs to access data from IGraphFilterImpl.
Alessandro Pignotti [Tue, 19 Feb 2013 14:56:17 +0000 (15:56 +0100)] 
quartz: IEnumFiltersImpl needs to access data from IGraphFilterImpl.

11 years agowinedbg: There is no hardware single stepping support on ARM.
André Hentschel [Sat, 23 Feb 2013 16:34:26 +0000 (17:34 +0100)] 
winedbg: There is no hardware single stepping support on ARM.

11 years agowinemac: Implement ClipCursor().
Ken Thomases [Mon, 25 Feb 2013 04:53:51 +0000 (22:53 -0600)] 
winemac: Implement ClipCursor().