| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | allow name clashes to pass where javac would accept them | 2020-07-19 | 2 | -26/+111 | |
| | | |||||
| * | add MappingValidator based test | 2020-07-19 | 5 | -1/+147 | |
| | | |||||
| * | Bump version | 2020-07-18 | 1 | -1/+1 | |
| | | |||||
| * | Improve layout for ProgressDialog | 2020-07-18 | 2 | -28/+54 | |
| | | |||||
| * | Make GridBagConstraintsBuilder.insets respect scale | 2020-07-18 | 5 | -9/+25 | |
| | | |||||
| * | Make frame visible after setting position to prevent seeing the window move | 2020-07-18 | 1 | -1/+1 | |
| | | |||||
| * | Make ProgressDialog use a JDialog instead of a JFrame | 2020-07-18 | 1 | -16/+19 | |
| | | |||||
| * | Replace usages of GridBagConstraints with GridBagConstraintsBuilder | 2020-07-18 | 4 | -119/+39 | |
| | | |||||
| * | Add GridBagConstraintsBuilder from feature/settings-dialog branch | 2020-07-18 | 1 | -0/+105 | |
| | | |||||
| * | Fix name not being passed | 2020-07-18 | 1 | -1/+1 | |
| | | |||||
| * | Allows setting the default editor font in the configuration file. (#295) | 2020-07-14 | 2 | -0/+6 | |
| | | |||||
| * | Mapping format fixes (#294) | 2020-07-13 | 3 | -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) | 2020-07-11 | 1 | -0/+8 | |
| | | |||||
| * | Add menu entry to reload jar & mappings from disk (#263) | 2020-07-06 | 7 | -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) | 2020-07-06 | 1 | -1/+1 | |
| | | |||||
| * | Add missing PrintWriter and StringWriter imports (#291) | 2020-07-06 | 1 | -0/+2 | |
| | | |||||
| * | Improve stats gen to show percentages (#272) | 2020-07-06 | 7 | -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) | 2020-07-06 | 2 | -18/+55 | |
| | | | | | | | | * handle decompile failures * allow decompiling as stream * Use TRACE_AS_SOURCE in gui source export | ||||
| * | Make class loading more flexible (#277) | 2020-07-06 | 37 | -535/+440 | |
| | | |||||
| * | Fix "Mark as Deobfuscated" menu entry not working... this time without ↵ | 2020-07-06 | 26 | -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. | 2020-07-03 | 2 | -2/+4 | |
| | | | | | Closes #288 | ||||
| * | Fix inner classes getting the full path to the class filled in the rename field | 2020-06-24 | 1 | -3/+12 | |
| | | |||||
| * | Fix inner class name validation | 2020-06-24 | 2 | -2/+9 | |
| | | |||||
| * | Fix "Mark as Deobfuscated" menu entry not working (#265) | 2020-06-12 | 3 | -8/+3 | |
| | | |||||
| * | Fix decompile command (#278) | 2020-06-12 | 1 | -2/+2 | |
| | | |||||
| * | Fix not being able to connect to server | 2020-06-10 | 1 | -1/+3 | |
| | | |||||
| * | Build fat jar for enigma-cli | 2020-06-09 | 1 | -0/+13 | |
| | | |||||
| * | Fix crash on remapping >1 level of nested class (#262) | 2020-06-08 | 1 | -3/+5 | |
| | | |||||
| * | Top-level package option when generating stats (#264) | 2020-06-08 | 5 | -26/+59 | |
| | | | | | | * Top-level package option when generating stats * forgot to rename this | ||||
| * | Fix javadoc loss when renaming entry (#259) | 2020-06-08 | 2 | -3/+6 | |
| | | |||||
| * | Dont count synthetic fields in stats gen (#267) | 2020-06-08 | 1 | -1/+3 | |
| | | |||||
| * | Bump version | 2020-06-08 | 1 | -1/+1 | |
| | | |||||
| * | Fix editor contents being changeable through certain key combinations (#258) | 2020-06-08 | 1 | -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/classnames | 2020-06-08 | 11 | -133/+120 | |
| |\ | | | | | No more prefix naming | ||||
| | * | No more prefix naming | 2020-06-08 | 11 | -133/+120 | |
| |/ | |||||
| * | Add remap crash handler | 2020-06-07 | 5 | -5/+29 | |
| | | |||||
| * | Fix yet another navigateToToken crash | 2020-06-07 | 1 | -1/+5 | |
| | | |||||
| * | Use MacOS menu bar style (#255) | 2020-06-06 | 1 | -0/+2 | |
| | | |||||
| * | Merge pull request #254 from 2xsaiko/patch-1 | 2020-06-05 | 9 | -100/+351 | |
| |\ | | | | | Improve connect/create server dialogs | ||||
| | * | Bump version | 2020-06-05 | 1 | -1/+1 | |
| | | | |||||
| | * | Move ServerAddress to enigma-server | 2020-06-04 | 3 | -4/+3 | |
| | | | |||||
| | * | Use StandardValidation.notBlank instead of manually checking field text | 2020-06-04 | 1 | -3/+2 | |
| | | | |||||
| | * | Fix dialogs for scale | 2020-06-04 | 3 | -12/+15 | |
| | | | |||||
| | * | Remove duplicate lang entry | 2020-06-03 | 1 | -1/+0 | |
| | | | |||||
| | * | Abstract out common code between ConnectToServerDialog and CreateServerDialog | 2020-06-03 | 3 | -146/+142 | |
| | | | |||||
| | * | Improve CreateServerDialog | 2020-06-03 | 3 | -45/+121 | |
| | | | |||||
| | * | Extend validation system | 2020-06-03 | 4 | -99/+23 | |
| | | | |||||
| | * | Prepare for allowing error messages in VerifiableTextField | 2020-06-03 | 2 | -7/+29 | |
| | | | |||||
| | * | Improve connect dialog | 2020-06-03 | 6 | -55/+288 | |
| |/ | |||||
| * | Fix 'Save Mappings' entry missing from the menu and ctrl+s not working | 2020-06-03 | 1 | -0/+1 | |
| | | |||||