Commit Graph

860 Commits

Author SHA1 Message Date
Andrew Nguyen
fd9b8c4ac5 shlwapi/tests: Skip StrRStrI tests on older Win9x platforms. 2010-07-20 16:28:16 +02:00
Andrew Nguyen
bfcf59631e shlwapi/tests: Skip SHUnicodeToUnicode tests on Win98. 2010-07-20 16:28:16 +02:00
Andrew Nguyen
d3e0836435 shlwapi/tests: Skip SHAnsiToAnsi tests on Win98. 2010-07-20 16:28:16 +02:00
Andrew Nguyen
f8c88bc3d7 shlwapi/tests: Rename a string variable for clarity. 2010-07-20 16:28:16 +02:00
André Hentschel
f42ede788e shlwapi/tests: Fix GLE for SHFormatDateTimeA. 2010-07-20 14:40:32 +02:00
Andrew Nguyen
15c6057ce1 shlwapi: Implement StrStrNIW. 2010-07-19 16:07:05 +02:00
Andrew Nguyen
9bd13c93ab shlwapi: Implement StrStrNW. 2010-07-19 16:06:55 +02:00
Andrew Nguyen
355057d529 shlwapi/tests: Add tests for StrStrIW. 2010-07-19 15:56:49 +02:00
Andrew Nguyen
1784dbd17a shlwapi/tests: Add tests for StrStrIA. 2010-07-19 15:56:44 +02:00
Andrew Nguyen
9bcdb1c423 shlwapi: Fix handling of an empty search string in StrStrW. 2010-07-19 15:56:39 +02:00
Andrew Nguyen
c43bac44ba shlwapi/tests: Add tests for StrStrA. 2010-07-19 15:56:18 +02:00
Andrew Nguyen
ec0e9d0df8 shlwapi/tests: Fix Win98 SE test failures for StrFormatKBSizeA/W. 2010-07-19 15:56:07 +02:00
Aric Stewart
d9d6e49f36 shlwapi: Correct slash/backslashs in UrlCanonicalize. 2010-07-08 17:33:37 +02:00
Gustavo Henrique Milaré
a77b0d17a6 shlwapi: Fix Portuguese (Brazilian) translation. 2010-07-02 12:17:58 +02:00
Kovács András
5606db7cfe shlwapi: Update Hungarian translation. 2010-06-29 10:53:54 +02:00
Aric Stewart
ea029bd2fb shlwapi: URL_FILE_USE_PATHURL flag only unescapes file urls in UrlCanonicalize. 2010-06-23 15:26:48 +02:00
Francois Gouget
aebbbcb06b shlwapi/tests: Make the XXX_Construct() functions static. 2010-06-22 20:03:54 +02:00
Paul Vriens
1edc58eae9 resources: Fix some copy-paste mistakes in resource files. 2010-06-08 12:59:03 +02:00
Marcus Meissner
f01c43c47b shlwapi: Handle NULL ptr return from allocation (Coverity). 2010-06-07 13:52:22 +02:00
Nikolay Sivov
1b105553d7 shlwapi: Don't limit text size for message boxes from ShellMessageBoxWrapW. 2010-05-31 12:14:28 +02:00
Frédéric Delanoy
94ce29e4ea shlwapi: Fix French translation. 2010-05-31 12:14:28 +02:00
Michael Stefaniuc
f38336d82a shlwapi: Remove redundant "not NULL" checks of the len arg (coccicheck). 2010-05-20 13:47:53 +02:00
Vincent Povirk
bea0daa281 shlwapi: Implement SHRegEnumUSValue. 2010-05-19 11:17:55 +02:00
Gerald Pfeifer
be6fa3900d shlwapi: Remove variable retval which is not really used from GetAcceptLanguagesW. 2010-05-10 18:20:37 +02:00
Piotr Caban
ee2abe7f82 shlwapi: Added more UrlCanonicalizeA tests. 2010-05-08 18:14:49 +02:00
Piotr Caban
40119690b8 shlwapi: Make UrlCanonicalizeA working with long urls (>INTERNET_MAX_URL_LENGTH). 2010-05-08 18:14:43 +02:00
Piotr Caban
fc543890d1 shlwapi: Make UrlCanonicalizeW working with long urls (>INTERNET_MAX_URL_LENGTH). 2010-05-08 18:14:37 +02:00
Detlef Riekenberg
1b67da3566 shlwapi/tests: Add tests for SHCreateThreadRef. 2010-04-20 16:21:37 +02:00
Detlef Riekenberg
bb1ca6e08d shlwapi: Implement SHCreateThreadRef. 2010-04-20 16:21:37 +02:00
André Hentschel
38e800f7c4 shlwapi: Fix comment typo. 2010-04-20 11:14:20 +02:00
Detlef Riekenberg
a9ac4a119a shlwapi: Fix broken NULL checks (with tests). 2010-04-19 15:34:20 +02:00
Detlef Riekenberg
324783ad09 shlwapi/tests: Add tests for SHSetThreadRef. 2010-04-19 15:34:13 +02:00
Detlef Riekenberg
261bc3859f shlwapi/tests: Add initial test for SHGetThreadRef. 2010-04-19 15:33:56 +02:00
Andrew Eikum
4811167410 shlwapi: Check for NULL string in UrlIs. 2010-04-12 11:29:16 +02:00
Alexandre Julliard
a8e86e35dd winapi: Generate the 64-bit variant of structure size/alignment tests. 2010-04-07 18:03:00 +02:00
Alexandre Julliard
2083aa3d68 shlwapi/tests: Fix some pointer conversion warnings on 64-bit. 2010-04-07 14:25:09 +02:00
Alexandre Julliard
86860cc976 shlwapi: Fix SHCreateWorkerWindowA for 64-bit. 2010-04-02 15:22:53 +02:00
Nikolay Sivov
803dea3326 shlwapi: Some SHCreateWorkerWindowA tests. 2010-03-30 17:23:43 +02:00
Mikhail Maroukhine
95100a6e92 shlwapi: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:16:43 +02:00
Mikhail Maroukhine
f930c87fd6 objbase.h: CLSIDFromString: Add constness to the parameters declaration in accordance with MSDN. 2010-03-29 12:11:02 +02:00
Nikolay Sivov
ade553823d shlwapi: Fix SHCreateWorkerWindowW fallback to A-call condition. 2010-03-29 11:48:15 +02:00
Nikolay Sivov
3058b68bdc shlwapi: More trace for menu related helpers. 2010-03-29 11:47:59 +02:00
Nikolay Sivov
df04c25a86 shlwapi/tests: Use a single trace call variable for all tests. 2010-03-29 11:47:52 +02:00
Nikolay Sivov
1372806e74 shlwapi: Use public define for QISearch table entry, make it available by name (as on Vista+). 2010-03-29 11:47:44 +02:00
Nikolay Sivov
66aa3dc834 shlwapi: Complete IUnknown_SetOwner call. 2010-03-29 11:47:34 +02:00
Nikolay Sivov
442364c1be shlwapi: Fix interface leaks in SHIsSameObject. 2010-03-29 11:46:00 +02:00
Nikolay Sivov
55b4e4e354 shlwapi: Fix IUnknown_AtomicRelease prototype and simplify body a bit. 2010-03-29 11:45:54 +02:00
Nikolay Sivov
076676d448 shlwapi: Fix some memory, handle and reference count leaks in RegisterDefaultAcceptHeaders. 2010-03-29 11:45:49 +02:00
Nikolay Sivov
43a92c6610 shlwapi: Added IUnknown_ProfferService implementation with tests. 2010-03-26 10:31:14 +01:00
Nikolay Sivov
b6f92ceaed shlwapi: Fix prototype for SHGetShellKey and extend trace. 2010-03-26 10:31:10 +01:00