summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Catch all decompilation Throwables instead of just ExceptionsGravatar gegy10002019-05-061-2/+2
* Few minor render tweaks (#127)Gravatar liach2019-05-033-4/+20
* Fix "Export JAR" file chooser title (#122)Gravatar Runemoro2019-04-251-3/+3
* Index lambda local variables to correct declaring methodGravatar gegy10002019-03-165-48/+30
* Adds a red highlight for overridden methods in method inheritance tree gui (#...Gravatar liach2019-02-243-19/+62
* Fix name duplication checking not occurring on root classesGravatar gegy10002019-02-244-3/+29
* Fix #81 -- validate renames across related classesGravatar gegy10002019-02-246-37/+41
* Fix #110 and remap indices with matched bridge method namesGravatar gegy10002019-02-2335-166/+289
* Tweak inheritance and implementation tree generationGravatar gegy10002019-02-234-35/+38
* Drop final modifiers from displayed source ast for easier readabilityGravatar gegy10002019-02-232-0/+38
* Bridge Method Fixes (#111)Gravatar Gegy2019-02-196-21/+182
* Added Basic Search (#102)Gravatar Modmuss502019-02-193-0/+169
* 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-192-21/+32
* Match token navigation reference resolution to match source indexGravatar gegy10002019-02-181-2/+2
* Fix NPE dropping mappingsGravatar gegy10002019-02-161-3/+6
* Don't save local variable entries with no mappingGravatar gegy10002019-02-161-8/+2
* Resolve HashEntryTree#getSiblings building the full ancestor pathGravatar gegy10002019-02-162-13/+26
* Disable remapping of local variables until proper support is implementedGravatar gegy10002019-02-112-8/+11
* Add System and None (JVM Default) themes. (#107)Gravatar Bartosz Skrzypczak2019-02-073-51/+73
* Fix entry remapping not applying to resolved entryGravatar gegy10002019-02-051-3/+6
* Remap sources (#106)Gravatar Gegy2019-01-3058-1203/+1264
* Fix navigation to inner classes not decompiling outer classGravatar gegy10002019-01-242-1/+8
* Fix package name on inner classes (#101)Gravatar Gegy2019-01-241-1/+1
* Standardize mapping line endings to LF (#100)Gravatar Juuxel2019-01-243-3/+21
* [WIP] Mapping rework (#91)Gravatar Gegy2019-01-24137-5893/+4651
* Fix annotation npe for villager (#99)Gravatar liach2019-01-111-5/+13
* Tweak variable name generation (#86)Gravatar Gegy2018-12-155-42/+78
* Fix #78 (#85)Gravatar Gegy2018-12-151-1/+2
* be a bit nicerGravatar asie2018-12-121-1/+1
* fix #74Gravatar asie2018-12-112-0/+16
* fix #66Gravatar asie2018-12-111-1/+1
* Fix cursor and selection highlight color when using the dark themeGravatar Shadowfacts2018-12-103-2/+16
* add option to view calls to a method in general, not just the specific instan...Gravatar Adrian Siekierka2018-12-095-7/+37
* fix SourceIndex remap bugsGravatar asie2018-12-093-18/+15
* fix #63 - make method inheritance lookup take into account access flagsGravatar asie2018-12-082-4/+17
* rewrite entry resolution logic in TranslationIndex, hopefully fixing bugsGravatar asie2018-12-088-88/+81
* add barebones plugin framework, cleanupGravatar asie2018-12-0824-347/+310
* work around Procyon weirdnessGravatar Adrian Siekierka2018-11-291-1/+7
* fix class sorting in paneGravatar asie2018-11-281-41/+2
* add line number coloring, bugfixesGravatar asie2018-11-287-28/+44
* refactors and bugfixesGravatar asie2018-11-285-89/+112
* Move to awt FileDialogGravatar modmuss502018-11-282-13/+19
* Add dark LAFGravatar modmuss502018-11-283-6/+22
* fix #68Gravatar asie2018-11-283-20/+47
* do not propagate non-argument local variable namesGravatar asie2018-11-278-11/+36
* update Guava, show proper constructor tree node, fix AccessFlags.toStringGravatar asie2018-11-076-6/+143
* unify local variable/argument numberingGravatar Adrian Siekierka2018-11-045-24/+23
* hackfix argument order in inner class constructors. this needs a proper fixGravatar asie2018-10-311-1/+5
* expose AccessFlags correctlyGravatar asie2018-10-281-3/+5