weisj
7daff31de7
Added missing method in ClosableTabbedPaneDemo.
5 years ago
weisj
aea09c3138
Made SearchTextField explicitly specify DarkTextUI.KEY_SHOW_CLEAR=true.
...
Converted int event ids to enums.
5 years ago
weisj
333f8a4b90
Ensure default buttons don't get lost after theme change.
...
Ensure sliders are properly layed out after theme change.
Ensure title pane foreground color is correct after theme change.
5 years ago
weisj
dec0c8eba5
Fix NPE when calculating baseline for text fields. Fixes #184
5 years ago
weisj
2016816e34
Ensure licenses are included in the jar.
5 years ago
weisj
89f6ff8670
Only update frame icon on theme change if necessary.
5 years ago
weisj
198e5fbe97
Fix NPE in expand_or_move_down action. Fixes #182
5 years ago
weisj
4e3d4cf93f
Added utility method for themed frame icons.
5 years ago
weisj
dad0ae5385
Make sure custom tab components are disabled if tab is disabled.
...
Added option to make tabs closable on a per tab basis for ClosableTabbedPane.
Fixed NPE when dragging first tab in WrapTabLayout.
Fixed tab not switching when dragging in WrapTabLayout.
Fixed visuals of NewTabButton and MoreTabsButton.
5 years ago
weisj
961080458a
Replace hardcoded keys with constants.
5 years ago
weisj
0dec3964e0
Make sure custom tab component are wrapped with close button.
5 years ago
weisj
0c888e09c8
Refactored CloseButton to own class.
...
Made LoadIndicator and HelpButton use laf icons.
5 years ago
weisj
8ed59c9610
Ensure dragged tab is actually hidden.
5 years ago
weisj
c318ddb477
Improved layout and icon of ClosableTabbedPane.
5 years ago
weisj
dfe435e6ac
Check if any intermediate component has non-opaque background.
5 years ago
weisj
c8658ffcbe
Log background colors for TooltipTest.
5 years ago
weisj
117712e2e8
CHeck complete component hierarchy for opaque components.
5 years ago
weisj
0755f3d489
Make TooltipTest deterministic.
5 years ago
weisj
e658986a99
Make sure test fails if assertion isn't met on EDT.
5 years ago
weisj
480eecdbd8
Run tests with --info.
5 years ago
weisj
d12d5f4c1c
Improve TooltipTest.
5 years ago
weisj
bd57464ccf
[TestFix] Fixed TooltipTest.
5 years ago
weisj
3a337c1641
Migrated tests to JUnit.
5 years ago
weisj
73face463d
Reduce interpolation quality for drop shadow border for faster paint speed.
5 years ago
weisj
861b9162b6
Setup creation of snapshot versions.
...
Made darklaf-theme and darklaf-utils be transitive dependencies to avoid confusion of classes are unavailable.
Added information about automatic library downloads and nightly builds in README.
5 years ago
weisj
5f5a3082bc
Minor adjustment to combobox popup location/size.
...
Make sure the dragging area of title panes is up to date.
5 years ago
weisj
3e76332df9
Migrated InternalFrameDemo to ComponentDemo.
5 years ago
weisj
9341cdafd1
Fixed NPE when painting internal frame.
...
Added layout to internal frames which is more suitable for macOS utilising an external menubar in the desktop pane similar to the macOS desktop.
Fixes #179 .
5 years ago
weisj
d577de556e
Fixed bold text on buttons being clipped. Fixes #178 .
5 years ago
weisj
a434cac90d
Broadened scope of JButton-properties that JToggleButton can use. Provides a more consistent api between the two components.
...
Added option to disable button background.
Fixed editor of combobox being cut off.
5 years ago
weisj
5f22e5a88e
Fixes buttons cannot be clicked in lower half if height is larger than width. Fixes #177
5 years ago
weisj
9324a088a1
Use fallback if height is 0.
5 years ago
weisj
5cd832bce0
Use default table header alignment.
5 years ago
weisj
f9ed8d75d9
Set alignment in default cell renders to avoid overriding user set alignments in the delegate wrapper. Fixes #176 .
5 years ago
weisj
2575b72bdf
Allow usage of tooltip context with all tooltip styles.
5 years ago
weisj
cac04ec8d5
Enable horizontal scrollbar for combobox popup. Fixes #175
5 years ago
weisj
0faa6eeee8
Fixed usage of translucent windows on unsupported screen devices.
...
Fixes #174
5 years ago
Jannis Weis
deae2142da
Migrate to Nokee plugin ( #173 )
...
Migrate to Nokee plugin.
Improved dark mode detection on macOS.
Fixed issue where the native theme option wasn't available in the theme settings on macOS.
Improved scrollbars.
5 years ago
weisj
6e6890fa00
Ensure IconColorMapper reproduced all encounter tags.
5 years ago
weisj
def66cda6d
Changed background of PopupColorChooser.
...
Increased tooltip shadow opacity.
5 years ago
weisj
40670a00e6
increase round slider thumb size.
5 years ago
weisj
818f651fe4
Improved slider thumb shape.
5 years ago
weisj
874003c15b
Removed need for DarkHTML and DarkToolBarUIBridge.
5 years ago
weisj
5a7bd22a79
Removed overriding of shared dummy ui.
5 years ago
weisj
0afb81c365
Removed unused classes.
5 years ago
weisj
66ecb2d299
Removed lambda parameter from PaintUtil.drawString in favour of an additional PaintUtil.drawStringUnderlineCharAt method to reduce painting overhead.
...
Fixed JTextPane not using correct foreground color and font.
5 years ago
Jannis Weis
d3fd5dedab
Font test ( #170 )
...
Create font samples.
5 years ago
weisj
cd8385929e
Fixed unwanted background on text components.
5 years ago
weisj
a720077652
Fixed focus of slider being cut off.
...
Removed hard coded tooltip insets by BasicToolTipUI.
Improved layout of SmallColorChooser.
Ensure correct font for text painting.
5 years ago
weisj
f74f8e9d5d
Assume BALLOON tooltip style for components specifying a ToolTipContext.
...
Updated ToolTipDemo to change the default context s.t. changing the tooltip style actually has an effect on the result.
5 years ago