| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix the structure panel not updating if switching to an existing tab | 2021-01-23 | 1 | -2/+1 | |
| | | |||||
| * | Fixed Javadoc not updating in certain cases (close/open mappings) | 2021-01-23 | 2 | -4/+4 | |
| | | | | | Closes #210. | ||||
| * | Attempt fixing rare CME when loading a jar while tabs are open | 2021-01-17 | 1 | -3/+8 | |
| | | |||||
| * | fix invisible root toggle | 2020-12-19 | 2 | -0/+4 | |
| | | |||||
| * | fix nodes not displayed as selected | 2020-12-19 | 1 | -16/+11 | |
| | | |||||
| * | ensure it's left mouse button being used | 2020-12-19 | 2 | -4/+4 | |
| | | |||||
| * | isConstructor() from method entry | 2020-12-16 | 1 | -5/+1 | |
| | | |||||
| * | Merge branch 'structure-panel' of https://github.com/YanisBft/Enigma into ↵ | 2020-12-15 | 2 | -1/+6 | |
| |\ | | | | | | | structure-panel | ||||
| | * | Add separate constructor icon (#3) | 2020-12-15 | 2 | -1/+6 | |
| | | | |||||
| * | | avoid duplicate logic | 2020-12-15 | 1 | -37/+6 | |
| |/ | |||||
| * | Refresh structure panel on rename/mark as deobf/reset to obf | 2020-12-15 | 1 | -0/+3 | |
| | | |||||
| * | Fix automapped entries | 2020-12-15 | 1 | -3/+2 | |
| | | | | | Automatically deobfuscated names (like in enums) were displayed with their obfuscated name, and were not considered as deobf when selecting "hide deobf members" | ||||
| * | Use class icon in class tree (ClassSelector) (#2) | 2020-12-14 | 1 | -2/+6 | |
| | | |||||
| * | Structure panel! | 2020-12-14 | 4 | -24/+177 | |
| | | |||||
| * | move enable to show | 2020-10-31 | 2 | -9/+5 | |
| | | |||||
| * | Improvements to deobf panel popup menu | 2020-10-31 | 2 | -5/+32 | |
| | | |||||
| * | Add "include synthetic parameters" to mapping stats & save options (#309) | 2020-10-27 | 4 | -11/+39 | |
| | | | | | | | | | | * Add "include synthetic members" to mapping stats & save options * bump version * include synthetic parameters * capitalization | ||||
| * | Add popup menu to deobf panel to quickly rename a package/class | 2020-10-11 | 2 | -4/+50 | |
| | | |||||
| * | Add retranslate support to editor context menu | 2020-10-02 | 3 | -38/+41 | |
| | | |||||
| * | Refactor PopupMenuBar -> EditorPopupMenu | 2020-10-02 | 3 | -206/+208 | |
| | | |||||
| * | Focus editor after rename | 2020-10-02 | 1 | -4/+10 | |
| | | | | | Closes #318 | ||||
| * | Fixed package renaming | 2020-09-20 | 1 | -4/+2 | |
| | | |||||
| * | Configuration stuff (#301) | 2020-08-04 | 31 | -472/+1187 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -46/+54 | |
| | | |||||
| * | Fix losing current cursor position when renaming entries (#297) | 2020-07-21 | 1 | -15/+44 | |
| | | | | | | | | * Fix losing current cursor position when renaming entries * Set nextReference to null after applying it * Extract token map into wrapper type | ||||
| * | 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 | |
| | | |||||
| * | Allows setting the default editor font in the configuration file. (#295) | 2020-07-14 | 2 | -0/+6 | |
| | | |||||
| * | Add menu entry to reload jar & mappings from disk (#263) | 2020-07-06 | 3 | -5/+47 | |
| | | | | | | | | | | | * 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 | ||||
| * | Improve stats gen to show percentages (#272) | 2020-07-06 | 5 | -102/+212 | |
| | | | | | | | | | | * 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 | 1 | -3/+8 | |
| | | | | | | | | * handle decompile failures * allow decompiling as stream * Use TRACE_AS_SOURCE in gui source export | ||||
| * | Make class loading more flexible (#277) | 2020-07-06 | 1 | -1/+2 | |
| | | |||||
| * | Fix "Mark as Deobfuscated" menu entry not working... this time without ↵ | 2020-07-06 | 2 | -2/+2 | |
| | | | | | | | | | | 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 | 1 | -1/+3 | |
| | | | | | Closes #288 | ||||
| * | Fix inner classes getting the full path to the class filled in the rename field | 2020-06-24 | 1 | -3/+12 | |
| | | |||||
| * | Fix "Mark as Deobfuscated" menu entry not working (#265) | 2020-06-12 | 2 | -3/+2 | |
| | | |||||
| * | Fix not being able to connect to server | 2020-06-10 | 1 | -1/+3 | |
| | | |||||
| * | Top-level package option when generating stats (#264) | 2020-06-08 | 3 | -19/+26 | |
| | | | | | | * Top-level package option when generating stats * forgot to rename this | ||||
| * | Fix javadoc loss when renaming entry (#259) | 2020-06-08 | 1 | -1/+3 | |
| | | |||||
| * | Dont count synthetic fields in stats gen (#267) | 2020-06-08 | 1 | -1/+3 | |
| | | |||||
| * | 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. | ||||
| * | No more prefix naming | 2020-06-08 | 11 | -133/+120 | |
| | | |||||
| * | Add remap crash handler | 2020-06-07 | 1 | -1/+13 | |
| | | |||||
| * | Fix yet another navigateToToken crash | 2020-06-07 | 1 | -1/+5 | |
| | | |||||
| * | Use MacOS menu bar style (#255) | 2020-06-06 | 1 | -0/+2 | |
| | | |||||
| * | Move ServerAddress to enigma-server | 2020-06-04 | 1 | -1/+1 | |
| | | |||||