Jacek Caban
|
9771c7393a
|
shlwapi: Fixed SHPackDispParamsV spec declaration.
|
2007-11-13 13:29:20 +01:00 |
Jacek Caban
|
f58d9a94fa
|
shlwapi: Reimplement IUnknown_CPContainerInvokeParam on top of SHPackDispParams.
|
2007-11-12 12:15:38 +01:00 |
Jacek Caban
|
114e8485de
|
shlwapi: Added SHPackDispParams test.
|
2007-11-12 12:15:29 +01:00 |
Jacek Caban
|
dabbe5c55b
|
shlwapi: Added SHPackDispParams implementation.
|
2007-11-12 12:15:24 +01:00 |
Jacek Caban
|
54292f7da6
|
shlwapi: Added SHPackDispParamsV implementation.
|
2007-11-12 12:15:12 +01:00 |
Gerald Pfeifer
|
e3b8e2f2dd
|
shlwapi/tests: Remove overly aggressive const declaration for TEST_URL_UNESCAPE.
|
2007-10-29 13:06:38 +01:00 |
Dmitry Timoshkov
|
656a11b152
|
shlwapi: Fix a typo in the previous patch. Spotted by Francois Gouget.
|
2007-10-29 12:05:23 +01:00 |
Francois Gouget
|
5b58407271
|
shlwapi: Fix the DeleteMenuWrap() forward.
|
2007-10-29 12:04:52 +01:00 |
Dmitry Timoshkov
|
c20bf6931a
|
shlwapi: Update exported API entries according to the info published by Geoff Chappell.
|
2007-10-26 14:03:47 +02:00 |
Hwang YunSong(황윤성)
|
f18fc0f50c
|
shlwapi: Updated Korean resource.
|
2007-10-25 13:59:21 +02:00 |
Dmitry Timoshkov
|
ae89239cde
|
shlwapi: Forward GetStringType3ExW to GetStringTypeW.
|
2007-10-25 12:48:53 +02:00 |
Dmitry Timoshkov
|
f7a7e6d9f9
|
shlwapi: Forward SetDlgItemTextWrapW to user32.SetDlgItemTextW.
|
2007-10-25 12:48:48 +02:00 |
Dmitry Timoshkov
|
fd9774cef6
|
shlwapi: Forward more entries to user32 exports.
|
2007-10-24 14:12:17 +02:00 |
Dmitry Timoshkov
|
54c83b388c
|
shlwapi: Use existing shlwapi/Win32 APIs to compare strings in Windows encoding.
|
2007-10-24 14:12:09 +02:00 |
Alexandre Julliard
|
6d6b9a381a
|
shlwapi/tests: Make local variables static and const.
|
2007-10-16 13:58:09 +02:00 |
Detlef Riekenberg
|
f05b840ac4
|
shlwapi/test: Test dwSize for UrlCanonicalizeA/W.
|
2007-10-16 13:55:48 +02:00 |
Detlef Riekenberg
|
d9a33f3c17
|
shlwapi/tests: Move URL testing functions from path.c to url.c.
|
2007-10-16 13:55:41 +02:00 |
Detlef Riekenberg
|
1d87649f3c
|
shlwapi: Fix returned result code and size in UrlCanonicalizeA.
|
2007-10-16 13:54:56 +02:00 |
Daniel Nylander
|
e463e5d7c4
|
shlwapi: Add Swedish translation.
|
2007-10-16 12:39:30 +02:00 |
Alexandre Julliard
|
3ee3058677
|
shlwapi: Fix GetAcceptLanguagesA to not read past the end of the buffer.
|
2007-10-01 18:09:11 +02:00 |
Americo Jose Melo
|
c5ba90131e
|
Update the Portuguese translation.
|
2007-09-13 13:28:26 +02:00 |
Rob Shearman
|
5440889645
|
shlwapi: Fix IUnknown_OnFocusOCS to call OnFocus instead of GetExtendedControl.
|
2007-09-10 16:13:47 +02:00 |
Dmitry Timoshkov
|
572e803654
|
shlwapi: Duplicate shell32.ShellMessageBoxW implementation in shlwapi.ShellMessageBoxWrapW.
|
2007-09-10 15:29:46 +02:00 |
Francois Gouget
|
6dbf9c1932
|
shlwapi: Update win32.api to fix the winapi_check warnings.
|
2007-08-30 17:02:49 +02:00 |
Francois Gouget
|
b25fdbb23e
|
shlwapi: Move SHAddDataBlock() to the front and remove the forward declaration.
|
2007-08-30 17:02:49 +02:00 |
Francois Gouget
|
2993785f3a
|
Assorted non-ANSI function declaration fixes (missing void).
|
2007-08-30 11:57:18 +02:00 |
Rob Shearman
|
acfc1175a2
|
shlwapi: Fix UrlCombineW for absolute URLs without slashes.
|
2007-08-23 20:18:32 +02:00 |
Misha Koshelev
|
108a61f8e7
|
shlwapi: Take sizeof(WCHAR) into account when allocating Unicode string.
|
2007-08-20 11:57:24 +02:00 |
Paul Vriens
|
3de1c55dc6
|
shlwapi/tests: Use GetModuleHandleA instead of LoadLibraryA.
|
2007-08-08 15:31:59 +02:00 |
Dmitry Timoshkov
|
f27e5299c9
|
shlwapi: Fix parameter types of SHGetIniStringW.
|
2007-07-16 14:53:42 +02:00 |
Dmitry Timoshkov
|
929be93411
|
shlwapi: Fix some spec entry definitions.
|
2007-07-13 12:29:54 +02:00 |
Thomas Weidenmueller
|
c15245d9cc
|
shlwapi: Use publicly defined structure DATABLOCK_HEADER instead of redefining it locally.
|
2007-07-12 12:57:35 +02:00 |
Michael Stefaniuc
|
0152ec0375
|
janitorial: Remove superfluous casts of void pointers to other pointer types.
|
2007-06-27 12:53:50 +02:00 |
Alexandre Julliard
|
ae0c24fd06
|
shlwapi: Get rid of CharNextW/CharPrevW. Simplify some string functions.
|
2007-06-25 14:01:28 +02:00 |
Michael Stefaniuc
|
14077f67c8
|
shlwapi: Remove more wide character constants.
|
2007-06-22 12:18:35 +02:00 |
Michael Stefaniuc
|
9acd67ec5b
|
shlwapi: Do not use wide character constants.
|
2007-06-21 13:11:25 +02:00 |
Francois Gouget
|
56c841ced0
|
shlwapi: Update win32.api to fix the winapi_check warnings.
|
2007-06-18 12:14:30 +02:00 |
Francois Gouget
|
96c337f0a1
|
Assorted spelling fixes.
|
2007-06-07 19:24:32 +02:00 |
Francois Gouget
|
40838cec78
|
shlwapi/tests: The PSDK does not define IID_IDelayedRelease anymore.
|
2007-05-29 13:17:54 +02:00 |
Dmitry Timoshkov
|
3c9e7a7f33
|
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
|
2007-05-25 20:37:56 +02:00 |
Nigel Liang
|
ddbb317915
|
shlwapi: Stub implementation for SHSetTimerQueueTimer.
|
2007-05-25 19:29:54 +02:00 |
Rob Shearman
|
bc06106468
|
shlwapi: Add a slash to the URL if there is no path component.
|
2007-05-24 11:35:11 +02:00 |
Damjan Jovanovic
|
3ceaaae3d7
|
shlwapi: Fix UrlCanonicalizeW's handling of filesystem paths.
|
2007-05-11 11:19:46 +02:00 |
Andrey Turkin
|
8299714952
|
shlwapi: Implement IUnknown_CPContainerInvokeParam.
|
2007-05-04 13:40:20 +02:00 |
Andrey Turkin
|
b63e9a7828
|
shlwapi: Implement IConnectionPoint_SimpleInvoke.
|
2007-05-01 11:42:50 +02:00 |
Mikołaj Zalewski
|
7370a93b52
|
shlwapi: Fix the handling of overflows in PathCombine[AW].
|
2007-04-24 10:19:44 +02:00 |
Andrew Talbot
|
b84f51fc25
|
slwapi: Make function definitions and declarations agree.
|
2007-04-16 12:26:34 +02:00 |
Andrew Talbot
|
0110f9ea0b
|
slwapi: Make function definitions and declarations agree.
|
2007-04-16 12:25:34 +02:00 |
Dmitry Timoshkov
|
1b2a2943b8
|
shlwapi: Fix a forward to user32.PrivateExtractIconExW.
|
2007-04-06 12:31:09 +02:00 |
Dmitry Timoshkov
|
03e9e5b60d
|
shlwapi: Match shlwapi wrappers to MSDN descriptions.
|
2007-03-29 21:00:11 +02:00 |