| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed inner class renaming bug | 2014-10-01 | 1 | -1/+1 | |
| | | | | | also added smarter sorting to class mappings | ||||
| * | fixed nasty issue with renaming inner classes, but alas, more bugs remain | 2014-09-30 | 1 | -2/+0 | |
| | | |||||
| * | added proper support for renaming constructors | 2014-09-28 | 1 | -7/+22 | |
| | | |||||
| * | fixed invalid tokens issue | 2014-09-25 | 1 | -1/+8 | |
| | | |||||
| * | HOW DO I WRITE SO MANY BUGS?!? | 2014-09-24 | 1 | -0/+9 | |
| | | |||||
| * | removed workaround for procyon bug | 2014-09-20 | 1 | -13/+0 | |
| | | |||||
| * | added token highlighting for things outside of the jar | 2014-09-20 | 1 | -1/+2 | |
| | | |||||
| * | added tests to check constructor tokens | 2014-09-14 | 1 | -5/+5 | |
| | | | | | fixed a bug with constructor tokens too | ||||
| * | added show token effects | 2014-08-22 | 1 | -1/+1 | |
| | | |||||
| * | fixed call graph searching | 2014-08-21 | 1 | -7/+30 | |
| | | | | | added system to navigate multiple tokens for the same entry in a behavior | ||||
| * | finished reference navigation system. Still need to debug and polish it, but ↵ | 2014-08-20 | 1 | -20/+31 | |
| | | | | | the basic idea seems to work. =) | ||||
| * | added support for automatic reconstruction of inner and anonymous classes | 2014-08-17 | 1 | -8/+23 | |
| | | | | | also added class to restore bridge method flags taken out by the obfuscator | ||||
| * | added backwards navigation | 2014-08-10 | 1 | -7/+7 | |
| | | |||||
| * | added go to entry feature | 2014-08-10 | 1 | -1/+10 | |
| | | |||||
| * | fixed recognition of static initializers | 2014-08-10 | 1 | -1/+15 | |
| | | | | | fixed identifier off-by-one error | ||||
| * | completely re-wrote token recognizer to bootstrap from Procyon's AST | 2014-08-10 | 1 | -34/+65 | |
| | | | | | changed imports to guava instead of whatever collections library happened to be on my classpath | ||||
| * | started working on recognition of non-class member identifiers in the source | 2014-08-07 | 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 | ||||
| * | added stable save order for mappings to hopefully help with merging | 2014-08-04 | 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 | ||||
| * | made gui responsive to caret position and show identifier info | 2014-07-27 | 1 | -7/+23 | |
| | | |||||
| * | initial commit | 2014-07-26 | 1 | -0/+57 | |
| so far source analysis is working. =) | |||||