summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/SourceIndex.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-30Json format (#2)Gravatar lclc981-184/+0
* Added new format * Fixed bug * Updated Version
2015-04-19relicense Enigma as LGPLv0.10.4_betaGravatar Cuchaz1-4/+4
2015-03-10tweaks and improvements to field matching guiGravatar jeff1-1/+7
2015-03-08lots of small tweaks and improvementsGravatar jeff1-0/+4
2015-02-09work around bad tokens generated by procyon for nowGravatar jeff1-4/+5
2015-01-13source format changeGravatar jeff1-85/+59
don't hate me too much if you were planning a big merge. =P
2014-10-09reverting to GPL licenseGravatar jeff1-3/+3
2014-10-08relicense as LGPLGravatar jeff1-3/+3
2014-10-01fixed inner class renaming bugGravatar jeff1-1/+1
also added smarter sorting to class mappings
2014-09-30fixed nasty issue with renaming inner classes, but alas, more bugs remainGravatar jeff1-2/+0
2014-09-28added proper support for renaming constructorsGravatar jeff1-7/+22
2014-09-25fixed invalid tokens issueGravatar jeff1-1/+8
2014-09-24HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff1-0/+9
2014-09-20removed workaround for procyon bugGravatar jeff1-13/+0
2014-09-20added token highlighting for things outside of the jarGravatar jeff1-1/+2
2014-09-14added tests to check constructor tokensGravatar jeff1-5/+5
fixed a bug with constructor tokens too
2014-08-22added show token effectsGravatar jeff1-1/+1
2014-08-21fixed call graph searchingGravatar jeff1-7/+30
added system to navigate multiple tokens for the same entry in a behavior
2014-08-20finished reference navigation system. Still need to debug and polish it, but ↵Gravatar jeff1-20/+31
the basic idea seems to work. =)
2014-08-17added support for automatic reconstruction of inner and anonymous classesGravatar hg1-8/+23
also added class to restore bridge method flags taken out by the obfuscator
2014-08-10added backwards navigationGravatar jeff1-7/+7
2014-08-10added go to entry featureGravatar jeff1-1/+10
2014-08-10fixed recognition of static initializersGravatar jeff1-1/+15
fixed identifier off-by-one error
2014-08-10completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff1-34/+65
changed imports to guava instead of whatever collections library happened to be on my classpath
2014-08-07started working on recognition of non-class member identifiers in the sourceGravatar jeff1-14/+20
got class extends,implements working and argument,field types added filtering to make sure highlighted class names are actually classes in the jar
2014-08-04added stable save order for mappings to hopefully help with mergingGravatar jeff1-2/+2
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
2014-07-27made gui responsive to caret position and show identifier infoGravatar hg1-7/+23