CHANGELOG.md: added PR references

This commit is contained in:
Karl Tauber
2020-10-27 17:16:25 +01:00
parent dc92d0913c
commit c3781dc4b5

View File

@@ -9,14 +9,16 @@ FlatLaf Change Log
Hidden Tabs" button. If pressed, it shows a popup menu that contains (partly) Hidden Tabs" button. If pressed, it shows a popup menu that contains (partly)
hidden tabs and selecting one activates that tab. If you prefer hidden tabs and selecting one activates that tab. If you prefer
forward/backward buttons, use `UIManager.put( forward/backward buttons, use `UIManager.put(
"TabbedPane.hiddenTabsNavigation", "arrowButtons" )`. (issue #40) "TabbedPane.hiddenTabsNavigation", "arrowButtons" )`. (PR #190; issue #40)
- TabbedPane: Support scrolling tabs with mouse wheel (if `tabLayoutPolicy` is - TabbedPane: Support scrolling tabs with mouse wheel (if `tabLayoutPolicy` is
`SCROLL_TAB_LAYOUT`). (issue #40) `SCROLL_TAB_LAYOUT`). (PR #187; issue #40)
- TabbedPane: Repeat scrolling as long as arrow buttons are pressed. (issue #40) - TabbedPane: Repeat scrolling as long as arrow buttons are pressed. (PR #187;
issue #40)
- TabbedPane: Support adding custom components to left and right sides of tabs - TabbedPane: Support adding custom components to left and right sides of tabs
area. (set client property `JTabbedPane.leadingComponent` or area. (set client property `JTabbedPane.leadingComponent` or
`JTabbedPane.trailingComponent` to a `java.awt.Component`) (issue #40) `JTabbedPane.trailingComponent` to a `java.awt.Component`) (PR #192; issue
- TabbedPane: Support closable tabs. (issues #31 and #40) #40)
- TabbedPane: Support closable tabs. (PR #193; issues #31 and #40)
- Support painting separator line between window title and content (use UI value - Support painting separator line between window title and content (use UI value
`TitlePane.borderColor`). (issue #184) `TitlePane.borderColor`). (issue #184)
- Extras: `FlatSVGIcon` now allows specifying icon width and height in - Extras: `FlatSVGIcon` now allows specifying icon width and height in