Karl Tauber
262d172cde
IntelliJ Themes: removed code that is obsolete since supporting gradient button background/border colors in commit de82dac8
...
make sure that gradient colors are predefined for improved compatibility
this fixes button background in Arc themes and toggle button background in Dark Flat and Light Flat themes
2020-04-21 10:02:11 +02:00
Karl Tauber
be81cb7876
IntelliJ Themes Demo: removed IntelliJ Light Preview theme because Flat light already uses colors from this theme since commit 78d5e03a
2020-04-21 09:41:53 +02:00
Karl Tauber
aaf9bd33cb
UIDefaultsDump: support dumping IntelliJ themes (disabled)
...
can be used to check changes to UI defaults when modifying the IntelliJ theme converter
2020-04-21 09:37:24 +02:00
Karl Tauber
7381e2141f
IntelliJ Themes Demo: updated Dracula, Gruvbox and Hiberbee themes (used IJThemesUpdater)
2020-04-21 00:10:18 +02:00
Karl Tauber
3923d941c1
IntelliJ Themes Demo: updated Material UI Lite themes (used IJThemesUpdater)
...
List.selectionInactiveBackground and Tree.selectionInactiveBackground now have better visible colors; other changes seem to be not used in FlatLaf
2020-04-20 23:28:39 +02:00
Karl Tauber
d134c33499
release 0.31
0.31
2020-04-20 11:44:00 +02:00
Karl Tauber
a2b615d4a7
focus indication border (or background) no longer hidden when temporary loosing focus (e.g. showing a popup menu)
2020-04-20 11:27:29 +02:00
Karl Tauber
2e1acb7871
List, Table and Tree: item selection color of focused components no longer change from blue to gray when temporary loosing focus (e.g. showing a popup menu)
2020-04-17 19:14:48 +02:00
Karl Tauber
97a1bf90a4
README.md: added Total Validator and GUIslice Builder to list of projects that use FlatLaf
2020-04-14 10:16:37 +02:00
Karl Tauber
7d3ffbc45a
README.md: added MegaMek and MekHQ to list of projects that use FlatLaf
2020-04-09 17:26:08 +02:00
Karl Tauber
93ac6fa88a
README.md: added XMLmind XML Editor, MeteoInfo and lsfusion platform to list of projects that use FlatLaf
2020-04-09 14:43:14 +02:00
Karl Tauber
09d19a13b7
release 0.30
0.30
2020-04-09 13:51:11 +02:00
Karl Tauber
9eaee8d2c4
Windows: fixed rendering of Unicode characters (issue #81 )
2020-04-09 13:39:37 +02:00
Karl Tauber
4da0c342f8
Theme Editor: paint real colors and HSL values in overlay on right side of editor (instead of behind editor text; previous commit)
2020-04-06 15:42:58 +02:00
Karl Tauber
70fed22737
Theme Editor: use real colors as background of color strings
2020-04-05 23:18:39 +02:00
Karl Tauber
acb62e347a
Theme Editor: mark invalid color values with a curly underline
2020-04-05 18:04:28 +02:00
Karl Tauber
78d06d82d6
Theme Editor: fixed mark occurrences for property references (starting with '$') and property references in function parameters
2020-04-05 17:16:09 +02:00
Karl Tauber
4777bdd250
Theme Editor: do not mark token at caret if it does not occur elsewhere
2020-04-05 15:23:40 +02:00
Karl Tauber
266e9d92d5
Theme Editor: enabled mark occurrences
2020-04-05 14:37:25 +02:00
Karl Tauber
54c14d0dc8
Theme Editor: added editor theme
2020-04-05 11:56:28 +02:00
Karl Tauber
d59d353c2e
Theme Editor: added token maker (based on .properties token maker)
2020-04-04 23:32:48 +02:00
Karl Tauber
204da2175b
Theme Editor: initial commit
2020-04-04 14:13:20 +02:00
Karl Tauber
152f235ca1
release 0.29
0.29
2020-04-01 23:26:47 +02:00
Karl Tauber
d094709dc8
ComboBox: no longer ignore JComboBox.prototypeDisplayValue when computing popup width (issue #80 )
2020-03-31 18:53:55 +02:00
Karl Tauber
97d5792341
ComboBox: made class FlatComboPopup protected to allow subclassing (issue #80 )
2020-03-31 17:29:12 +02:00
Karl Tauber
9429ba7d48
support specifying custom scale factor in system property flatlaf.uiScale also for Java 9 and later
2020-03-31 12:17:05 +02:00
Karl Tauber
af89dd13c1
support changing default font used for all components with automatic scaling UI if using larger font
2020-03-31 12:15:51 +02:00
Karl Tauber
60c6c5b37a
FlatLineBorder: support specifying painted line thickness
2020-03-29 23:30:04 +02:00
Karl Tauber
5ed40cab1d
Demo: support using own FlatLaf themes (.properties files) that are located in working directory of Demo application
2020-03-29 18:02:35 +02:00
Karl Tauber
1bebfe9cf2
IntelliJ Themes Demo: updated Arc, Arc Orange and Hiberbee themes (used IJThemesUpdater)
2020-03-28 09:41:51 +01:00
Karl Tauber
e2618c37a2
Testing: added "size variant" combobox to control bar if Aqua or Nimbus LaF are active
2020-03-28 09:41:03 +01:00
Karl Tauber
f2ab848c46
FlatOptionPaneTest: scroll pane added
2020-03-27 23:49:25 +01:00
Karl Tauber
93b82c0e97
FlatDefaultsAddon: added afterDefaultsLoading() method to allow modification of UI defaults by Addons
2020-03-27 23:21:55 +01:00
Karl Tauber
4ac5ad06f2
IntelliJ Themes: simplified applying theme properties to UI defaults
2020-03-27 18:54:30 +01:00
Karl Tauber
a3788038bb
Tree: fixed repainting wide selection on focus gained/lost
2020-03-27 10:51:20 +01:00
Karl Tauber
12af2de99e
no longer use system property sun.java2d.uiScale (Java 8 only)
2020-03-27 10:44:43 +01:00
Karl Tauber
225b722b1b
Linux: fixed wrong font size if GDK_SCALE environment variable is set or if running on JetBrains Runtime (issue #69 )
2020-03-26 17:20:09 +01:00
Karl Tauber
1d9c8ca65e
Linux: fixed scaling if GDK_SCALE environment variable is set or if running on JetBrains Runtime (issue #69 )
2020-03-26 13:06:12 +01:00
Karl Tauber
e51ffe2a1c
release 0.28
0.28
2020-03-16 22:47:44 +01:00
Karl Tauber
c706a79f74
UIScale: fixed NPE in getSystemScaleFactor() (occurred in progress bar on startup in NB)
2020-03-16 22:46:33 +01:00
Karl Tauber
2608061d48
reviewed (and tested) all key bindings on macOS
2020-03-16 15:20:17 +01:00
Karl Tauber
df1634de3d
FlatTestFrame: add JGoodies Windows LaF only when running on Windows
2020-03-15 10:21:28 +01:00
Karl Tauber
4aeabea3fe
UI defaults: updated FlatLightLaf_InputMap_1.8.0_202-mac.txt on Mac
2020-03-15 10:16:28 +01:00
Karl Tauber
eb30f9d5bf
copy all font attributes in FlatUIUtils.nonUIResource() and when scaling fonts (issue #75 )
2020-03-12 11:22:43 +01:00
Karl Tauber
de718f847c
README.md: added KeyStore Explorer and OWASP Zed Attack Proxy (ZAP) to list of projects that use FlatLaf
2020-03-12 11:15:10 +01:00
Karl Tauber
8835e20bfc
.editorconfig: added Java code style for IntelliJ IDEA ( #71 )
2020-02-28 15:00:04 +01:00
Karl Tauber
92258f3ba3
ScrollBar: improved colors
...
Table: use color functions
2020-02-27 12:49:43 +01:00
Karl Tauber
1bda7595dd
UI defaults: support dumping IntelliJ and Darcula themes (disabled)
2020-02-27 11:52:42 +01:00
Karl Tauber
60557fc8c8
reviewed (and tested) all key bindings on Windows
2020-02-26 23:47:38 +01:00
Karl Tauber
1a4a7831f6
UI defaults: support dumping 3rd party LaFs
2020-02-26 23:34:49 +01:00