Sweden-Number/dlls/shell32
Michael Jung 6235c076a4 Initialize all members in UnixFolder constructor.
Support NULL value pidls in GetDisplayNameOf method.
2005-08-22 18:56:36 +00:00
..
tests Make file operations succeed on Win9x too. 2005-08-22 09:14:35 +00:00
.cvsignore Overlay icons for .lnk files with a small arrow in the lower left 2005-05-13 17:48:33 +00:00
Makefile.in Added missing ntdll imports. 2005-08-18 10:59:47 +00:00
autocomplete.c Replace the _ICOM_THIS_From macros by inline functions the way it's 2005-07-27 11:10:52 +00:00
brsfolder.c Fix the BrowseForFolder dialog so that when it does the callbacks it 2005-06-27 18:46:47 +00:00
changenotify.c Remove unneeded headers to reduce unneeded rebuilds. 2004-12-16 14:35:55 +00:00
classes.c Release shell folders only if they were successfully acquired. 2005-07-18 13:13:05 +00:00
clipboard.c Use SHGetPathFromIDList instead of SHELL32_GetPathFromIDList. 2005-06-14 19:17:41 +00:00
control.c Fixed double applet = applet = assignment. 2004-07-12 19:50:56 +00:00
cpanel.h Move control panel applet enumeration to cpanelfolder.c. 2004-04-08 04:37:43 +00:00
cpanelfolder.c Replace the _ICOM_THIS_From macros by inline functions the way it's 2005-07-27 11:10:52 +00:00
dataobject.c -Wpointer-sign fixes. 2005-07-03 12:03:35 +00:00
dde.c -Wpointer-sign fixes. 2005-07-03 12:03:35 +00:00
debughlp.c Use ERR instead of DPRINTF in dump_pidl_hex. 2005-08-09 20:48:17 +00:00
debughlp.h Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
dialogs.c gcc 4.0 -Wpointer-sign fixes (Reg* functions). 2005-07-06 19:08:05 +00:00
dragdrophelper.c -Wpointer-sign fixes. 2005-07-03 12:03:35 +00:00
enumidlist.c -Wpointer-sign fixes. 2005-07-03 12:03:35 +00:00
enumidlist.h - handle IFileSystemBindData in ISF_Desktop_fnParseDisplayName 2005-02-23 12:45:12 +00:00
folders.c Replace the _ICOM_THIS_From macros by inline functions the way it's 2005-07-27 11:10:52 +00:00
iconcache.c Fix winapi_check documentation warnings. 2005-06-17 20:58:33 +00:00
pidl.c Add the time to the file display dialog modified column. 2005-08-19 10:01:25 +00:00
pidl.h -Wpointer-sign fixes. 2005-07-03 12:03:35 +00:00
regsvr.c Fix some gcc 4.0 warnings. 2005-08-22 09:26:53 +00:00
shell.c Warning fixes for gcc 4.0. 2005-08-15 10:49:39 +00:00
shell.spec Comment out stub WEP entry points so that we can call WEP for builtin 2005-05-23 10:12:26 +00:00
shell32.spec Don't prefix the functions DllCanUnloadNow, DllGetClassObject and 2005-08-08 17:35:28 +00:00
shell32_Ca.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Cn.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Cs.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Da.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_De.rc Support for regular files (as opposed to directories). 2005-04-25 10:56:29 +00:00
shell32_En.rc Assorted spelling fixes. 2005-05-06 15:44:31 +00:00
shell32_Eo.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Es.rc Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all 2005-02-16 21:10:59 +00:00
shell32_Fi.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Fr.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Hu.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_It.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Ja.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Ko.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Nl.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_No.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Pl.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Pt.rc Update shell32 resources for Portuguese. 2005-07-05 10:59:11 +00:00
shell32_Ru.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Si.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Sk.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Sv.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Uk.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Wa.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Zh.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_main.c Don't prefix the functions DllCanUnloadNow, DllGetClassObject and 2005-08-08 17:35:28 +00:00
shell32_main.h Added stubbed implementation of IPersistPropertyBag interface. 2005-08-19 13:58:52 +00:00
shell32_xx.rc A general cleanup of the version resources in Wine DLLs. 2003-11-30 05:59:29 +00:00
shellfolder.h Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of 2005-07-26 18:32:53 +00:00
shelllink.c Get rid of the _ICOM_THIS macros and call the inline function 2005-07-26 20:02:25 +00:00
shellole.c Fix some gcc 4.0 warnings. 2005-08-22 09:26:53 +00:00
shellord.c - Realize DoEnvironmentSubstA via ExpandEnvironmentStringsA. 2005-06-20 15:33:48 +00:00
shellpath.c Set default for "My Documents" to $HOME, and "Desktop" to ~/Desktop. 2005-06-02 19:39:24 +00:00
shellreg.c Fix some gcc 4.0 warnings. 2005-08-22 09:26:53 +00:00
shellstring.c StrRetToStrN returns BOOL and shouldn't crash on NULL dest. 2004-02-10 02:18:50 +00:00
shfldr.h Append filename extension if necessary in IShellFolder::SetNameOf. 2005-07-18 09:12:20 +00:00
shfldr_desktop.c Authors: Michael Jung <mjung@iss.tu-darmstadt.de>, Ge van Geldorp <gvg@reactos.com> 2005-08-15 09:41:58 +00:00
shfldr_fs.c Replace the _ICOM_THIS_From macros by inline functions the way it's 2005-07-27 11:10:52 +00:00
shfldr_mycomp.c Replace the _ICOM_THIS_From macros by inline functions the way it's 2005-07-27 11:10:52 +00:00
shfldr_unixfs.c Initialize all members in UnixFolder constructor. 2005-08-22 18:56:36 +00:00
shlexec.c Fix ShellExecute("\"foo.doc\"") for Internet Explorer 6. 2005-08-17 09:53:30 +00:00
shlfileop.c Assorted spelling fixes. 2005-05-06 15:44:31 +00:00
shlfolder.c Only initialize shell folders via the IPersistFolder3 interface in 2005-07-20 10:29:05 +00:00
shlfsbind.c -Wpointer-sign fixes. 2005-07-03 12:03:35 +00:00
shlmenu.c Make functions static. 2005-06-20 10:30:15 +00:00
shlview.c Handle context menu->refresh, and F5 to initiate a refresh of the file 2005-08-19 10:02:51 +00:00
shpolicy.c Const correctness fixes. 2004-11-30 21:38:57 +00:00
shres.rc Overlay icons for .lnk files with a small arrow in the lower left 2005-05-13 17:48:33 +00:00
shresdef.h Overlay icons for .lnk files with a small arrow in the lower left 2005-05-13 17:48:33 +00:00
shv_bg_cmenu.c Handle context menu->refresh, and F5 to initiate a refresh of the file 2005-08-19 10:02:51 +00:00
shv_item_cmenu.c -Wpointer-sign fixes. 2005-07-03 12:03:35 +00:00
systray.c Make functions static. 2005-06-20 10:30:15 +00:00
undocshell.h Remove multiple declarations of the same function, keeping the public 2005-07-24 16:17:28 +00:00
version.h Revert shell32 version to Win2K SP4 level. 2004-12-06 11:34:07 +00:00
version.rc Share version information between DllGetVersion and resource file. 2004-09-22 04:00:43 +00:00
version16.rc Version resources cleanup. 2004-11-23 13:59:34 +00:00