summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed inner class renaming bugGravatar jeff2014-10-014-101/+68
* fixed nasty issue with renaming inner classes, but alas, more bugs remainGravatar jeff2014-09-305-29/+59
* fixed a crash parsing method signatures with generics in themGravatar jeff2014-09-281-4/+17
* implemented mark-as-deobfuscated and reset-to-obfuscatedGravatar jeff2014-09-264-12/+164
* changed warnings for mappings migrationGravatar jeff2014-09-241-8/+20
* fixed in-jar detection for bridge-related methodsGravatar jeff2014-09-244-1/+96
* HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff2014-09-2410-40/+120
* trying to figure out why some mappings to correspond to anything in the jar f...Gravatar jeff2014-09-231-0/+22
* fixed bugs with anonymous/inner classesGravatar jeff2014-09-211-1/+1
* started unit testing for inner/anonymous class detectionGravatar jeff2014-09-211-0/+18
* cleaned up imports. I have no idea why Eclipse likes importing jcommander cla...Gravatar jeff2014-09-202-2/+2
* fixed crash with jar loadingGravatar jeff2014-09-181-2/+2
* fixed spelling error in error message (lol)Gravatar jeff2014-09-041-1/+1
* removed deobfuscated method signatures from mappingsGravatar jeff2014-09-036-52/+28
* fixed issue with method renamingGravatar jeff2014-09-031-1/+1
* big refactor to better model class/method mappings with no deobf nameGravatar jeff2014-09-037-154/+273
* refactored jar,translation index. fixed bug with field renaming when fields a...Gravatar jeff2014-09-013-20/+45
* added checks to prevent renaming classes/fields/methods/arguments to the same...Gravatar jeff2014-08-314-1/+107
* fixed mapping conversion bug with class rename orderGravatar jeff2014-08-313-39/+41
* fixed lots of bugs in the mappings converter. It's finally ready. =)Gravatar jeff2014-08-311-4/+25
* debugging class matcher... almost got it!Gravatar jeff2014-08-301-0/+7
* finished class matching for now, need to work on class member matchingGravatar jeff2014-08-303-0/+74
* got a decent class matcher workingGravatar jeff2014-08-301-0/+9
* fixed issue with method signatures in default packageGravatar jeff2014-08-281-4/+26
* add more checking to catch duplicate mappings on loadGravatar jeff2014-08-273-4/+32
* fix bug with inner class namesGravatar jeff2014-08-261-1/+6
* implemented proper support for interfacesGravatar jeff2014-08-261-19/+2
* duh! We can't put classes in a package called "default"Gravatar jeff2014-08-241-2/+3
* MappingsReader will convert old classnames in the default package to the "def...Gravatar jeff2014-08-231-1/+14
* moved all classes from the default package into a package called "default" so...Gravatar jeff2014-08-233-3/+52
* fixed call graph searchingGravatar jeff2014-08-212-19/+63
* finished reference navigation system. Still need to debug and polish it, but ...Gravatar jeff2014-08-201-0/+28
* started new reference navigation systemGravatar jeff2014-08-194-2/+23
* crap-ton of bug fixes for inner classesGravatar jeff2014-08-181-3/+13
* added support for automatic reconstruction of inner and anonymous classesGravatar hg2014-08-177-111/+329
* added support for field access searchesGravatar jeff2014-08-132-0/+102
* refactor Ancestries into Ancestries and JarIndexGravatar jeff2014-08-111-7/+7
* added method inheritance browsingGravatar jeff2014-08-115-211/+31
* refactored to remove ClassFile class to prep for upcoming stack navigation. I...Gravatar jeff2014-08-105-0/+10
* added go to entry featureGravatar jeff2014-08-105-0/+10
* completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff2014-08-104-18/+15
* added simple class inheritance browsingGravatar jeff2014-08-061-1/+21
* fixed bug with renaming classesGravatar jeff2014-08-042-1/+5
* added stable save order for mappings to hopefully help with mergingGravatar jeff2014-08-049-68/+123
* fixed bugs with saving mappingsGravatar jeff2014-08-032-27/+5
* fixed bug with save mappings menuGravatar jeff2014-07-311-0/+67
* switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff2014-07-3012-246/+628
* added identifier renaming capabilityGravatar jeff2014-07-2714-1/+1140
* made gui responsive to caret position and show identifier infoGravatar hg2014-07-275-4/+24
* initial commitGravatar jeff2014-07-264-0/+319