Hans Leidekker
|
e7e1ec62c7
|
shell32: Add stub implementations of IKnownFolder and IKnownFolderManager.
|
2010-09-23 12:06:18 +02:00 |
David Hedberg
|
d66269696f
|
shell32: Add IExplorerBrowser interface stub.
|
2010-08-20 15:49:57 +02:00 |
Nikolay Sivov
|
da32b078b7
|
shell32: Add stub shell folder for CLSID_Printers.
|
2010-04-06 11:59:18 +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
|
0f794f9510
|
shell32: Some debug tracing improvements.
|
2010-03-22 15:52:36 +01:00 |
Alexandre Julliard
|
4d413296d2
|
shell32: Move the IQueryAssociations implementation from shlwapi to shell32.
|
2009-08-25 11:13:26 +02:00 |
Vincent Povirk
|
e69c663c66
|
shell32: Add stub implementation of IShellItem.
|
2009-02-24 16:57:29 +01:00 |
Michael Stefaniuc
|
6c54ad3dba
|
shell32: Remove superfluous pointer casts.
|
2009-02-19 12:52:02 +01:00 |
Alexandre Julliard
|
366fcaf1a7
|
shell32: Remove some unused functions.
|
2008-12-03 12:09:17 +01:00 |
Michael Stefaniuc
|
b7de266082
|
shell32: Remove superfluous casts; mostly of void pointers.
|
2008-11-06 11:09:51 +01:00 |
Michael Stefaniuc
|
f6baf97629
|
shell32: Use FAILED instead of !SUCCEEDED.
|
2008-10-08 13:41:52 +02:00 |
Andrew Talbot
|
93f656bf85
|
shell32: Remove unneeded address-of operators from function names.
|
2008-07-07 12:31:50 +02:00 |
Andrew Talbot
|
0e37d57b8e
|
shell32: Remove unused file-static variable.
|
2008-05-21 11:36:50 +02:00 |
Mike McCormack
|
cc405b1522
|
shell32: Implement "My Network Places" shell folder.
|
2007-12-27 14:13:30 +01:00 |
Alexandre Julliard
|
d7892ccf2b
|
shell32: Check for internal shell classes before querying the registry in SHCoCreateInstance.
|
2007-10-18 15:15:40 +02:00 |
Andrew Talbot
|
c289a338b3
|
shell32: Constify some variables.
|
2007-09-13 12:45:15 +02:00 |
Damjan Jovanovic
|
1d5575b905
|
shell32: DragQueryFile doesn't count the null terminator.
|
2007-07-06 18:12:44 +02:00 |
Andrew Talbot
|
dfe3d5b88c
|
shell32: Declare some functions static.
|
2007-02-07 11:03:22 +01:00 |
Andrew Talbot
|
670cf778aa
|
shell32: Remove unused variable.
|
2007-01-16 11:19:18 +01:00 |
Andrew Talbot
|
2f4bb7b78d
|
shell32: Cast-qual warnings fix.
|
2006-11-15 11:32:32 +01:00 |
Hans Leidekker
|
89e1d29482
|
shell32: Win64 printf format warning fixes.
|
2006-10-09 12:45:02 +02:00 |
Mikołaj Zalewski
|
455991a7a8
|
shell32: Remove the unused shell allocator.
|
2006-09-10 10:19:21 +02:00 |
Mikołaj Zalewski
|
8fcc0bdf78
|
shell32: Document the shell32 "mini-COM" functions.
|
2006-09-10 10:19:14 +02:00 |
Mikołaj Zalewski
|
289e469e7c
|
shell32: Add a Trash virtual folder.
|
2006-08-09 12:47:39 +02:00 |
Alexandre Julliard
|
7a0396afd1
|
shell32: Make some variables static and/or const.
|
2006-06-12 13:44:21 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Francois Gouget
|
d3aa2313b8
|
shell32: Update DllGetClassObject documentation.
|
2006-02-07 21:18:12 +01:00 |
Markus Amsler
|
671738d5c1
|
Improve c2man Documented-Total count. Changes:
- add missing description
- add missing returns section
- complete missing A/W pairs
- reformate comments, to match c2man requirements
|
2005-11-10 11:15:22 +00:00 |
Michael Jung
|
b0b4777422
|
Implemented 'My Documents' folder.
|
2005-08-26 10:05:34 +00:00 |
Mike McCormack
|
eafa666bee
|
Fix some gcc 4.0 warnings.
|
2005-08-22 09:26:53 +00:00 |
Michael Jung
|
b6d97d5654
|
Added stubbed implementation of IPersistPropertyBag interface.
Register unixfs as CLSID_FolderShortcut.
|
2005-08-19 13:58:52 +00:00 |
Alexandre Julliard
|
d37f0abf07
|
Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
Dll(Un)RegisterServer with the dll name so that the compiler can check
the prototypes.
|
2005-08-08 17:35:28 +00:00 |
Mike McCormack
|
e28c014a84
|
-Wpointer-sign fixes.
|
2005-07-03 12:03:35 +00:00 |
Dmitry Timoshkov
|
eba47f1dfe
|
Make remaining OLE interface vtables const.
|
2005-06-06 19:50:35 +00:00 |
Michael Jung
|
3c3495ea51
|
Add a new CLSID for UnixDosFolder, which is identical to UnixFolder,
but does unix <-> dos path conversion for GetDisplayNameOf and
ParseDisplayName.
|
2005-05-24 11:45:47 +00:00 |
Martin Fuchs
|
d3b5018275
|
Correct comments of some export ordinals.
|
2005-04-13 15:17:16 +00:00 |
Francois Gouget
|
93416cdaf7
|
Assorted spelling fixes.
|
2005-03-23 13:15:18 +00:00 |
Mike McCormack
|
17c3106896
|
Eliminate casts of the return value of HeapAlloc.
|
2005-03-21 11:25:13 +00:00 |
Jon Griffiths
|
dbf222f3aa
|
Use LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
|
2005-03-17 20:53:37 +00:00 |
Michael Jung
|
015d2a4dbe
|
Beginning of a shell namespace extension to browse the unix
filesystem.
|
2005-03-09 16:41:17 +00:00 |
James Hawkins
|
ba92d2924a
|
- Use Interlocked* instead of ++/-- in AddRef/Release.
- Use only stored result of Interlocked* in AddRef/Release.
- Expand TRACEs to display the ref count.
|
2005-01-14 16:02:20 +00:00 |
Alexandre Julliard
|
ebe3c529b1
|
Janitorial: C booleans must not be compared against TRUE.
|
2004-12-09 14:07:59 +00:00 |
Vincent Béron
|
6c644d68cf
|
Fix various function prototypes.
|
2004-10-19 23:55:15 +00:00 |
Francois Gouget
|
486d020c1b
|
Don't define COBJMACROS in objbase.h.
Update the Wine sources accordingly.
|
2004-10-07 03:06:48 +00:00 |
Alexandre Julliard
|
314b99c48f
|
Removed some more uses of the non-standard ICOM_THIS macro.
|
2004-09-09 20:17:07 +00:00 |
Alexandre Julliard
|
f714b39762
|
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
macro.
|
2004-08-23 19:39:48 +00:00 |
Alexandre Julliard
|
48c4bb3c31
|
Get rid of the non-standard ICOM_VTABLE macro.
|
2004-08-12 23:00:51 +00:00 |
Alexandre Julliard
|
0467ce9fd7
|
Get rid of the non-standard ICOM_VFIELD macro.
|
2004-08-12 19:52:49 +00:00 |
Marcus Meissner
|
ab7af13705
|
Fixed double applet = applet = assignment.
Removed sic_hdpa only used in 1 C file as static var.
Make VT_Shell_IMalloc32 and related variables static.
|
2004-07-12 19:50:56 +00:00 |
Ge van Geldorp
|
c390bb2aea
|
Match prototypes to Platform SDK.
|
2004-06-28 20:32:53 +00:00 |