Amine Khaldi
8897aab532
[XMLLITE] Sync with Wine Staging 2.2. CORE-12823
...
svn path=/trunk/; revision=73990
2017-02-26 20:41:49 +00:00
Amine Khaldi
68995425ec
[XMLLITE] Sync with Wine Staging 2.2. CORE-12823
...
455f5f2 xmllite: Handle char references within text nodes.
33d8a32 xmllite/reader: Handle NULL node type argument in Read().
1ed0631 xmllite/reader: Handle NULL argument in GetNodeType().
dcf1469 xmllite: A spelling fix in a comment.
f900879 xmllite: Hr was uninitialized in error path (Coverity).
831c202 xmllite: Add maintainer entry.
682d4f1 xmllite: Allow prefixed element names.
9b98d69 xmllite: Fix setting local name when parsing QName.
20c575e xmllite: Improve GetValue() for namespace definition nodes.
13afa65 xmllite: Implement GetNamespaceUri().
249b7a9 xmllite: Free prefix and local name too when clearing element list.
585735a xmllite: Update prefix when moving to first attribute.
0575a4b xmllite: Use a helper to move to first attribute to avoid extra traces.
65ee2b7 xmllite: Keep namespace list updated when going through document tree.
18d6def xmllite: Keep a list of namespace definitions.
635c409 xmllite: Store prefix for elements.
f185dd5 xmllite: Store empty element fields separately.
a39251b xmllite: Improve writer methods tracing.
65cbc12 xmllite: Parse URLs in `DOCTYPE PUBLIC` DTDs.
svn path=/trunk/; revision=73989
2017-02-26 20:41:20 +00:00
Amine Khaldi
2aff90f702
[XINPUT1_3_WINETEST] Sync with Wine Staging 2.2. CORE-12823
...
svn path=/trunk/; revision=73988
2017-02-26 20:37:54 +00:00
Amine Khaldi
f730ef2eb5
[XINPUT1_3] Sync with Wine Staging 2.2. CORE-12823
...
8936a84 xinput1_3: Avoid spamming FIXME for XInputGetKeystroke.
1640c9c xinput1_3: Add DECLSPEC_HOTPATCH to XInputEnable() definition.
svn path=/trunk/; revision=73987
2017-02-26 20:37:15 +00:00
Amine Khaldi
0ddc7f0226
[WSHOM_WINETEST] Sync with Wine Staging 2.2. CORE-12823
...
svn path=/trunk/; revision=73986
2017-02-26 20:35:07 +00:00
Amine Khaldi
bb881d4570
[WSHOM.OCX] Sync with Wine Staging 2.2. CORE-12823
...
722c28c wshom: Added IProvideClassInfo support for implemented interfaces.
svn path=/trunk/; revision=73985
2017-02-26 20:33:41 +00:00
Amine Khaldi
70855a91fa
[WMVCORE] Sync with Wine Staging 2.2. CORE-12823
...
c4f829c wmvcore: Add a __WINE_ALLOC_SIZE attribute to heap_alloc().
7b70eba wmvcore: Implement WMCreateReaderPriv.
svn path=/trunk/; revision=73984
2017-02-26 20:30:36 +00:00
Amine Khaldi
c718e06314
[WLDAP32] Sync with Wine Staging 2.2. CORE-12823
...
9743328 wldap32: Add an error message and an explanation for the lack of error constants.
c7e46b7 wldap32: Use return value of sprintf() instead of hardcoding the number of written characters.
svn path=/trunk/; revision=73983
2017-02-26 20:28:08 +00:00
Amine Khaldi
a15a07cd73
[WINSCARD] Sync with Wine Staging 2.2. CORE-12823
...
4df855d winscard: Fix some spec file entries.
svn path=/trunk/; revision=73982
2017-02-26 20:20:19 +00:00
Amine Khaldi
8c03c7ba9b
[WINEMP3.ACM] Sync with Wine Staging 2.2. CORE-12823
...
ac2b824 winemp3.acm: Fixes compilation for older mpg123 library versions (try 2)
2253d1a winemp3.acm: Ignore XING headers when parsing MP3 files.
svn path=/trunk/; revision=73981
2017-02-26 20:18:16 +00:00
Amine Khaldi
a8d18eaa06
[WBEMPROX_WINETEST] Sync with Wine Staging 2.2. CORE-12823
...
svn path=/trunk/; revision=73980
2017-02-26 20:14:44 +00:00
Amine Khaldi
83b4b492a6
[WBEMPROX] Sync with Wine Staging 2.2. CORE-12823
...
5e23535 wbemprox: Add DriverDate for Win32_VideoController.
f9321fa wbemprox: Add InstalledDisplayDrivers for Win32_VideoController.
df6e20e wbemprox: Add Status for Win32_VideoController.
9a2a366 wbemprox: Add ConfigManagerErrorCode for Win32_VideoController.
af7e5f7 wbemprox: Provide DeviceID, Location and PortName for printers.
92168c4 wbemprox: Add a partial implementation of Win32_IP4RouteTable.
d11a07e wbemprox: Don't define USE_WS_PREFIX on MinGW.
f2c0054 wbemprox: Only include matching rows in the table row count.
a254572 wbemprox: Return the machine ID for Win32_ComputerSystemProduct.UUID on Linux.
9842bf3 wbemprox: Return a non-null UUID for Win32_ComputerSystemProduct.UUID if nothing better is available.
b05928a wbemprox: Implement Win32_PhysicalMemory.MemoryType.
710abd6 wbemprox: Implement Win32_OperatingSystem.TotalVirtualMemorySize.
svn path=/trunk/; revision=73979
2017-02-26 20:13:53 +00:00
Amine Khaldi
1d4a6469bb
[WBEMDISP] Sync with Wine Staging 2.2. CORE-12823
...
11ebda0 wbemdisp: Add ISWbemSecurity stub interface.
61f0bda wbemdisp: Implement ISWbemObjectSet::ItemIndex.
b47462d wbemdisp: Return interface pointers from QI, not object pointers.
svn path=/trunk/; revision=73978
2017-02-26 20:10:35 +00:00
Amine Khaldi
8230cf186e
[SHLWAPI_WINETEST] Sync with Wine Staging 2.2. CORE-12823
...
svn path=/trunk/; revision=73977
2017-02-26 19:41:53 +00:00
Amine Khaldi
7b6b59705a
[SHLWAPI] Sync with Wine Staging 2.2. CORE-12823
...
36b45a3 shlwapi: Fix the return value of SHAddDataBlock
437123b shlwapi: Avoid 'else if' for IStream_fnQueryInterface.
101edb1 shlwapi: Changed UrlEscapeW error paths and add tests.
4eac6e8 shlwapi: Remove dot segments for URLs starting with /.
6cbcc76 shlwapi: Make ParseURL case-insensitive.
svn path=/trunk/; revision=73976
2017-02-26 19:40:16 +00:00
Amine Khaldi
12d266bcf7
[SHDOCVW] Sync with Wine Staging 2.2. CORE-12823
...
f3d33f5 shdocvw: Add a __WINE_ALLOC_SIZE attribute to heap_alloc().
svn path=/trunk/; revision=73975
2017-02-26 19:27:59 +00:00
Amine Khaldi
7445284933
[SCRRUN_WINETEST] Sync with Wine Staging 2.2. CORE-12823
...
svn path=/trunk/; revision=73974
2017-02-26 19:25:18 +00:00
Amine Khaldi
358d46f7c9
[SCRRUN] Sync with Wine Staging 2.2. CORE-12823
...
0d8d0b9 scrrun: Add a __WINE_ALLOC_SIZE attribute to heap_alloc().
d806a47 scrrun: Remove unreachable code (Coverity).
eda5d61 scrrun: Added IProvideClassInfo support for filesystem objects.
ba2e6fb scrrun: Added IProvideClassInfo support for dictionary.
62cb1f8 scrrun: Improved tracing of IDictionary methods.
svn path=/trunk/; revision=73973
2017-02-26 19:24:21 +00:00
Amine Khaldi
808452e8b7
[PSTOREC] Sync with Wine Staging 2.2. CORE-12823
...
8d3af56 pstorec: Fix QueryInterface() of IPStore.
svn path=/trunk/; revision=73972
2017-02-26 19:20:43 +00:00
Amine Khaldi
f04ae39730
[ODBC32] Sync with Wine Staging 2.2. CORE-12823
...
25e495f odbc32: Improve some tracing.
0c785e5 odbc32: Fix some spec file entries.
svn path=/trunk/; revision=73971
2017-02-26 19:18:31 +00:00
Amine Khaldi
4b61850cfd
[MSXML3_WINETEST] Sync with Wine Staging 2.2. CORE-12823
...
svn path=/trunk/; revision=73970
2017-02-26 19:09:04 +00:00
Amine Khaldi
4d858698cd
[MSXML3] Sync with Wine Staging 2.2. CORE-12823
...
45dd9d1 msxml3: Accept AllowXsltScript and AllowDocumentFunction properties.
2191d97 msxml3: Duplicate stylesheet document before passing it to libxslt.
1242648 msxml3: Remove dead initialization (clang).
svn path=/trunk/; revision=73969
2017-02-26 19:07:55 +00:00
Amine Khaldi
ee4765946d
[MSVFW32] Sync with Wine Staging 2.2. CORE-12823
...
8b566b5 msvfw32: Fix some spec file entries.
15840d9 msvfw32: Remove duplicated debug.
ca2420c msvfw32: Allow ICInfo to enumerate codecs when fccType is zero.
svn path=/trunk/; revision=73968
2017-02-26 19:03:35 +00:00
Eric Kohl
77b88b38af
[PROCESSR]
...
Add a generic processor driver that does nothing but provide a proper CPU device name (FriendlyName) to the registry.
CORE-5960 #resolve
svn path=/trunk/; revision=73967
2017-02-26 18:57:28 +00:00
Pierre Schweitzer
b097d7ad0e
[FASTFAT]
...
Finally fix a commented out check regarding directory type while opening a FAT volume
svn path=/trunk/; revision=73966
2017-02-26 18:46:30 +00:00
Amine Khaldi
22f7d5504b
[MSG711.ACM] Sync with Wine Staging 2.2. CORE-12823
...
d132488 msg711.acm: Remove an empty fixme.
5bdc868 msg711.acm: Remove dead code in G711_FormatSuggest.
svn path=/trunk/; revision=73965
2017-02-26 18:36:43 +00:00
Amine Khaldi
06be6aac8a
[MSCTF_WINETEST] Sync with Wine Staging 2.2. CORE-12823
...
svn path=/trunk/; revision=73964
2017-02-26 18:34:24 +00:00
Amine Khaldi
d8d0d107a4
[MSCTF] Sync with Wine Staging 2.2. CORE-12823
...
7bcca92 msctf: Return proper pointer to interface.
04b97c2 msctf: Allow unadvising ITfThreadFocusSink.
7ebe59b msctf: Use correct sink for ITfThreadFocusSink.
d766288 msctf: Remove incorrect dereference of double pointer.
137166f msctf: Use interface pointer instead of object pointer.
svn path=/trunk/; revision=73963
2017-02-26 18:33:14 +00:00
Amine Khaldi
c8c9ff4987
[MSCMS] Sync with Wine Staging 2.2. CORE-12823
...
321b34d mscms: Fix some spec file entries.
svn path=/trunk/; revision=73962
2017-02-26 18:26:43 +00:00
Amine Khaldi
830abcecb9
[MSACM32_WINETEST] Sync with Wine Staging 2.2. CORE-12823
...
svn path=/trunk/; revision=73961
2017-02-26 18:23:11 +00:00
Amine Khaldi
2b5269e1b5
[MSACM32] Sync with Wine Staging 2.2. CORE-12823
...
0afcefd msacm32: Reduce block align condition scope to test covered drivers.
55fdb03 msacm32: Fix copy-paste error.
6cc6734 msacm32: Support conversion from 24-bit PCM.
svn path=/trunk/; revision=73960
2017-02-26 18:19:34 +00:00
Amine Khaldi
296f1e6c50
[MPR] Sync with Wine Staging 2.2. CORE-12823
...
3540a3d mpr: Fix some spec file entries.
svn path=/trunk/; revision=73959
2017-02-26 18:07:39 +00:00
Amine Khaldi
14d7d9764c
[MCIQTZ32] Sync with Wine Staging 2.2. CORE-12823
...
71fbaba mciqtz32: Implement MCI_DGV_PLAY_REPEAT.
svn path=/trunk/; revision=73958
2017-02-26 17:53:31 +00:00
Amine Khaldi
41875f2f17
[LZ32_WINETEST] Sync with Wine Staging 2.2. CORE-12823
...
svn path=/trunk/; revision=73957
2017-02-26 17:48:33 +00:00
Amine Khaldi
63dec8bdb5
[MAPI32] Sync with Wine Staging 2.2. CORE-12823
...
d618c0f mapi32: Properly return interface pointer.
6e8553c mapi32: Fix some spec file entries.
454bccd mapi32: Add a stub implementation of HrDispatchNotifications.
svn path=/trunk/; revision=73956
2017-02-26 17:47:40 +00:00
Amine Khaldi
eb94e9a2a5
[LOADPERF] Sync with Wine Staging 2.2. CORE-12823
...
d6e1600 loadperf: Fix some spec file entries.
svn path=/trunk/; revision=73955
2017-02-26 17:43:19 +00:00
Amine Khaldi
90a505efb3
[JSPROXY] Sync with Wine Staging 2.2. CORE-12823
...
2b094f9 jsproxy: Add a __WINE_ALLOC_SIZE attribute to heap_alloc().
aee5267 jsproxy: Use debugstr_a on URL.
svn path=/trunk/; revision=73954
2017-02-26 17:41:19 +00:00
Amine Khaldi
7643fdc6bb
[JSCRIPT] Sync with Wine Staging 2.2. CORE-12823
...
493659e jscript: Make scope_push() static.
svn path=/trunk/; revision=73953
2017-02-26 17:39:01 +00:00
Amine Khaldi
508223165a
[ITSS] Sync with Wine Staging 2.2. CORE-12823
...
4fdcc03 itss: Properly return interface pointers.
svn path=/trunk/; revision=73952
2017-02-26 17:36:06 +00:00
Amine Khaldi
13d03d3364
[INSENG] Sync with Wine Staging 2.2. CORE-12823
...
dabb589 inseng: Add a __WINE_ALLOC_SIZE attribute to heap_alloc().
svn path=/trunk/; revision=73951
2017-02-26 17:34:21 +00:00
Amine Khaldi
3f8b42f823
[IMAADP32.ACM] Sync with Wine Staging 2.2. CORE-12823
...
1a6d3c1 imaadpcm32: Fix source offsets when converting stereo PCM to IMAADPCM.
svn path=/trunk/; revision=73950
2017-02-26 17:32:01 +00:00
Amine Khaldi
bb98fff5c2
[IEFRAME] Sync with Wine Staging 2.2. CORE-12823
...
477e7fd ieframe: Fix moniker leak on error path.
svn path=/trunk/; revision=73949
2017-02-26 17:28:46 +00:00
Amine Khaldi
1f5449e7c5
[ICCVID] Sync with Wine Staging 2.2. CORE-12823
...
4dcdbf3 iccvid: Add a __WINE_ALLOC_SIZE attribute to heap_alloc().
svn path=/trunk/; revision=73948
2017-02-26 17:25:49 +00:00
Amine Khaldi
3dcc353592
[HLINK_WINETEST] Sync with Wine Staging 2.2. CORE-12823
...
svn path=/trunk/; revision=73947
2017-02-26 17:21:30 +00:00
Amine Khaldi
4634a076c4
[HLINK] Sync with Wine Staging 2.2. CORE-12823
...
f6b1e12 hlink: Properly return interface pointers.
4709902 hlink: Add missing parameter to TRACE() message.
svn path=/trunk/; revision=73946
2017-02-26 17:20:48 +00:00
Amine Khaldi
2721d9f046
[HHCTRL.OCX] Sync with Wine Staging 2.2. CORE-12823
...
89ca96d hhctrl.ocx: Don't skip a tag in next_node.
a16344c hhctrl.ocx: Also take basename of folders when searching.
svn path=/trunk/; revision=73945
2017-02-26 17:18:23 +00:00
Amine Khaldi
1e842f0e63
[CREDUI] Sync with Wine Staging 2.2. CORE-12823
...
848f478 credui: Split domain from username in SspiPromptForCredentialsW.
svn path=/trunk/; revision=73944
2017-02-26 17:09:21 +00:00
Amine Khaldi
69dc549fdb
[COMPSTUI] Sync with Wine Staging 2.2. CORE-12823
...
1791b7d compstui: Fix SetCPSUIUserData spec file entry.
svn path=/trunk/; revision=73943
2017-02-26 17:07:09 +00:00
Amine Khaldi
576756c8f8
[AVIFIL32_WINETEST] Sync with Wine Staging 2.2. CORE-12823
...
svn path=/trunk/; revision=73942
2017-02-26 17:03:08 +00:00
Amine Khaldi
04fa10095f
[AVIFIL32] Sync with Wine Staging 2.2. CORE-12823
...
349a80e avifil32: Fix AVIStreamReadFormat spec file entry.
svn path=/trunk/; revision=73941
2017-02-26 17:02:24 +00:00