summaryrefslogtreecommitdiff
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-21Get rid of Guava (#555)Gravatar J. Fronny1-1/+0
* Get rid of Guava * Fix NPE * Apply suggestions from review * Checkstyle * Add braces to precondition checks * Forbid space
2024-04-06Add Vineflower decompiler (#541)Gravatar NebelNidas1-1/+2
* Add Vineflower integration * Fix some confusing names * Rename method to reflect visitor pattern naming schemes * Remove dead null check
2022-09-14Add checkstyle (#460)Gravatar modmuss501-7/+8
2021-03-15Migrate to FlatLafGravatar Juuxel1-1/+1
Fixes #355. - Replaces the Darcula look and feel with FlatLaf Darcula, which does not have the same rendering bugs with CJK characters (at least on Windows 10). - Replaces Metal with FlatLaf Light as the default look and feel. Metal is provided as a new, separate theme option.
2020-06-03Split GUI code to separate module (#242)Gravatar Runemoro1-2/+2
* Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
2020-04-29Rewrite search dialog (#233)Gravatar 2xsaiko1-1/+0
* 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
2020-04-18Fix a few bugs (#219)Gravatar Runemoro1-0/+1
* Update Gradle and replace deprecated Gradle features * Allow naming class in default package (fixes #215) * Fix CFR crash (fixes #207) * Update README.md Co-Authored-By: liach <7806504+liach@users.noreply.github.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2020-04-05Update README.mdGravatar modmuss501-0/+2
2019-11-02Update readme (#170)Gravatar Runemoro1-0/+26
* Update readme * Update README.md