Commit Graph

50361 Commits

Author SHA1 Message Date
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
Alexandre Julliard 6538cb44e3 configure: Always use -fno-builtin if supported, since it's needed for scanf too. 2008-09-22 11:51:02 +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 d381c7cbf4 Release 1.1.5. 2008-09-19 18:05:36 +02:00
Muneyuki Noguchi 08040c70a8 oleview: Add Japanese resources. 2008-09-19 14:05:48 +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 f5bdc72c49 tools/wine.inf: Register cryptdlg. 2008-09-19 12:09:23 +02:00
Juan Lang 3e207c221b include: Add missing defines. 2008-09-19 12:09:19 +02:00
Juan Lang c7e6c0ccd7 include: Fix typo. 2008-09-19 12:09:09 +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
Alexandre Julliard 2193a70137 user32/tests: Fix a few more message test failures. 2008-09-19 12:07:18 +02:00