mirror of https://github.com/weisJ/darklaf.git
darculadarcula-themefeelguihacktoberfestintellijintellij-themelaflooklookandfeelnativesolarizedsolarized-dark-themesolarized-light-themesvgswingthemethemes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.7 KiB
1.7 KiB
Changes since last release
New in this release
- Support for insert text mode.
- Text cursor will now show directional hints for bidi text.
- Balloons tooltips are now enabled by default for buttons.
- Improved html style sheet.
- On Windows (Vista and later) darklaf will now use the system font.
- Improved selection painting.
- Added property to control whether the selection is extended to the end of the text component.
textComp.putClientProperty(DarkTextUI.KEY_EXTEND_LINE_SELECTION, enabled);
- Added property to control whether the selection is extended to the end of the text component.
- Performance improvements.
- New scrollbar appearance on macOS that more closely resembles the system appearance.
Addressed issues
- Disabled tables/trees/lists don't paint the cells disabled.
dcf86461ae
- Non standard cares shift text when at the end of the document.
5bcda602f6
- Visuals of other tex components may be visible outside of border.
aaa3a0849e
- TableHeader doesn't scroll along when TableModel is set after creating the table. #163
d727dbcfa3
- Table doesn't use the
Object.class
renderer when set. #1641e1f02f241
- Layout of
QuickColorChooser
has undesirable resize behaviour. #165673eb77172
- Incorrect popup location when using multiple monitors with different resolutions. #162
59e3c8e5f0
- Poor performance when using bidirectional text with non zero margins. #167
252885df6f
- Text isn't painted when using the toggle button slider variant.
0d1f2913dd