Karl Tauber
|
53efb6711d
|
Extras: FlatSVGIcon: support loading SVG from URL (for JPMS), URI, File or InputStream (issues #419 and #325)
also improved error handling and javadoc
|
2021-11-12 09:27:04 +01:00 |
|
Karl Tauber
|
1de6e875f9
|
Merge branch 'release-1.6.2' into main
# Conflicts:
# CHANGELOG.md
|
2021-11-11 13:05:33 +01:00 |
|
Karl Tauber
|
95a15c3cf8
|
release 1.6.2
1.6.2
|
2021-11-11 12:45:50 +01:00 |
|
Karl Tauber
|
ab320684f5
|
Native window decorations: fixed layout loop (issue #420)
(cherry picked from commit d3355eda65)
|
2021-11-11 12:35:51 +01:00 |
|
Karl Tauber
|
a284b69a1e
|
FileChooser: workaround for crash on Windows with Java 17 32bit (issue #403)
(cherry picked from commits 44d8545c09 and 33b25c1129)
|
2021-11-11 12:35:16 +01:00 |
|
Karl Tauber
|
b590f41254
|
Linux: fixed NPE when using java.awt.TrayIcon (issue #405)
(cherry picked from commit 16a769ea61)
|
2021-11-11 12:31:14 +01:00 |
|
Karl Tauber
|
a97076ead5
|
ComboBox: fix NPE in CellPaddingBorder.install() (issue #408)
(cherry picked from commit d48b98f582)
|
2021-11-11 12:30:10 +01:00 |
|
Karl Tauber
|
0b6df8be1c
|
ComboBox (not editable): fixed background painted outside of border if round edges are enabled (similar to issue #382; regression since fixing #330 in FlatLaf 1.4)
(cherry picked from commit 02f3239669)
|
2021-11-11 12:26:09 +01:00 |
|
Karl Tauber
|
150bab0b57
|
Table: do not select text in cell editor when it gets focus (when JTable.surrendersFocusOnKeystroke is true) and TextComponent.selectAllOnFocusPolicy is once (the default) or always (issue #395)
(cherry picked from commit f8b9f4c1fa)
|
2021-11-11 12:19:58 +01:00 |
|
Karl Tauber
|
d3355eda65
|
Native window decorations: fixed layout loop (issue #420)
|
2021-11-11 11:49:39 +01:00 |
|
Karl Tauber
|
fbf10e553d
|
Native window decorations: updated DLLs (issues #397 and #407)
built by GitHub Actions:
https://github.com/JFormDesigner/FlatLaf/actions/runs/1440605430
|
2021-11-09 18:35:55 +01:00 |
|
Karl Tauber
|
fb37be5734
|
Native window decorations: show (system) tooltips for minimize/maximize/close buttons on Windows 10 and for minimize/close buttons on Windows 11 (issues #397 and #407)
|
2021-11-09 18:21:17 +01:00 |
|
Karl Tauber
|
54e6cefa67
|
Native window decorations: show Windows 11 snap layouts menu when hovering the mouse over the maximize button (issues #397 and #407)
|
2021-11-09 15:36:21 +01:00 |
|
Karl Tauber
|
33b25c1129
|
FileChooser: updated CHANGELOG.md for previous commit (issue #403)
|
2021-11-06 00:34:06 +01:00 |
|
Karl Tauber
|
44d8545c09
|
FileChooser: workaround for crash on Windows with Java 17 32bit (issue #403)
|
2021-11-06 00:03:17 +01:00 |
|
Karl Tauber
|
7a2808243c
|
Typography: Demo: make typography/fonts visible in "screen shot" mode; hide password fields and labels
|
2021-11-04 14:54:01 +01:00 |
|
Karl Tauber
|
1be84de26b
|
Typography: added thin/light/semibold fonts to demo
|
2021-11-04 12:48:46 +01:00 |
|
Karl Tauber
|
78e37f7ab4
|
Typography: since there is no thin font available on Windows, use "Segoe UI Light" (which looks thin IMHO) for thin.font and "Segoe UI Semilight" for light.font
|
2021-11-04 12:16:11 +01:00 |
|
Karl Tauber
|
e49459fd8b
|
UIDefaultsLoader: do not add properties with empty values to UI defaults (value was an empty string)
|
2021-11-04 00:21:57 +01:00 |
|
Karl Tauber
|
52f6e7fc32
|
Theme Editor: Switches" preview:
- zoom 2x, 3x and 4x icons via toolbar
- hide indeterminate state for checkboxes via toolbar
|
2021-11-04 00:17:24 +01:00 |
|
Karl Tauber
|
c8ea61dc79
|
Merge PR #414: CheckBox and RadioButton improvements
|
2021-11-04 00:08:07 +01:00 |
|
Karl Tauber
|
16a769ea61
|
Linux: fixed NPE when using java.awt.TrayIcon (issue #405)
|
2021-11-03 23:37:37 +01:00 |
|
Emmanuel Bourg
|
6b880af447
|
MenuItem: paint the selected icon when the item is selected
|
2021-11-03 18:10:13 +01:00 |
|
Karl Tauber
|
475781db91
|
Extras: FlatDesktop: fixed javadoc issues
|
2021-11-03 15:22:41 +01:00 |
|
Karl Tauber
|
4dae082cd5
|
fixed unit tests, which fail now on GitHub Actions, but did work a few days ago...
|
2021-11-03 15:21:52 +01:00 |
|
Karl Tauber
|
57405b2f56
|
CheckBox and RadioButton: derive CheckBox.icon.disabledCheckmarkColor from CheckBox.icon.checkmarkColor in light themes (as in dark themes)
|
2021-11-03 14:29:56 +01:00 |
|
Karl Tauber
|
88576f68fd
|
CheckBox and RadioButton: added RadioButton.icon.style (similar to CheckBox.icon.style) to support different styles for checkbox and radiobutton
(e.g. Material design uses filled checkboxes, but outlined radiobuttons)
|
2021-11-03 11:27:18 +01:00 |
|
Karl Tauber
|
aa4e013097
|
CheckBox and RadioButton: made focused icon better recognizable in **FlatLaf Light** and **Dark** themes by painting a 1px focus border; **Darcula** and **IntelliJ** themes are not changed
|
2021-11-03 11:15:17 +01:00 |
|
Karl Tauber
|
d67cfc911b
|
CheckBox and RadioButton:
- added `CheckBox.icon.selectedBorderWidth`
- added `CheckBox.icon.disabledSelectedBorderWidth`
- added `CheckBox.icon.disabledSelectedBorderColor`
- added `CheckBox.icon.disabledSelectedBackground`
- changed `CheckBox.icon.focusWidth` from `int` `float`
|
2021-11-03 10:59:39 +01:00 |
|
Karl Tauber
|
00a3ad738f
|
CheckBox and RadioButton: made selected icon better recognizable in **FlatLaf Light** (use blue border), **Dark** and **Darcula** (use lighter border) themes; **IntelliJ** theme is not changed
|
2021-10-31 18:26:31 +01:00 |
|
Karl Tauber
|
1d39d34d7c
|
CheckBox and RadioButton:
- added `CheckBox.icon.hoverCheckmarkColor`
- added `CheckBox.icon.selectedHoverBorderColor`
- added `CheckBox.icon.pressedBorderColor`
- added `CheckBox.icon.selectedPressedBorderColor`
- added `CheckBox.icon.pressedCheckmarkColor`
- renamed `CheckBox.icon.selectedFocusedBorderColor` to `CheckBox.icon.focusedSelectedBorderColor`
- renamed `CheckBox.icon.selectedFocusedBackground` to `CheckBox.icon.focusedSelectedBackground`
- renamed `CheckBox.icon.selectedFocusedCheckmarkColor` to `CheckBox.icon.focusedCheckmarkColor`
- renamed `CheckBox.icon.selectedHoverBackground` to `CheckBox.icon.hoverSelectedBackground`
- renamed `CheckBox.icon.selectedPressedBackground` to `CheckBox.icon.pressedSelectedBackground`
- renamed `CheckBox.icon[filled].selectedFocusedBorderColor` to `CheckBox.icon[filled].focusedSelectedBorderColor`
- renamed `CheckBox.icon[filled].selectedFocusedBackground` to `CheckBox.icon[filled].focusedSelectedBackground`
- renamed `CheckBox.icon[filled].selectedFocusedCheckmarkColor` to `CheckBox.icon[filled].focusedCheckmarkColor`
- renamed `CheckBox.icon[filled].selectedHoverBackground` to `CheckBox.icon[filled].hoverSelectedBackground`
- renamed `CheckBox.icon[filled].selectedPressedBackground` to `CheckBox.icon[filled].pressedSelectedBackground`
(Note: this are incompatible changes!)
|
2021-10-31 17:39:48 +01:00 |
|
Karl Tauber
|
5f6013edd4
|
Theme Editor: Switches" preview:
- show indeterminate state for checkboxes
- removed "text" from checkboxes and radio buttons
|
2021-10-31 11:17:37 +01:00 |
|
Karl Tauber
|
3e198ecd28
|
JIDE: RangeSlider: support specifying width of thumb borders (fixes compile error in commit dd806144)
|
2021-10-30 20:37:12 +02:00 |
|
Karl Tauber
|
d48b98f582
|
ComboBox: fix NPE in CellPaddingBorder.install() (issue #408)
|
2021-10-30 20:25:57 +02:00 |
|
Karl Tauber
|
9b839231f7
|
ToggleButton: use UI values from Button
|
2021-10-30 14:04:31 +02:00 |
|
Karl Tauber
|
dd80614465
|
ComboBox, Spinner, TextField and subclasses, CheckBox, RadioButton and Slider: support specifying width of borders
|
2021-10-30 14:02:49 +02:00 |
|
Karl Tauber
|
8c2be1b406
|
FlatButtonBorder: removed fields that override fields from FlatBorder
|
2021-10-29 14:09:58 +02:00 |
|
Karl Tauber
|
8152b7dad6
|
UIDefaultsLoader: further reduced need for value type prefixes in properties files and in CSS styles
|
2021-10-29 13:55:28 +02:00 |
|
Karl Tauber
|
fb4fe175d9
|
UIDefaultsLoader: reduced need for {float} in properties files and in CSS styles
|
2021-10-29 13:33:55 +02:00 |
|
Karl Tauber
|
5e03eb9b51
|
UIDefaultsDump: removed Java 8 patch version from dump file names
|
2021-10-28 21:01:16 +02:00 |
|
Karl Tauber
|
ef25575f85
|
ignore internal UI keys in dumps and in UI defaults inspector
|
2021-10-28 20:47:47 +02:00 |
|
Karl Tauber
|
b77b338c7a
|
Styling: support using variables (defined in properties files) in CSS styles
|
2021-10-28 19:03:13 +02:00 |
|
Karl Tauber
|
0e4fe4e9bb
|
Theme Editor: support platform and light/dark specific properties in preview
|
2021-10-26 18:46:08 +02:00 |
|
Karl Tauber
|
f742f83834
|
Typography: added thin font/style
|
2021-10-26 13:16:52 +02:00 |
|
Karl Tauber
|
e6e4e53a73
|
Typography: added light and semibold font/style
|
2021-10-25 13:27:40 +02:00 |
|
Karl Tauber
|
7c594ba7a9
|
Typography: UIDefaultsDump: dumps updated on macOS Big Sur
|
2021-10-25 13:06:34 +02:00 |
|
Karl Tauber
|
0156a9a9d5
|
Merge PR #401: Text components: double/triple-click-and-drag selection improvements
|
2021-10-24 20:06:06 +02:00 |
|
Karl Tauber
|
3facbc0900
|
macOS: improved macOS support of Demo and Theme Editor:
- set application name that is used in screen menu bar
- enable dark window title bars if macOS is in dark mode
|
2021-10-24 17:05:50 +02:00 |
|
Karl Tauber
|
78cef1b3c7
|
Theme Editor:
- use class `FlatDesktop`
- hide "File > Exit" and "Help > About" on macOS
- enable macOS screen menu bar
|
2021-10-24 11:49:48 +02:00 |
|
Karl Tauber
|
d907c469ed
|
Theme Editor: renamed class FlatThemeEditor to FlatLafThemeEditor because this name is shown in macOS screen menu bar (and to be consistent with FlatLafDemo)
|
2021-10-24 11:43:28 +02:00 |
|