summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/gui/GuiController.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Profile option for mappings to be saved by-obf instead of by-deobfGravatar gegy10002019-06-281-3/+6
* Only open mappings once jar is loadedGravatar gegy10002019-06-191-21/+20
* Parse profile json from cli argsGravatar gegy10002019-06-181-7/+5
* Drop invalid mappings menuGravatar gegy10002019-06-181-0/+6
* Plugin rework along with API rework: Enigma split from EnigmaProject; plugins...Gravatar gegy10002019-06-161-132/+211
* Rename in place functionality (#131)Gravatar Gegy2019-05-121-8/+11
* Add forward and backward reference history with mouse navigation (#132)Gravatar Erlend Ã…mdal2019-05-121-12/+57
* Don't remap specialized methods to their bridge partner in bytecodeGravatar gegy10002019-05-101-4/+10
* Catch all decompilation Throwables instead of just ExceptionsGravatar gegy10002019-05-061-2/+2
* Fix #110 and remap indices with matched bridge method namesGravatar gegy10002019-02-231-8/+15
* Drop final modifiers from displayed source ast for easier readabilityGravatar gegy10002019-02-231-0/+1
* Track loaded mapping path when opening mappings and not just when savingGravatar gegy10002019-02-191-0/+1
* Write stacktrace to editor when decompilation throws an exceptionGravatar gegy10002019-02-191-13/+22
* Match token navigation reference resolution to match source indexGravatar gegy10002019-02-181-2/+2
* Remap sources (#106)Gravatar Gegy2019-01-301-178/+127
* Fix navigation to inner classes not decompiling outer classGravatar gegy10002019-01-241-1/+1
* [WIP] Mapping rework (#91)Gravatar Gegy2019-01-241-102/+107
* add option to view calls to a method in general, not just the specific instan...Gravatar Adrian Siekierka2018-12-091-2/+2
* fix SourceIndex remap bugsGravatar asie2018-12-091-4/+4
* add barebones plugin framework, cleanupGravatar asie2018-12-081-18/+63
* add line number coloring, bugfixesGravatar asie2018-11-281-0/+3
* update Guava, show proper constructor tree node, fix AccessFlags.toStringGravatar asie2018-11-071-0/+7
* Resolve all failed testsGravatar gegy10002018-06-221-1/+1
* Package updatesGravatar gegy10002018-05-191-0/+4
* Initial port to ASMGravatar gegy10002018-05-191-9/+9
* Avoid crash using rebuild method names + make sure that the mapping is dirty ...Gravatar Thog2017-04-051-0/+1
* Implement experimental Tiny mappings loaderGravatar Thog2017-03-241-0/+8
* Follow Fabric guidelinesGravatar Thog2017-03-081-322/+318
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-071-33/+31
* BREAKING CHANGE: Implement modifier transformerGravatar Thog2016-10-301-0/+16
* Fix order of packages, hanging of Enigma and classes nodes not renamed when p...Gravatar Thog2016-10-281-3/+3
* Fix #48Gravatar Thog2016-10-181-2/+2
* fix method/argument renaming edge cases, add method/argument name rebuilder, ...Gravatar asiekierka2016-09-121-0/+4
* Only use moveClassTree for ClassEntry (Fix #10)Gravatar Thog2016-08-241-3/+5
* Add mapping converter to command line systemGravatar Thog2016-08-241-2/+2
* Readd a missing line from the last commitGravatar Thog2016-08-241-0/+1
* Rewrite rename update for packages render, now package will never be closed d...Gravatar Thog2016-08-241-12/+16
* Add F5 hotkey to reload class + use a ugly hack to avoid rename issues with g...Gravatar Thog2016-08-141-2/+2
* Remoe JSON directory format support and clean up others thingsGravatar Thog2016-08-121-16/+0
* Implement Enigma directory format (#1)Gravatar Thomas Guillemard2016-08-121-11/+24
* Allow exporting mappings as SRG or EnigmaGravatar modmuss502016-08-111-0/+12
* ReformatGravatar lclc982016-07-041-1/+3
* Started Gui RefactorGravatar lclc982016-07-031-0/+1
* Reformatting codeGravatar lclc982016-07-021-121/+91
* Renamed FieldsGravatar lclc982016-07-021-1/+0
* Json format (#2)Gravatar lclc982016-06-301-0/+349