summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update GuiController.java (#523)Gravatar nardpw2023-07-121-1/+2
| | | | * Fix StatsGenerator encoding issue
* Allow using ctrl-shift-4 to close all open tabs (#518)Gravatar Matei M2023-06-261-0/+1
|
* Fix double clicking an entry in the "implementations" window not navigating ↵Gravatar mudkip2023-06-247-73/+86
| | | | | | | to the respective class/method (#516) * fix double clicking an entry in the implementations window not navigating to the class/method * fix styling
* Fix ghost entries caused by packages becoming empty (#517)Gravatar Julian Burner2023-06-201-2/+2
| | | | | * Fix ghost entries caused packages becoming empty * Fix checkstyle
* Update Procyon and CFR (#515)Gravatar Julian Burner2023-06-183-8/+7
| | | | | * Update Procyon to 0.6.0 * Update CFR to 0.2.1
* Fix `canConflictWith` check for fields (#511)Gravatar Julian Burner2023-06-151-1/+1
|
* Fix NullPointerException when checking if a class is a record due to super ↵Gravatar mudkip2023-06-141-2/+2
| | | | | | | class being null (#510) * fix npe when checking if a class is a record * mark superClass as nullable
* fix npe in mapping stats when package name is null (#504)Gravatar mudkip2023-05-141-2/+4
|
* Update CfrDecompiler.java (#498)Gravatar nardpw2023-05-141-1/+1
|
* Fix crash in mappings stats. Closes #503Gravatar modmuss502023-05-101-1/+3
|
* Bump versionGravatar modmuss502023-04-281-1/+1
|
* Allow shadowing fields (#475)Gravatar Julian Burner2023-04-288-3/+72
| | | | | | | | | | | * Fix Enigma not allowing to shadow static fields * Fix mapping uniqueness verification * Allow shadowing any field * Fix a message Co-authored-by: ByMartrixx <bymartrixx@gmail.com>
* Bump versionGravatar modmuss502023-02-151-1/+1
|
* Revert commit bfc47f1b1b501923e16fe89536d7bd52b34149caGravatar modmuss502022-12-081-3/+1
|
* Update dependencies and GradleGravatar modmuss502022-12-0710-119/+139
|
* Make enum methods `values` and `valueOf` unmappable (#470)Gravatar Julian Burner2022-12-071-0/+11
| | | | | | | | | | | | | * Make enum methods `values` and `valueOf` unmappable * Fix constructor references being remapped * Fix checkstyle * Revert "Fix constructor references being remapped" This reverts commit c65d59c0bcfbecaa31494aa3bd0d493f43bbc099. Co-authored-by: ByMartrixx <bymartrixx@gmail.com>
* Fix constructor references being remapped (#480)Gravatar Julian Burner2022-12-071-1/+2
| | | Co-authored-by: ByMartrixx <bymartrixx@gmail.com>
* Improve error handling in some places (#464)Gravatar Julian Burner2022-12-076-19/+29
| | | | | | | | | | | | | | | * Improve error handling in some places * Address PR feedback * Address PR feedback (2) Co-authored-by: modmuss50 <modmuss50@gmail.com> * Address PR feedback (3) * Fix checkstyle Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Don't save empty classes (#474)Gravatar Julian Burner2022-12-071-0/+14
| | | Co-authored-by: ByMartrixx <bymartrixx@gmail.com>
* Clear Javadoc when text is empty (#473)Gravatar Julian Burner2022-12-071-2/+6
| | | | | | | | | | * Clear Javadoc when text is empty * Address PR feedback Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com> Co-authored-by: ByMartrixx <bymartrixx@gmail.com> Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
* Make all identifier panel entries copyable (#476)Gravatar Julian Burner2022-12-071-6/+6
|
* Add `@value` Javadoc tag (#477)Gravatar Julian Burner2022-12-071-1/+2
| | | Co-authored-by: ByMartrixx <bymartrixx@gmail.com>
* Allow pasting directly on renamable tokens (#478)Gravatar Julian Burner2022-12-073-0/+22
| | | Co-authored-by: ByMartrixx <bymartrixx@gmail.com>
* Allow filtering of packages in Mapping Stats window (#481)Gravatar Julian Burner2022-12-073-9/+59
| | | Co-authored-by: Eli Orona <eliorona@live.com>
* Provide fallback anti-aliasing for DEs the JRE doesn't recognize (#466)Gravatar Julian Burner2022-12-071-1/+17
|
* Bump versionGravatar modmuss502022-10-231-1/+1
|
* Fix Recaf mappings writer registration (#467)Gravatar Julian Burner2022-09-241-1/+2
|
* Update CFRGravatar modmuss502022-09-181-1/+1
|
* Add checkstyle (#460)Gravatar modmuss502022-09-14328-6406/+7514
|
* Nested packages in Swing UI (#458)Gravatar ramidzkh2022-09-126-360/+230
| | | | | | | | | | | | | * WIP nested packages * Fix deobfuscated panel package having obfuscated packages * Remove stream * Mass toggle classes obfuscation status from selector * Fix deobfuscated classes with the same name being hidden from class selectors * Open classes by pressing enter
* Ensure the root method is used when mapping specialized methods (#459)Gravatar modmuss502022-09-121-1/+3
|
* Bump fontchooser to 2.5.2 (#456)Gravatar Daniel Heid2022-08-181-1/+1
|
* Add Recaf format support (#451)Gravatar Toshimichi09152022-06-1210-1/+211
| | | | | | | * Add Recaf format support * Update language files Co-authored-by: 2xsaiko <me@dblsaiko.net>
* Update ja_jp.json (#450)Gravatar Toshimichi09152022-06-121-25/+48
|
* Bump version.Gravatar modmuss502022-04-151-1/+1
|
* Fix memory leak with CFR (#448)Gravatar modmuss502022-04-152-73/+69
|
* Fix remapping of field Handle'sGravatar modmuss502022-04-131-0/+14
| | | | This fixes source export, tested with 1.18.2-pre1
* Update ASMGravatar modmuss502022-04-131-4/+4
|
* Show the crash dialog when an off thread job fails.Gravatar modmuss502022-04-131-0/+1
| | | | Before the exception would be lost to time in most cases.
* Add a check for space indentation (#433)Gravatar enbrain2022-04-081-3/+7
| | | | | * Add a check for space indentation * Use MappingParseException
* Update CFRGravatar modmuss502022-03-301-1/+1
|
* Add readonly bytecode view. (#443)Gravatar modmuss502022-03-306-1/+96
|
* feat(i18n): update Chinese(Simplified) translation (#441)Gravatar xtexChooser2022-02-051-28/+28
| | | | | * Update zh_cn.json * Update zh_cn.json
* Bump major version as it now depends on Java 17Gravatar modmuss502021-11-231-1/+1
|
* Change Constructor icon colour to be more distinct from Class (#437)Gravatar Shnupbups2021-11-231-3/+3
| | | | As they're both 'C's, having them both be different reds was... less than ideal. Now Constructor is Dark Blue, which also emphasizes its relationship to Method which is light blue
* Give Annotation, Record, and Constructor icons their own colours (#436)Gravatar Shnupbups2021-11-233-39/+96
| | | | | | | * Give Annotation and Record icons their own colours why not? * Give Constructors their own colour too
* Update deps & Java 17 (#435)Gravatar modmuss502021-11-176-12/+12
| | | | | * Update deps * Java 17
* Don't drop none root method mappings that have args/local mappings. (#434)Gravatar modmuss502021-11-171-1/+22
|
* Update cfrGravatar modmuss502021-10-132-2/+2
|
* Fix engima-swing missing maven pom dependenciesGravatar modmuss502021-10-112-2/+2
|