summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* allow name clashes to pass where javac would accept themGravatar Thiakil2020-07-192-26/+111
|
* add MappingValidator based testGravatar Thiakil2020-07-195-1/+147
|
* Bump versionGravatar 2xsaiko2020-07-181-1/+1
|
* Improve layout for ProgressDialogGravatar 2xsaiko2020-07-182-28/+54
|
* Make GridBagConstraintsBuilder.insets respect scaleGravatar 2xsaiko2020-07-185-9/+25
|
* Make frame visible after setting position to prevent seeing the window moveGravatar 2xsaiko2020-07-181-1/+1
|
* Make ProgressDialog use a JDialog instead of a JFrameGravatar 2xsaiko2020-07-181-16/+19
|
* Replace usages of GridBagConstraints with GridBagConstraintsBuilderGravatar 2xsaiko2020-07-184-119/+39
|
* Add GridBagConstraintsBuilder from feature/settings-dialog branchGravatar 2xsaiko2020-07-181-0/+105
|
* Fix name not being passedGravatar 2xsaiko2020-07-181-1/+1
|
* Allows setting the default editor font in the configuration file. (#295)Gravatar shartte2020-07-142-0/+6
|
* Mapping format fixes (#294)Gravatar Xander2020-07-133-10/+150
| | | | | | | | | * add test to ensure mapping formats can read/write properly * fix not baking last entries in TinyV2 reader * fix broken filter in Enigma File writer * Fix Enigma Zip writer ZipFS exception on non-matching filesystems
* Fix array classes not being translated correctly (#293)Gravatar Runemoro2020-07-111-0/+8
|
* Add menu entry to reload jar & mappings from disk (#263)Gravatar 2xsaiko2020-07-067-38/+91
| | | | | | | | | | * Add button to reload jar & mappings from disk * Disable menu entry when currently loading * Add menu entry that reloads mappings only * Remove duplicate user query code
* Fix crash on remapping [T (#261)Gravatar 2xsaiko2020-07-061-1/+1
|
* Add missing PrintWriter and StringWriter imports (#291)Gravatar Hunter Kvalevog2020-07-061-0/+2
|
* Improve stats gen to show percentages (#272)Gravatar modmuss502020-07-067-104/+217
| | | | | | | | | * Improve stats gen to show percentages * Improve stats dialog * Update stats dialog title and button text Co-authored-by: 2xsaiko <git@dblsaiko.net>
* Handle source export failures (#289)Gravatar Gegy2020-07-062-18/+55
| | | | | | | * handle decompile failures * allow decompiling as stream * Use TRACE_AS_SOURCE in gui source export
* Make class loading more flexible (#277)Gravatar Runemoro2020-07-0637-535/+440
|
* Fix "Mark as Deobfuscated" menu entry not working... this time without ↵Gravatar 2xsaiko2020-07-0626-120/+313
| | | | | | | | | breaking all the things hopefully (#284) * Fix "Mark as Deobfuscated" menu entry not working... this time hopefully without breaking all the things * Use ungrouped() for MappingDelta * Fix *DefEntry overriding the wrong translate() version
* Only try to set decompiler service on the class handle provider if it exists.Gravatar 2xsaiko2020-07-032-2/+4
| | | | Closes #288
* Fix inner classes getting the full path to the class filled in the rename fieldGravatar 2xsaiko2020-06-241-3/+12
|
* Fix inner class name validationGravatar 2xsaiko2020-06-242-2/+9
|
* Fix "Mark as Deobfuscated" menu entry not working (#265)Gravatar 2xsaiko2020-06-123-8/+3
|
* Fix decompile command (#278)Gravatar Nassim2020-06-121-2/+2
|
* Fix not being able to connect to serverGravatar 2xsaiko2020-06-101-1/+3
|
* Build fat jar for enigma-cliGravatar 2xsaiko2020-06-091-0/+13
|
* Fix crash on remapping >1 level of nested class (#262)Gravatar 2xsaiko2020-06-081-3/+5
|
* Top-level package option when generating stats (#264)Gravatar Yanis482020-06-085-26/+59
| | | | | * Top-level package option when generating stats * forgot to rename this
* Fix javadoc loss when renaming entry (#259)Gravatar 2xsaiko2020-06-082-3/+6
|
* Dont count synthetic fields in stats gen (#267)Gravatar modmuss502020-06-081-1/+3
|
* Bump versionGravatar 2xsaiko2020-06-081-1/+1
|
* Fix editor contents being changeable through certain key combinations (#258)Gravatar 2xsaiko2020-06-081-7/+33
| | | | | | | | | * Fix editor contents being changeable through certain key combinations * Clarify comment * Clarify comment even more * Please stop trying to insert tabs in a spaces formatted file, IDEA.
* Merge pull request #257 from 2xsaiko/classnamesGravatar 2xsaiko2020-06-0811-133/+120
|\ | | | | No more prefix naming
| * No more prefix namingGravatar 2xsaiko2020-06-0811-133/+120
|/
* Add remap crash handlerGravatar 2xsaiko2020-06-075-5/+29
|
* Fix yet another navigateToToken crashGravatar 2xsaiko2020-06-071-1/+5
|
* Use MacOS menu bar style (#255)Gravatar modmuss502020-06-061-0/+2
|
* Merge pull request #254 from 2xsaiko/patch-1Gravatar 2xsaiko2020-06-059-100/+351
|\ | | | | Improve connect/create server dialogs
| * Bump versionGravatar 2xsaiko2020-06-051-1/+1
| |
| * Move ServerAddress to enigma-serverGravatar 2xsaiko2020-06-043-4/+3
| |
| * Use StandardValidation.notBlank instead of manually checking field textGravatar 2xsaiko2020-06-041-3/+2
| |
| * Fix dialogs for scaleGravatar 2xsaiko2020-06-043-12/+15
| |
| * Remove duplicate lang entryGravatar 2xsaiko2020-06-031-1/+0
| |
| * Abstract out common code between ConnectToServerDialog and CreateServerDialogGravatar 2xsaiko2020-06-033-146/+142
| |
| * Improve CreateServerDialogGravatar 2xsaiko2020-06-033-45/+121
| |
| * Extend validation systemGravatar 2xsaiko2020-06-034-99/+23
| |
| * Prepare for allowing error messages in VerifiableTextFieldGravatar 2xsaiko2020-06-032-7/+29
| |
| * Improve connect dialogGravatar 2xsaiko2020-06-036-55/+288
|/
* Fix 'Save Mappings' entry missing from the menu and ctrl+s not workingGravatar 2xsaiko2020-06-031-0/+1
|