| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
Co-authored-by: ByMartrixx <bymartrixx@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
Co-authored-by: ByMartrixx <bymartrixx@gmail.com>
|
| |
|
|
|
|
|
|
|
|
| |
* 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>
|
| | |
|
| |
|
| |
Co-authored-by: ByMartrixx <bymartrixx@gmail.com>
|
| |
|
| |
Co-authored-by: ByMartrixx <bymartrixx@gmail.com>
|
| |
|
| |
Co-authored-by: Eli Orona <eliorona@live.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* Add Recaf format support
* Update language files
Co-authored-by: 2xsaiko <me@dblsaiko.net>
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This fixes source export, tested with 1.18.2-pre1
|
| | |
|
| |
|
|
| |
Before the exception would be lost to time in most cases.
|
| |
|
|
|
| |
* Add a check for space indentation
* Use MappingParseException
|
| | |
|
| | |
|
| |
|
|
|
| |
* Update zh_cn.json
* Update zh_cn.json
|
| | |
|
| |
|
|
| |
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 and Record icons their own colours
why not?
* Give Constructors their own colour too
|
| |
|
|
|
| |
* Update deps
* Java 17
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
update proguard to support java 17
Signed-off-by: liach <liach@users.noreply.github.com>
Co-authored-by: liach <liach@users.noreply.github.com>
|
| | |
|
| |
|
|
|
| |
Also generate a method mapping for the record entry, does not support the case of the method having a diffrent name from the field.
If there is a component this is remapped via the field mapping.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(cherry-picked from feature/customizable-ui branch)
Clean up Gui constructor
Separate out code from Gui class
Separate out inheritance tree
Separate out implementations tree
Move click listener to separate method
Make StructurePanel not extend JPanel
Handle DeobfPanelPopupMenu in DeobfPanel
Fix the deobf panel popup menu init failing
Common code for implementations & inheritance tree
Move call tree code to separate class
Move methods from MouseListenerUtil to GuiUtil
Move editor tab code to separate class
Replace WindowAdapter with GuiUtil.onWindowClose
Move showStructure to StructurePanel
|
| |
|
|
| |
Closes #415.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Initial refactor: Allow EntryMapping to have null targetName, add EntryChange in favor of entry changing methods in GuiController
* Fix resetting name not actually removing it, and renaming a class causing name collisions with itself
Closes #246.
* Use name proposer for setting default deobf name
Closes #314
* Make network protocol use EntryChange directly
* Handle writing other data correctly when the deobf name is null
* b
* Add some new abstraction stuff
* Use pattern matching instanceof
* Move classes out of newabstraction package
* Make EntryChange final
* Regenerate equals and hashCode
* Convert EntryMapping to record
* Make TristateChange final
* Safety guard null accessModifier initialization
|