Karl Tauber
af5a0ec0b7
Window decorations: fixed title pane background color in IntelliJ themes if window is inactive
2020-08-26 16:13:44 +02:00
Karl Tauber
ff214455a3
Window decorations: fixed iconify, maximize and close icon colors if window is inactive
2020-08-26 15:03:26 +02:00
Karl Tauber
2f876d553f
List and Table: fixed possible NPE in unusual cases
2020-08-26 12:16:11 +02:00
Karl Tauber
b208017117
added API to register packages or folders where FlatLaf searches for application specific properties files with custom UI defaults
2020-08-26 12:07:00 +02:00
Karl Tauber
a1dab94a61
TextArea: update background color property if enabled or editable state changes in the same way as Swing does it for all other text components (issue #147 )
2020-08-25 19:15:53 +02:00
Karl Tauber
e55b2afd60
Button: show "selected" state (issue #161 )
2020-08-25 16:41:40 +02:00
Karl Tauber
fd37339e2f
TableHeader: fixed NPE for the (unusual) case that JTableHeader is used without JTable
2020-08-13 17:07:44 +02:00
Karl Tauber
5a27d03faa
IntelliJ Themes: fixed NPE in Solarized themes on scroll bar hover
2020-08-07 17:34:23 +02:00
Karl Tauber
8bcf9dbcaf
- Table: detect whether component is used in cell editor and automatically disable round border style and reduce cell editor outer border width (used for focus indicator) to zero
...
- ComboBox, Spinner and TextField: support disabling round border style per component, if globally enabled
(issue #148 )
2020-08-07 11:27:27 +02:00
Karl Tauber
56ebd26361
Window decorations: make embedded menu bar make smaller if horizontal space is rare to avoid that embedded menu bar overlaps buttons
2020-08-06 23:10:54 +02:00
Karl Tauber
b0426b81a7
Window decorations: embedded menu bar did not always respond to mouse events after adding menus and when running in JetBrains Runtime (issue #151 )
2020-08-06 11:45:47 +02:00
Karl Tauber
30747b7776
UIScale: added system property "flatlaf.uiScale.enabled" (replaces "hidpi" property) to disable user scaling mode
2020-08-02 14:08:18 +02:00
Karl Tauber
b1d24680b2
ToolTip: fixed truncated text in HTML formatted tooltip on HiDPI displays (issue #142 )
2020-08-01 22:53:09 +02:00
Karl Tauber
ef38f3805e
IntelliJ Themes: fixed text colors in ProgressBar (issue #138 )
2020-08-01 00:31:20 +02:00
Karl Tauber
f29d3d84d4
FileChooser: fixed too small text field when renaming a file/directory in Flat IntelliJ/Darcula themes (issue #143 )
2020-07-31 19:17:49 +02:00
Karl Tauber
02132c5fcd
MenuItem on macOS: removed plus characters from accelerator text and made modifier key order conform with macOS standard (issue #141 )
2020-07-31 13:02:01 +02:00
Karl Tauber
7057e3c6ad
IntelliJ Themes: added "Carbon" and "Cobalt 2" themes
2020-07-30 23:11:37 +02:00
Karl Tauber
5ebdf64d30
ComboBox: fixed width of popup, which was too small if popup is wider than combo box and vertical scroll bar is visible (issue #137 )
2020-07-30 13:30:50 +02:00
Karl Tauber
2640ab2e8b
ComboBox: changed maximum row count of popup list to 15 (was 20) (issue #124 )
2020-07-30 12:11:15 +02:00
Karl Tauber
e29436da04
Button: support specifying button border width
2020-07-28 23:51:02 +02:00
Karl Tauber
7b35325f9a
Flat IntelliJ theme: use color functions for selected checkbox/radio button hover/pressed background
2020-07-28 22:14:08 +02:00
Karl Tauber
f2ab7fafcf
ToolTip: do not show empty tooltip component if tooltip text is an empty string (issue #134 )
2020-07-28 11:10:34 +02:00
Karl Tauber
e3cda9905a
Table: allow disabling swapped behavior of Home/End and Ctrl+Home/End with Table.consistentHomeEndKeyBehavior=false (issue #95 )
2020-07-27 17:55:31 +02:00
Karl Tauber
a8423f7741
ScrollBar: increased minimum thumb size on macOS and Linux to 18px and on Windows to 10px; also include ScrollBar.thumbInsets in minimum size calculation (issue #131 )
2020-07-27 14:41:01 +02:00
Karl Tauber
5a9e620c17
Animator: added constructor that allows passing a runnable that is invoked at the end of the animation, which allows using lambdas in most cases
2020-07-25 10:53:06 +02:00
Karl Tauber
9f41ec3986
ScrollPane: support disabling smooth scrolling per component via client property "JScrollPane.smoothScrolling"
2020-07-25 10:27:06 +02:00
Karl Tauber
5a2c0672d4
Window decorations: avoid possible endless restore/maximize in WindowStateListener in case of behavior changes in Java (issue #129 )
2020-07-23 10:43:24 +02:00
Karl Tauber
38d853b5b2
Window decorations: fixed maximized window bounds with Java 11.0.8 and 13.0.4, which has fixes backported from Java 15 (issue #129 )
2020-07-22 23:23:46 +02:00
Karl Tauber
5166d4bb0f
SystemInfo:
...
- renamed public fields from upper-case to mixed-case
- added public fields for osVersion and javaVersion
- fixed Mac -> MacOS
- added orLater to Mojave
2020-07-22 22:01:19 +02:00
Karl Tauber
2ffd5437a9
animated Laf changing added to flatlaf-extras, used in Demo
2020-07-22 12:56:42 +02:00
Karl Tauber
797830ff96
InternalFrame: title pane height was too small when iconify, maximize and close buttons are hidden (issue #132 )
2020-07-21 18:23:57 +02:00
Karl Tauber
008ecabd21
animator and cubic bezier easing classes added (for future animations) (issue #66 )
2020-07-21 17:53:53 +02:00
Karl Tauber
2cdcde8a5e
Window decorations: fixed maximized window bounds when programmatically maximizing window before showing window (issue #129 )
2020-07-18 14:21:19 +02:00
Karl Tauber
e7ec3988e2
Window decorations: fixed maximized window bounds when programmatically maximizing window (issue #129 )
2020-07-17 00:08:21 +02:00
Karl Tauber
b491202ec7
UIDefaultsLoader: fixed NPE on syntax error in color function
2020-07-15 11:57:40 +02:00
Karl Tauber
82294b68eb
CheckBox: fixed colors in light IntelliJ themes (issue #126 )
2020-07-10 15:35:02 +02:00
Karl Tauber
c232de1996
Window decorations: fixed cursor of components (issue #125 )
2020-07-10 11:39:17 +02:00
Karl Tauber
1b974379c8
UIDefaultsLoader: check for endless recursion in resolveValue()
2020-07-08 17:57:40 +02:00
Karl Tauber
64328ab9cc
UIDefaultsLoader: trim value in resolveValue() to ignore spaces at the end of references/variables
2020-07-08 10:47:36 +02:00
Karl Tauber
6f71e4ada0
Theme Editor: use deferred properties loading
2020-07-07 14:21:31 +02:00
Karl Tauber
7ed90cddf8
Theme Editor: support color preview for color functions
...
UIDefaultsLoader: made some private methods package private and return parsed valued type
2020-07-07 14:03:39 +02:00
Karl Tauber
283ba83cef
Window decorations: use derived color for RootPane.inactiveBorderColor in FlatLightLaf.properties to be consistent with FlatDarkLaf.properties
2020-07-06 15:47:44 +02:00
Karl Tauber
468c66e842
Window decorations: hide window icon if InternalFrame.icon is null or its width or height is zero
2020-07-06 14:45:52 +02:00
Karl Tauber
f22862b0a4
InternalFrame: use default icon in internal frames (issue #122 )
2020-07-06 14:41:17 +02:00
Karl Tauber
9e731cb67a
Tree: fixed cell editor border
2020-07-06 12:01:53 +02:00
Karl Tauber
7f911b61a2
Window decorations: no longer honor minimum size of frames on resizing window, but still do for dialogs
2020-07-06 11:30:49 +02:00
Karl Tauber
cace4a9bfd
Window decorations: center title if menu bar is embedded
2020-07-05 11:01:58 +02:00
Karl Tauber
4b9f204951
Tree: fixed selection colors when used as cell renderer in another component (e.g. in Rhino JavaScript debugger) (issue #120 )
2020-07-04 17:51:13 +02:00
Karl Tauber
019804407b
Window decorations: hide window border if window is maximized
2020-07-01 12:11:53 +02:00
Karl Tauber
65b54ced7a
Window decorations: made most fields protected for extending/subclassing
2020-07-01 10:49:18 +02:00