index
:
enigma
0.12-stable
1.x
2.x
feature/javadoc
feature/method-converter
fix-unit-tests
gradle-support
master
version-fix
Mirror of https://github.com/FabricMC/Enigma
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-25
Fix "Export JAR" file chooser title (#122)
Runemoro
1
-3
/
+3
2019-03-16
Index lambda local variables to correct declaring method
gegy1000
5
-48
/
+30
2019-02-24
Adds a red highlight for overridden methods in method inheritance tree gui (#...
liach
3
-19
/
+62
2019-02-24
Fix name duplication checking not occurring on root classes
gegy1000
4
-3
/
+29
2019-02-24
Fix #81 -- validate renames across related classes
gegy1000
6
-37
/
+41
2019-02-23
Fix #110 and remap indices with matched bridge method names
gegy1000
35
-166
/
+289
2019-02-23
Tweak inheritance and implementation tree generation
gegy1000
4
-35
/
+38
2019-02-23
Drop final modifiers from displayed source ast for easier readability
gegy1000
2
-0
/
+38
2019-02-19
Bridge Method Fixes (#111)
Gegy
6
-21
/
+182
2019-02-19
Added Basic Search (#102)
Modmuss50
3
-0
/
+169
2019-02-19
Track loaded mapping path when opening mappings and not just when saving
gegy1000
1
-0
/
+1
2019-02-19
Write stacktrace to editor when decompilation throws an exception
gegy1000
2
-21
/
+32
2019-02-18
Match token navigation reference resolution to match source index
gegy1000
1
-2
/
+2
2019-02-16
Fix NPE dropping mappings
gegy1000
1
-3
/
+6
2019-02-16
Don't save local variable entries with no mapping
gegy1000
1
-8
/
+2
2019-02-16
Resolve HashEntryTree#getSiblings building the full ancestor path
gegy1000
2
-13
/
+26
2019-02-11
Disable remapping of local variables until proper support is implemented
gegy1000
2
-8
/
+11
2019-02-07
Add System and None (JVM Default) themes. (#107)
Bartosz Skrzypczak
3
-51
/
+73
2019-02-05
Fix entry remapping not applying to resolved entry
gegy1000
1
-3
/
+6
2019-01-30
Remap sources (#106)
Gegy
53
-1170
/
+1224
2019-01-24
Fix navigation to inner classes not decompiling outer class
gegy1000
2
-1
/
+8
2019-01-24
Fix package name on inner classes (#101)
Gegy
1
-1
/
+1
2019-01-24
Standardize mapping line endings to LF (#100)
Juuxel
3
-3
/
+21
2019-01-24
[WIP] Mapping rework (#91)
Gegy
124
-5716
/
+4484
2019-01-11
Fix annotation npe for villager (#99)
liach
1
-5
/
+13
2018-12-15
Tweak variable name generation (#86)
Gegy
4
-35
/
+71
2018-12-15
Fix #78 (#85)
Gegy
1
-1
/
+2
2018-12-12
be a bit nicer
asie
1
-1
/
+1
2018-12-11
fix #74
asie
2
-0
/
+16
2018-12-11
fix #66
asie
1
-1
/
+1
2018-12-10
Fix cursor and selection highlight color when using the dark theme
Shadowfacts
3
-2
/
+16
2018-12-09
add option to view calls to a method in general, not just the specific instan...
Adrian Siekierka
5
-7
/
+37
2018-12-09
fix SourceIndex remap bugs
asie
3
-18
/
+15
2018-12-08
fix #63 - make method inheritance lookup take into account access flags
asie
2
-4
/
+17
2018-12-08
rewrite entry resolution logic in TranslationIndex, hopefully fixing bugs
asie
8
-88
/
+81
2018-12-08
add barebones plugin framework, cleanup
asie
24
-347
/
+310
2018-11-29
work around Procyon weirdness
Adrian Siekierka
1
-1
/
+7
2018-11-28
fix class sorting in pane
asie
1
-41
/
+2
2018-11-28
add line number coloring, bugfixes
asie
7
-28
/
+44
2018-11-28
refactors and bugfixes
asie
5
-89
/
+112
2018-11-28
Move to awt FileDialog
modmuss50
2
-13
/
+19
2018-11-28
Add dark LAF
modmuss50
3
-6
/
+22
2018-11-28
fix #68
asie
3
-20
/
+47
2018-11-27
do not propagate non-argument local variable names
asie
8
-11
/
+36
2018-11-07
update Guava, show proper constructor tree node, fix AccessFlags.toString
asie
6
-6
/
+143
2018-11-04
unify local variable/argument numbering
Adrian Siekierka
5
-24
/
+23
2018-10-31
hackfix argument order in inner class constructors. this needs a proper fix
asie
1
-1
/
+5
2018-10-28
expose AccessFlags correctly
asie
1
-3
/
+5
2018-10-28
expose AccessFlags over Access
asie
3
-10
/
+18
2018-10-27
update gson, fix argument indexing, delete empty class mappings
asie
5
-11
/
+34
[next]