Francois Gouget
af6c873b54
shlwapi: Fix compilation on systems that don't support nameless unions.
2009-10-19 14:45:25 +02:00
Jacek Caban
82cb0fc7e0
shlwapi: Added ParseURL[AW] tests.
2009-10-19 11:44:00 +02:00
Jacek Caban
4d592ae84f
shlwapi: Make more strict restriction for URL scheme and fix error handling in ParseURLW.
2009-10-19 11:43:53 +02:00
Jacek Caban
e57b8526b2
shlwapi: Make more strict restriction for URL scheme and fix error handling in ParseURLA.
2009-10-19 11:43:48 +02:00
Jacek Caban
a34ed0f6ee
shlwapi: Properly handle ParseURL errors in UrlGetPart[AW].
2009-10-19 11:43:42 +02:00
Ge van Geldorp
c93c68b0f4
shlwapi/tests: Add acceptable error code for Win7 clist test.
2009-10-06 12:00:07 +02:00
Peter Oberndorfer
cb83957e3c
shlwapi: Write back data to registry when closing reg stream.
2009-09-29 12:31:50 +02:00
Peter Oberndorfer
90e800cf9b
shlwapi: Allow SHOpenRegStream2 A/W to work with not existing values.
...
When mode is STGM_WRITE or STGM_READWRITE make sure key key exists.
Only read data in STGM_READ or STGM_READWRITE mode.
Do not depend on value type being REG_BINARY.
Succeed when reading not existing values.
2009-09-29 12:31:50 +02:00
Peter Oberndorfer
a35fd4f496
shlwapi: Remove pointer check in IStream::Clone, it also crashes on Windows.
...
Add comments to functions that are not implemented.
2009-09-29 12:31:50 +02:00
Peter Oberndorfer
58669ece91
shlwapi: Implement IStream::Write, Seek and SetSize.
...
On Write holes between file size and cursor are filled with 0 bytes.
On SetSize holes caused by increasing file size are filled with 0 bytes.
2009-09-29 12:31:22 +02:00
Peter Oberndorfer
da984870cd
shlwapi: Fix IStream::Read for reg/mem stream.
2009-09-29 12:11:27 +02:00
Peter Oberndorfer
d4f873055f
shlwapi: Fix logic of SHCreateMemStream in combination with NULL pointers.
2009-09-29 12:10:22 +02:00
Peter Oberndorfer
60b8750d3b
shlwapi: Implement IStream::Stat for registry/memory streams.
2009-09-29 12:08:41 +02:00
Peter Oberndorfer
2d41762553
shlwapi: Fix prototype of SHCreateMemStream.
2009-09-29 12:08:16 +02:00
Peter Oberndorfer
ac573f6aba
shlwapi: Fix spec file for some unicode functions.
2009-09-29 12:07:59 +02:00
Aric Stewart
0443f2c7d1
shlwapi: Implement StrChrNW.
2009-09-24 15:13:16 +02:00
Ge van Geldorp
87cf6b36e5
shlwapi/tests: Fix tests on Win7.
2009-09-11 13:09:45 +02:00
Owen Rudge
5f28a6a2d5
shlwapi: Implement stub for UrlFixupW.
2009-09-08 13:53:26 +02:00
Owen Rudge
e6f2ec4766
shlwapi: Implement stub for ZoneCheckUrlExW.
2009-09-08 13:53:17 +02:00
Owen Rudge
79d671b7ec
shlwapi: Implement stubs for SHFormatDateTimeA/W.
2009-09-08 13:53:01 +02:00
Owen Rudge
9e7c8e064b
shlwapi: Implement stub for SHGetViewStatePropertyBag.
2009-09-08 13:52:38 +02:00
Owen Rudge
3006cba5bd
shlwapi: Implement stub for SHCreatePropertyBagOnRegKey.
2009-09-08 13:52:29 +02:00
Owen Rudge
dbac3f1711
shlwapi: Implement IUnknown_UIActivateIO.
2009-09-08 13:52:15 +02:00
Alexandre Julliard
4d413296d2
shell32: Move the IQueryAssociations implementation from shlwapi to shell32.
2009-08-25 11:13:26 +02:00
Ge van Geldorp
d4ebffd24e
shlwapi/tests: Remove test that crashes on Win7.
2009-08-25 10:23:38 +02:00
Ge van Geldorp
2245e2c17e
shlwapi/tests: Prevent buffer overflow.
2009-08-24 16:41:22 +02:00
André Hentschel
7a8495fa75
shlwapi: Update German translation.
2009-08-12 17:29:09 +02:00
Alistair Leslie-Hughes
31dab8f0db
shlwapi: Correct AssocCreate tests.
2009-08-05 15:30:16 +02:00
Alistair Leslie-Hughes
ffd2e69f53
shlwapi: Correct AssocCreate and tests.
2009-08-04 13:47:06 +02:00
Vladimir Pankratov
d61889ab7c
shlwapi: Convert the Russian resources to UTF-8.
2009-08-03 14:57:37 +02:00
Michael Stefaniuc
9949661c65
Set the encoding of the remaining German resources to UTF-8.
2009-07-15 13:23:29 +02:00
Frédéric Delanoy
45e9d0d2cb
shlwapi: Fix French translation.
2009-07-09 11:25:19 +02:00
Aric Stewart
9370c3827c
shlwapi: Forward UrlCrackW to wininet.InternetCrackUrlW.
2009-07-07 13:42:36 +02:00
Michael Stefaniuc
5b9a7edaaf
shlwapi: Build language resource files separately.
...
Do not include them from an other rc file.
2009-07-02 11:45:27 +02:00
Detlef Riekenberg
2e19130976
shlwapi: Last parameter in SHUnicodeToAnsiCP is an int.
2009-07-01 14:28:34 +02:00
Aurimas Fišeras
ec7fc36862
shlwapi: Add Lithuanian translation.
2009-06-22 11:28:31 +02:00
Detlef Riekenberg
131ab8d825
shlwapi: Forward DnsRecordSetCompare to dnsapi.
2009-06-12 17:33:15 +02:00
Aric Stewart
9339be641c
shlwapi: Simplify UrlCombine case 2 with tests.
2009-06-03 11:20:37 +02:00
Alexandre Julliard
713183200b
shlwapi: Add a partial stub for IConnectionPoint_InvokeWithCancel.
2009-05-15 14:18:49 +02:00
Alexandre Julliard
f702885e63
shlwapi/tests: Don't test uninitialized parts of the variant.
2009-04-06 13:52:01 +02:00
Paul Vriens
6c62a107a2
shlwapi/tests: Fix failures on systems with IE5.5 or earlier.
2009-03-09 13:31:36 +01:00
Paul Vriens
630c43ab28
shlwapi/tests: Don't crash on IE5.
2009-03-09 12:05:10 +01:00
Paul Vriens
a86566cb91
shlwapi/tests: Fix some typos.
2009-03-04 11:48:12 +01:00
Paul Vriens
1b4e61c07a
shlwapi/tests: Fix a typo.
2009-03-03 12:36:32 +01:00
Paul Vriens
11b44f8363
shlwapi/tests: Fix remaining test failures on several platforms.
2009-02-26 15:13:25 +01:00
Paul Vriens
9fd4f8738b
shlwapi/tests: Fix a few test failures on Win95 and some W2K.
2009-02-25 16:06:22 +01:00
Francois Gouget
a49dd715a8
shlwapi/tests: Use win_skip() to skip over unimplemented functionality.
2009-02-25 12:49:44 +01:00
Artem Reznikov
34e2848838
shlwapi: Ukranian translation.
2009-02-19 16:17:18 +01:00
Michael Stefaniuc
08e3742f37
shlwapi: Remove superfluous pointer casts.
2009-01-22 12:04:57 +01:00
Damjan Jovanovic
36a24b93c7
shlwapi: Support the command file type association query.
2009-01-21 10:24:49 +01:00