reactos/dll/win32/shell32
Jose Carlos Jesus 187be834c0
[SHELL32] Update Portuguese (pt-PT) translation (#6939)
- Update translation;
- Fix typos;
- Add file header.

Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>
Co-authored-by: Joachim Henze <joachim.henze@reactos.org>
2024-07-18 18:08:09 +02:00
..
dialogs [BROWSEUI][SHELL32] Implement BrowseObject flags (#7086) 2024-07-09 20:00:54 +02:00
droptargets [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
folders [SHELL32] Display Desktop folder name in IShellBrowser correctly (#7105) 2024-07-08 18:22:59 +02:00
lang [SHELL32] Update Portuguese (pt-PT) translation (#6939) 2024-07-18 18:08:09 +02:00
res [SHELL32] Add Taskbar and Start Menu control panel item (#7011) 2024-06-12 13:00:54 +02:00
shelldesktop [BROWSEUI][SHELL32] Implement BrowseObject flags (#7086) 2024-07-09 20:00:54 +02:00
shellmenu [SHELL32] Respect menu Ctrl/Shift in CMenuBand and SHBrowseForFolder (#7015) 2024-06-13 13:11:34 +02:00
shellrecyclebin [SHELL32] Introduce 'HDELFILE' handle type (#6902) 2024-05-18 21:35:48 +09:00
wine [BROWSEUI][SHELL32] Implement BrowseObject flags (#7086) 2024-07-09 20:00:54 +02:00
avi_res.rc
bitmap_res.rc
brfolder.cpp [SHELL32] Implement the desktop folder menu for Explorer tree (#7026) 2024-06-21 19:19:49 +02:00
CActiveDesktop.cpp
CActiveDesktop.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CCopyAsPathMenu.cpp [SHELL32] Implement DelegateExecute verb handler and basic IShellItemArray (#6972) 2024-06-04 15:38:49 +02: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] shlexec.cpp: Parse 'shell:' and '::{CLSID}' (#7126) 2024-07-15 21:16:04 +09:00
CDefView.cpp [SHELL32] Don't update statusbar during drag operation (#7144) 2024-07-16 20:01:59 +02: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
CDropTargetHelper.cpp
CDropTargetHelper.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CEnumIDListBase.cpp [SHELL32][SHELLEXT] IEnumIDList::Next must handle pceltFetched and memory errors correctly (#5820) 2023-11-13 16:31:37 +01:00
CEnumIDListBase.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09: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] CFolderItemVerb: Zero-initialize output parameters 2022-10-14 21:04:19 +02:00
CFolderItemVerbs.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CFolderOptions.cpp [SHELL32][BROWSEUI] Implement ShellBrowser Apply/Reset default folder settings (#6912) 2024-06-04 18:37:19 +02: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] brfolder.cpp: Rename BrsFolder as BrFolder 2024-05-24 22:54:27 +09:00
CNewMenu.cpp [SHELL32] Allow custom shortcut overlay icon (#6419) 2024-03-04 16:30:43 +03:00
CNewMenu.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
COpenWithMenu.cpp [SHELL32] CDefaultContextMenu must respect the default verb list (#7090) 2024-07-09 20:01:50 +02:00
COpenWithMenu.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CQueryAssociations.cpp [SHELL32] CQueryAssociation: Add slash check (#6676) 2024-03-27 17:36:48 +09:00
CQueryAssociations.h [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CSendToMenu.cpp [SHELL32] Follow-up of #5008 (8e036fe) 2023-01-30 08:01:15 +09: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][VFDLIB] Handle size check of CMINVOKECOMMANDINFOEX correctly (#6767) 2024-05-01 14:17:08 +02: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] Enable Network Connection Rename (#5073) 2023-04-30 15:40:10 +02:00
debughlp.h [SHELL32] Add extra information when encountering an unexpected pidl 2022-02-22 19:43:05 +01:00
folders.cpp
icon_res.rc [SHELL32] Add transparent icon resource (#6621) CORE-19471 2024-03-14 20:58:12 +01:00
iconcache.cpp [SHELL32] Allow custom shortcut overlay icon (#6419) 2024-03-04 16:30:43 +03:00
precomp.h [SHELL32] shlexec.cpp: Parse 'shell:' and '::{CLSID}' (#7126) 2024-07-15 21:16:04 +09:00
rgs_res.rc [SHELL32] Copy as path shell extension (#6701) 2024-04-06 14:01:32 -07:00
shell32.cpp [SHELL32] Copy as path shell extension (#6701) 2024-04-06 14:01:32 -07:00
shell32.rc [SHELL32] Enable visual styles for RunDLL 2024-06-18 21:06:29 +07:00
shell32.spec [SHELL32] Implement DelegateExecute verb handler and basic IShellItemArray (#6972) 2024-06-04 15:38:49 +02: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] Display Desktop folder name in IShellBrowser correctly (#7105) 2024-07-08 18:22:59 +02:00
shldataobject.cpp [SHELL32][BROWSEUI] CopyMoveToMenu must initialize without a PIDL folder (#7047) 2024-06-25 00:29:35 +02:00
shlexec.cpp [SHELL32] shlexec.cpp: Parse 'shell:' and '::{CLSID}' (#7126) 2024-07-15 21:16:04 +09:00
shlfileop.cpp [SHELL32][SDK] SHChangeNotify: Re-work Part 1 (#6898) 2024-05-17 08:10:15 +09:00
shlfolder.cpp [SHELL32] Implement the desktop folder menu for Explorer tree (#7026) 2024-06-21 19:19:49 +02:00
shobjidl_local.idl
shresdef.h [SHELL32] Add Taskbar and Start Menu control panel item (#7011) 2024-06-12 13:00:54 +02:00
stubs.cpp [SHELL32] SHMultiFileProperties workaround and minimal SHObjectProperties (#7025) 2024-06-21 16:26:52 +02:00
systray.cpp
utils.cpp [SHELL32] Don't add folder verbs to non-folder RegItems (#6991) 2024-06-05 02:12:58 +02:00
vista.c