André Hentschel
|
badfdaf56c
|
shlwapi/tests: Fix SHFormatDateTimeW tests for right-to-left locales.
|
2014-08-18 12:44:35 +02:00 |
Francois Gouget
|
ece6f5c3e0
|
shlwapi/tests: Make test_PathIsRelative[AW]() static.
|
2014-07-07 09:11:34 +02:00 |
Zhenbo Li
|
9d59d4e550
|
shlwapi/tests: Add tests for PathIsRelativeA/W.
|
2014-07-02 19:58:23 +02:00 |
Christoph von Wittich
|
f26874c523
|
shlwapi: Avoid buffer overflow in PathCombineA.
|
2014-06-27 11:02:39 +02:00 |
Nikolay Sivov
|
31fb427737
|
shlwapi/tests: Skip if test ini file wasn't created.
|
2014-06-13 16:05:55 +02:00 |
Bruno Jesus
|
9dacce1b4e
|
shlwapi: Avoid reading past the pointer in PathCreateFromUrlW (valgrind).
|
2014-06-11 16:11:28 +02:00 |
Victor Martinez Calvo
|
c2ff8f4005
|
shlwapi: Check correct attributes in PathRelativePath.
|
2014-05-05 12:17:50 +02:00 |
Huw Davies
|
ddf861da00
|
shlwapi/tests: Fix win8 test failures.
|
2014-05-01 11:17:06 +02:00 |
Nikolay Sivov
|
f1706b0387
|
shlwapi: Implement SHRegCreateUSKeyA().
|
2014-04-22 11:26:14 +02:00 |
Nikolay Sivov
|
462b2feb35
|
shlwapi: Fix UrlEscapeW() for non-ASCII range.
|
2014-04-18 10:47:57 +02:00 |
Nikolay Sivov
|
0cb52a9cfa
|
shlwapi: Use a proper deallocator (Coverity).
|
2014-04-15 09:45:01 +02:00 |
Nikolay Sivov
|
14dab8ab4b
|
shlwapi: Always close find handle (Coverity).
|
2014-04-10 09:12:10 +02:00 |
David Quintana
|
2bb1059ad2
|
shlwapi: SHInvokeCommand last parameter is a command ID, or 0 to use the default.
|
2014-03-14 19:06:59 +01:00 |
Hans Leidekker
|
3a72922e7f
|
shlwapi/tests: Fix test failures on Windows 8.
|
2014-03-11 19:39:28 +01:00 |
Frédéric Delanoy
|
b89f92181a
|
shlwapi/tests: Use BOOL type where appropriate.
|
2014-02-27 09:26:38 -06:00 |
Dmitry Timoshkov
|
99eab9d3c7
|
shlwapi: Avoid a not necessary intermediate variable.
|
2014-02-19 16:47:52 +01:00 |
Dmitry Timoshkov
|
35a9587613
|
shlwapi: Avoid potential NULL pointer access if HeapAlloc fails.
|
2014-02-19 16:47:37 +01:00 |
Dmitry Timoshkov
|
968d464f17
|
shlwapi: Return interface instead of implementation pointer.
|
2014-02-19 16:47:22 +01:00 |
Frédéric Delanoy
|
0f2bed51bd
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
Michael Stefaniuc
|
8612c266db
|
shlwapi/tests: Remove a typedef for a struct.
|
2014-02-05 13:49:23 +01:00 |
Michael Stefaniuc
|
1b0e893d27
|
shlwapi/tests: Fix the type of the first param of some shlwapi functions.
|
2014-02-05 13:49:22 +01:00 |
Michael Stefaniuc
|
3879d98de4
|
shlwapi/tests: COM cleanup for the dummy IStream iface.
|
2014-02-05 13:49:21 +01:00 |
André Hentschel
|
e98844e5c9
|
shlwapi/tests: Avoid preprocessor check to ensure it compiles.
|
2014-01-27 17:39:47 +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 |
Frédéric Delanoy
|
36e8004291
|
shlwapi/tests: Constify some character strings.
|
2013-12-30 19:01:41 +01:00 |
Frédéric Delanoy
|
bdce3b9994
|
shlwapi/tests: Fix StrChrNW prototype.
|
2013-12-30 19:01:40 +01:00 |
Alexandre Julliard
|
4f3d71cef3
|
makefiles: Get rid of the no longer used PO_SRCS variables.
|
2013-12-15 10:23:04 +01:00 |
Frédéric Delanoy
|
9be5df10ae
|
shlwapi/tests: Avoid memory leaks (coverity).
|
2013-12-04 21:19:04 +01:00 |
Francois Gouget
|
387289e547
|
shlwapi/tests: Fix compilation on systems that don't support nameless unions.
|
2013-11-15 11:59:05 +01:00 |
Francois Gouget
|
daf3c95d04
|
shlwapi/tests: Make test_SHCreateStreamOnFileEx_CopyTo() static.
|
2013-11-11 12:37:23 +01:00 |
Alexandre Julliard
|
ec7c250450
|
shlwapi/tests: Test if SHCreateStreamOnFileEx is present before using it.
|
2013-11-08 16:29:43 +01:00 |
David Quintana
|
899e59ffe3
|
shlwapi: Test and fix the behaviour of the CopyTo method for file sizes not multiple of the internal buffer size, on SHCreateStreamOnFileEx-returned IStreams.
|
2013-11-07 15:39:26 +01:00 |
Sebastian Lackner
|
7ee2c24a8c
|
shlwapi: Fix UrlCombineW for URLs containing a quotation mark.
|
2013-11-07 13:14:42 +01:00 |
Alexandre Julliard
|
5756ee09f3
|
makefiles: Add makedep pragmas for rc files that contain translations.
|
2013-11-05 20:38:19 +01:00 |
Nikolay Sivov
|
7513b58329
|
shlwapi: Implement PathUnExpandEnvStrings.
|
2013-11-04 11:48:06 +01:00 |
Nikolay Sivov
|
b70a5d52f1
|
shlwapi/tests: Compile with -D__WINESRC__.
|
2013-10-16 11:41:20 +02:00 |
Michael Stefaniuc
|
0e681027a2
|
tests: Compile the tests by default with -D__WINESRC__.
|
2013-10-02 11:04:02 +02:00 |
Michael Stefaniuc
|
9463dba830
|
tests: Use the explicit LoadLibraryA function.
|
2013-10-02 11:02:21 +02:00 |
Dmitry Timoshkov
|
50c4723aec
|
shlwapi/tests: Skip some of IStream invalid parameter tests under Windows 2000 + IE5.
|
2013-09-23 11:56:18 +02:00 |
Dmitry Timoshkov
|
b7e68ae338
|
shlwapi/tests: Fix stream test failures under some win2000 versions.
|
2013-09-19 09:31:01 +02:00 |
Dmitry Timoshkov
|
b145f42b0f
|
shlwapi: Write file access also assumes read access.
|
2013-09-16 19:50:14 +02:00 |
Dmitry Timoshkov
|
75fc26f680
|
shlwapi/tests: Add a read/write test for IStream on files.
|
2013-09-16 19:50:11 +02:00 |
Dmitry Timoshkov
|
b07f431878
|
shlwapi: Merge two case statements.
|
2013-09-13 11:18:23 +02:00 |
Alexandre Julliard
|
3dc5586e41
|
shlwapi: Use neutral language for the version resource.
|
2013-07-09 22:21:58 +02:00 |
Dmitry Timoshkov
|
f49de6aa08
|
shlwapi: Correct .spec parameter types for Assoc* APIs.
|
2013-06-04 10:12:29 +02:00 |
Alexandre Julliard
|
20ff6bc913
|
shlwapi: Don't bother to free thread local storage at process exit.
|
2013-05-16 12:52:21 +02:00 |
Austin English
|
b8f072e910
|
shlwapi: Add a stub for IsInternetESCEnabled.
|
2013-02-12 10:16:00 +01:00 |
Andrew Talbot
|
431b4f52d6
|
shlwapi: Indentation fix.
|
2012-12-24 13:32:42 +01:00 |
Nikolay Sivov
|
16cc2b8753
|
shlwapi: Implement IsCharSpaceA().
|
2012-12-20 12:22:54 +01:00 |