| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #361 from modmuss50/records | 2021-03-25 | 1 | -1/+9 | |
| |\ | | | | | Record support | ||||
| | * | WIP full record support | 2021-03-19 | 1 | -1/+9 | |
| | | | |||||
| * | | Fix missing icon check | 2021-03-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Add a check for missing SVG icon files | 2021-03-20 | 1 | -1/+9 | |
| | | | | | | | | | | | Improves debugging if the icon is missing as FlatLaf's own error is thrown at render time. | ||||
| * | | Switch to SVG icons instead of PNGs and add icon for records | 2021-03-20 | 2 | -13/+8 | |
| | | | | | | | | | | | | | | | | | The PNG icons scaled horribly on FlatLaf but these ones look smooth on any scaling level. Note: even though the icons are FlatSVGIcons from FlatLaf, they work properly on all LaFs if the FlatLaf UI scale property is set to the correct value (which LookAndFeel.setGlobalLAF does). | ||||
| * | | Merge pull request #358 from Juuxel/flatlaf | 2021-03-20 | 5 | -15/+50 | |
| |\ \ | |/ |/| | Migrate to FlatLaf | ||||
| | * | Switch to FlatDarkLaf instead of FlatDarculaLaf | 2021-03-18 | 1 | -2/+2 | |
| | | | | | | | | | Same colours, but the focus borders are nicer. | ||||
| | * | Don't use custom editor fonts when they aren't enabled | 2021-03-18 | 3 | -3/+20 | |
| | | | |||||
| | * | Use FlatLaf's own DPI scaling instead of swing-dpi | 2021-03-18 | 2 | -8/+24 | |
| | | | |||||
| | * | Remove unused LookAndFeel display name field and getter | 2021-03-16 | 1 | -14/+5 | |
| | | | |||||
| | * | Disable FlatLaf's custom HiDPI scaling | 2021-03-16 | 1 | -0/+4 | |
| | | | |||||
| | * | Make the javadoc dialog use the editor font as it is an editor | 2021-03-15 | 1 | -0/+2 | |
| | | | |||||
| | * | Migrate to FlatLaf | 2021-03-15 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | Fixes #355. - Replaces the Darcula look and feel with FlatLaf Darcula, which does not have the same rendering bugs with CJK characters (at least on Windows 10). - Replaces Metal with FlatLaf Light as the default look and feel. Metal is provided as a new, separate theme option. | ||||
| * | | Icons everywhere | 2021-03-17 | 8 | -19/+131 | |
| |/ | |||||
| * | easier fix and document UiConfig.getLayout() | 2021-03-06 | 2 | -3/+14 | |
| | | |||||
| * | Fix right panel width being reset on ui update | 2021-03-06 | 1 | -0/+4 | |
| | | |||||
| * | Merge pull request #338 from liachmodded/fix/def-browse | 2021-01-24 | 1 | -2/+2 | |
| |\ | | | | | Fixes open declaration not opening declaration | ||||
| | * | Fixes open declaration not opening declaration | 2021-01-23 | 1 | -2/+2 | |
| | | | | | | | | | Signed-off-by: liach <liach@users.noreply.github.com> | ||||
| * | | Merge pull request #341 from Juuxel/structure-panel-prs/fix-switching | 2021-01-24 | 1 | -2/+1 | |
| |\ \ | | | | | | | Fix the structure panel not updating if switching to an existing tab | ||||
| | * | | Fix the structure panel not updating if switching to an existing tab | 2021-01-23 | 1 | -2/+1 | |
| | | | | |||||
| * | | | Merge pull request #340 from Juuxel/better-icons | 2021-01-24 | 3 | -5/+49 | |
| |\ \ \ | |/ / |/| | | Add interface/enum/annotation icons and modifier displays | ||||
| | * | | Add interface/enum/annotation icons and modifier displays | 2021-01-23 | 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. | ||||
| * / | 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 | |
| | | |||||