summaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of Guava (#555)Gravatar J. Fronny2025-08-211-1/+0
| | | | | | | | | | | | | * Get rid of Guava * Fix NPE * Apply suggestions from review * Checkstyle * Add braces to precondition checks * Forbid space
* Add Vineflower decompiler (#541)Gravatar NebelNidas2024-04-061-1/+2
| | | | | | | | | * Add Vineflower integration * Fix some confusing names * Rename method to reflect visitor pattern naming schemes * Remove dead null check
* Add checkstyle (#460)Gravatar modmuss502022-09-141-7/+8
|
* Migrate to FlatLafGravatar Juuxel2021-03-151-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.
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-031-2/+2
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Rewrite search dialog (#233)Gravatar 2xsaiko2020-04-291-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
* Fix a few bugs (#219)Gravatar Runemoro2020-04-181-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>
* Update README.mdGravatar modmuss502020-04-051-0/+2
|
* Update readme (#170)Gravatar Runemoro2019-11-021-0/+26
* Update readme * Update README.md