reactos/dll/win32/shell32/wine
Jose Carlos Jesus 45c8e4dcd0
[NEWDEV][SHELL32][SYSSETUP] Improve browse driver folder dialog (#4293)
[NEWDEV] Enable OK button in "Browse For Folder" only when driver is found

Implement BrowseCallbackProc() function which sends BFFM_ENABLEOK message
to the browse dialog whether the driver is found in the selected folder.

Pass the search path to the browse dialog depending on the current index
of the drop down combobox. If the index is not set, just get window text.
Then, automatically expand the tree view to the specified path by sending
BFFM_SETSELECTION message.

Also fix a bug in SearchDriverRecursive() where a duplicate backslash
was added to the PathWithPattern string variable.

[SHELL32] Do not add Recycle Bin to the tree view items in FillTreeView()

[SYSSETUP] Add source path to the "Installation Sources" multi-string key

Each time the ProcessSetupInf() is being called, add the source path
to the "Installation Sources" registry key, if it's not added there yet.
The driver search path combobox will be then populated using its value.
2022-11-27 18:00:46 +03:00
..
appbar.c
brsfolder.c [NEWDEV][SHELL32][SYSSETUP] Improve browse driver folder dialog (#4293) 2022-11-27 18:00:46 +03:00
classes.c [SHELL32] Use wide char string literals. 2022-01-09 22:39:29 +01:00
clipboard.c
control.c [SHELL32] Fix visual glitch appeared after fixing CORE-18137 (#4488) 2022-05-09 21:36:23 +03:00
cpanel.h
pidl.c [SHELL32] Add multiple status bar parts to the file browser (#4401) 2022-05-03 16:52:23 +03:00
pidl.h [SHELL32] Add multiple status bar parts to the file browser (#4401) 2022-05-03 16:52:23 +03:00
shell32_main.c [SHELL32] Delete old unused implementation of OLD_SHAppBarMessage() (#4800) 2022-10-22 21:48:11 +02:00
shell32_main.h [SHELL32] Show file / drive properties at the position where the mouse was. 2022-10-14 21:02:33 +02:00
shellole.c [SHELL32] Use wide char string literals. 2022-01-09 22:39:29 +01:00
shellord.c [SHELL32] Use wide char string literals. 2022-01-09 22:39:29 +01:00
shellpath.c [SHELL32] Implement IsLFNDriveA/W and improve PathResolve (#4866) 2022-11-10 23:18:04 +09:00
shellreg.c [SHELL32] shlexec: Initial support of App Paths (#4850) 2022-11-08 09:23:06 +09:00
shellstring.c [SHELL32] Use wide char string literals. 2022-01-09 22:39:29 +01:00
shlmenu.c [SHELL32] Use wide char string literals. 2022-01-09 22:39:29 +01:00
shpolicy.c [SHELL32] Use wide char string literals. 2022-01-09 22:39:29 +01:00