reactos/dll/win32/shell32
Katayama Hirofumi MZ e1a5ba188e
[SHELL32] SHBrowseForFolder with BIF_EDITBOX should use new UI (#3532)
CORE-17506

- Convert some judgements against BIF_NEWDIALOGSTYLE to judgements against BIF_USENEWUI. Here BIF_USENEWUI == (BIF_NEWDIALOGSTYLE | BIF_EDITBOX).
- Remove WS_SIZEBOX window style from new UI dialog resource (IDD_BROWSE_FOR_FOLDER_NEW).
- Fix header layout.h for resizing without WS_SIZEBOX.
2021-03-14 18:35:40 +09:00
..
dialogs [SHELL32] Enable auto-completion on 'Folder Options' > 'Change Icon' (#3522) 2021-03-10 21:00:36 +09:00
droptargets [SHELL32][SHELLEXT] Fix use of SHFileOperation results and improve log on failure / fix log spam (#3198) 2020-09-18 21:19:55 +02:00
folders [TRANSLATION][SHELL32] Localization of "System Folder" in My Computer types (#3168) 2020-09-13 23:16:19 +02:00
lang [SHELL32] SHBrowseForFolder with BIF_EDITBOX should use new UI (#3532) 2021-03-14 18:35:40 +09:00
res [MSGINA][SHELL32] Rework friendly UI shutdown dialog box and implement friendly UI log off dialog box (#3399) 2021-02-28 20:03:35 +09:00
shelldesktop [CMAKE] Introduce the atl_classes interface library 2020-10-20 21:44:54 +02:00
shellmenu [ATL][SHELL32][EXPLORER] Disable ATLASSERT (#3527) 2021-03-11 20:26:45 +09:00
shellrecyclebin [CMD][SERVMAN][SHELL32][WINSPOOL][ROSAPPS][NTOS:PNP] Fix my build. 2020-11-06 01:06:11 +01:00
wine [SHELL32] SHBrowseForFolder with BIF_EDITBOX should use new UI (#3532) 2021-03-14 18:35:40 +09:00
avi_res.rc
bitmap_res.rc [MSGINA][SHELL32] Rework friendly UI shutdown dialog box and implement friendly UI log off dialog box (#3399) 2021-02-28 20:03:35 +09:00
CActiveDesktop.cpp
CActiveDesktop.h
CCopyToMenu.cpp [SHELL32][SHELLEXT] Fix use of SHFileOperation results and improve log on failure / fix log spam (#3198) 2020-09-18 21:19:55 +02:00
CCopyToMoveToMenu.h [SHELL32] Enable CopyTo/MoveTo textbox functionality (#3075) 2020-08-20 11:35:14 +09:00
CDefaultContextMenu.cpp [BROWSEUI][SHELL32] Implement MoveTo/CopyTo buttons (#3128) 2020-09-07 09:42:43 +09:00
CDefView.cpp [COMCTL32][SHELL32] Fix arrow keys and reordering on ListView (#3162) 2020-09-17 22:18:34 +09:00
CDefViewBckgrndMenu.cpp
CDefViewDual.cpp
CDropTargetHelper.cpp
CDropTargetHelper.h
CEnumIDListBase.cpp
CEnumIDListBase.h
CExtractIcon.cpp
CFileSysBindData.cpp
CFolder.cpp [SHELL32][BROWSEUI] Fix usage of ILGetDisplayNameEx 2020-10-04 19:34:20 +02:00
CFolder.h
CFolderItems.cpp
CFolderItems.h
CFolderItemVerbs.cpp
CFolderItemVerbs.h
CFolderOptions.cpp
CFolderOptions.h
changenotify.cpp [SHELL32] Make 'hwndServer == NULL' spams quiet 2020-09-06 22:48:29 +09:00
CIDLDataObj.cpp
CMakeLists.txt Apply suggestions from code review 2020-10-20 21:44:54 +02:00
CMoveToMenu.cpp [SHELL32][SHELLEXT] Fix use of SHFileOperation results and improve log on failure / fix log spam (#3198) 2020-09-18 21:19:55 +02:00
CNewMenu.cpp
CNewMenu.h
COpenWithMenu.cpp [SHELL32] Fixing COpenWithMenu.cpp for handling path strings with spaces (#3449) 2021-02-06 14:35:11 +01:00
COpenWithMenu.h
CQueryAssociations.cpp
CQueryAssociations.h
CSendToMenu.cpp
CSendToMenu.h
CShellDispatch.cpp
CShellDispatch.h
CShellItem.cpp
CShellItem.h
CShellLink.cpp
CShellLink.h
CUserNotification.cpp
CUserNotification.h
debughlp.cpp
debughlp.h
folders.cpp
icon_res.rc
iconcache.cpp
precomp.h [SHELL32][SHLWAPI] Forward shell32.ShellMessageBoxW directly to shlwapi.ShellMessageBoxWrapW. (#3179) 2020-09-13 22:44:58 +02:00
rgs_res.rc [SHELL32] Implement Move To Folder (#3056) 2020-08-18 05:30:54 +09:00
shell32.cpp [SHELL32] Implement Move To Folder (#3056) 2020-08-18 05:30:54 +09:00
shell32.rc
shell32.spec [SHELL32] spec: Fix SHGetAttributesFromDataObject() parameter types (#3317) 2020-12-23 15:20:37 +03:00
shell32_shldisp.idl
shell32_version.h
shell32_version.rc
shfldr.h
shlexec.cpp
shlfileop.cpp [SHELL32][SHELLEXT] Fix use of SHFileOperation results and improve log on failure / fix log spam (#3198) 2020-09-18 21:19:55 +02:00
shlfolder.cpp
shobjidl_local.idl
shresdef.h [MSGINA][SHELL32] Rework friendly UI shutdown dialog box and implement friendly UI log off dialog box (#3399) 2021-02-28 20:03:35 +09:00
stubs.cpp [SHELL32] Stub SHGetShellStyleHInstance and SHGetAttributesFromDataObject CORE-17337 (#3295) 2020-10-24 18:04:54 +03:00
systray.cpp
vista.c