Commit Graph

50511 Commits

Author SHA1 Message Date
Michael Stefaniuc
9c0d148dd5 jscript: Remove redundant NULL check before SysFreeString (Smatch). 2008-09-25 11:18:54 +02:00
Jacek Caban
c3bdda8102 mshtml: Use ActiveScript for JavaScript in file protocol documents. 2008-09-25 11:18:49 +02:00
Jacek Caban
6906c2f1ba jscript: Added String.split implementation. 2008-09-25 11:16:31 +02:00
Jacek Caban
9307a5ddfd jscript: Added String.match implementation for non-regexp arguments. 2008-09-25 11:16:25 +02:00
Jacek Caban
e0413ddfe5 jscript: Added String.replace implementation. 2008-09-25 11:16:18 +02:00
Jacek Caban
b4796499e7 jscript: Split regexp_match function. 2008-09-25 11:16:10 +02:00
Jacek Caban
136f7933c6 jscript: Added object to number conversion implementation. 2008-09-25 11:16:02 +02:00
Jacek Caban
5b3630ec7b jscript: Added Number default value implementation. 2008-09-25 11:15:23 +02:00
Jacek Caban
53040deefd jscript: Added VT_R8 to string conversion implementation. 2008-09-25 11:15:17 +02:00
Christian Costa
8597d42cf5 d3dxof: Implement IDirectXFileDataReference. 2008-09-25 11:15:10 +02:00
Alexandre Julliard
e0e91cf7f4 user32/tests: Fix the listbox tests on Win9x and NT4. 2008-09-24 15:39:03 +02:00
Alexandre Julliard
6345c938b2 user32/tests: Fix some input test failures. 2008-09-24 15:37:38 +02:00
Alexandre Julliard
7e1bc58d76 user32/tests: Fix the winstation tests on NT4. 2008-09-24 14:51:05 +02:00
Francois Gouget
975b582763 secur32: Fix compilation with GNU TLS 1.0.16. 2008-09-24 13:12:19 +02:00
Francois Gouget
db031bff74 jscript: Add a trailing '\n' to a Wine trace. 2008-09-24 13:12:16 +02:00
James Hawkins
4a0b67d72a secur32: Fix a failing test in win95. 2008-09-24 13:12:09 +02:00
James Hawkins
40aeb9563f oleaut32: Fix a failing test in win95. 2008-09-24 13:12:04 +02:00
James Hawkins
a5684fdfb3 ntdll: Fix a couple failing tests in NT4. 2008-09-24 13:12:01 +02:00
James Hawkins
a94594983d crypt32: Fix several test failures in win98. 2008-09-24 13:11:58 +02:00
James Hawkins
56260ec782 comctl32: Add a missing newline. 2008-09-24 13:11:55 +02:00
James Hawkins
921f67a607 comctl32: Fix a failing test in win95. 2008-09-24 13:11:51 +02:00
James Hawkins
0f38a6c881 comctl32: Fix several failing tests in win95. 2008-09-24 13:11:30 +02:00
Alexandre Julliard
d9e26cb9d4 user32/tests: Fix more message test failures on NT4 and XP. 2008-09-24 13:11:26 +02:00
Alexandre Julliard
8e9504da5c configure: Make sure opengl is not built with --without-opengl is specified. 2008-09-24 13:11:11 +02:00
Henri Verbeet
254349fb4d wined3d: Remove the "Wine 1.0 safety path". 2008-09-24 12:53:29 +02:00
Henri Verbeet
5ba40c3d58 wined3d: Make some more GLSL functions private to the backend. 2008-09-24 12:53:23 +02:00
Henri Verbeet
a0940051eb wined3d: Make some more ARB program functions private to the backend. 2008-09-24 12:53:16 +02:00
Henri Verbeet
daef052daa wined3d: atifs_shader_backend doesn't exist anymore. 2008-09-24 12:53:10 +02:00
Henri Verbeet
2e76954097 wined3d: Move part of the shader instruction table to the backend. 2008-09-24 12:53:05 +02:00
Jacek Caban
87e2c25549 jscript: Fixed a typo.
Spotted by Michael Stefaniuc.
2008-09-24 12:52:59 +02:00
Jacek Caban
98f2dfee9c jscript: Added RegExp contruction implementation. 2008-09-24 12:52:56 +02:00
Andrew Talbot
7a54be05f0 crypt32: Sign-compare warnings fix. 2008-09-24 12:52:52 +02:00
Andrew Talbot
610dbbdae5 crypt32: Sign-compare warnings fix. 2008-09-24 12:52:46 +02:00
Christian Costa
ab3bf16e1d d3dxof: Do not print an error for interfaces that can be queried to retrieve the type of the object. 2008-09-24 12:52:40 +02:00
Michael Stefaniuc
99829f1d63 oleaut32/tests: Remove redundant NULL check before SysFreeString (Smatch). 2008-09-24 12:52:35 +02:00
Vincent Povirk
a2742978d0 user32: Handle undocumented WM_POPUPSYSTEMMENU message. 2008-09-24 12:52:28 +02:00
Rob Shearman
d7ca73ce80 msvcrt: Fix testing zero-valued expression with bitwise and in find_best_locale_proc.
The check should be for all of the flags being set instead.
2008-09-23 16:00:05 +02:00
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
Rob Shearman
2f10cc5c28 include: Add DShellFolderViewEvents to shldisp.idl. 2008-09-23 15:45:14 +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