summaryrefslogtreecommitdiff
path: root/enigma/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve record class detection (#428)Gravatar modmuss502021-09-164-9/+10
* Fix reading non-deobfuscated fields that have javadoc attached as obfuscatedGravatar Marco Rebhan2021-07-091-1/+0
* Entry Changes (#364)Gravatar 2xsaiko2021-07-0829-256/+486
* Update cfr and fixes a few related issues (#414)Gravatar liach2021-07-033-29/+50
* Work around SourceIndexMethodVisitor tripping over missingGravatar Player2021-06-221-17/+19
* Structure panel options (#400)Gravatar YanisBft2021-06-152-15/+98
* Fix some exceptions getting silently discarded (e.g. see #398)Gravatar Marco Rebhan2021-06-081-19/+9
* Cleanup with Java 16 (#394)Gravatar YanisBft2021-05-2329-132/+82
* This does nothingGravatar Marco Rebhan2021-05-151-3/+0
* Don't skip hidden files since they are explicitly listed in the parametersGravatar Marco Rebhan2021-05-151-3/+0
* Add EnigmaMappingsReader.readFiles (#381)Gravatar Juuxel2021-05-151-12/+43
* Simplify toString() implementationsGravatar Yanis482021-04-074-9/+5
* Reorganize entry namesGravatar Yanis482021-04-073-10/+95
* Merge pull request #361 from modmuss50/recordsGravatar 2xsaiko2021-03-255-4/+138
|\
| * WIP full record supportGravatar modmuss502021-03-196-4/+142
* | Merge pull request #363 from Juuxel/svg-iconsGravatar 2xsaiko2021-03-211-0/+4
|\ \
| * | Switch to SVG icons instead of PNGs and add icon for recordsGravatar Juuxel2021-03-201-0/+4
| |/
* / Less strict JRE check (#362)Gravatar Geolykt2021-03-201-1/+1
|/
* Icons everywhereGravatar Yanis482021-03-174-1/+14
* Merge pull request #336 from liachmodded/cfr-impGravatar 2xsaiko2021-01-259-309/+249
|\
| * Make cfr much easier to useGravatar liach2021-01-239-309/+249
* | Merge pull request #338 from liachmodded/fix/def-browseGravatar 2xsaiko2021-01-242-25/+35
|\ \
| * | Fixes open declaration not opening declarationGravatar liach2021-01-232-25/+35
| |/
* | Merge pull request #340 from Juuxel/better-iconsGravatar 2xsaiko2021-01-242-0/+41
|\ \
| * | Exclude abstract modifier from enum classesGravatar Juuxel2021-01-231-2/+2
| * | Add interface/enum/annotation icons and modifier displaysGravatar Juuxel2021-01-232-0/+41
| |/
* / Fixed Javadoc not updating in certain cases (close/open mappings)Gravatar 2xsaiko2021-01-231-0/+10
|/
* Merge pull request #331 from YanisBft/structure-panelGravatar 2xsaiko2020-12-206-15/+198
|\
| * use ListMultimap when indexing jarGravatar Yanis482020-12-191-12/+7
| * avoid duplicate logicGravatar Yanis482020-12-152-29/+31
| * Fix automapped againGravatar Yanis482020-12-151-9/+12
| * Fix automapped entriesGravatar Yanis482020-12-151-12/+51
| * Structure panel!Gravatar Yanis482020-12-145-13/+157
* | Add true, false and null to invalid identifiersGravatar 2xsaiko2020-12-201-1/+1
|/
* my fix didn't work for an inner class in another inner classGravatar Yanis482020-12-051-3/+2
* Fix inner classes' javadocs not invalidated properlyGravatar Yanis482020-12-051-0/+5
* Release using github actions + update ASMGravatar modmuss502020-11-301-1/+1
* Do not abort decompile command on decompiler errorsGravatar AlexTMjugador2020-10-241-4/+0
* Revert "Merge pull request #299 from thiakil/validation-changes"Gravatar 2xsaiko2020-10-022-111/+26
* Only conflict when both methods are not syntheticGravatar 2xsaiko2020-10-021-1/+1
* Merge pull request #299 from thiakil/validation-changesGravatar 2xsaiko2020-10-022-26/+111
|\
| * allow name clashes to pass where javac would accept themGravatar Thiakil2020-07-192-26/+111
* | Don't save duplicate messages in validation contextGravatar 2xsaiko2020-10-012-10/+15
* | Fix #303 (#308)Gravatar Runemoro2020-08-191-3/+4
* | Set config path to Application Support on macGravatar idwtd2020-08-151-1/+1
* | Configuration stuff (#301)Gravatar 2xsaiko2020-08-046-0/+667
* | Fix losing current cursor position when renaming entries (#297)Gravatar 2xsaiko2020-07-214-24/+102
|/
* Fix name not being passedGravatar 2xsaiko2020-07-181-1/+1
* Mapping format fixes (#294)Gravatar Xander2020-07-132-10/+21
* Fix array classes not being translated correctly (#293)Gravatar Runemoro2020-07-111-0/+8