Sign in
goma
/
wine
/
208e4ea231a9cd82eecb405bf11b61be88e373ef
/
dlls
/
shlwapi
1b10555
shlwapi: Don't limit text size for message boxes from ShellMessageBoxWrapW.
by Nikolay Sivov
· 15 years ago
94ce29e
shlwapi: Fix French translation.
by Frédéric Delanoy
· 15 years ago
f38336d
shlwapi: Remove redundant "not NULL" checks of the len arg (coccicheck).
by Michael Stefaniuc
· 15 years ago
bea0daa
shlwapi: Implement SHRegEnumUSValue.
by Vincent Povirk
· 15 years ago
be6fa39
shlwapi: Remove variable retval which is not really used from GetAcceptLanguagesW.
by Gerald Pfeifer
· 15 years ago
ee2abe7
shlwapi: Added more UrlCanonicalizeA tests.
by Piotr Caban
· 15 years ago
4011969
shlwapi: Make UrlCanonicalizeA working with long urls (>INTERNET_MAX_URL_LENGTH).
by Piotr Caban
· 15 years ago
fc54389
shlwapi: Make UrlCanonicalizeW working with long urls (>INTERNET_MAX_URL_LENGTH).
by Piotr Caban
· 15 years ago
1b67da3
shlwapi/tests: Add tests for SHCreateThreadRef.
by Detlef Riekenberg
· 15 years ago
bb1ca6e
shlwapi: Implement SHCreateThreadRef.
by Detlef Riekenberg
· 15 years ago
38e800f
shlwapi: Fix comment typo.
by André Hentschel
· 15 years ago
a9ac4a1
shlwapi: Fix broken NULL checks (with tests).
by Detlef Riekenberg
· 15 years ago
324783a
shlwapi/tests: Add tests for SHSetThreadRef.
by Detlef Riekenberg
· 15 years ago
261bc38
shlwapi/tests: Add initial test for SHGetThreadRef.
by Detlef Riekenberg
· 15 years ago
4811167
shlwapi: Check for NULL string in UrlIs.
by Andrew Eikum
· 15 years ago
a8e86e3
winapi: Generate the 64-bit variant of structure size/alignment tests.
by Alexandre Julliard
· 15 years ago
2083aa3
shlwapi/tests: Fix some pointer conversion warnings on 64-bit.
by Alexandre Julliard
· 15 years ago
86860cc
shlwapi: Fix SHCreateWorkerWindowA for 64-bit.
by Alexandre Julliard
· 15 years ago
803dea3
shlwapi: Some SHCreateWorkerWindowA tests.
by Nikolay Sivov
· 15 years ago
95100a6
shlwapi: Fix compiler warnings with flag -Wcast-qual.
by Mikhail Maroukhine
· 15 years ago
f930c87
objbase.h: CLSIDFromString: Add constness to the parameters declaration in accordance with MSDN.
by Mikhail Maroukhine
· 15 years ago
ade5538
shlwapi: Fix SHCreateWorkerWindowW fallback to A-call condition.
by Nikolay Sivov
· 15 years ago
3058b68
shlwapi: More trace for menu related helpers.
by Nikolay Sivov
· 15 years ago
df04c25
shlwapi/tests: Use a single trace call variable for all tests.
by Nikolay Sivov
· 15 years ago
1372806
shlwapi: Use public define for QISearch table entry, make it available by name (as on Vista+).
by Nikolay Sivov
· 15 years ago
66aa3dc
shlwapi: Complete IUnknown_SetOwner call.
by Nikolay Sivov
· 15 years ago
442364c
shlwapi: Fix interface leaks in SHIsSameObject.
by Nikolay Sivov
· 15 years ago
55b4e4e
shlwapi: Fix IUnknown_AtomicRelease prototype and simplify body a bit.
by Nikolay Sivov
· 15 years ago
076676d
shlwapi: Fix some memory, handle and reference count leaks in RegisterDefaultAcceptHeaders.
by Nikolay Sivov
· 15 years ago
43a92c6
shlwapi: Added IUnknown_ProfferService implementation with tests.
by Nikolay Sivov
· 15 years ago
b6f92ce
shlwapi: Fix prototype for SHGetShellKey and extend trace.
by Nikolay Sivov
· 15 years ago
c9f2007
shlwapi: Implement IUnknown_QueryServiceExec with tests.
by Nikolay Sivov
· 15 years ago
3428b94
Assorted spelling and case fixes.
by Francois Gouget
· 15 years ago
594a196
shlwapi: Only skip 'localhost' in file URLs in UrlCanonicalize.
by Andrew Eikum
· 15 years ago
82e7a6e
shlwapi/tests: Avoid size_t in a trace.
by Alexandre Julliard
· 15 years ago
93b3ba7
shlwapi: Fix StrCpyNW to deal with null inputs better, and don't use lstrcpynW.
by Nikolay Sivov
· 15 years ago
d16bf5f
shlwapi: Add a forward to DelayLoadFailureHook.
by Nikolay Sivov
· 15 years ago
5f6962c
shlwapi/tests: Fix some test failures on Vista+.
by Paul Vriens
· 15 years ago
33b45cf
shlwapi/tests: Fix some test failures on XP/Vista.
by Paul Vriens
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
e60b2ec
shlwapi: Improve error handling in UrlGetPart.
by Andrew Eikum
· 15 years ago
c8cd150
shlwapi: Don't cast WCHAR string to BSTR.
by Nikolay Sivov
· 15 years ago
533f755
shlwapi: Partially implement SHGetObjectCompatFlags with tests.
by Nikolay Sivov
· 15 years ago
2448b8d
shlwapi/tests: Fix a test failure on NT4.
by Paul Vriens
· 15 years ago
fc47c7d
shlwapi/tests: Fix some test failures on Win9x/WinMe.
by Paul Vriens
· 15 years ago
e271ac6
shlwapi/tests: Skip some tests on Win9x/WinMe.
by Paul Vriens
· 15 years ago
2d76bf2
shlwapi/tests: Some tests for PathGetDriveNumber.
by Nikolay Sivov
· 15 years ago
386cb65
shlwapi: Ignore the hash of HTML URLs in UrlCombine.
by Andrew Eikum
· 15 years ago
cf663d1
shlwapi: Implement SHFormatDateTimeA/SHFormatDateTimeW with tests.
by Nikolay Sivov
· 15 years ago
5d74e57
shlwapi: Fix mask usage in SHSetWindowBits with tests.
by Nikolay Sivov
· 15 years ago
1571337
shlwapi/tests: Skip SHCreateStreamOnFileA/W configurations not supported on Win98 SE.
by Reece Dunn
· 15 years ago
6164ce2
makefiles: Use the standard C_SRCS variable as the list of test files.
by Alexandre Julliard
· 15 years ago
90b7ccc
shlwapi: GetUrlPart can get the scheme of url's without a ://.
by Vincent Povirk
· 15 years ago
c723015
shlwapi/tests: Use defined settings when testing GetAcceptLanguages.
by Detlef Riekenberg
· 15 years ago
b14a08f
shlwapi: Return the correct length from GetAcceptLanguagesA.
by Detlef Riekenberg
· 15 years ago
31ea126
shlwapi: Return the correct results in GetAcceptLanguagesW.
by Detlef Riekenberg
· 15 years ago
7aac2c0
shlwapi/tests: Remove GetLastError tests for GetAcceptLanguages, which uses HRESULT.
by Detlef Riekenberg
· 15 years ago
e0b2321
shlwapi: Account for trailing NULL in UrlFixupW.
by Aric Stewart
· 15 years ago
36d269a
shlwapi: Don't print the function name twice in an ERR.
by Michael Stefaniuc
· 15 years ago
c318f4f
shlwapi/tests: UrlUnescape* is not present on Win95B (winetestbot).
by Detlef Riekenberg
· 15 years ago
ce7eb25
shlwapi/tests: UrlIs* is not present on Win95B (winetestbot).
by Detlef Riekenberg
· 15 years ago
4f4a47a
shlwapi/tests: UrlHash* is not present on Win95B (winetestbot).
by Detlef Riekenberg
· 15 years ago
fb81d89
shlwapi/tests: UrlGetPart* is not present on Win95B (winetestbot).
by Detlef Riekenberg
· 15 years ago
5d1820e
shlwapi/tests: UrlEscape* is not present on Win95B (winetestbot).
by Detlef Riekenberg
· 15 years ago
cbcdd6c
shlwapi/tests: UrlCreateFromPath* is not present on Win95B (winetestbot).
by Detlef Riekenberg
· 15 years ago
10abf0f
shlwapi/tests: UrlCombine* is not present on Win95B (winetestbot).
by Detlef Riekenberg
· 15 years ago
2cd5b05
shlwapi/tests: UrlCanonicalize* is not present on Win95B (winetestbot).
by Detlef Riekenberg
· 15 years ago
4c6a4f6
shlwapi/tests: UrlApplyScheme* is not present on Win95B (winetestbot).
by Detlef Riekenberg
· 15 years ago
e3b3b1e
shlwapi/tests: PathCreateFromUrl* is not present on Win95B (winetestbot).
by Detlef Riekenberg
· 15 years ago
cb3e537
shlwapi/tests: HashData is not present on Win95B (winetestbot).
by Detlef Riekenberg
· 15 years ago
29edebe
shlwapi/tests: ChrCmpI* is not present on Win95B (winetestbot).
by Detlef Riekenberg
· 15 years ago
9310ee0
shlwapi: Invoke ExpandEnvironmentStringsForUser on SHExpandEnvironmentStringsForUser call.
by Piotr Caban
· 15 years ago
17736b9
shlwapi: Invoke RegGetValue on SHRegGetValue call.
by Piotr Caban
· 15 years ago
dfe5352
shlwapi: Update SHRegGetValue definition.
by Piotr Caban
· 15 years ago
09a78cd
shlwapi: Added OS_VISTAORGREATER flag to IsOS (undocumented).
by Piotr Caban
· 15 years ago
32ea7ce
shlwapi: Use IS_INTRESOURCE not HIWORD to check a resource.
by Michael Stefaniuc
· 15 years ago
6c60880
shlwapi: Only check for NULL pointers in HashData.
by Andrew Nguyen
· 15 years ago
20ac061
shlwapi/tests: Add tests for HashData.
by Andrew Nguyen
· 15 years ago
b2b8770
shlwapi: Change a magic HRESULT value to the appropriate name.
by Andrew Nguyen
· 15 years ago
190645e
shlwapi: Improved res protocol handling in UrlCanonicalizeW.
by Piotr Caban
· 15 years ago
147ea8b
shlwapi: Fix MLBuildResURLW implementation.
by Piotr Caban
· 15 years ago
7da10bc
shlwapi: Initialise id field of ConPt object in connection point tests.
by Rob Shearman
· 15 years ago
875f726
shlwapi/tests: Remove empty traces.
by Alexandre Julliard
· 15 years ago
8de69a1
shlwapi: Added special case for URL_PART_HOSTNAME in UrlGetPart.
by Piotr Caban
· 15 years ago
1e0827f
shlwapi: Allow ' ' in hostname and password in UrlGetPart.
by Piotr Caban
· 15 years ago
0a59c65
shlwapi: Implement SHPropertyBag_ReadLONG.
by Aric Stewart
· 15 years ago
5a2d9e8
shlwapi/tests: Make test_IConnectionPoint() static.
by Francois Gouget
· 15 years ago
0cdd472
shlwapi: Beginning implementation of IUnknown_QueryServiceForWebBrowserApp.
by Aric Stewart
· 15 years ago
3635bbb
shlwapi: Ordinal 196 is SHVerbExistsNA not DnsRecordSetCompare.
by Aric Stewart
· 15 years ago
23cea50
shlwapi/tests: Testing framework and IConnection point tests.
by Aric Stewart
· 15 years ago
deef2c5
shlwapi: Release rgcd.pUnk returned by enumeration.
by Aric Stewart
· 15 years ago
ec2a78c
shlwapi: DISPPARAMS on Invoke are never NULL.
by Aric Stewart
· 15 years ago
3dbc0b0
shlwapi: Failure in IConnectionPoint_GetConnectionInterface does not prevent Invoking.
by Aric Stewart
· 15 years ago
56d1a7c
shlwapi: Rename ConnectToConnectionPoint bAdviseOnly to fConnect as MSDN.
by Aric Stewart
· 15 years ago
321292a
shlwapi/tests: Avoid size_t in traces.
by Alexandre Julliard
· 15 years ago
3a55f96
shlwapi: Close the correct key in SHRegCloseUSKey.
by Aric Stewart
· 15 years ago
77933a9
shlwapi: The third parameter of UrlCombineA/W is an output parameter.
by Andrew Nguyen
· 15 years ago
af6c873
shlwapi: Fix compilation on systems that don't support nameless unions.
by Francois Gouget
· 15 years ago
82cb0fc
shlwapi: Added ParseURL[AW] tests.
by Jacek Caban
· 15 years ago
4d592ae
shlwapi: Make more strict restriction for URL scheme and fix error handling in ParseURLW.
by Jacek Caban
· 15 years ago
Next »