diff --git a/Changes.txt b/Changes.txt index 6ec962851..51992c85b 100644 --- a/Changes.txt +++ b/Changes.txt @@ -20,6 +20,8 @@ * Added wildcard support to launcher dialog filter. + * Added option to search subdirectories in launcher. + * Added static tooltips to some UI items. * Added dynamic tooltips to most debugger items. diff --git a/docs/graphics/rominfo_1x_large.png b/docs/graphics/rominfo_1x_large.png index e5b08d857..99fee27d2 100644 Binary files a/docs/graphics/rominfo_1x_large.png and b/docs/graphics/rominfo_1x_large.png differ diff --git a/docs/graphics/rominfo_1x_small.png b/docs/graphics/rominfo_1x_small.png index 6ee356745..4d6429409 100644 Binary files a/docs/graphics/rominfo_1x_small.png and b/docs/graphics/rominfo_1x_small.png differ diff --git a/docs/graphics/rominfo_2x_small.png b/docs/graphics/rominfo_2x_small.png index da610bba0..4aa4d6cca 100644 Binary files a/docs/graphics/rominfo_2x_small.png and b/docs/graphics/rominfo_2x_small.png differ diff --git a/docs/index.html b/docs/index.html index 7e57b22e7..d9080cae9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3689,16 +3689,19 @@
ROM Info Viewer width at 50% , UI sized 1280x900, large launcher font:
The text box in the upper right corner can be used to narrow down the - results in the ROM listing. When this box is empty, all files are shown - (subject to the restrictions from the filtering option, explained below). +
The 'Show all files' checkbox allows displaying files which do not + have a valid ROM extension. The 'Filter' text box can be used to narrow down + the results in the ROM listing. When this box is empty, all files are shown. Typing characters here will show only those files that match that pattern. For example, typing 'Activision' will show only files that contain the word 'Activision' in their name. This is very useful for quickly finding a group of related ROMs.
-- Note that the search is not case sensitive, so you don't need to worry about - capital or lower-case letters. Also you can use '*' and '?' as wildcards.
+Note that the search is not case sensitive, so you don't need to worry about + capital or lower-case letters. Also you can use '*' and '?' as wildcards. E.g. + for '(198?)*atari' only games from the 1980s made by Atari will be listed.
+When there are least three characters in the filter, the checkbox 'Incl. + subdirectories' gets enabled. When checked, Stella will search files in all + subdirectories too.