Commit Graph

679 Commits

Author SHA1 Message Date
Paul Vriens 8fc42993a1 shlwapi/tests: Use a codepage that is supported on all platforms. 2008-12-05 12:36:49 +01:00
Francois Gouget a3973e0c47 shlwapi: Remove WINAPI on static functions where not needed. 2008-11-25 11:49:54 +01:00
Francois Gouget 9c5e97aa71 Assorted spelling fixes. 2008-11-24 14:25:10 +01:00
Andrew Talbot ba1e2660e8 shlwapi: Sign-compare warnings fix. 2008-11-13 11:48:55 +01:00
Detlef Riekenberg 4621210b59 shlwapi/tests: Add more entries for PathIsURL. 2008-11-10 11:07:38 +01:00
Michael Stefaniuc 5f55f154bf shlwapi: Remove superfluous casts of/to void pointers. 2008-11-06 11:09:56 +01:00
Paul Vriens d64f8a887f shlwapi/tests: Fix a failure on Win9x and NT4. 2008-11-05 10:54:45 +01:00
Paul Vriens 6fd4c62802 shlwapi/tests: Fix some failures on XP and W2K3. 2008-11-04 14:08:47 +01:00
Francois Gouget 88a883dfc3 shlwapi/tests: AssocQueryStringA/W() are missing on Windows 98. 2008-11-03 13:34:12 +01:00
Paul Vriens c5866d3696 shlwapi/tests: Fix failures on multiple platforms. 2008-10-24 14:24:59 +02:00
Detlef Riekenberg 40d7448895 shlwapi/tests: Replace RegDeleteTreeW to run the tests again. 2008-10-20 13:43:49 +02:00
Detlef Riekenberg 78c75e20ae shlwapi: Fix pointer and size in AssocQueryStringA. 2008-10-20 13:43:26 +02:00
Alexandre Julliard 7f327237bf Convert remaining source files to utf-8. 2008-10-18 19:23:08 +02:00
Joris Huizer 8ed05aeb32 shlwapi: Fix ASSOC_GetExecutable not to use uninitialised variable. 2008-10-17 11:43:05 +02:00
Lei Zhang dc9eeb75ba shlwapi: Properly handle pszExtra in IQueryAssociations_GetString. 2008-10-15 14:02:01 +02:00
Michael Stefaniuc d6359edd3c shlwapi: Remove break after return (Smatch). 2008-10-15 12:21:42 +02:00
Detlef Riekenberg 680b5df5cf shlwapi: Implement SHSendMessageBroadcastA/W. 2008-10-14 14:01:22 +02:00
Lei Zhang 57122e4daa shlwapi: Handle ASSOCSTR_FRIENDLYAPPNAME in IQueryAssociations_GetString. 2008-10-14 13:41:57 +02:00
Lei Zhang 58797fc54c shlwapi: Refactor data return code in IQueryAssociations_fnGetString. 2008-10-14 13:41:57 +02:00
Lei Zhang 4e0c0ec157 shlwapi: Refactor get executable code in IQueryAssociations_fnGetString. 2008-10-14 13:41:57 +02:00
Lei Zhang c08ec04d41 shlwapi: Close registry handles when destroying IQueryAssociations. 2008-10-13 11:50:00 +02:00
Lei Zhang 3684009b6e shlwapi: Handle ASSOCSTR_EXECUTABLE in IQueryAssociations_GetString. 2008-10-13 11:49:53 +02:00
Lei Zhang db08d6e807 shlwapi: Fix AssocQueryStringW parameter checking. 2008-10-13 11:49:06 +02:00
Lei Zhang 0c568c2ae8 shlwapi: Add some tests for AssocQueryStringW. 2008-10-13 11:48:36 +02:00
Muneyuki Noguchi 6f88b4f2a7 shlwapi: Convert Japanese resource to UTF-8. 2008-10-13 11:41:36 +02:00
Paul Vriens b1105d49f6 shlwapi/tests: Don't crash on NT4. 2008-10-09 12:14:33 +02:00
Michael Stefaniuc 0312b96474 shlwapi: Use FAILED instead of !SUCCEEDED. 2008-10-08 13:42:29 +02:00
Rob Shearman 80b5b74f15 shlwapi: Use an error code instead of -1 for signalling prefix not being found in URL_GuessScheme. 2008-09-30 10:20:14 -05:00
Hans Leidekker a14e967135 shlwapi: Fix PathIsValidChar tests that fail on some versions of Windows. 2008-09-29 17:25:42 -05:00
Muneyuki Noguchi 7ddd48da2d shlwapi: Use "MS Shell Dlg" 9 in Japanese resources. 2008-09-29 17:17:47 -05:00
Michael Stefaniuc b562a512eb shlwapi/tests: Remove redundant NULL check before SysFreeString (Smatch). 2008-09-25 11:19:01 +02:00
Alexandre Julliard a3dd2967ca shlwapi/tests: SHLWAPI.23 apparently returns an HRESULT on Vista. 2008-09-17 16:23:49 +02:00
Detlef Riekenberg 3a2dfbd4e4 shlwapi: Add a stub for SHSetDefaultDialogFont. 2008-09-10 11:08:20 +02:00
Reece Dunn 261a39a008 shlwapi: Fixed the url tests on Vista. 2008-09-08 14:09:09 +02:00
Alexandre Julliard b63c648656 shlwapi/tests: Avoid sizeof in traces. 2008-09-05 11:25:21 +02:00
Hongbo Ni 7d35b15539 shlwapi: Add simplified and traditional Chinese resources. 2008-09-04 11:42:38 +02:00
James Hawkins 3e76eacbfd shlwapi: Fix a few failing tests in Vista. 2008-09-03 13:14:51 +02:00
Paul Vriens cea45c5339 shlwapi/tests: Don't test unimplemented functions. 2008-09-02 13:28:39 +02:00
Louis Lenders 58efbe97ec shlwapi: Fix UrlUnEscape to expand URLs in-place even if the output buffer is NULL. 2008-08-28 13:15:27 +02:00
Louis Lenders d571636dbc shlwapi: Add test showing UrlUnEscape should convert the url in place when URL_UNESCAPE_INPLACE is set. 2008-08-28 13:12:53 +02:00
Detlef Riekenberg a34f4ae848 shlwapi/tests: Add tests for UrlApplyScheme. 2008-08-27 13:21:23 +02:00
Detlef Riekenberg b331b1a3ed shlwapi: Fix results for UrlApplyScheme. 2008-08-27 13:21:23 +02:00
Detlef Riekenberg 177c2a2798 shlwapi: Fix parameters for RegQueryValueExW to read the default value. 2008-08-27 13:21:23 +02:00
Paul Vriens 0bafb78755 shlwapi/tests: Fix a test on Vista. 2008-08-27 13:21:20 +02:00
Rob Shearman 9dd75ea093 shlwapi: Fix testing of HRESULT types with not operator instead of comparing against S_OK.
This makes it more obvious what the code is doing.
2008-08-18 17:34:12 +02:00
Reece Dunn aa584f146a shlwapi: Fixed the string tests on Vista. 2008-08-05 14:09:34 +02:00
Detlef Riekenberg 139c214661 shlwapi/tests: Fix istream tests on win9x (GetTempPathW). 2008-08-04 14:21:54 +02:00
Detlef Riekenberg 63b8624a05 shlwapi/tests: Fix a buffer overflow that results in a crash on Win9x. 2008-07-28 14:27:28 +02:00
Juan Lang 87c3df1578 shlwapi: Use CharNextA to iterate through characters in PathAddBackslashA. Fixes problems with MBCS paths. 2008-07-28 11:32:08 +02:00
Andrew Talbot dd0a22420a shlwapi: Remove unneeded address-of operator from array name. 2008-07-14 11:50:15 +02:00