| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-06-30 | Json format (#2) | 1 | -184/+0 | ||
| * Added new format * Fixed bug * Updated Version | |||||
| 2015-04-19 | relicense Enigma as LGPLv0.10.4_beta | 1 | -4/+4 | ||
| 2015-03-10 | tweaks and improvements to field matching gui | 1 | -1/+7 | ||
| 2015-03-08 | lots of small tweaks and improvements | 1 | -0/+4 | ||
| 2015-02-09 | work around bad tokens generated by procyon for now | 1 | -4/+5 | ||
| 2015-01-13 | source format change | 1 | -85/+59 | ||
| don't hate me too much if you were planning a big merge. =P | |||||
| 2014-10-09 | reverting to GPL license | 1 | -3/+3 | ||
| 2014-10-08 | relicense as LGPL | 1 | -3/+3 | ||
| 2014-10-01 | fixed inner class renaming bug | 1 | -1/+1 | ||
| also added smarter sorting to class mappings | |||||
| 2014-09-30 | fixed nasty issue with renaming inner classes, but alas, more bugs remain | 1 | -2/+0 | ||
| 2014-09-28 | added proper support for renaming constructors | 1 | -7/+22 | ||
| 2014-09-25 | fixed invalid tokens issue | 1 | -1/+8 | ||
| 2014-09-24 | HOW DO I WRITE SO MANY BUGS?!? | 1 | -0/+9 | ||
| 2014-09-20 | removed workaround for procyon bug | 1 | -13/+0 | ||
| 2014-09-20 | added token highlighting for things outside of the jar | 1 | -1/+2 | ||
| 2014-09-14 | added tests to check constructor tokens | 1 | -5/+5 | ||
| fixed a bug with constructor tokens too | |||||
| 2014-08-22 | added show token effects | 1 | -1/+1 | ||
| 2014-08-21 | fixed call graph searching | 1 | -7/+30 | ||
| added system to navigate multiple tokens for the same entry in a behavior | |||||
| 2014-08-20 | finished reference navigation system. Still need to debug and polish it, but ↵ | 1 | -20/+31 | ||
| the basic idea seems to work. =) | |||||
| 2014-08-17 | added support for automatic reconstruction of inner and anonymous classes | 1 | -8/+23 | ||
| also added class to restore bridge method flags taken out by the obfuscator | |||||
| 2014-08-10 | added backwards navigation | 1 | -7/+7 | ||
| 2014-08-10 | added go to entry feature | 1 | -1/+10 | ||
| 2014-08-10 | fixed recognition of static initializers | 1 | -1/+15 | ||
| fixed identifier off-by-one error | |||||
| 2014-08-10 | completely re-wrote token recognizer to bootstrap from Procyon's AST | 1 | -34/+65 | ||
| changed imports to guava instead of whatever collections library happened to be on my classpath | |||||
| 2014-08-07 | started working on recognition of non-class member identifiers in the source | 1 | -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-04 | added stable save order for mappings to hopefully help with merging | 1 | -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-27 | made gui responsive to caret position and show identifier info | 1 | -7/+23 | ||