summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/utils/search (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-032-285/+0
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Async search (#245)Gravatar 2xsaiko2020-05-191-0/+73
| | | | | * Async search * Define index when it's used
* Rewrite search dialog (#233)Gravatar 2xsaiko2020-04-292-0/+212
* Fix searching * Make buttons use localization * Fix rename field opening when pressing shift+space * Tweak search algorithm * Add a bit of documentation * Remove duplicate example line * Use max() when building the inner map instead of overwriting the old value * Keep search dialog state * Formatting * Fix cursor key selection not scrolling to selected item * Don't set font size * Rename close0 to exit * Fix wrong scrolling when selecting search dialog entry