Commit Graph

36762 Commits

Author SHA1 Message Date
Rob Shearman ed9cd3ede2 msvcrt: Fix mutual exclusion over logical or is always a non-zero constant.
Logical and should have been used instead.
2008-09-23 16:00:05 +02:00
Rob Shearman 62a1beebbf rpcrt4: Don't call VirtualFree with MEM_RELEASE and non-zero size.
The calls fail with ERROR_INVALID_PARAMETER. Instead just call with a
zero size which performs the intended function.
2008-09-23 16:00:05 +02:00
Alexander Nicolaysen Sørnes 39894c2423 netapi32: Improve NetUserGetLocalGroups stub.
Report the user as member of the admins group.
2008-09-23 15:41:58 +02:00
Hans Leidekker 5d687f40ec winhttp: Add tests for WinHttpCreateUrl. 2008-09-23 14:03:19 +02:00
Hans Leidekker bba66c99b6 winhttp: Implement WinHttpCreateUrl. 2008-09-23 14:03:19 +02:00
Hans Leidekker e511474d47 rpcrt4: Add stub implementations for RpcMgmtInqStats and RpcMgmtStatsVectorFree. 2008-09-23 14:03:19 +02:00
Huw Davies 3093023979 inetcomm: Add wrapper functions MimeOleFindCharset and MimeOleGetDefaultCharset. 2008-09-23 14:03:19 +02:00
Alistair Leslie-Hughes b9356960db mshtml: Implement IHTMLBodyElement put_background. 2008-09-23 14:03:19 +02:00
Austin English db64798209 mshtml/tests: Fix gcc warnings.
Based on a patch by Dmitry Timoshkov.
2008-09-23 14:03:18 +02:00
Henri Verbeet 74539728b9 secur32: Allow gnutls debug output to be shown. 2008-09-23 14:03:18 +02:00
Henri Verbeet fde1e003fa secur32: Allocate schannel client credentials. 2008-09-23 14:03:18 +02:00
Henri Verbeet 7176dc261d secur32: Basic implementation of schannel AcquireCredentialsHandle/FreeCredentialsHandle.
All this does so far is create a handle and store the credential type in there.
2008-09-23 14:03:18 +02:00
Henri Verbeet 874c9ef6c7 secur32: Require gnutls for schannel. 2008-09-23 14:03:11 +02:00
Henri Verbeet 4ac3fe7f89 secur32: Skip schannel tests if schannel is unavailable. 2008-09-23 13:47:32 +02:00
Andrew Talbot 3a498da739 credui: Sign-compare warnings fix. 2008-09-23 13:10:08 +02:00
Christian Costa 8002b79087 d3dxof: Implement IDirectXFileDataImpl_GetNextObject. 2008-09-23 13:09:55 +02:00
Erik Inge Bolsø e8754b8ea6 kernel32: Fix PROFILE_Load to handle mac line endings. 2008-09-23 13:07:40 +02:00
Detlef Riekenberg 40145952ae shdocvw: Set the default homepage. 2008-09-23 13:07:34 +02:00
Henri Verbeet e2bc8dfe3b wined3d: Use shader_glsl_log() in some more places. 2008-09-23 12:25:32 +02:00
Henri Verbeet ca28930113 wined3d: Merge pshader_hw_map2gl() and vshader_hw_map2gl().
This isn't the prettiest way to merge those functions, but it's a start.
2008-09-23 12:25:27 +02:00
Henri Verbeet 9d192c6251 wined3d: Skip copying the depth stencil if it's discarded.
This gives a small performance improvement for applications that are
smart enough to set the D3DPRESENTFLAG_DISCARD_DEPTHSTENCIL flag, or
to create depth stencils with Discard set to TRUE.
2008-09-23 12:25:18 +02:00
Henri Verbeet d95ae08ad4 wined3d: Get rid of the wantsDepthStencilBuffer in IWineD3DSwapChainImpl. 2008-09-23 12:25:04 +02:00
Austin English c71a89c597 mscms: Undefine HIWORD to avoid a conflict. 2008-09-23 12:24:59 +02:00
Paul Vriens a635a4ff41 kernel32/tests: Add a skip. 2008-09-23 12:23:52 +02:00
Paul Vriens 7988506091 kernel32/tests: Add a skip. 2008-09-23 12:23:48 +02:00
Juan Lang e893a2c863 cryptdlg: Implement CertTrustFinalPolicy. 2008-09-23 12:16:20 +02:00
Juan Lang c84df40665 cryptdlg: Implement CertTrustInit. 2008-09-23 12:15:29 +02:00
Juan Lang 0ff7bf13f6 cryptdlg: Implement CertViewPropertiesW on top of CryptUIDlgViewCertificateW. 2008-09-23 12:15:25 +02:00
Juan Lang f422fa83d2 cryptdlg: Implement CertViewPropertiesA on top of CertViewPropertiesW. 2008-09-23 12:13:57 +02:00
Juan Lang d99b23819d wintrust: Support the CERT_CERTIFICATE_ACTION_VERIFY action. 2008-09-23 12:13:52 +02:00
Juan Lang 036128842a wintrust: Check that the end certificate in the chain isn't disallowed to match native behavior. 2008-09-23 12:13:46 +02:00
Juan Lang 2844cb5a65 wintrust: Only do policy check if pointer is set. 2008-09-23 12:13:39 +02:00
Juan Lang f3ba89f948 wintrust: Use helper function to add the trust steps to execute. 2008-09-23 12:13:35 +02:00
Juan Lang a74aab7516 wintrust: Use helper function to allocate CRYPT_PROVIDER_DATA. 2008-09-23 12:13:26 +02:00
Juan Lang 30547a45e2 wintrust: Always initialize CERT_CHAIN_PARA's RequestedUsage. 2008-09-23 12:13:17 +02:00
Juan Lang a9dbc17d50 wintrust: Store the error status and confidence for each element in the chain. 2008-09-23 12:13:01 +02:00
Juan Lang 49fdba4768 wintrust: Search all additional stores when building a chain, not just the first one. 2008-09-23 12:12:57 +02:00
Huw Davies 59091374e8 inetcomm: Implement IMimeBody_IsType(IBT_EMPTY). 2008-09-23 12:12:53 +02:00
Huw Davies cfbd34cac7 inetcomm: Content-Disposition can have parameters. 2008-09-23 12:12:48 +02:00
Detlef Riekenberg 3b3ac07265 shdocvw: Remove redundant NULL check before SysFreeString. 2008-09-23 12:12:38 +02:00
Detlef Riekenberg 88a5bdb858 msi: Remove redundant NULL check before SysFreeString. 2008-09-23 12:12:35 +02:00
Detlef Riekenberg f4558c6475 msxml3: Remove redundant NULL check before SysFreeString. 2008-09-23 12:12:33 +02:00
Detlef Riekenberg 410302d898 oleaut32: Remove redundant NULL check before SysFreeString. 2008-09-23 12:12:29 +02:00
Maarten Lankhorst 907bb7ae1f quartz: Requeue in pullpin if request for data timed out.
If the filter is paused, no additional data will be queued and 
VFW_E_TIMEOUT is legitimately returned. Don't make this a fatal error, 
but instead try again. If flushing the thing will still abort.
2008-09-22 13:46:22 +02:00
Maarten Lankhorst d458efe072 quartz: Return VFW_E_WRONG_STATE in file source if flushing. 2008-09-22 13:46:17 +02:00
Maarten Lankhorst c71ba1a141 quartz: Don't abort starting for unconnected pin in avi splitter. 2008-09-22 13:46:12 +02:00
Maarten Lankhorst fd966f8322 quartz: Add missing calls to EndFlush. 2008-09-22 13:46:08 +02:00
Maarten Lankhorst f0f00d1625 quartz: Implement IMediaPosition::put_CurrentPosition. 2008-09-22 13:46:04 +02:00
Huw Davies ed8b219c68 inetcomm: Charset name comparison should be case insensitive. 2008-09-22 13:45:52 +02:00
Huw Davies 014fb479bc inetcomm: Start of IMimeBody_SetOption. 2008-09-22 13:45:18 +02:00
Huw Davies 1b8e99f514 inetcomm: Start of IMimeMessage_SetOption. 2008-09-22 13:45:13 +02:00
Vincent Povirk d042d5ab28 shell32/tests: Accept delays in getting ABN_POSCHANGED notifications. 2008-09-22 13:45:08 +02:00
Roderick Colenbrander 0362ee3d16 wined3d: UpdateSurface should take into account the offset from the source rectangle. 2008-09-22 13:19:57 +02:00
Detlef Riekenberg 60bbae4b40 jscript/tests: Fix a typo in ok(). 2008-09-22 13:17:11 +02:00
Francois Gouget f26c27acc6 jscript: Remove spaces before '\n' in Wine traces. 2008-09-22 13:17:02 +02:00
Alexandre Julliard fb84ba59d9 winex11: Fix SetLayeredWindowAttributes when called on a thread that doesn't have any window. 2008-09-22 12:52:53 +02:00
Roderick Colenbrander c13b3f6179 wined3d: Re-add a comment which got lost. 2008-09-22 12:20:42 +02:00
Henri Verbeet f84680e66c wined3d: Don't try to draw with unsupported attribute data types. 2008-09-22 12:20:34 +02:00
Henri Verbeet 3862347bce wined3d: Fix a memory leak. 2008-09-22 12:20:28 +02:00
Henri Verbeet 76de76e508 wined3d: Destroy FBO entries in the context. 2008-09-22 12:20:24 +02:00
Henri Verbeet 459673da1a wined3d: Make sure update_minfilter and update_magfilter are initialized. 2008-09-22 12:20:18 +02:00
Stefan Dösinger 2e6717ab79 wined3d: Initialize standalone surface parameters. 2008-09-22 12:20:13 +02:00
Paul Vriens e46e095c22 imm32/tests: Skip tests when IME support is not implemented. 2008-09-22 12:19:35 +02:00
Paul Vriens e9f5fbc419 ntdll/tests: Show that we are skipping tests. 2008-09-22 12:19:17 +02:00
Paul Vriens 1010768d8e ntdll/tests: Show that we are skipping tests. 2008-09-22 12:19:10 +02:00
Paul Vriens f812d30486 ntdll/tests: Use skip and add a FreeLibrary. 2008-09-22 12:18:30 +02:00
Paul Vriens a397448549 userenv/tests: Don't crash on NT4. 2008-09-22 12:17:18 +02:00
Paul Vriens 8ccfe80c0b dsound/tests: Fix failure on Win9x and NT4. 2008-09-22 12:17:04 +02:00
Paul Vriens a12509532c ddraw/tests: Fix a test on a Win98 box. 2008-09-22 12:16:53 +02:00
Paul Vriens 1c5043e73d kernel32/tests: Add extra tests for SetCurrentDirectory. 2008-09-22 12:16:46 +02:00
Paul Vriens 7cb7c14476 kernel32/tests: Make sure we can remove a test directory. 2008-09-22 12:16:07 +02:00
Paul Vriens e23904ceb9 kernel32/tests: Fix tests on NT4. 2008-09-22 12:16:00 +02:00
Paul Vriens 40a94e04b4 kernel32/tests: Skip some tests on win9x. 2008-09-22 12:15:24 +02:00
Paul Vriens ed55217444 kernel32/tests: Use skip instead of trace. 2008-09-22 12:15:17 +02:00
Alexandre Julliard 8552b50640 comctl32/tests: Fix a couple of message test failures. 2008-09-22 12:15:11 +02:00
Alexandre Julliard 17c6542cfe user32/tests: Fix some more message test failures. 2008-09-22 12:14:56 +02:00
Alexandre Julliard 733693829a ntdll/tests: Fix a few test failures on NT4. 2008-09-22 12:14:41 +02:00
Jacek Caban e806869d4e jscript: Added Function default value implementation. 2008-09-22 11:56:21 +02:00
Jacek Caban 5760eb808b jscript: Added Function.toString implementation. 2008-09-22 11:56:16 +02:00
Jacek Caban 68bd72c7cd jscript: Don't call IDispatch as constructor. 2008-09-22 11:56:10 +02:00
Jacek Caban 90dd23cc4c jscript: Added Math.ceil implementation. 2008-09-22 11:56:05 +02:00
Jacek Caban c4fe1b2efd jscript: Added Math.pow implementation. 2008-09-22 11:56:00 +02:00
Jacek Caban 37b69e9a9e jscript: Added Math.max implementation. 2008-09-22 11:55:56 +02:00
Jacek Caban 2149494c9d jscript: Added Math.abs implementation. 2008-09-22 11:55:51 +02:00
Jacek Caban c395981b2f jscript: Added Math.round implementation. 2008-09-22 11:55:46 +02:00
Jacek Caban 50a24a4a13 jscript: Added Math.min implementation. 2008-09-22 11:55:42 +02:00
Jacek Caban 17ceb90b30 jscript: Added String function implementation. 2008-09-22 11:55:38 +02:00
Jacek Caban 6751644835 jscript: Added String.concat implementation. 2008-09-22 11:55:33 +02:00
Jacek Caban 1f134b41b3 jscript: Added String default value implementation. 2008-09-22 11:55:28 +02:00
Jacek Caban 3925f13023 jscript: Added String constructor implementation. 2008-09-22 11:55:24 +02:00
Jacek Caban 84b69fb1aa jscript: Remove no longer used jsdisp_set_prototype. 2008-09-22 11:55:19 +02:00
Jacek Caban f8537b6eb9 jscript: Added parseInt implementation. 2008-09-22 11:55:15 +02:00
Jacek Caban 8612ae880f jscript: Added String.charCodeAt implementation. 2008-09-22 11:55:10 +02:00
Jacek Caban 2c6847d000 jscript: Added String.slice implementation. 2008-09-22 11:55:06 +02:00
Jacek Caban 1388a6f421 jscript: Added String.valueOf implementation. 2008-09-22 11:55:00 +02:00
Jacek Caban 304e9fe0d4 jscript: Added String.toString implementation. 2008-09-22 11:54:56 +02:00
Jacek Caban 5fdf258b1a jscript: Added String.substring implementation. 2008-09-22 11:54:52 +02:00
Jacek Caban dff4f0b598 jscript: Fixed typo in to_integer. 2008-09-22 11:54:46 +02:00
Jacek Caban 898cb6fcd4 jscript: Added Array default value implementation. 2008-09-22 11:54:41 +02:00
Jacek Caban 2efae9e79b jscript: for..in is not error if in expression is not an object. 2008-09-22 11:54:36 +02:00
Jacek Caban c6188fdffc jscript: Added Object default value implementation. 2008-09-22 11:54:29 +02:00
Jacek Caban 5fa649cae6 jscript: Added Array.concat implementation. 2008-09-22 11:54:24 +02:00
Jacek Caban 45cd5bc4a2 jscript: Fixed array literal length calculation. 2008-09-22 11:54:16 +02:00
Jacek Caban f1f2e8e6c5 jscript: Added Array.sort implementation. 2008-09-22 11:54:11 +02:00
Jacek Caban 53e831e2cb jscript: Added Number function implementation. 2008-09-22 11:53:59 +02:00
Jacek Caban c3e2a6f9d7 jscript: Added Number.toString implementation. 2008-09-22 11:53:54 +02:00
Jacek Caban 9b74d6a91c jscript: Added Number constructor implementation. 2008-09-22 11:53:49 +02:00
Jacek Caban 8b13719cd2 jscript: Added Array.toString implementation. 2008-09-22 11:53:44 +02:00
Jacek Caban f62dd2a9fd jscript: Added Array.join implementation. 2008-09-22 11:53:38 +02:00
Jacek Caban 34e82951c3 jscript: Added Array.push implementation. 2008-09-22 11:53:31 +02:00
Jacek Caban 91b798ddf8 jscript: Added string to number conversion implementation. 2008-09-22 11:53:22 +02:00
Alistair Leslie-Hughes bf84d3bc2d mshtml: Implement IDispatch for IHTMLDOMChildrenCollection. 2008-09-22 11:53:05 +02:00
Alistair Leslie-Hughes 129bf15883 mshtml: Implement IDispatch for IHTMLElementCollection. 2008-09-22 11:53:00 +02:00
Alistair Leslie-Hughes 1965a25866 mshtml: Implement IDispatch for IHTMLDOMNode. 2008-09-22 11:52:54 +02:00
Alistair Leslie-Hughes 7ada1edfe2 mshtml: Implement IDispatch for IHTMLDOMNode2. 2008-09-22 11:52:50 +02:00
Jacek Caban e9277986c8 mshtml: Fixed dynamic properties allocation. 2008-09-22 11:52:35 +02:00
Andrew Talbot d0e860b8a3 comctl32: Sign-compare warnings fix. 2008-09-22 11:52:15 +02:00
Andrew Talbot 4f1fabf335 comdlg32: Sign-compare warnings fix. 2008-09-22 11:52:10 +02:00
Francois Gouget 7af03a041a kernel32/tests: Fix compilation on systems that don't support nameless unions. 2008-09-22 11:51:56 +02:00
Christian Costa 055e6bfb63 d3dxof: Rewrite check_TOKEN and parse_TOKEN_* to work properly and be more logical. 2008-09-22 11:51:45 +02:00
Gerald Pfeifer bcf7996e95 cryptnet: Include stdarg.h. 2008-09-22 11:51:39 +02:00
Juan Lang 46fbe3fc2e cryptui: Build import lib. 2008-09-22 11:51:26 +02:00
Juan Lang b01348c9a9 cryptui: Implement CryptUIDlgViewCertificateA on top of CryptUIDlgViewCertificateW. 2008-09-22 11:51:08 +02:00
Dylan Smith f78a841973 richedit: Removed space in front of function signature. 2008-09-22 11:49:29 +02:00
Piotr Caban 0532df61be msxml3/test: Add test for ISAXXMLReader_parse (passing XMLDOMDocument as argument). 2008-09-22 11:49:22 +02:00
Piotr Caban eb72aa05db msxml3: Fix xmlnode_get_xml to work properly with XML_DOCUMENT_NODE. 2008-09-22 11:49:17 +02:00
Piotr Caban a28b604f77 msxml3: Change order of interface recognition and fix typo. 2008-09-22 11:49:06 +02:00
Alexandre Julliard 42e6d94784 ntdll/tests: Fix a couple of tests failing on NT4. 2008-09-19 14:03:47 +02:00
Alexandre Julliard 7e54db23e9 kernel32/tests: Fix a couple of tests failing on NT4. 2008-09-19 14:03:40 +02:00
Alexandre Julliard ea39761d3a kernel32/tests: Fix race condition in the thread test. 2008-09-19 12:21:45 +02:00
Allan Tong 43f2ec33bf wined3d: Fix Geforce9 detection. 2008-09-19 12:09:57 +02:00
Jeff Zaroyko 724a45d15e dsound: Fix a failing test on XP. 2008-09-19 12:09:33 +02:00
Juan Lang 500403957d wintrust: Add traces to a few more functions. 2008-09-19 12:09:02 +02:00
Owen Rudge 4e7a07631e shell32: Check CPL_NEWINQUIRE message in control panel applets if we can't retrieve valid strings/icon. 2008-09-19 12:08:58 +02:00
Jacek Caban 5e07e0cf53 jscript: Added function constructor object. 2008-09-19 12:08:50 +02:00
Jacek Caban 4778c06903 jscript: Added more to_string implementation. 2008-09-19 12:08:45 +02:00
Jacek Caban 3435603520 jscript: Minor fixes. 2008-09-19 12:08:39 +02:00
Jacek Caban c1b76a333b jscript: Added '>>>=' expression implementation. 2008-09-19 12:08:34 +02:00
Jacek Caban bc641097a9 jscript: Added '>>=' expression implementation. 2008-09-19 12:08:30 +02:00
Jacek Caban 701797489d jscript: Added '<<=' expression implementation. 2008-09-19 12:08:26 +02:00
Jacek Caban 13790a640b jscript: Added '>>>' expression implementation. 2008-09-19 12:08:22 +02:00
Jacek Caban 74fefe94eb jscript: Added '>>' expression implementation. 2008-09-19 12:08:18 +02:00
Jacek Caban ef78010df4 jscript: Added '<<' expression implementation. 2008-09-19 12:08:14 +02:00
Jacek Caban dfb867af56 jscript: Added with statement implementation. 2008-09-19 12:08:09 +02:00
Jacek Caban 4e9749bf92 jscript: Added delete expression implementation. 2008-09-19 12:08:05 +02:00
Jacek Caban 8e16240467 jscript: Added for..in statement implementation. 2008-09-19 12:07:59 +02:00
Jacek Caban 4731f17435 jscript: Added String.charAt implementation. 2008-09-19 12:07:53 +02:00
Jacek Caban 536573934a jscript: Added void expression implementation. 2008-09-19 12:07:47 +02:00
Christian Costa 5c518d91e0 d3dxof: Fix IDirectXFileDataImpl_GetType. 2008-09-19 12:07:41 +02:00
Alexandre Julliard ff6f7a57b9 gdi32/tests: Skip test that depends on Tahoma if it isn't installed. 2008-09-19 12:07:32 +02:00