Commit Graph

94357 Commits

Author SHA1 Message Date
Nikolay Sivov a935a44b44 msxml3: Remove unneeded cast to xmlDocPtr. 2013-03-01 18:03:29 +01:00
Andrew Talbot 64c6c08e08 kernel32/tests: Do not assume the signedness of plain char. 2013-03-01 10:35:38 +01:00
Andrew Talbot e458665a42 windowscodecs: Avoid signed-unsigned integer comparisons. 2013-03-01 10:35:18 +01:00
Nozomi Kodama bb3549fc2f d3dx9: Explicit computations in D3DXMatrixInverse to speed them up. 2013-02-28 21:37:19 +01:00
Nozomi Kodama c66d9eb2fe d3dx9: Explicit computations in D3DXMatrixDeterminant to speed them up. 2013-02-28 21:37:18 +01:00
Petr Kočandrle 9abd1485b3 po: Small improvement of Czech translation. 2013-02-28 21:37:16 +01:00
Jacek Caban b48ea4024d urlmon.idl: Added IGetBindHandle declaration. 2013-02-28 21:02:09 +01:00
Huw Davies 7a59014fa2 riched20: Send WM_CHAR notifications. 2013-02-28 21:02:06 +01:00
Jacek Caban 5ed0ddd93c ieframe: Fixed QI tests on IE10, where IStdMarshalInfo is supported by WebBrowser object. 2013-02-28 21:02:00 +01:00
Jacek Caban 99a86766a0 mshtml: Added IHTMLLabelElement stub implementation. 2013-02-28 21:01:53 +01:00
Jacek Caban 0f9885448e mshtml.idl: Added IHTMLLabelElement* interfaces declarations. 2013-02-28 21:01:48 +01:00
Andrew Talbot 4ef6a96890 usp10: Avoid signed-unsigned integer comparisons. 2013-02-28 21:00:58 +01:00
André Hentschel a5c86d35e3 msvcrt: Fix DISPATCHER_CONTEXT on ARM. 2013-02-28 21:00:36 +01:00
André Hentschel 43bdfce436 msvcrt/tests: Mark win8 behaviour as broken. 2013-02-28 21:00:31 +01:00
Vincent Povirk ad5c4671a5 mscoree: Add WINE_MONO_VERBOSE environment setting. 2013-02-28 21:00:17 +01:00
Piotr Caban c0a17a4f09 ole32: Don't pass CLSCTX_INPROC_SERVER and CLSCTX_INPROC_HANDLER flags to CoCreateInstance in DefaultHandler_Run. 2013-02-27 19:23:48 +01:00
Piotr Caban 0cf2b77aed ole32: Added more OleCreateDefaultHandler tests. 2013-02-27 19:23:47 +01:00
André Hentschel 874d077ca6 msvcrt: Add a new file for the ARM exception handling. 2013-02-27 19:23:45 +01:00
Byeongsik Jeon 1c846e70f0 gdi32: Fix the GdiGetCodePage() support ANSI_CHARSET font associated charset. 2013-02-27 19:23:44 +01:00
Jörg Höhle f13394f797 mmsystem: Always use CALLBACK_FUNCTION to update MIDI/WAVEHDR.dwFlags. 2013-02-27 19:23:43 +01:00
Jörg Höhle 1cc26cba6f mmsystem: Do not rewrite input parameters. 2013-02-27 19:23:42 +01:00
Jörg Höhle 5155e8011d mmsystem: Use SEGPTR when the .spec says so. 2013-02-27 19:23:39 +01:00
Jacek Caban 64c84ef5c4 secur32: Report SecPkgContext_ConnectionInfo in bits, not bytes. 2013-02-27 19:23:36 +01:00
Jacek Caban 5f3c38ed61 vbscipt: Added string constants. 2013-02-27 19:23:17 +01:00
Jacek Caban b58dadf03b vbscript: Fixed chr(0) implementation. 2013-02-27 19:23:16 +01:00
Jacek Caban 34bf93fc51 vbscript: Added color constants. 2013-02-27 19:23:16 +01:00
Jacek Caban 6a6c323306 vbscript: Make constant type explicit. 2013-02-27 19:23:15 +01:00
Hans Leidekker b36a26d65a msi: Don't attempt to patch files from disabled components. 2013-02-27 19:23:14 +01:00
Hans Leidekker aeb7d70ffd msi: Handle more than one patch per file. 2013-02-27 19:23:13 +01:00
Alessandro Pignotti e583f8806e 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.
2013-02-27 19:23:12 +01:00
Alessandro Pignotti 916854c5a8 quartz: Make GetClassMediaFile visible in the module. 2013-02-27 19:23:11 +01:00
Alessandro Pignotti fb2551c59b quartz: Modify GetClassMediaFile to also extract the SourceFilter value. 2013-02-27 19:23:10 +01:00
Nikolay Sivov e5affa7040 msxml3: Update backing docs refcount in put_documentElement(). 2013-02-27 19:23:09 +01:00
Nikolay Sivov 01dd81a78c msxml3: Update refcount in replaceNode(). 2013-02-27 19:23:08 +01:00
Nikolay Sivov cb9d787be1 msxml3: Better handle cross-tree node moves. 2013-02-27 19:23:06 +01:00
André Hentschel 91cec0e82a api-ms-win*: Update spec files. 2013-02-27 11:30:51 +01:00
Michael Stefaniuc 8a40df9800 shell32: Move IFSFolder_Constructor() to avoid forward declarations. 2013-02-27 11:30:40 +01:00
Michael Stefaniuc a5560ebee6 shell32: Finish the COM cleanup of ShellFSFolder. 2013-02-27 11:30:36 +01:00
Michael Stefaniuc 00a20667fa shell32: Get rid of a helper function. 2013-02-27 11:30:32 +01:00
Michael Stefaniuc 90d88de2bf shell32: COM clean up for IPersistFolder3 in ShellFSFolder. 2013-02-27 11:30:28 +01:00
Andrew Talbot bc1a457b1c urlmon: Avoid signed-unsigned integer comparisons. 2013-02-27 11:30:21 +01:00
Andrew Talbot ec128b7324 usbd.sys: Avoid signed-unsigned integer comparisons. 2013-02-27 11:30:17 +01:00
Piotr Caban 0159558560 hlink: Added basic Hlink::Navigate tests. 2013-02-26 18:19:08 +01:00
Piotr Caban e0b7aadb92 hlink: Return value returned by IHlinkTarget_Navigate in IHlink_fnNavigate. 2013-02-26 18:19:02 +01:00
Piotr Caban f8e0d2f5db hlink: Call BindToObject with IID_IUnknown in IHlink_fnNavigate. 2013-02-26 18:18:57 +01:00
Jacek Caban 8ca611a598 wininet: Moved dialog-related functions to dialog.c. 2013-02-26 18:18:46 +01:00
Jacek Caban 376a4f7837 wininet: Don't call get_avail_data multiple times in HTTP_ReceiveRequestData. 2013-02-26 18:18:40 +01:00
Jacek Caban 99421e8c1d msctf.idl: Added some missing declarations. 2013-02-26 18:18:36 +01:00
Jacek Caban ed50ce5efe widl: Allow shadowing imported types with typedef. 2013-02-26 18:18:31 +01:00
Huw Davies 5e53012736 riched20: Don't assume the the runs in a row are in visual order. 2013-02-26 18:18:16 +01:00