summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/gui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed recursion of field reference nodesGravatar jeff2014-08-222-4/+15
| | | | tweaked scroll into view for showing tokens
* added show token effectsGravatar jeff2014-08-223-11/+108
|
* fixed constructor references in call graph searchesGravatar jeff2014-08-221-0/+5
| | | | clear reference list when opening single reference (instead of list of references)
* fixed call graph searchingGravatar jeff2014-08-214-39/+167
| | | | added system to navigate multiple tokens for the same entry in a behavior
* finished reference navigation system. Still need to debug and polish it, but ↵Gravatar jeff2014-08-202-117/+147
| | | | the basic idea seems to work. =)
* started new reference navigation systemGravatar jeff2014-08-192-54/+57
|
* fixed type caching after renameGravatar jeff2014-08-181-1/+8
| | | | allowed enums constants to be renamable
* added support for automatic reconstruction of inner and anonymous classesGravatar hg2014-08-172-3/+18
| | | | also added class to restore bridge method flags taken out by the obfuscator
* fixed javac compile errorsGravatar jeff2014-08-141-12/+12
|
* added support for field access searchesGravatar jeff2014-08-132-20/+78
| | | | added proper detection/handling for constructors
* got simple method call graph working!Gravatar jeff2014-08-122-10/+94
|
* fix keyboard shortcutsGravatar jeff2014-08-111-1/+5
|
* refactor Ancestries into Ancestries and JarIndexGravatar jeff2014-08-111-2/+2
|
* added method inheritance browsingGravatar jeff2014-08-113-115/+64
| | | | also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.
* added backwards navigationGravatar jeff2014-08-102-14/+58
|
* refactored to remove ClassFile class to prep for upcoming stack navigation. ↵Gravatar jeff2014-08-106-130/+47
| | | | It wasn't really necessary anymore.
* added go to entry featureGravatar jeff2014-08-102-52/+47
|
* improved keyboard shortcutsGravatar jeff2014-08-101-0/+10
|
* completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff2014-08-103-49/+38
| | | | changed imports to guava instead of whatever collections library happened to be on my classpath
* added sorting for deobfuscated classesGravatar jeff2014-08-091-6/+40
|
* started working on recognition of non-class member identifiers in the sourceGravatar jeff2014-08-072-63/+11
| | | | | | got class extends,implements working and argument,field types added filtering to make sure highlighted class names are actually classes in the jar
* added open entry function to popup menuGravatar jeff2014-08-061-9/+43
|
* show deobfuscated names in class inheritanceGravatar jeff2014-08-063-11/+28
|
* added copyrightGravatar jeff2014-08-061-0/+10
|
* added simple class inheritance browsingGravatar jeff2014-08-063-9/+130
|
* started on inheritance viewerGravatar jeff2014-08-041-18/+67
|
* fixed bug with renaming classesGravatar jeff2014-08-041-0/+1
|
* added stable save order for mappings to hopefully help with mergingGravatar jeff2014-08-049-124/+487
| | | | | | | | added color-coding for source identifiers redesigned rename GUI customized editor pane, added popup menu finished name validation added last-chance save on window close
* fixed bugs with saving mappingsGravatar jeff2014-08-032-29/+33
| | | | got argument renaming to work
* fixed bug with save mappings menuGravatar jeff2014-07-313-10/+76
| | | | | gui shows deobfuscated classes list now working on name validation/sanitization
* switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff2014-07-301-7/+10
|
* forgot to apply copyright noticesGravatar jeff2014-07-291-0/+10
|
* added gui/cli loading of jars/mappingsGravatar jeff2014-07-292-57/+368
| | | | gui can save mappings too
* added start of menu barGravatar jeff2014-07-292-4/+110
| | | | added about bow
* added identifier renaming capabilityGravatar jeff2014-07-272-25/+30
| | | | | | copied some code over from M3L to handle the heavy bytecode magic. It's ok... M3L will eventually depend on Enigma. Completely restructured the mappings though. This way is better. =)
* made gui responsive to caret position and show identifier infoGravatar hg2014-07-273-23/+225
|
* initial commitGravatar jeff2014-07-265-0/+337
so far source analysis is working. =)