summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/gui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify Plugin API and support all entry typesGravatar gegy10002019-05-121-17/+11
* Resolve root when navigating to declarationGravatar gegy10002019-05-121-1/+8
* Write package name in text field on rename-in-placeGravatar gegy10002019-05-121-1/+24
* Rename in place functionality (#131)Gravatar Gegy2019-05-123-57/+70
* Quick find fixes (#133)Gravatar Gegy2019-05-123-0/+132
* Add forward and backward reference history with mouse navigation (#132)Gravatar Erlend Ã…mdal2019-05-128-78/+178
* Support navigation to declaration on ctrl+clickGravatar gegy10002019-05-112-9/+24
* 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
* Few minor render tweaks (#127)Gravatar liach2019-05-033-4/+20
* Fix "Export JAR" file chooser title (#122)Gravatar Runemoro2019-04-251-3/+3
* Adds a red highlight for overridden methods in method inheritance tree gui (#...Gravatar liach2019-02-242-7/+47
* Fix #81 -- validate renames across related classesGravatar gegy10002019-02-241-1/+5
* Fix #110 and remap indices with matched bridge method namesGravatar gegy10002019-02-232-25/+19
* Drop final modifiers from displayed source ast for easier readabilityGravatar gegy10002019-02-231-0/+1
* 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
* Disable remapping of local variables until proper support is implementedGravatar gegy10002019-02-111-8/+8
* Add System and None (JVM Default) themes. (#107)Gravatar Bartosz Skrzypczak2019-02-071-2/+2
* Remap sources (#106)Gravatar Gegy2019-01-3010-400/+503
* Fix navigation to inner classes not decompiling outer classGravatar gegy10002019-01-241-1/+1
* [WIP] Mapping rework (#91)Gravatar Gegy2019-01-2410-322/+172
* Fix cursor and selection highlight color when using the dark themeGravatar Shadowfacts2018-12-102-1/+9
* add option to view calls to a method in general, not just the specific instan...Gravatar Adrian Siekierka2018-12-093-5/+16
* fix SourceIndex remap bugsGravatar asie2018-12-091-4/+4
* add barebones plugin framework, cleanupGravatar asie2018-12-088-113/+88
* fix class sorting in paneGravatar asie2018-11-281-41/+2
* add line number coloring, bugfixesGravatar asie2018-11-284-22/+30
* refactors and bugfixesGravatar asie2018-11-282-20/+23
* Move to awt FileDialogGravatar modmuss502018-11-282-13/+19
* fix #68Gravatar asie2018-11-282-18/+45
* update Guava, show proper constructor tree node, fix AccessFlags.toStringGravatar asie2018-11-072-3/+8
* match the keybind to what the UI saysGravatar Thiakil2018-07-241-1/+1
* fix giving obf classes a name not removing them from the panelGravatar Thiakil2018-07-101-1/+5
* Resolve all failed testsGravatar gegy10002018-06-221-1/+1
* Fix compile issuesGravatar gegy10002018-06-221-3/+2
* Package updatesGravatar gegy10002018-05-197-6/+11
* Initial port to ASMGravatar gegy10002018-05-194-56/+34
* Added theme switcher + dark theme (#60)Gravatar Modmuss502017-06-076-26/+55
* Add support for custom themes (#59)Gravatar Modmuss502017-06-046-9/+55
* Remove the converter + some reorganizationGravatar Thog2017-05-162-971/+0
* Add offset for Enum constructor arguments (Fix #58)Gravatar Thog2017-05-152-4/+7
* Avoid crash using rebuild method names + make sure that the mapping is dirty ...Gravatar Thog2017-04-051-0/+1
* Reformat codeGravatar Thog2017-03-244-0/+4
* Implement experimental Tiny mappings loaderGravatar Thog2017-03-243-0/+28
* Follow Fabric guidelinesGravatar Thog2017-03-0829-3540/+3432
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-0714-604/+568
* Fix crash with ClassSelectorGravatar modmuss502016-11-141-0/+4