Commit Graph

208 Commits

Author SHA1 Message Date
Nikolay Sivov c84189609d scrrun: Use DISPID_VALUE instead of 0 in private idl. 2014-01-03 14:05:14 +01:00
Nikolay Sivov f76f34ca23 scrrun: Implement GetFolder(). 2014-01-02 19:35:49 +01:00
Nikolay Sivov 2ca39611e1 scrrun: Store folder path. 2014-01-02 19:35:49 +01:00
Alexandre Julliard 99ef0d6ff0 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Alexandre Julliard d08ff3ff19 makefiles: Use a single variable for all types of idl files. 2013-12-31 18:15:17 +01:00
Alexandre Julliard e03bfb482f scrrun: Add missing ITextStream id. 2013-12-30 19:01:54 +01:00
Frédéric Delanoy fe7f9e5fbb scrrun/tests: Constify a character string. 2013-12-30 19:01:37 +01:00
Alexandre Julliard 566d3418af makedep: Add a separate pragma flag for typelibs that need registration. 2013-12-26 13:32:49 +01:00
Frédéric Delanoy a0a1a5fca5 scrrun: Constify a character string. 2013-12-18 11:39:32 +01:00
Alexandre Julliard ca41acc1f9 makefiles: Automatically update the IDL_H_SRCS variable. 2013-12-15 10:23:06 +01:00
Frédéric Delanoy cfe12f9666 scrrun: Use BOOL type where appropriate. 2013-11-21 13:36:21 +01:00
Nikolay Sivov 70bb23a9ac scrrun: Implement BuildPath method. 2013-11-18 11:18:12 +01:00
Alexandre Julliard f8421142e7 makefiles: Add makedep pragmas for typelib idl files. 2013-11-05 20:38:18 +01:00
Detlef Riekenberg 25bca2ede4 scrrun/tests: Ignore case in path names. 2013-09-03 20:05:12 +02:00
Marcus Meissner 1cefdf3f66 scrrun: Added missing FindClose in error case (Coverity). 2013-08-19 12:53:20 +02:00
Piotr Caban ec7ebd358d scrrun: Fix IFileSystem3::GetAbsolutePathName tests failures. 2013-08-01 16:28:29 +02:00
Piotr Caban 12d3741200 scrrun: Fix IFile::get_Attributes tests and implementation. 2013-08-01 16:28:23 +02:00
Piotr Caban f4e4a608cc scrrun/tests: Add IFilesystem3::CopyFolder tests. 2013-07-30 14:43:35 +02:00
Piotr Caban a20c9738ee scrrun: Add IFileSystem3::CopyFolder implementation. 2013-07-30 14:43:35 +02:00
Piotr Caban 63ef4c851b scrrun: Add IFileSystem3::CopyFile implementation. 2013-07-30 14:43:35 +02:00
Piotr Caban b1af25b056 scrrun: Add IFileSystem3::DeleteFolder implementation. 2013-07-30 14:43:35 +02:00
Piotr Caban 23e38d4dd8 scrrun: Add IFileSystem3::DeleteFile implementation. 2013-07-30 14:43:35 +02:00
Piotr Caban c7abcd74fc scrrun: Add IFile::get_Size implementation. 2013-07-30 14:43:34 +02:00
Piotr Caban 4135874f0f scrrun: Add IFile::get_Attributes implementation. 2013-07-30 14:43:34 +02:00
Piotr Caban 45b31a9f01 scrrun/tests: Add IFileSystem3::GetFile tests. 2013-07-29 14:19:30 +02:00
Piotr Caban a29d77088a scrrun: Add IFileSystem3::GetFile implementation. 2013-07-29 14:19:27 +02:00
Piotr Caban e7a415b3f8 scrrun/tests: Add IFileSystem3::GetAbsolutePathName tests. 2013-07-29 14:19:11 +02:00
Piotr Caban 1027c20cd7 scrrun: Add IFileSystem3::GetAbsolutePathName implementation. 2013-07-29 14:19:03 +02:00
Piotr Caban ac132599aa scrrun: Add IFileSystem3::GetTempName implementation. 2013-07-29 14:18:44 +02:00
Piotr Caban dd64952040 scrrun: Add IFileSystem3::GetBaseName implementation. 2013-07-24 11:13:16 -05:00
Piotr Caban fab963cdcc scrrun: Add IFileSystem3::GetFileName implementation. 2013-07-24 11:13:10 -05:00
Piotr Caban d51a35c565 scrrun: Add IFileSystem3::GetParentFolderName implementation. 2013-07-24 11:13:00 -05:00
Alexandre Julliard 5d8cb87629 scrrun: Don't bother to free memory at process exit. 2013-05-15 10:25:37 +02:00
Nikolay Sivov b6eaf8761d scrrun: Implement GetFileVersion(). 2012-12-19 14:38:58 +01:00
Nikolay Sivov 7a4225c68f scrrun: Block stream reading calls if it's not in ForReading mode. 2012-11-12 16:35:15 +01:00
Nikolay Sivov 49a8d4ecb0 scrrun: Improve OpenTextFile stub. 2012-11-12 16:35:15 +01:00
Nikolay Sivov 5908cda9a5 scrrun: Use heap helpers for dictionary. 2012-11-12 16:35:14 +01:00
Nikolay Sivov fee495d5fd scrrun: Added a stub for IFolder interface. 2012-11-05 17:44:14 +01:00
Nikolay Sivov f43b49fbed scrrun: Invoke() takes interface pointer, not a pointer to pointer. 2012-11-05 17:44:13 +01:00
Alistair Leslie-Hughes ea15163973 scrrun: Correct Invoke parameter. 2012-10-02 19:52:46 +02:00
Alistair Leslie-Hughes 5912bdeec2 scrrun: Silence unknown interfaces. 2012-09-24 22:27:26 +02:00
Alistair Leslie-Hughes 98aa713fa7 scrrun: Add Scripting.Dictionary interface. 2012-09-20 19:55:14 +02:00
Alistair Leslie-Hughes 50fe9b87ed scrrun: Correct FileExists for directories. 2012-08-16 12:46:21 +02:00
Alistair Leslie-Hughes f40bad4ce5 scrrun: Add missing id value. 2012-08-15 12:18:07 +02:00
Alistair Leslie-Hughes e6d9f824dc scrrun: Implement IFileSystem3 FolderExists. 2012-08-13 17:28:44 +02:00
Nikolay Sivov 1ca6cacdb3 scrrun: Added IFileSystem3_FileExists implementation. 2012-07-12 16:07:02 -05:00
Alistair Leslie-Hughes 6c5588f95d scrrun: Add typelib support. 2012-07-12 16:06:34 -05:00
Francois Gouget fe04204d11 scrrun/tests: Make test_interfaces() static. 2012-04-20 12:00:20 +02:00
Alistair Leslie-Hughes 1c62c9f7f9 scrrun: Add scrrun tests. 2012-04-05 17:53:22 +02:00
Alistair Leslie-Hughes 62077059a5 scrrun: Add IFileSystem3 support. 2012-04-05 17:53:21 +02:00
Alistair Leslie-Hughes e147d6714a scrrun: Register Scripting interfaces. 2012-03-28 14:50:16 +02:00
Alistair Leslie-Hughes d7a00c533e scrrun: Add DllCanUnloadNow, DllGetClassObject stubs. 2012-03-28 14:33:46 +02:00
Jacek Caban 0325ec71e9 scrrun: Moved script extensions registration to scrrun.dll. 2011-12-07 17:50:02 +01:00
Francois Gouget 9b3bd3f917 scrrun: Remove an unneeded include directive in the resource file. 2011-11-15 19:37:36 +01:00
Hans Leidekker 655e16f1c9 scrrun: Add stub implementations of DllRegisterServer and DllUnregisterServer. 2011-11-14 13:10:19 +01:00
Hans Leidekker bdbd17c72a scrrun: Add a version resource. 2011-11-09 15:57:19 +01:00
Hans Leidekker 8e74ee58d5 scrrun: New dll. 2011-11-09 15:57:00 +01:00