summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/gui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix inner classes testGravatar jeff2014-10-011-1/+0
|
* fixed inner class renaming bugGravatar jeff2014-10-011-0/+1
| | | | also added smarter sorting to class mappings
* fixed nasty issue with renaming inner classes, but alas, more bugs remainGravatar jeff2014-09-301-2/+2
|
* added jar exportGravatar jeff2014-09-283-28/+82
|
* added proper support for renaming constructorsGravatar jeff2014-09-282-20/+29
|
* implemented mark-as-deobfuscated and reset-to-obfuscatedGravatar jeff2014-09-262-9/+72
|
* HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff2014-09-242-9/+10
|
* added token highlighting for things outside of the jarGravatar jeff2014-09-204-5/+40
|
* cleaned up imports. I have no idea why Eclipse likes importing jcommander ↵Gravatar jeff2014-09-201-2/+2
| | | | classes instead of guava classes, but it's annoyong!
* added warning message to the crash dialog about choosing exitGravatar jeff2014-09-201-0/+1
|
* added better error handling for source exportGravatar jeff2014-09-182-44/+53
| | | | added checks to make sure we don't try to decopmile classes outside of the jar
* changed "Show Calls" menu to search for calls to the default constructor ↵Gravatar jeff2014-09-151-2/+9
| | | | when used on a class token
* fixed issue with method renamingGravatar jeff2014-09-031-2/+0
|
* big refactor to better model class/method mappings with no deobf nameGravatar jeff2014-09-031-0/+2
|
* added copyright noticeGravatar jeff2014-09-011-0/+10
|
* made obfuscated/deobfuscated class selector a bit easier to useGravatar jeff2014-09-015-108/+277
|
* added simple loading screen for jarsGravatar jeff2014-08-312-13/+45
|
* Show public/protected/private access on field/method/constructor referencesGravatar jeff2014-08-281-0/+1
|
* fixed minor spelling errorGravatar jeff2014-08-281-1/+1
|
* added crash reporterGravatar jeff2014-08-282-5/+124
|
* implemented proper support for interfacesGravatar jeff2014-08-262-1/+128
|
* moved all classes from the default package into a package called "default" ↵Gravatar jeff2014-08-233-4/+26
| | | | so they can be properly imported by other classes
* added export command with progress barGravatar jeff2014-08-234-12/+166
|
* 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
|