| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed package renaming | 2020-09-20 | 2 | -5/+3 | |
| | | |||||
| * | Merge pull request #310 from idwtd/patch-3 | 2020-08-22 | 4 | -13/+7 | |
| |\ | | | | | Revert "Bump gradle and use the `mainClass` property" | ||||
| | * | Revert "Bump gradle and use the `mainClass` property" | 2020-08-21 | 4 | -13/+7 | |
| |/ | | | This reverts commit 3dd11065699b39861d2db7522bb6f07c4ee94387 | ||||
| * | Fix #303 (#308) | 2020-08-19 | 1 | -3/+4 | |
| | | |||||
| * | Add gradle run tasks (#306) | 2020-08-19 | 4 | -6/+24 | |
| | | | | | | * Add gradle run tasks * Bump gradle and use the `mainClass` property | ||||
| * | Merge pull request #305 from idwtd/patch-1 | 2020-08-16 | 1 | -1/+1 | |
| |\ | | | | | Set config path to Application Support on mac | ||||
| | * | Set config path to Application Support on mac | 2020-08-15 | 1 | -1/+1 | |
| |/ | |||||
| * | Configuration stuff (#301) | 2020-08-04 | 44 | -522/+1985 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Begin writing new config system * Make config work * Save window size and position * Add editor font chooser * Use *.ini for windows and mac instead of *rc * Allow for changing language without having to restart the program * Save selected directory in file dialogs * Make dialog visible after moving it to the correct position * Don't change theme on the fly since it's broken * Remove unused gui parameter * Use xdg-open to open URLs on Linux since Desktop.browse doesn't work, at least not on my PC * Fix default proposed highlight color * Multi font selection dialog thingy * Remember network options * Make font selection dialog actually work * Collapse general actions ("OK", "Cancel", ..) into one translation * Localize font dialog * Use enum name when saving colors for consistency with currently selected theme * Save size of split panes * Import old config * Add test & fix some parts of the config serializer * TranslationChangeListener/TranslationUtil -> LanguageChangeListener/LanguageUtil | ||||
| * | Revamp About dialog | 2020-07-23 | 5 | -52/+58 | |
| | | |||||
| * | Fix losing current cursor position when renaming entries (#297) | 2020-07-21 | 5 | -39/+146 | |
| | | | | | | | | * Fix losing current cursor position when renaming entries * Set nextReference to null after applying it * Extract token map into wrapper type | ||||
| * | 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 | |
| | | | |||||