summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/gui (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix inner classes testGravatar jeff2014-10-011-1/+0
* fixed inner class renaming bugGravatar jeff2014-10-011-0/+1
* 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 cla...Gravatar jeff2014-09-201-2/+2
* 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
* changed "Show Calls" menu to search for calls to the default constructor when...Gravatar jeff2014-09-151-2/+9
* 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" so...Gravatar jeff2014-08-233-4/+26
* added export command with progress barGravatar jeff2014-08-234-12/+166
* fixed recursion of field reference nodesGravatar jeff2014-08-222-4/+15
* added show token effectsGravatar jeff2014-08-223-11/+108
* fixed constructor references in call graph searchesGravatar jeff2014-08-221-0/+5
* fixed call graph searchingGravatar jeff2014-08-214-39/+167
* finished reference navigation system. Still need to debug and polish it, but ...Gravatar jeff2014-08-202-117/+147
* started new reference navigation systemGravatar jeff2014-08-192-54/+57
* fixed type caching after renameGravatar jeff2014-08-181-1/+8
* added support for automatic reconstruction of inner and anonymous classesGravatar hg2014-08-172-3/+18
* fixed javac compile errorsGravatar jeff2014-08-141-12/+12
* added support for field access searchesGravatar jeff2014-08-132-20/+78
* 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
* added backwards navigationGravatar jeff2014-08-102-14/+58
* refactored to remove ClassFile class to prep for upcoming stack navigation. I...Gravatar jeff2014-08-106-130/+47
* 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
* 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
* 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