Jacek Caban
|
5f3dd23f10
|
shlwapi: Uncomment IUnknown_EnableModeless code.
|
2007-12-05 12:07:05 +01:00 |
Jacek Caban
|
f58d9a94fa
|
shlwapi: Reimplement IUnknown_CPContainerInvokeParam on top of SHPackDispParams.
|
2007-11-12 12:15:38 +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 |
Dmitry Timoshkov
|
c20bf6931a
|
shlwapi: Update exported API entries according to the info published by Geoff Chappell.
|
2007-10-26 14:03:47 +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
|
3ee3058677
|
shlwapi: Fix GetAcceptLanguagesA to not read past the end of the buffer.
|
2007-10-01 18:09:11 +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 |
Dmitry Timoshkov
|
f27e5299c9
|
shlwapi: Fix parameter types of SHGetIniStringW.
|
2007-07-16 14:53:42 +02:00 |
Francois Gouget
|
56c841ced0
|
shlwapi: Update win32.api to fix the winapi_check warnings.
|
2007-06-18 12:14:30 +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 |
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 |
Andrew Talbot
|
b84f51fc25
|
slwapi: Make function definitions and declarations agree.
|
2007-04-16 12:26:34 +02:00 |
Dmitry Timoshkov
|
03e9e5b60d
|
shlwapi: Match shlwapi wrappers to MSDN descriptions.
|
2007-03-29 21:00:11 +02:00 |
Francois Gouget
|
aab5e5856e
|
Don't put single quotes around '%s' when using the debugstr_*() functions.
|
2007-01-18 12:55:50 +01:00 |
Dmitry Timoshkov
|
884e7eed4a
|
shlwapi: Make some data const.
|
2006-11-28 12:36:23 +01:00 |
Andrew Talbot
|
b7b28e33f0
|
shlwapi: Cast-qual warnings fix.
|
2006-11-16 12:46:32 +01:00 |
Andrey Turkin
|
5151c81a23
|
shlwapi: Implement GetShellSecurityDescriptor and test for it.
|
2006-11-08 15:49:33 +01:00 |
Jacek Caban
|
587156f43e
|
shlwapi: Added SHQueueUserWorkItem implementation.
|
2006-10-30 11:36:30 +01:00 |
Francois Gouget
|
9fe4673347
|
Don't include windows.h & co in the Wine sources.
Remove uneeded COM_NO_WINDOWS_H defines.
|
2006-10-24 17:47:09 +02:00 |
Michael Stefaniuc
|
15765dd953
|
The Data1 member of the GUID struct needs to be an unsigned int too for Win64 compatibility.
|
2006-10-16 10:53:04 +02:00 |
Hans Leidekker
|
e119a04a26
|
shlwapi: Win64 printf format warning fixes.
|
2006-10-06 17:26:49 +02:00 |
Francois Gouget
|
82babbee0b
|
Add missing '\n's to Wine traces.
|
2006-10-05 17:46:48 +02:00 |
Mike McCormack
|
106e65e0f8
|
shlwapi: Ordinal 394 should load and call shell32.SHNotifyChange.
Makes builtin shlwapi behave better during reboot after IE6 install.
|
2006-08-16 12:57:23 +02:00 |
Mike McCormack
|
ba3d4b2243
|
shlwapi: Add a stub implementation for ZoneComputePaneSize.
Allows IE6 to show its main window with builtin shlwapi.
|
2006-08-16 12:54:02 +02:00 |
Andrew Talbot
|
5f2558f506
|
shlwapi/tests: Write-strings warnings fix.
|
2006-08-09 11:20:12 +02:00 |
Juan Lang
|
8076d1cf12
|
shlwapi: Small cleanups.
- forward MLGetUILanguage to kernel32
- correct type of parameter to MLLoadLibrary
|
2006-06-20 20:36:04 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
2b32128d42
|
shlwapi: Add a stub implementation for IUnknown_ProfferService.
|
2006-05-05 20:57:11 +02:00 |
Mike McCormack
|
db8090eec2
|
shlwapi: Add a stub implementation for IUnknown_QueryServiceExec.
|
2006-05-05 20:55:12 +02:00 |
Francois Gouget
|
6bddeb1cf7
|
Assorted spelling fixes.
|
2006-03-21 20:10:39 +01:00 |
Eric Pouech
|
e66e227dbe
|
Fixes for missing prototypes warnings.
|
2006-02-06 13:13:28 +01:00 |
Stefan Leichter
|
cfcc9a755d
|
shlwapi: Added stub for ShellMessageBoxWrapW.
|
2006-02-02 13:20:04 +01:00 |
Dmitry Timoshkov
|
12b2cf4c77
|
Fix the usage of COLOR_xxx constants in the place of the window's
class hbrBackground.
|
2005-09-20 12:02:45 +00:00 |
Vincent Béron
|
f1d66c008d
|
Correct typo in format string.
|
2005-08-15 09:43:45 +00:00 |
Huw Davies
|
bc94cbb50c
|
Implement SHLoadRegUIStringW.
|
2005-08-12 15:51:44 +00:00 |
Huw Davies
|
1c088a43f7
|
Partial implementation of DeleteMenuWrap.
|
2005-08-10 15:01:07 +00:00 |
Huw Davies
|
6b1670c7cb
|
Implement IUnknown_EnumObjects.
|
2005-08-10 13:00:05 +00:00 |
Huw Davies
|
34f36f662b
|
Implement and add tests for the FDSA functions.
|
2005-08-09 10:21:35 +00:00 |
Huw Davies
|
c14dbc5c1c
|
IUnknown_SetSite calls IObjectWithSite_SetSite or
IInternetSecurityManager_SetSecuritySite.
|
2005-08-08 17:58:31 +00:00 |
Huw Davies
|
91358d76c3
|
Fix call to GetMenuItemInfo and unicodify while we're at it.
|
2005-08-08 11:02:16 +00:00 |
Francois Gouget
|
02c25a8981
|
Assorted spelling fixes.
|
2005-06-30 18:19:33 +00:00 |
Francois Gouget
|
93416cdaf7
|
Assorted spelling fixes.
|
2005-03-23 13:15:18 +00:00 |
Jon Griffiths
|
6064680f71
|
Implement @188,190,195,200,256,478,481.
IUnknown_EnableModeless() also handles IOleInPlaceActiveObject.
|
2005-03-18 14:01:16 +00:00 |