Sweden-Number/dlls/shell32
Robert Shearman d11069f8bb shell: Fix view window Z order.
After creating the Shell View window we should call SetWindowPos to
move the window on top of other child windows in the parent window.
Also delay the showing of the window so that we can do more
initialisation after window creation without it causing visual
artifacts.
2006-01-12 11:54:03 +01:00
..
tests shell32/unixfs: Added unicode support in folder and file pidls. 2006-01-03 13:23:59 +01:00
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in Implemented UnixFolder's IPersistPropertyBag::Load method. 2005-10-27 12:09:59 +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 Initialize OLE instead of just COM, in order to enable Drag & Drop. 2005-11-23 15:15:16 +01:00
changenotify.c Use a more portable scheme for storing the name of a critical 2005-09-09 10:19:44 +00:00
classes.c shell32: Fix folder icon index when read from registry. 2006-01-11 12:33:24 +01:00
clipboard.c Use SHGetPathFromIDList instead of SHELL32_GetPathFromIDList. 2005-06-14 19:17:41 +00:00
control.c Fix warnings in 64bit. 2005-09-02 11:32:17 +00:00
cpanel.h Move control panel applet enumeration to cpanelfolder.c. 2004-04-08 04:37:43 +00:00
cpanelfolder.c Remove spaces before '\n' in traces. 2005-11-10 12:14:56 +00:00
dataobject.c -Wpointer-sign fixes. 2005-07-03 12:03:35 +00:00
dde.c Fix warnings in 64bit. 2005-09-02 11:32:17 +00:00
debughlp.c - Stop using a not initialized variable szTemp in 2005-09-08 18:54:03 +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 Remove spaces before '\n' in traces. 2005-11-10 12:14:56 +00:00
enumidlist.h - handle IFileSystemBindData in ISF_Desktop_fnParseDisplayName 2005-02-23 12:45:12 +00:00
folders.c shell32: Fix folder icon index when read from registry. 2006-01-11 12:33:24 +01:00
iconcache.c shell32: Fix folder icon index when read from registry. 2006-01-11 12:33:24 +01:00
pidl.c shell32: Helper function for unicode support in folder and file pidls. 2006-01-03 13:23:44 +01:00
pidl.h shell32: Helper function for unicode support in folder and file pidls. 2006-01-03 13:23:44 +01:00
regsvr.c Implemented 'My Documents' folder. 2005-08-26 10:05:34 +00:00
shell.c Unconditionally fall back to ANSI DDE APIs in ShellExecute if current 2005-11-11 10:54:07 +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 - fix first two arguments to 'FindExecutableA' (input strings instead 2005-10-11 19:26:20 +00:00
shell32_Bg.rc shell32: Create Local AppData for user profile. 2006-01-04 14:48:59 +01: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 shell32: Create Local AppData for user profile. 2006-01-04 14:48:59 +01:00
shell32_En.rc shell32: Create Local AppData for user profile. 2006-01-04 14:48:59 +01:00
shell32_Eo.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Es.rc shell32: Create Local AppData for user profile. 2006-01-04 14:48:59 +01:00
shell32_Fi.rc shell32: Spelling fixes for the Finnish resource. 2006-01-06 12:16:22 +01:00
shell32_Fr.rc shell32: Create Local AppData for user profile. 2006-01-04 14:48:59 +01: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 shell32: Update the Korean translation. 2006-01-09 17:17:20 +01:00
shell32_Nl.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_No.rc shell32: Updated Norwegian Bokmål resources. 2006-01-09 17:17:09 +01:00
shell32_Pl.rc More Windows-like About dialog. 2004-12-09 11:39:31 +00:00
shell32_Pt.rc shell32: Create Local AppData for user profile. 2006-01-04 14:48:59 +01:00
shell32_Ru.rc shell32: Update Russian resources. 2006-01-04 14:48:28 +01: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 shell32: Fix folder icon index when read from registry. 2006-01-11 12:33:24 +01:00
shell32_main.h shell32: Fix folder icon index when read from registry. 2006-01-11 12:33:24 +01: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 Remove spaces before '\n' in traces. 2005-11-10 12:14:56 +00:00
shellole.c Improve c2man Documented-Total count. Changes: 2005-11-10 11:15:22 +00:00
shellord.c Remove spaces before '\n' in traces. 2005-11-10 12:14:56 +00:00
shellpath.c shell32: Create Local AppData for user profile. 2006-01-04 14:48:59 +01:00
shellreg.c Fix some gcc 4.0 warnings. 2005-08-22 09:26:53 +00:00
shellstring.c Improve c2man Documented-Total count. Changes: 2005-11-10 11:15:22 +00:00
shfldr.h Convert SHELL32_BindToChild to Unicode and fix up the callers. 2005-11-01 09:34:03 +00:00
shfldr_desktop.c Correctly call HCR_GetFolderAttributes() in SHELL32_GetItemAttributes(). 2005-11-28 10:38:06 +01:00
shfldr_fs.c Convert SHELL32_BindToChild to Unicode and fix up the callers. 2005-11-01 09:34:03 +00:00
shfldr_mycomp.c Also scan HKEY_CURRENT_USER for shell namespace extensions in 2005-11-23 15:17:22 +01:00
shfldr_unixfs.c shell32: Fix bug in renaming files in the file dialogs when UNIX paths 2006-01-10 12:08:28 +01:00
shlexec.c Fix context menu handling for more than one entry in order to repair 2005-11-30 18:26:32 +01:00
shlfileop.c Improve c2man Documented-Total count. Changes: 2005-11-10 11:15:22 +00:00
shlfolder.c Correctly call HCR_GetFolderAttributes() in SHELL32_GetItemAttributes(). 2005-11-28 10:38:06 +01:00
shlfsbind.c -Wpointer-sign fixes. 2005-07-03 12:03:35 +00:00
shlmenu.c Improve c2man Documented-Total count. Changes: 2005-11-10 11:15:22 +00:00
shlview.c shell: Fix view window Z order. 2006-01-12 11:54:03 +01:00
shpolicy.c Const correctness fixes. 2004-11-30 21:38:57 +00:00
shres.rc Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +00:00
shresdef.h Implemented 'My Documents' folder. 2005-08-26 10:05:34 +00:00
shv_bg_cmenu.c Fix warnings in 64bit. 2005-09-02 11:32:17 +00:00
shv_item_cmenu.c Fix warnings in 64bit. 2005-09-02 11:32:17 +00:00
systray.c Improve c2man Documented-Total count. Changes: 2005-11-10 11:15:22 +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