| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version | 2021-06-29 | 1 | -1/+1 | |
| | | |||||
| * | Expand All & Collapse All in deobf panel (#412) | 2021-06-29 | 7 | -17/+34 | |
| | | | | | | * Expand All & Collapse All in deobf panel * fixed smth that was bothering me | ||||
| * | Update dependencies | 2021-06-27 | 4 | -13/+13 | |
| | | | | | Should fix #403 | ||||
| * | Bump version | 2021-06-22 | 1 | -1/+1 | |
| | | |||||
| * | Work around SourceIndexMethodVisitor tripping over missing | 2021-06-22 | 1 | -17/+19 | |
| | | | | | MEMBER_REFERENCE data for invokedynamic, print decompilation exceptions | ||||
| * | Bump version | 2021-06-22 | 1 | -1/+1 | |
| | | |||||
| * | Highlight tokens as 'proposed' when they're not editable | 2021-06-22 | 3 | -32/+61 | |
| | | |||||
| * | Bump version | 2021-06-21 | 1 | -1/+1 | |
| | | |||||
| * | Allow disabling editing part of the mappings | 2021-06-21 | 6 | -47/+176 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For now, this is done over CLI options, it cannot be changed through the GUI. The new CLI options are: -C, --no-edit-classes Disable editing class names -D, --no-edit-javadocs Disable editing Javadocs -E, --no-edit-all Disable editing everything -F, --no-edit-fields Disable editing field names -M, --no-edit-methods Disable editing method names -P, --no-edit-parameters Disable editing parameter names -c, --edit-classes Enable editing class names -d, --edit-javadocs Enable editing Javadocs -e, --edit-all Enable editing everything --edit-locals Enable editing local variable names -f, --edit-fields Enable editing field names -m, --edit-methods Enable editing method names --no-edit-locals Disable editing local variable names -p, --edit-parameters Enable editing parameter names They can be combined together and are applied in order of appearance in the argument list from left to right, and everything is editable by default, as before. For example, --no-edit-all --edit-javadocs --edit-parameters (or -Edp for short) will allow you to edit only Javadocs and parameter names. --(no-)edit-locals is only provided for completeness and has no effect right now because Enigma does not allow for editing locals other than parameters. | ||||
| * | Bump version | 2021-06-19 | 1 | -1/+1 | |
| | | |||||
| * | Use JFileChooser for all open/save opertations (#401) | 2021-06-19 | 2 | -20/+35 | |
| | | |||||
| * | Structure panel options (#400) | 2021-06-15 | 9 | -35/+197 | |
| | | | | | | | | | | | | | | | | * Structure panel options * changes * always show inner classes in the tree * workaround for toString() and similar * show constructor methods depending on the class obfuscation * use ListCellRenderer instead of toString * list cell renderer | ||||
| * | Fix some exceptions getting silently discarded (e.g. see #398) | 2021-06-08 | 1 | -19/+9 | |
| | | |||||
| * | Bump version. | 2021-06-03 | 1 | -1/+1 | |
| | | |||||
| * | Bump version | 2021-06-03 | 1 | -1/+1 | |
| | | |||||
| * | Disable Show Calls actions on unrenamable entries (e.g. Java methods) | 2021-06-03 | 1 | -2/+2 | |
| | | | | | Closes #396. | ||||
| * | Cleanup with Java 16 (#394) | 2021-05-23 | 43 | -233/+141 | |
| | | | | | | * Cleanup using Java 16 * use Stream.toList() | ||||
| * | Update to Java 16 (#390) | 2021-05-22 | 10 | -14/+20 | |
| | | | | | | | | | | | | | | | | * Java 16 * Cleanup * Set CFR as the default decompiler, it seems to handle j16 stuff better * Update build.gradle Co-authored-by: YanisBft <doublecraft.official@gmail.com> * Update proguard, disable broken tests Co-authored-by: YanisBft <doublecraft.official@gmail.com> | ||||
| * | Bump version1.x | 2021-05-22 | 1 | -1/+1 | |
| | | |||||
| * | This does nothing | 2021-05-15 | 1 | -3/+0 | |
| | | |||||
| * | Don't skip hidden files since they are explicitly listed in the parameters | 2021-05-15 | 1 | -3/+0 | |
| | | |||||
| * | Add EnigmaMappingsReader.readFiles (#381) | 2021-05-15 | 1 | -12/+43 | |
| | | |||||
| * | Bump version | 2021-05-15 | 1 | -1/+1 | |
| | | |||||
| * | Bump cfr and gradle wrapper (#389) | 2021-05-15 | 2 | -2/+2 | |
| | | | | Co-authored-by: liach <liach@users.noreply.github.com> | ||||
| * | Bump version | 2021-04-29 | 1 | -1/+1 | |
| | | |||||
| * | Fix scroll speed being dependent on the line count in the file. | 2021-04-29 | 1 | -0/+4 | |
| | | | | | Closes #383. | ||||
| * | Bump version | 2021-04-09 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #379 from YanisBft/entry-and-search | 2021-04-09 | 16 | -59/+220 | |
| |\ | | | | | The Search update | ||||
| | * | Update translations | 2021-04-07 | 5 | -7/+9 | |
| | | | |||||
| | * | New ways to search | 2021-04-07 | 3 | -32/+97 | |
| | | | |||||
| | * | Allow only one selected entry in trees | 2021-04-07 | 3 | -4/+17 | |
| | | | | | | | | | Didn't cause any issue, but who knows | ||||
| | * | Simplify toString() implementations | 2021-04-07 | 4 | -9/+5 | |
| | | | |||||
| | * | Reorganize entry names | 2021-04-07 | 3 | -10/+95 | |
| |/ | |||||
| * | Bump version | 2021-04-06 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #375 from YanisBft/fix-374 | 2021-04-06 | 1 | -0/+2 | |
| |\ | | | | | Fix warning/error formatting in editor | ||||
| | * | Fix warning/error formatting in editor | 2021-04-03 | 1 | -0/+2 | |
| | | | |||||
| * | | Merge pull request #372 from YanisBft/copy-descriptor | 2021-04-06 | 4 | -2/+46 | |
| |\ \ | | | | | | | Copy method/field descriptor on click | ||||
| | * | | Copy method/field descriptor on click | 2021-04-02 | 4 | -2/+46 | |
| | |/ | |||||
| * | | Fix visual inconsistencies after changing theme settings. | 2021-04-06 | 4 | -18/+27 | |
| | | | | | | | | | Closes #376. | ||||
| * | | Fix progress bar being very tall. | 2021-04-06 | 1 | -11/+28 | |
| | | | | | | | | | Closes #366. | ||||
| * | | Make progress dialog thread-safe. | 2021-04-06 | 1 | -26/+28 | |
| |/ | | | | Closes #377. | ||||
| * | Bump version | 2021-03-30 | 1 | -1/+1 | |
| | | |||||
| * | Show scrollbar buttons when using FlatLaf. | 2021-03-30 | 1 | -0/+1 | |
| | | | | | Closes #370. | ||||
| * | Set null javadoc instead of empty/blank string when clearing the text in the ↵ | 2021-03-30 | 1 | -1/+1 | |
| | | | | | | | javadoc editor. Closes #369. | ||||
| * | Fix text field always selecting everything when using FlatLaf. | 2021-03-30 | 1 | -0/+3 | |
| | | | | | Closes #365. | ||||
| * | Fix method name | 2021-03-30 | 1 | -2/+2 | |
| | | |||||
| * | Fix using runtime changed configuration for parts of the UI that don't ↵ | 2021-03-25 | 9 | -35/+64 | |
| | | | | | | | support it yet Closes #346. | ||||
| * | Bump version | 2021-03-25 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #361 from modmuss50/records | 2021-03-25 | 7 | -5/+148 | |
| |\ | | | | | Record support | ||||
| | * | WIP full record support | 2021-03-19 | 8 | -5/+152 | |
| | | | |||||