| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-01-23 | Add interface/enum/annotation icons and modifier displays | 3 | -5/+49 | ||
| - Adds icons in the sidebar and structure panel for interfaces, enums and annotations. - Adds some modifiers (final, default, abstract, static) to the structure panel. | |||||
| 2021-01-17 | Attempt fixing rare CME when loading a jar while tabs are open | 1 | -3/+8 | ||
| 2020-12-19 | fix invisible root toggle | 2 | -0/+4 | ||
| 2020-12-19 | fix nodes not displayed as selected | 1 | -16/+11 | ||
| 2020-12-19 | ensure it's left mouse button being used | 2 | -4/+4 | ||
| 2020-12-16 | isConstructor() from method entry | 1 | -5/+1 | ||
| 2020-12-15 | avoid duplicate logic | 1 | -37/+6 | ||
| 2020-12-15 | Add separate constructor icon (#3) | 2 | -1/+6 | ||
| 2020-12-15 | Refresh structure panel on rename/mark as deobf/reset to obf | 1 | -0/+3 | ||
| 2020-12-15 | Fix automapped entries | 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" | |||||
| 2020-12-14 | Use class icon in class tree (ClassSelector) (#2) | 1 | -2/+6 | ||
| 2020-12-14 | Structure panel! | 4 | -24/+177 | ||
| 2020-10-31 | move enable to show | 2 | -9/+5 | ||
| 2020-10-31 | Improvements to deobf panel popup menu | 2 | -5/+32 | ||
| 2020-10-27 | Add "include synthetic parameters" to mapping stats & save options (#309) | 4 | -11/+39 | ||
| * Add "include synthetic members" to mapping stats & save options * bump version * include synthetic parameters * capitalization | |||||
| 2020-10-11 | Add popup menu to deobf panel to quickly rename a package/class | 2 | -4/+50 | ||
| 2020-10-02 | Add retranslate support to editor context menu | 3 | -38/+41 | ||
| 2020-10-02 | Refactor PopupMenuBar -> EditorPopupMenu | 3 | -206/+208 | ||
| 2020-10-02 | Focus editor after rename | 1 | -4/+10 | ||
| Closes #318 | |||||
| 2020-09-20 | Fixed package renaming | 1 | -4/+2 | ||
| 2020-08-04 | Configuration stuff (#301) | 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 | |||||
| 2020-07-23 | Revamp About dialog | 2 | -46/+54 | ||
| 2020-07-21 | Fix losing current cursor position when renaming entries (#297) | 1 | -15/+44 | ||
| * Fix losing current cursor position when renaming entries * Set nextReference to null after applying it * Extract token map into wrapper type | |||||
| 2020-07-18 | Improve layout for ProgressDialog | 2 | -28/+54 | ||
| 2020-07-18 | Make GridBagConstraintsBuilder.insets respect scale | 5 | -9/+25 | ||
| 2020-07-18 | Make frame visible after setting position to prevent seeing the window move | 1 | -1/+1 | ||
| 2020-07-18 | Make ProgressDialog use a JDialog instead of a JFrame | 1 | -16/+19 | ||
| 2020-07-18 | Replace usages of GridBagConstraints with GridBagConstraintsBuilder | 4 | -119/+39 | ||
| 2020-07-18 | Add GridBagConstraintsBuilder from feature/settings-dialog branch | 1 | -0/+105 | ||
| 2020-07-14 | Allows setting the default editor font in the configuration file. (#295) | 2 | -0/+6 | ||
| 2020-07-06 | Add menu entry to reload jar & mappings from disk (#263) | 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 | |||||
| 2020-07-06 | Improve stats gen to show percentages (#272) | 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> | |||||
| 2020-07-06 | Handle source export failures (#289) | 1 | -3/+8 | ||
| * handle decompile failures * allow decompiling as stream * Use TRACE_AS_SOURCE in gui source export | |||||
| 2020-07-06 | Make class loading more flexible (#277) | 1 | -1/+2 | ||
| 2020-07-06 | Fix "Mark as Deobfuscated" menu entry not working... this time without ↵ | 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 | |||||
| 2020-07-03 | Only try to set decompiler service on the class handle provider if it exists. | 1 | -1/+3 | ||
| Closes #288 | |||||
| 2020-06-24 | Fix inner classes getting the full path to the class filled in the rename field | 1 | -3/+12 | ||
| 2020-06-12 | Fix "Mark as Deobfuscated" menu entry not working (#265) | 2 | -3/+2 | ||
| 2020-06-10 | Fix not being able to connect to server | 1 | -1/+3 | ||
| 2020-06-08 | Top-level package option when generating stats (#264) | 3 | -19/+26 | ||
| * Top-level package option when generating stats * forgot to rename this | |||||
| 2020-06-08 | Fix javadoc loss when renaming entry (#259) | 1 | -1/+3 | ||
| 2020-06-08 | Dont count synthetic fields in stats gen (#267) | 1 | -1/+3 | ||
| 2020-06-08 | Fix editor contents being changeable through certain key combinations (#258) | 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. | |||||
| 2020-06-08 | No more prefix naming | 11 | -133/+120 | ||
| 2020-06-07 | Add remap crash handler | 1 | -1/+13 | ||
| 2020-06-07 | Fix yet another navigateToToken crash | 1 | -1/+5 | ||
| 2020-06-06 | Use MacOS menu bar style (#255) | 1 | -0/+2 | ||
| 2020-06-04 | Move ServerAddress to enigma-server | 1 | -1/+1 | ||
| 2020-06-04 | Use StandardValidation.notBlank instead of manually checking field text | 1 | -3/+2 | ||
| 2020-06-04 | Fix dialogs for scale | 3 | -12/+15 | ||