summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/gui/Gui.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* implemented proper support for interfacesGravatar jeff2014-08-261-1/+103
* moved all classes from the default package into a package called "default" so...Gravatar jeff2014-08-231-1/+2
* added export command with progress barGravatar jeff2014-08-231-11/+27
* fixed recursion of field reference nodesGravatar jeff2014-08-221-3/+13
* added show token effectsGravatar jeff2014-08-221-3/+58
* fixed constructor references in call graph searchesGravatar jeff2014-08-221-0/+5
* fixed call graph searchingGravatar jeff2014-08-211-12/+41
* finished reference navigation system. Still need to debug and polish it, but ...Gravatar jeff2014-08-201-67/+91
* started new reference navigation systemGravatar jeff2014-08-191-18/+28
* added support for automatic reconstruction of inner and anonymous classesGravatar hg2014-08-171-1/+15
* fixed javac compile errorsGravatar jeff2014-08-141-12/+12
* added support for field access searchesGravatar jeff2014-08-131-17/+43
* got simple method call graph working!Gravatar jeff2014-08-121-10/+83
* fix keyboard shortcutsGravatar jeff2014-08-111-1/+5
* added method inheritance browsingGravatar jeff2014-08-111-15/+46
* added backwards navigationGravatar jeff2014-08-101-3/+23
* refactored to remove ClassFile class to prep for upcoming stack navigation. I...Gravatar jeff2014-08-101-33/+30
* added go to entry featureGravatar jeff2014-08-101-38/+14
* improved keyboard shortcutsGravatar jeff2014-08-101-0/+10
* completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff2014-08-101-15/+14
* added sorting for deobfuscated classesGravatar jeff2014-08-091-6/+40
* added open entry function to popup menuGravatar jeff2014-08-061-9/+43
* show deobfuscated names in class inheritanceGravatar jeff2014-08-061-1/+1
* added simple class inheritance browsingGravatar jeff2014-08-061-9/+52
* 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-041-87/+267
* fixed bugs with saving mappingsGravatar jeff2014-08-031-25/+29
* fixed bug with save mappings menuGravatar jeff2014-07-311-5/+59
* added gui/cli loading of jars/mappingsGravatar jeff2014-07-291-57/+221
* added start of menu barGravatar jeff2014-07-291-4/+24
* added identifier renaming capabilityGravatar jeff2014-07-271-24/+29
* made gui responsive to caret position and show identifier infoGravatar hg2014-07-271-22/+206
* initial commitGravatar jeff2014-07-261-0/+163