| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update GuiController.java (#523) | 2023-07-12 | 1 | -1/+2 | |
| | | | | | * Fix StatsGenerator encoding issue | ||||
| * | Allow using ctrl-shift-4 to close all open tabs (#518) | 2023-06-26 | 1 | -0/+1 | |
| | | |||||
| * | Fix double clicking an entry in the "implementations" window not navigating ↵ | 2023-06-24 | 7 | -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) | 2023-06-20 | 1 | -2/+2 | |
| | | | | | | * Fix ghost entries caused packages becoming empty * Fix checkstyle | ||||
| * | Update Procyon and CFR (#515) | 2023-06-18 | 3 | -8/+7 | |
| | | | | | | * Update Procyon to 0.6.0 * Update CFR to 0.2.1 | ||||
| * | Fix `canConflictWith` check for fields (#511) | 2023-06-15 | 1 | -1/+1 | |
| | | |||||
| * | Fix NullPointerException when checking if a class is a record due to super ↵ | 2023-06-14 | 1 | -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) | 2023-05-14 | 1 | -2/+4 | |
| | | |||||
| * | Update CfrDecompiler.java (#498) | 2023-05-14 | 1 | -1/+1 | |
| | | |||||
| * | Fix crash in mappings stats. Closes #503 | 2023-05-10 | 1 | -1/+3 | |
| | | |||||
| * | Bump version | 2023-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Allow shadowing fields (#475) | 2023-04-28 | 8 | -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 version | 2023-02-15 | 1 | -1/+1 | |
| | | |||||
| * | Revert commit bfc47f1b1b501923e16fe89536d7bd52b34149ca | 2022-12-08 | 1 | -3/+1 | |
| | | |||||
| * | Update dependencies and Gradle | 2022-12-07 | 10 | -119/+139 | |
| | | |||||
| * | Make enum methods `values` and `valueOf` unmappable (#470) | 2022-12-07 | 1 | -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) | 2022-12-07 | 1 | -1/+2 | |
| | | | | Co-authored-by: ByMartrixx <bymartrixx@gmail.com> | ||||
| * | Improve error handling in some places (#464) | 2022-12-07 | 6 | -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) | 2022-12-07 | 1 | -0/+14 | |
| | | | | Co-authored-by: ByMartrixx <bymartrixx@gmail.com> | ||||
| * | Clear Javadoc when text is empty (#473) | 2022-12-07 | 1 | -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) | 2022-12-07 | 1 | -6/+6 | |
| | | |||||
| * | Add `@value` Javadoc tag (#477) | 2022-12-07 | 1 | -1/+2 | |
| | | | | Co-authored-by: ByMartrixx <bymartrixx@gmail.com> | ||||
| * | Allow pasting directly on renamable tokens (#478) | 2022-12-07 | 3 | -0/+22 | |
| | | | | Co-authored-by: ByMartrixx <bymartrixx@gmail.com> | ||||
| * | Allow filtering of packages in Mapping Stats window (#481) | 2022-12-07 | 3 | -9/+59 | |
| | | | | Co-authored-by: Eli Orona <eliorona@live.com> | ||||
| * | Provide fallback anti-aliasing for DEs the JRE doesn't recognize (#466) | 2022-12-07 | 1 | -1/+17 | |
| | | |||||
| * | Bump version | 2022-10-23 | 1 | -1/+1 | |
| | | |||||
| * | Fix Recaf mappings writer registration (#467) | 2022-09-24 | 1 | -1/+2 | |
| | | |||||
| * | Update CFR | 2022-09-18 | 1 | -1/+1 | |
| | | |||||
| * | Add checkstyle (#460) | 2022-09-14 | 328 | -6406/+7514 | |
| | | |||||
| * | Nested packages in Swing UI (#458) | 2022-09-12 | 6 | -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) | 2022-09-12 | 1 | -1/+3 | |
| | | |||||
| * | Bump fontchooser to 2.5.2 (#456) | 2022-08-18 | 1 | -1/+1 | |
| | | |||||
| * | Add Recaf format support (#451) | 2022-06-12 | 10 | -1/+211 | |
| | | | | | | | | * Add Recaf format support * Update language files Co-authored-by: 2xsaiko <me@dblsaiko.net> | ||||
| * | Update ja_jp.json (#450) | 2022-06-12 | 1 | -25/+48 | |
| | | |||||
| * | Bump version. | 2022-04-15 | 1 | -1/+1 | |
| | | |||||
| * | Fix memory leak with CFR (#448) | 2022-04-15 | 2 | -73/+69 | |
| | | |||||
| * | Fix remapping of field Handle's | 2022-04-13 | 1 | -0/+14 | |
| | | | | | This fixes source export, tested with 1.18.2-pre1 | ||||
| * | Update ASM | 2022-04-13 | 1 | -4/+4 | |
| | | |||||
| * | Show the crash dialog when an off thread job fails. | 2022-04-13 | 1 | -0/+1 | |
| | | | | | Before the exception would be lost to time in most cases. | ||||
| * | Add a check for space indentation (#433) | 2022-04-08 | 1 | -3/+7 | |
| | | | | | | * Add a check for space indentation * Use MappingParseException | ||||
| * | Update CFR | 2022-03-30 | 1 | -1/+1 | |
| | | |||||
| * | Add readonly bytecode view. (#443) | 2022-03-30 | 6 | -1/+96 | |
| | | |||||
| * | feat(i18n): update Chinese(Simplified) translation (#441) | 2022-02-05 | 1 | -28/+28 | |
| | | | | | | * Update zh_cn.json * Update zh_cn.json | ||||
| * | Bump major version as it now depends on Java 17 | 2021-11-23 | 1 | -1/+1 | |
| | | |||||
| * | Change Constructor icon colour to be more distinct from Class (#437) | 2021-11-23 | 1 | -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) | 2021-11-23 | 3 | -39/+96 | |
| | | | | | | | | * Give Annotation and Record icons their own colours why not? * Give Constructors their own colour too | ||||
| * | Update deps & Java 17 (#435) | 2021-11-17 | 6 | -12/+12 | |
| | | | | | | * Update deps * Java 17 | ||||
| * | Don't drop none root method mappings that have args/local mappings. (#434) | 2021-11-17 | 1 | -1/+22 | |
| | | |||||
| * | Update cfr | 2021-10-13 | 2 | -2/+2 | |
| | | |||||
| * | Fix engima-swing missing maven pom dependencies | 2021-10-11 | 2 | -2/+2 | |
| | | |||||