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
/
enigma-swing
/
src
/
main
/
java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-21
Fix losing current cursor position when renaming entries (#297)
2xsaiko
1
-15
/
+44
2020-07-18
Improve layout for ProgressDialog
2xsaiko
2
-28
/
+54
2020-07-18
Make GridBagConstraintsBuilder.insets respect scale
2xsaiko
5
-9
/
+25
2020-07-18
Make frame visible after setting position to prevent seeing the window move
2xsaiko
1
-1
/
+1
2020-07-18
Make ProgressDialog use a JDialog instead of a JFrame
2xsaiko
1
-16
/
+19
2020-07-18
Replace usages of GridBagConstraints with GridBagConstraintsBuilder
2xsaiko
4
-119
/
+39
2020-07-18
Add GridBagConstraintsBuilder from feature/settings-dialog branch
2xsaiko
1
-0
/
+105
2020-07-14
Allows setting the default editor font in the configuration file. (#295)
shartte
2
-0
/
+6
2020-07-06
Add menu entry to reload jar & mappings from disk (#263)
2xsaiko
3
-5
/
+47
2020-07-06
Improve stats gen to show percentages (#272)
modmuss50
5
-102
/
+212
2020-07-06
Handle source export failures (#289)
Gegy
1
-3
/
+8
2020-07-06
Make class loading more flexible (#277)
Runemoro
1
-1
/
+2
2020-07-06
Fix "Mark as Deobfuscated" menu entry not working... this time without breaki...
2xsaiko
2
-2
/
+2
2020-07-03
Only try to set decompiler service on the class handle provider if it exists.
2xsaiko
1
-1
/
+3
2020-06-24
Fix inner classes getting the full path to the class filled in the rename field
2xsaiko
1
-3
/
+12
2020-06-12
Fix "Mark as Deobfuscated" menu entry not working (#265)
2xsaiko
2
-3
/
+2
2020-06-10
Fix not being able to connect to server
2xsaiko
1
-1
/
+3
2020-06-08
Top-level package option when generating stats (#264)
Yanis48
3
-19
/
+26
2020-06-08
Fix javadoc loss when renaming entry (#259)
2xsaiko
1
-1
/
+3
2020-06-08
Dont count synthetic fields in stats gen (#267)
modmuss50
1
-1
/
+3
2020-06-08
Fix editor contents being changeable through certain key combinations (#258)
2xsaiko
1
-7
/
+33
2020-06-08
No more prefix naming
2xsaiko
11
-133
/
+120
2020-06-07
Add remap crash handler
2xsaiko
1
-1
/
+13
2020-06-07
Fix yet another navigateToToken crash
2xsaiko
1
-1
/
+5
2020-06-06
Use MacOS menu bar style (#255)
modmuss50
1
-0
/
+2
2020-06-04
Move ServerAddress to enigma-server
2xsaiko
1
-1
/
+1
2020-06-04
Use StandardValidation.notBlank instead of manually checking field text
2xsaiko
1
-3
/
+2
2020-06-04
Fix dialogs for scale
2xsaiko
3
-12
/
+15
2020-06-03
Abstract out common code between ConnectToServerDialog and CreateServerDialog
2xsaiko
3
-146
/
+142
2020-06-03
Improve CreateServerDialog
2xsaiko
2
-37
/
+115
2020-06-03
Extend validation system
2xsaiko
2
-99
/
+21
2020-06-03
Prepare for allowing error messages in VerifiableTextField
2xsaiko
2
-7
/
+29
2020-06-03
Improve connect dialog
2xsaiko
3
-51
/
+175
2020-06-03
Fix 'Save Mappings' entry missing from the menu and ctrl+s not working
2xsaiko
1
-0
/
+1
2020-06-03
Editor tabs (#238)
2xsaiko
29
-1043
/
+2195
2020-06-03
Refactor MenuBar (#251)
2xsaiko
2
-352
/
+337
2020-06-03
Split GUI code to separate module (#242)
Runemoro
52
-0
/
+6209