| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-04-29 | Fix scroll speed being dependent on the line count in the file. | 1 | -0/+4 | ||
| Closes #383. | |||||
| 2021-04-07 | Update translations | 1 | -1/+0 | ||
| 2021-04-07 | New ways to search | 2 | -31/+93 | ||
| 2021-04-07 | Allow only one selected entry in trees | 3 | -4/+17 | ||
| Didn't cause any issue, but who knows | |||||
| 2021-04-06 | Fix visual inconsistencies after changing theme settings. | 4 | -18/+27 | ||
| Closes #376. | |||||
| 2021-04-06 | Fix progress bar being very tall. | 1 | -11/+28 | ||
| Closes #366. | |||||
| 2021-04-06 | Make progress dialog thread-safe. | 1 | -26/+28 | ||
| Closes #377. | |||||
| 2021-04-03 | Fix warning/error formatting in editor | 1 | -0/+2 | ||
| 2021-04-02 | Copy method/field descriptor on click | 2 | -2/+40 | ||
| 2021-03-30 | Show scrollbar buttons when using FlatLaf. | 1 | -0/+1 | ||
| Closes #370. | |||||
| 2021-03-30 | Set null javadoc instead of empty/blank string when clearing the text in the ↵ | 1 | -1/+1 | ||
| javadoc editor. Closes #369. | |||||
| 2021-03-30 | Fix text field always selecting everything when using FlatLaf. | 1 | -0/+3 | ||
| Closes #365. | |||||
| 2021-03-30 | Fix method name | 1 | -2/+2 | ||
| 2021-03-25 | Fix using runtime changed configuration for parts of the UI that don't ↵ | 9 | -35/+64 | ||
| support it yet Closes #346. | |||||
| 2021-03-20 | Fix missing icon check | 1 | -1/+1 | ||
| 2021-03-20 | Add a check for missing SVG icon files | 1 | -1/+9 | ||
| Improves debugging if the icon is missing as FlatLaf's own error is thrown at render time. | |||||
| 2021-03-20 | Switch to SVG icons instead of PNGs and add icon for records | 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). | |||||
| 2021-03-19 | WIP full record support | 1 | -1/+9 | ||
| 2021-03-18 | Switch to FlatDarkLaf instead of FlatDarculaLaf | 1 | -2/+2 | ||
| Same colours, but the focus borders are nicer. | |||||
| 2021-03-18 | Don't use custom editor fonts when they aren't enabled | 3 | -3/+20 | ||
| 2021-03-18 | Use FlatLaf's own DPI scaling instead of swing-dpi | 2 | -8/+24 | ||
| 2021-03-17 | Icons everywhere | 8 | -19/+131 | ||
| 2021-03-16 | Remove unused LookAndFeel display name field and getter | 1 | -14/+5 | ||
| 2021-03-16 | Disable FlatLaf's custom HiDPI scaling | 1 | -0/+4 | ||
| 2021-03-15 | Make the javadoc dialog use the editor font as it is an editor | 1 | -0/+2 | ||
| 2021-03-15 | Migrate to FlatLaf | 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. | |||||
| 2021-03-06 | easier fix and document UiConfig.getLayout() | 2 | -3/+14 | ||
| 2021-03-06 | Fix right panel width being reset on ui update | 1 | -0/+4 | ||
| 2021-01-23 | Fix the structure panel not updating if switching to an existing tab | 1 | -2/+1 | ||
| 2021-01-23 | Fixed Javadoc not updating in certain cases (close/open mappings) | 2 | -4/+4 | ||
| Closes #210. | |||||
| 2021-01-23 | Fixes open declaration not opening declaration | 1 | -2/+2 | ||
| Signed-off-by: liach <liach@users.noreply.github.com> | |||||
| 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 | |||||