index
:
enigma-fork
master
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
cuchaz
/
enigma
/
gui
/
GuiController.java
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Profile option for mappings to be saved by-obf instead of by-deobf
gegy1000
2019-06-28
1
-3
/
+6
*
Only open mappings once jar is loaded
gegy1000
2019-06-19
1
-21
/
+20
*
Parse profile json from cli args
gegy1000
2019-06-18
1
-7
/
+5
*
Drop invalid mappings menu
gegy1000
2019-06-18
1
-0
/
+6
*
Plugin rework along with API rework: Enigma split from EnigmaProject; plugins...
gegy1000
2019-06-16
1
-132
/
+211
*
Rename in place functionality (#131)
Gegy
2019-05-12
1
-8
/
+11
*
Add forward and backward reference history with mouse navigation (#132)
Erlend Ã…mdal
2019-05-12
1
-12
/
+57
*
Don't remap specialized methods to their bridge partner in bytecode
gegy1000
2019-05-10
1
-4
/
+10
*
Catch all decompilation Throwables instead of just Exceptions
gegy1000
2019-05-06
1
-2
/
+2
*
Fix #110 and remap indices with matched bridge method names
gegy1000
2019-02-23
1
-8
/
+15
*
Drop final modifiers from displayed source ast for easier readability
gegy1000
2019-02-23
1
-0
/
+1
*
Track loaded mapping path when opening mappings and not just when saving
gegy1000
2019-02-19
1
-0
/
+1
*
Write stacktrace to editor when decompilation throws an exception
gegy1000
2019-02-19
1
-13
/
+22
*
Match token navigation reference resolution to match source index
gegy1000
2019-02-18
1
-2
/
+2
*
Remap sources (#106)
Gegy
2019-01-30
1
-178
/
+127
*
Fix navigation to inner classes not decompiling outer class
gegy1000
2019-01-24
1
-1
/
+1
*
[WIP] Mapping rework (#91)
Gegy
2019-01-24
1
-102
/
+107
*
add option to view calls to a method in general, not just the specific instan...
Adrian Siekierka
2018-12-09
1
-2
/
+2
*
fix SourceIndex remap bugs
asie
2018-12-09
1
-4
/
+4
*
add barebones plugin framework, cleanup
asie
2018-12-08
1
-18
/
+63
*
add line number coloring, bugfixes
asie
2018-11-28
1
-0
/
+3
*
update Guava, show proper constructor tree node, fix AccessFlags.toString
asie
2018-11-07
1
-0
/
+7
*
Resolve all failed tests
gegy1000
2018-06-22
1
-1
/
+1
*
Package updates
gegy1000
2018-05-19
1
-0
/
+4
*
Initial port to ASM
gegy1000
2018-05-19
1
-9
/
+9
*
Avoid crash using rebuild method names + make sure that the mapping is dirty ...
Thog
2017-04-05
1
-0
/
+1
*
Implement experimental Tiny mappings loader
Thog
2017-03-24
1
-0
/
+8
*
Follow Fabric guidelines
Thog
2017-03-08
1
-322
/
+318
*
Drop unix case style and implement hashCode when equals is overrided
Thog
2017-03-07
1
-33
/
+31
*
BREAKING CHANGE: Implement modifier transformer
Thog
2016-10-30
1
-0
/
+16
*
Fix order of packages, hanging of Enigma and classes nodes not renamed when p...
Thog
2016-10-28
1
-3
/
+3
*
Fix #48
Thog
2016-10-18
1
-2
/
+2
*
fix method/argument renaming edge cases, add method/argument name rebuilder, ...
asiekierka
2016-09-12
1
-0
/
+4
*
Only use moveClassTree for ClassEntry (Fix #10)
Thog
2016-08-24
1
-3
/
+5
*
Add mapping converter to command line system
Thog
2016-08-24
1
-2
/
+2
*
Readd a missing line from the last commit
Thog
2016-08-24
1
-0
/
+1
*
Rewrite rename update for packages render, now package will never be closed d...
Thog
2016-08-24
1
-12
/
+16
*
Add F5 hotkey to reload class + use a ugly hack to avoid rename issues with g...
Thog
2016-08-14
1
-2
/
+2
*
Remoe JSON directory format support and clean up others things
Thog
2016-08-12
1
-16
/
+0
*
Implement Enigma directory format (#1)
Thomas Guillemard
2016-08-12
1
-11
/
+24
*
Allow exporting mappings as SRG or Enigma
modmuss50
2016-08-11
1
-0
/
+12
*
Reformat
lclc98
2016-07-04
1
-1
/
+3
*
Started Gui Refactor
lclc98
2016-07-03
1
-0
/
+1
*
Reformatting code
lclc98
2016-07-02
1
-121
/
+91
*
Renamed Fields
lclc98
2016-07-02
1
-1
/
+0
*
Json format (#2)
lclc98
2016-06-30
1
-0
/
+349