reactos/dll/win32/shell32
Katayama Hirofumi MZ 157e18b215
[SHELL32][SHELL32_APITEST][SDK] Implement StrRStrA/W (#7621)
Implementing missing features...
JIRA issue: CORE-19278
- Move function definitions from stubs.cpp to utils.cpp.
- Add prototypes to <undocshell.h>.
2025-01-20 08:50:26 +09:00
..
dialogs [SHELL32] Clone properties IDataObject for unlimited lifetime (#7601) 2025-01-08 14:22:34 +03:00
droptargets [SHELL32] Allow DnD to create shortcuts across different drives (#7607) 2025-01-19 21:00:55 +01:00
folders [SHELL32] Allow DnD to create shortcuts across different drives (#7607) 2025-01-19 21:00:55 +01:00
lang [SHELL32] Fix typos and improve Portuguese (pt-PT) translation (#7374) 2025-01-06 18:17:00 +01:00
res A problem has been detected and ReactOS has been shut down to prevent 2025-01-01 00:00:00 +01:00
shelldesktop [SHELL32] Don't display non-enumerable nor non-folder items in Explorer tree (#7189) 2024-08-29 20:45:59 +02:00
shellmenu [SHDOCVW][BROWSEUI][SHELL32] Correctly refcount CNSCBand and Explorer File menu (#7569) 2024-12-27 14:46:30 +01:00
shellrecyclebin [SHELL32] Use FS compatible PIDL format for Recycle Bin items (#7532) 2024-12-19 14:38:27 +01:00
wine [SHELL32] Fix Control_RunDLL single comma syntax out of range dialog box numbers (#7595) 2025-01-04 19:28:12 +03:00
avi_res.rc
bitmap_res.rc Revert "[SHELL32] Show Product version on About dialog bmp (#3621)" (#7327) 2024-09-08 14:55:47 +02:00
brfolder.cpp [SHELL32] Fix BrowseForFolder expanding a folder containing a zip (#7585) 2024-12-30 16:14:44 +03:00
CActiveDesktop.cpp
CActiveDesktop.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CCopyAsPathMenu.cpp [SHELL32] Use FS compatible PIDL format for Recycle Bin items (#7532) 2024-12-19 14:38:27 +01:00
CCopyAsPathMenu.h [SHELL32] Rewrite CCopyAsPathMenu on top of IContextMenu 2024-04-28 21:03:43 +07:00
CCopyMoveToMenu.cpp [SHELL32][BROWSEUI] CopyMoveToMenu must initialize without a PIDL folder (#7047) 2024-06-25 00:29:35 +02:00
CCopyMoveToMenu.h [SHELL32][BROWSEUI] CopyMoveToMenu must initialize without a PIDL folder (#7047) 2024-06-25 00:29:35 +02:00
CDefaultContextMenu.cpp [SHELL32] CM::InvokeCommand case-insensitive compare verb string (#7582) 2024-12-27 14:47:11 +01:00
CDefView.cpp [SHELL32] Temporarily disable LVS_EX_DOUBLEBUFFER in DefView (#7642) 2025-01-19 23:20:34 +01:00
CDefViewBckgrndMenu.cpp [SHELL32] Refactor DefView column handling (#5767) 2024-05-28 11:39:00 +02:00
CDefViewDual.cpp [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CDefViewUtil.cpp [SHELL32] Handle SHCreateShellFolderViewEx callback function (#7240) 2024-08-19 00:34:05 +02:00
CDropTargetHelper.cpp
CDropTargetHelper.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CEnumIDListBase.cpp [SHELL32] Don't display non-enumerable nor non-folder items in Explorer tree (#7189) 2024-08-29 20:45:59 +02:00
CEnumIDListBase.h [SHELL32] Don't display non-enumerable nor non-folder items in Explorer tree (#7189) 2024-08-29 20:45:59 +02:00
CExtractIcon.cpp [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CFileSysBindData.cpp [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CFolder.cpp
CFolder.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CFolderItems.cpp [EXPLORER][BROWSEUI][SHELL32][NETSHELL] Fix wrong usage of CComPtr 2022-10-02 00:38:23 +02:00
CFolderItems.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CFolderItemVerbs.cpp [SHELL32] Use FS compatible PIDL format for Recycle Bin items (#7532) 2024-12-19 14:38:27 +01:00
CFolderItemVerbs.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CFolderOptions.cpp [SHELL32] Implement and use SHOpenPropSheet (#7432) 2024-11-27 17:45:03 +01:00
CFolderOptions.h [SHELL32][BROWSEUI] Implement ShellBrowser Apply/Reset default folder settings (#6912) 2024-06-04 18:37:19 +02:00
changenotify.cpp [SHELL32] SHChangeNotify: SHCNF_DWORD and SHCNF_PRINTERA/W (#6777) 2024-04-20 23:11:31 +09:00
CIDLDataObj.cpp [SHELL32] Implement the desktop folder menu for Explorer tree (#7026) 2024-06-21 19:19:49 +02:00
CMakeLists.txt [SHELL32][SHELL32_APITEST][SDK] Implement SHGetUserDisplayName (#7612) 2025-01-17 09:33:52 +09:00
CNewMenu.cpp [REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp 2024-10-20 14:12:25 +03:00
CNewMenu.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
COpenWithMenu.cpp [SHELL32] Use FS compatible PIDL format for Recycle Bin items (#7532) 2024-12-19 14:38:27 +01:00
COpenWithMenu.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CQueryAssociations.cpp [SHELL32][SHELL32_APITEST] Consolidate file type description handling (#7485) 2024-11-17 20:13:05 +01:00
CQueryAssociations.h [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
CSendToMenu.cpp [SHELL32] Use FS compatible PIDL format for Recycle Bin items (#7532) 2024-12-19 14:38:27 +01:00
CSendToMenu.h
CShellDispatch.cpp [SHELL32] Implement several ShellDispatch methods (#6145) 2024-04-10 14:29:26 -07:00
CShellDispatch.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CShellItem.cpp [SHELL32] Implement DelegateExecute verb handler and basic IShellItemArray (#6972) 2024-06-04 15:38:49 +02:00
CShellItem.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CShellLink.cpp [SHELL32] Use FS compatible PIDL format for Recycle Bin items (#7532) 2024-12-19 14:38:27 +01:00
CShellLink.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CUserNotification.cpp
CUserNotification.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
debughlp.cpp [SHELL32] ILLoadFromStream must allow loading unknown pidl formats (#7570) 2024-12-25 20:32:08 +01:00
debughlp.h
folders.cpp
icon_res.rc [SHELL32] Add transparent icon resource (#6621) CORE-19471 2024-03-14 20:58:12 +01:00
iconcache.cpp [REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp 2024-10-20 14:12:25 +03:00
precomp.h [SHELL32] Clone properties IDataObject for unlimited lifetime (#7601) 2025-01-08 14:22:34 +03:00
propsheet.cpp [SHELL32] Move SHOpenPropSheetA to propsheet.cpp (#7624) 2025-01-16 20:09:30 +09:00
rgs_res.rc [SHELL32] Copy as path shell extension (#6701) 2024-04-06 14:01:32 -07:00
shell32.cpp [SHELL32] Implement and use SHOpenPropSheet (#7432) 2024-11-27 17:45:03 +01:00
shell32.rc [SHELL32] Enable visual styles for RunDLL 2024-06-18 21:06:29 +07:00
shell32.spec [SHELL32][SHELL32_APITEST][SDK] Implement ShellExec_RunDLL (#7615) 2025-01-17 22:51:18 +09:00
shell32_shldisp.idl
shell32_version.h [SHELL32] Set a sane SHELL32 versioning, when compiled for NT 5.2 and NT 6+. 2024-02-29 12:38:50 +01:00
shell32_version.rc
shfldr.h [SHELL32] Implement and use SHOpenPropSheet (#7432) 2024-11-27 17:45:03 +01:00
shldataobject.cpp [SHELL32] Allow DnD to create shortcuts across different drives (#7607) 2025-01-19 21:00:55 +01:00
shlexec.cpp [SHELL32] SHELL_FindExecutable: improve path handling code (#7633) 2025-01-18 21:51:58 +01:00
shlfileop.cpp [SHELL32] Correctly compare pidls for SHBrowseForFolder BFFM_SETEXPANDED (#7499) 2024-11-16 16:28:28 +01:00
shlfolder.cpp [SHELL32] Implement and use SHOpenPropSheet (#7432) 2024-11-27 17:45:03 +01:00
shobjidl_local.idl
shresdef.h [SHELL32] File Types dialog: Add functionality, optimize loading time (#6122) 2024-10-14 18:03:28 +02:00
stubs.cpp [SHELL32][SHELL32_APITEST][SDK] Implement StrRStrA/W (#7621) 2025-01-20 08:50:26 +09:00
systray.cpp
utils.cpp [SHELL32][SHELL32_APITEST][SDK] Implement StrRStrA/W (#7621) 2025-01-20 08:50:26 +09:00
utils.h [SHELL32] Use FS compatible PIDL format for Recycle Bin items (#7532) 2024-12-19 14:38:27 +01:00
vista.c