reactos/dll/win32/browseui
Charles Ambrye d8e47d61d4 [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989)
The return result of ParseNow was never checked, but contained useful information on what type of error may have occurred.  If the error is an issue with the path not existing the explorer will now show an error message notifying the user of the problem instead of silently failing.
Note:  Shell32 does not properly return ERROR_INVALID_DRIVE when the drive path does not exist.  For that reason, it is still possible to browse to a non-existent drive.  However, once shell32 is patched this code will work properly, as it checks for both ERROR_INVALID_DRIVE and ERROR_FILE_NOT_FOUND.
2020-04-20 14:21:37 +03:00
..
lang [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
res [BROWSEUI] Localize "Search Results" shell folder name 2020-04-16 14:10:24 +03:00
shellbars [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
shellfind [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
ACLCustomMRU.cpp [BROWSEUI] Implement ACLCustomMRU. 2017-12-18 23:17:17 +01:00
ACLCustomMRU.h [BROWSEUI] Implement ACLCustomMRU. 2017-12-18 23:17:17 +01:00
aclistisf.cpp [SHELL] IPersistFolder::Initialize takes a PCIDLIST_ABSOLUTE. CORE-16385 2019-09-22 16:19:11 +02:00
aclistisf.h [SHELL] IPersistFolder::Initialize takes a PCIDLIST_ABSOLUTE. CORE-16385 2019-09-22 16:19:11 +02:00
aclmulti.cpp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
aclmulti.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
addressband.cpp [BROWSEUI] Properly fix CORE-13003 "Explorer address bar display problem" 2018-12-01 14:26:33 +01:00
addressband.h [BROWSEUI] Properly fix CORE-13003 "Explorer address bar display problem" 2018-12-01 14:26:33 +01:00
addresseditbox.cpp [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
addresseditbox.h [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
bandproxy.cpp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
bandproxy.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
basebarsite.cpp [BROWSEUI] Implement toggling the folders and search band with the toolbar and make their buttons appear pressed when they are shown. 2018-10-27 15:08:24 +03:00
brandband.cpp [BROWSEUI][DEVMGR][EXPLORER][NTGDI][NTOBJSHEX][NTVDM][SETUPAPI] Remove/comment out some unused variables. CORE-11799 (#94) 2017-10-28 15:04:18 +01:00
brandband.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
browseui.cpp [SHELLFIND] Add CFindFolder 2019-09-15 19:46:36 +03:00
browseui.h [SHELLFIND] Add CSearchBar 2019-09-15 19:46:36 +03:00
browseui.rc [TRANSLATION] Add/update Hungarian translation for shell32, ieframe, browseui (#2127) 2020-01-14 18:52:38 +01:00
browseui.spec [BROWSEUI] browseui.spec: Fix SHEnumClassesOfCategories() parameters. (#1559) 2019-06-06 17:06:52 +02:00
browseuiord.cpp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
CAutoComplete.cpp [BROWSEUI] Fix infinite recursion in autocomplete control 2020-01-28 19:25:11 +01:00
CAutoComplete.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
CMakeLists.txt [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
commonbrowser.cpp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
commonbrowser.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
CProgressDialog.cpp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
CProgressDialog.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
CTaskbarList.cpp [BROWSEUI] Add ITaskbarList implementation 2018-12-17 20:38:38 +01:00
CTaskbarList.h [BROWSEUI] Add ITaskbarList implementation 2018-12-17 20:38:38 +01:00
desktopipc.cpp [BROWSEUI][SHELL32] Fix scroll to selection CORE-16504 2019-11-17 02:04:27 +01:00
dllinstall.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
explorerband.cpp [BROWSEUI] Add 'm_' prefix to CExplorerBand members (#2524) 2020-04-10 23:08:31 +09:00
explorerband.h [BROWSEUI] Add 'm_' prefix to CExplorerBand members (#2524) 2020-04-10 23:08:31 +09:00
globalfoldersettings.cpp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
globalfoldersettings.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
internettoolbar.cpp [ATL] Add GET_X_LPARAM and GET_Y_LPARAM to atlwin.h 2019-01-15 14:34:53 +02:00
internettoolbar.h [BROWSEUI] Implement toggling the folders and search band with the toolbar and make their buttons appear pressed when they are shown. 2018-10-27 15:08:24 +03:00
newatlinterfaces.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
parsecmdline.cpp [BROWSEUI] Add backslash for directory (#1121) 2018-12-13 20:04:02 +09:00
precomp.h [SHELLFIND] Add CFindFolder 2019-09-15 19:46:36 +03:00
regtreeoptions.cpp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
regtreeoptions.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
resource.h [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
shellbrowser.cpp [MSPAINT] Shorten the license string that is displayed in ShellAbout() dialog. CORE-12356 2020-01-24 23:40:32 +01:00
toolsband.cpp [ATL] Add GET_X_LPARAM and GET_Y_LPARAM to atlwin.h 2019-01-15 14:34:53 +02:00
travellog.cpp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
utility.cpp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
utility.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
version.rc Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00