reactos/dll/win32/shell32
Robert Naumann fc4c4d4911
Sync brsfolder.c with keyboard shortcut code from wine (#2290)
* [SHELL32] Add shortcut to rename folders with the F2 key.

Sync Wine Commit 2e25a43f3fb6230460447bae6fb5db2edbd4a42f by Fabian Maurer

* [SHELL32] Add shortcut to delete folders with the delete key.

Sync Wine Commit 43f44ffb3779ff23c863d9b3297f92720e7e3733 by Fabian Maurer

* Disable the code for file deletion. The Wine way doesn't work on ROS. Add an explaining comment why we can't use the Wine code, as requested by Amine
2020-03-18 21:57:10 +01:00
..
dialogs [SHELL32] Disable all controls during format and re-enable after format is complete. (#2098) 2019-11-27 09:18:50 +01:00
droptargets [SHELL32] Improve DragEnter of CFSDropTarget (#2073) 2019-11-26 17:34:24 +09:00
folders Shell Folders: Reject invalid characters (#2328) 2020-02-12 09:18:24 +09:00
lang [REACTOS] Fix remaining ' \n' typos, in *.rc (#2393) 2020-03-06 19:08:25 +01:00
res Happy New Year 2020 to everyone!! 2020-01-01 00:00:00 +01:00
shelldesktop [SHELL32] Remove some trailing spaces; use explicitly global namespace for some functions. 2019-12-29 16:14:33 +01:00
shellmenu Shell Folders: Reject invalid characters (#2328) 2020-02-12 09:18:24 +09:00
shellrecyclebin [SHELL32] Use the same definitions for shell32 and it's static libs 2019-04-18 19:21:37 +02:00
wine Sync brsfolder.c with keyboard shortcut code from wine (#2290) 2020-03-18 21:57:10 +01:00
avi_res.rc
bitmap_res.rc [SHELL32] Add line bar to About dialog for consistence 2019-03-23 19:11:28 +01:00
CActiveDesktop.cpp [SHELL32] Add IActiveDesktop stub 2018-12-12 19:29:09 +01:00
CActiveDesktop.h [SHELL32] Add IActiveDesktop stub 2018-12-12 19:29:09 +01:00
CDefaultContextMenu.cpp [SHELL32][BOOTDATA] Implement Command Prompt here (#2029) 2019-11-14 23:25:21 +09:00
CDefView.cpp [SHELL32][BOOTDATA] Unselect filename extension upon renaming (#2398) 2020-02-29 08:08:26 +09:00
CDefViewBckgrndMenu.cpp [SHELL32] Fix the toolbar buttons in the file open dialog 2018-02-15 00:23:18 +02:00
CDefViewDual.cpp
CDropTargetHelper.cpp
CDropTargetHelper.h
CEnumIDListBase.cpp
CEnumIDListBase.h
CExtractIcon.cpp [SHELL32] Follow-up of #2076 (#2091) 2019-11-26 21:45:58 +09:00
CFileSysBindData.cpp
CFolder.cpp [SHELL32] Sync CShellDispatch and family with wine. 2018-04-14 15:47:13 +02:00
CFolder.h [SHELL32] Sync CShellDispatch and family with wine. 2018-04-14 15:47:13 +02:00
CFolderItems.cpp [SHELL32] Handle BYREF variants in CFolderItems::Item. 2019-09-22 11:41:57 +02:00
CFolderItems.h [SHELL32] Sync CShellDispatch and family with wine. 2018-04-14 15:47:13 +02:00
CFolderItemVerbs.cpp [SHELL32] Sync CShellDispatch and family with wine. 2018-04-14 15:47:13 +02:00
CFolderItemVerbs.h
CFolderOptions.cpp [SHELL] IShellExtInit::Initialize uses PCIDLIST_ABSOLUTE. CORE-16385 2019-09-29 12:09:02 +02:00
CFolderOptions.h [SHELL] IShellExtInit::Initialize uses PCIDLIST_ABSOLUTE. CORE-16385 2019-09-29 12:09:02 +02:00
CIDLDataObj.cpp [SDK][SHELL32] Augment the internally used IDataObject with some extra formats 2019-10-20 17:10:12 +02:00
CMakeLists.txt [SHELL32] Initial SendTo implementation (#2021) 2019-11-09 08:08:40 +09:00
CNewMenu.cpp [SHELL32] Delete unused CNewMenu::m_wszPath 2019-12-03 13:46:35 +09:00
CNewMenu.h [SHELL32] Delete unused CNewMenu::m_wszPath 2019-12-03 13:46:35 +09:00
COpenWithMenu.cpp [SDK][INCLUDE] Fix and improve comctl32_undoc.h 2020-02-13 09:16:59 +09:00
COpenWithMenu.h [SHELL] IShellExtInit::Initialize uses PCIDLIST_ABSOLUTE. CORE-16385 2019-09-29 12:09:02 +02:00
CQueryAssociations.cpp
CQueryAssociations.h
CSendToMenu.cpp [SHELL32] Fix MSVC warning warning C4390 by adding a bit more debug info. 2019-12-25 19:02:48 +01:00
CSendToMenu.h [SHELL32] Improve and fix SendTo (#2122) 2019-12-02 04:06:20 +09:00
CShellDispatch.cpp [HEADERS] Move some helpers from undocshell.h to shellutils.h as they didn't cover anything undocumented. Merge traycmd.h in undocshell.h as both contain just undocumented shell definitions. 2019-08-25 12:20:52 +03:00
CShellDispatch.h [SHELL32] Sync CShellDispatch and family with wine. 2018-04-14 15:47:13 +02:00
CShellItem.cpp [PSDK] Support STRICT_TYPED_ITEMIDS in shlobj.h. CORE-16385 2020-01-03 22:42:34 +01:00
CShellItem.h [SHELL] IPersistIDList/IShellLink use P(C)IDLIST_ABSOLUTE. CORE-16385 2019-09-29 12:09:39 +02:00
CShellLink.cpp [SHELL] Add SHOpenFolderAndSelectItems to shlobj.h. 2020-01-18 13:10:35 +01:00
CShellLink.h [SHELL32] Implement 'Open file location' of shortcut files (#2028) 2019-11-12 16:47:36 +09:00
CUserNotification.cpp [SHELL32] Implement the CUserNotification class, which implements the IUserNotification interface. CORE-13177 2018-02-15 22:38:22 +01:00
CUserNotification.h [SHELL32] Implement the CUserNotification class, which implements the IUserNotification interface. CORE-13177 2018-02-15 22:38:22 +01:00
debughlp.cpp
debughlp.h
folders.cpp [SHELL32] Remove unused debug channels and comment out unused variables. Silences some clang-cl warnings. 2017-12-07 23:54:22 +01:00
icon_res.rc
iconcache.cpp [SHELL32] Do not return -1 if a file is not valid or not found - ExtractIconEx() (#2113) 2019-12-12 08:24:20 +09:00
precomp.h [SHELL32] Improve UI of drive formatting (#2048) 2019-11-20 10:00:26 +09:00
rgs_res.rc [SHELL32] Initial SendTo implementation (#2021) 2019-11-09 08:08:40 +09:00
shell32.cpp [SHELL32] Initial SendTo implementation (#2021) 2019-11-09 08:08:40 +09:00
shell32.rc [TRANSLATION] Add/Update Indonesian translations (#1904) 2019-10-08 17:03:14 +02:00
shell32.spec
shell32_shldisp.idl
shell32_version.h
shell32_version.rc
shfldr.h
shlexec.cpp [SHELL32] Improve ShellExecCmdLine in path resolving (#2397) 2020-03-01 19:32:33 +09:00
shlfileop.cpp [SHELL32] Improve the displayed error on file copy / displacement + simplify code. 2019-12-24 18:30:54 +01:00
shlfolder.cpp [SHELL] Add SHOpenFolderAndSelectItems to shlobj.h. 2020-01-18 13:10:35 +01:00
shobjidl_local.idl
shresdef.h [SHELL32] Better fix for the "Version" string in the About-dialog (#2349) 2020-02-14 22:17:48 +01:00
stubs.cpp [SHELL32] Initial implement SHLimitInputEdit (#2323) 2020-02-10 15:57:30 +09:00
systray.cpp [SHELL32] Implement the CUserNotification class, which implements the IUserNotification interface. CORE-13177 2018-02-15 22:38:22 +01:00
vista.c [DESK][SHELL32] Allow Desk.cpl to run standalone on WinXP/2003 again CORE-15412 2018-12-17 22:01:49 +01:00