| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactored jar,translation index. fixed bug with field renaming when fields ↵ | 2014-09-01 | 9 | -441/+394 | |
| | | | | | are shadowed by subclasses | ||||
| * | added checks to prevent renaming classes/fields/methods/arguments to the ↵ | 2014-08-31 | 1 | -0/+15 | |
| | | | | | same name as other classes/fields/methods/arguments | ||||
| * | fixed crash finding related method implementations when method doesn't ↵ | 2014-08-31 | 2 | -1/+10 | |
| | | | | | implement interface | ||||
| * | debugging class matcher... almost got it! | 2014-08-30 | 1 | -27/+30 | |
| | | |||||
| * | got a decent class matcher working | 2014-08-30 | 2 | -42/+64 | |
| | | |||||
| * | Show public/protected/private access on field/method/constructor references | 2014-08-28 | 4 | -11/+91 | |
| | | |||||
| * | fix bug with inner class names | 2014-08-26 | 1 | -1/+1 | |
| | | |||||
| * | implemented proper support for interfaces | 2014-08-26 | 4 | -7/+392 | |
| | | |||||
| * | silly mercurial. You should commit this file... | 2014-08-25 | 1 | -0/+77 | |
| | | |||||
| * | fixed issue with bridge methods so source export has fewer compile errors. =) | 2014-08-25 | 2 | -110/+154 | |
| | | |||||
| * | duh! We can't put classes in a package called "default" | 2014-08-24 | 1 | -3/+4 | |
| | | | | | | "default" is a java reserved word use "none" instead | ||||
| * | moved all classes from the default package into a package called "default" ↵ | 2014-08-23 | 2 | -30/+55 | |
| | | | | | so they can be properly imported by other classes | ||||
| * | fixed recursion of field reference nodes | 2014-08-22 | 1 | -0/+4 | |
| | | | | | tweaked scroll into view for showing tokens | ||||
| * | added show token effects | 2014-08-22 | 1 | -1/+1 | |
| | | |||||
| * | fixed constructor references in call graph searches | 2014-08-22 | 2 | -2/+20 | |
| | | | | | clear reference list when opening single reference (instead of list of references) | ||||
| * | fixed call graph searching | 2014-08-21 | 5 | -55/+64 | |
| | | | | | added system to navigate multiple tokens for the same entry in a behavior | ||||
| * | fixed recognition of inner class tokens | 2014-08-20 | 1 | -1/+12 | |
| | | | | | fixed recognition of reference tokens in constructors | ||||
| * | missed a file | 2014-08-20 | 1 | -0/+524 | |
| | | |||||
| * | finished reference navigation system. Still need to debug and polish it, but ↵ | 2014-08-20 | 10 | -669/+408 | |
| | | | | | the basic idea seems to work. =) | ||||
| * | started new reference navigation system | 2014-08-19 | 9 | -281/+361 | |
| | | |||||
| * | fixed type caching after rename | 2014-08-18 | 1 | -6/+12 | |
| | | | | | allowed enums constants to be renamable | ||||
| * | crap-ton of bug fixes for inner classes | 2014-08-18 | 2 | -40/+157 | |
| | | |||||
| * | added support for automatic reconstruction of inner and anonymous classes | 2014-08-17 | 5 | -32/+310 | |
| | | | | | also added class to restore bridge method flags taken out by the obfuscator | ||||
| * | trying to get inner/anonymous classes working... I have a working heuristic ↵ | 2014-08-15 | 2 | -74/+247 | |
| | | | | | in place to detect anonymous classes, but I can't seem to get Procyon to decompile them correctly. I'm writing the InnerClasses attribute and translating all the inner class names, but there must be something else I'm missing... | ||||
| * | fixed bug with method inheritance detection | 2014-08-14 | 2 | -15/+9 | |
| | | |||||
| * | remove old debug messages | 2014-08-14 | 1 | -7/+0 | |
| | | |||||
| * | added support for field access searches | 2014-08-13 | 4 | -54/+254 | |
| | | | | | added proper detection/handling for constructors | ||||
| * | got simple method call graph working! | 2014-08-12 | 2 | -12/+185 | |
| | | |||||
| * | refactor Ancestries into Ancestries and JarIndex | 2014-08-11 | 3 | -149/+180 | |
| | | |||||
| * | added method inheritance browsing | 2014-08-11 | 5 | -0/+537 | |
| | | | | | also finally fixed method renamer to rename all method implementations in the inheritance hierarchy. | ||||
| * | added backwards navigation | 2014-08-10 | 1 | -7/+7 | |
| | | |||||
| * | added go to entry feature | 2014-08-10 | 3 | -45/+564 | |
| | | |||||
| * | fixed recognition of static initializers | 2014-08-10 | 2 | -134/+153 | |
| | | | | | fixed identifier off-by-one error | ||||
| * | completely re-wrote token recognizer to bootstrap from Procyon's AST | 2014-08-10 | 7 | -546/+712 | |
| | | | | | 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 | 4 | -71/+139 | |
| | | | | | | | 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 | 2 | -8/+11 | |
| | | | | | | | | | 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 | ||||
| * | fixed bugs with saving mappings | 2014-08-03 | 1 | -3/+18 | |
| | | | | | got argument renaming to work | ||||
| * | made gui responsive to caret position and show identifier info | 2014-07-27 | 1 | -7/+23 | |
| | | |||||
| * | got rid of temp debug traces | 2014-07-26 | 1 | -2/+0 | |
| | | |||||
| * | initial commit | 2014-07-26 | 6 | -0/+511 | |
| so far source analysis is working. =) | |||||