summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/gui (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* added stable save order for mappings to hopefully help with mergingGravatar jeff2014-08-049-124/+487
* fixed bugs with saving mappingsGravatar jeff2014-08-032-29/+33
* fixed bug with save mappings menuGravatar jeff2014-07-313-10/+76
* 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
* added start of menu barGravatar jeff2014-07-292-4/+110
* added identifier renaming capabilityGravatar jeff2014-07-272-25/+30
* made gui responsive to caret position and show identifier infoGravatar hg2014-07-273-23/+225
* initial commitGravatar jeff2014-07-265-0/+337