| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| | | | ||||||
| * | | Bump version | 2021-03-21 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge pull request #363 from Juuxel/svg-icons | 2021-03-21 | 19 | -11/+797 | ||
| |\ \ | | | | | | | Switch to SVG icons | |||||
| | * | | 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 | 19 | -13/+791 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | 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). | |||||
| * | | | Less strict JRE check (#362) | 2021-03-20 | 1 | -1/+1 | ||
| |/ / | | | | | | | | | Resolves #353 The issue here lies in that this changes the behaviour of the code by quite a bit, so alternatively the irrelevant javax check could be dropped, which would optimize the code only slightly | |||||
| * | | Merge pull request #358 from Juuxel/flatlaf | 2021-03-20 | 8 | -17/+53 | ||
| |\ \ | |/ |/| | 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 | ||
| | | | ||||||
| | * | Rerun CI | 2021-03-15 | 0 | -0/+0 | ||
| | | | ||||||
| | * | 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 | 4 | -5/+11 | ||
| | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | Bump version | 2021-03-19 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge pull request #360 from YanisBft/icons-everywhere | 2021-03-19 | 12 | -20/+145 | ||
| |\ \ | | | | | | | Icons everywhere | |||||
| | * | | Icons everywhere | 2021-03-17 | 12 | -20/+145 | ||
| | |/ | ||||||
| * / | Update all deps, remove usage of jcenter (#359) | 2021-03-17 | 9 | -35/+19 | ||
| |/ | | | | | * Update all deps, remove usage of jcenter * Use jdk 15 | |||||
| * | Bump version | 2021-03-07 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge pull request #354 from YanisBft/fix-split-right | 2021-03-07 | 2 | -0/+15 | ||
| |\ | | | | | Fix right panel width being reset on ui update | |||||
| | * | 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 | ||
| |/ | ||||||
| * | Bump version | 2021-02-24 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge pull request #352 from Toshimichi0915/ja_jp | 2021-02-23 | 1 | -0/+201 | ||
| |\ | | | | | Add ja_jp.json for Japanese | |||||
| | * | Revert translation for "menu.file.exit" | 2021-02-23 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Use proper words in ja_jp.json | 2021-02-23 | 1 | -4/+4 | ||
| | | | ||||||
| | * | Add ja_jp.json | 2021-02-23 | 1 | -0/+201 | ||
| |/ | ||||||
| * | Bump version | 2021-01-25 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge pull request #336 from liachmodded/cfr-imp | 2021-01-25 | 10 | -311/+254 | ||
| |\ | | | | | Make cfr much easier to use | |||||
| | * | Use fabric cfr | 2021-01-23 | 1 | -3/+2 | ||
| | | | ||||||
| | * | Make cfr much easier to use | 2021-01-23 | 10 | -311/+255 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now it can display javadoc, remove imports, highlight local variables Depends on FabricMC/cfr#2 Signed-off-by: liach <liach@users.noreply.github.com> More cfr cleanup. Cfr looks good now Remove outdated note Allows requesting javadoc on initial source creation. Currently both cfr and procyon would be more efficient this way. Signed-off-by: liach <liach@users.noreply.github.com> Now renders inner classes properly (and with updated cfr now renders lambda params) Signed-off-by: liach <liach@users.noreply.github.com> Tweaks to handle purely generic fields and cfr problem classes like ClientEntityManager.Listener Signed-off-by: liach <liach@users.noreply.github.com> | |||||
| * | | Bump version | 2021-01-24 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge pull request #338 from liachmodded/fix/def-browse | 2021-01-24 | 3 | -27/+37 | ||
| |\ \ | | | | | | | Fixes open declaration not opening declaration | |||||
| | * | | Fixes open declaration not opening declaration | 2021-01-23 | 3 | -27/+37 | ||
| | |/ | | | | | | | 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 | 8 | -5/+90 | ||
| |\ \ \ | |/ / |/| | | Add interface/enum/annotation icons and modifier displays | |||||
| | * | | Exclude abstract modifier from enum classes | 2021-01-23 | 1 | -2/+2 | ||
| | | | | ||||||
| | * | | Add interface/enum/annotation icons and modifier displays | 2021-01-23 | 8 | -5/+90 | ||
| | |/ | | | | | | | | | | | | | - 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 | 3 | -4/+14 | ||
| |/ | | | | Closes #210. | |||||
| * | Attempt fixing rare CME when loading a jar while tabs are open | 2021-01-17 | 2 | -4/+9 | ||
| | | ||||||
| * | Merge pull request #331 from YanisBft/structure-panel | 2020-12-20 | 19 | -82/+397 | ||
| |\ | | | | | Structure panel | |||||
| | * | fix invisible root toggle | 2020-12-19 | 2 | -0/+4 | ||
| | | | ||||||
| | * | use ListMultimap when indexing jar | 2020-12-19 | 1 | -12/+7 | ||
| | | | ||||||
| | * | fix nodes not displayed as selected | 2020-12-19 | 1 | -16/+11 | ||
| | | | ||||||