Karl Tauber
03e22e3dbf
Demo: exclude module-info.class from JAR
2020-04-23 23:54:54 +02:00
Karl Tauber
d5e9fd0e5c
IntelliJ Themes:
...
- fixed ComboBox size and Spinner border in all Material UI Lite themes
- limit tree row height in all Material UI Lite themes and some other themes
2020-04-23 23:46:14 +02:00
Karl Tauber
141138ebea
IntelliJ Themes Pack: added readme
2020-04-23 18:16:57 +02:00
Karl Tauber
9026efeb26
release 0.32
0.32
2020-04-23 16:04:31 +02:00
Karl Tauber
2ab023beb0
UIDefaultsDump: used FlatAllIJThemes instead of IJThemesManager to get list of IJ themes
2020-04-23 14:02:25 +02:00
Karl Tauber
8e471fd720
IntelliJ Themes: generated Java classes for all themes (used IJThemesClassGenerator)
2020-04-23 13:59:59 +02:00
Karl Tauber
13cbbd8bc1
IntelliJ Themes: moved themes into own sub-project and build a JAR that contains all themes
2020-04-23 11:06:12 +02:00
Karl Tauber
b08ccc9767
UIDefaultsLoader: no longer support/use derived colors without base colors
2020-04-22 11:49:44 +02:00
Karl Tauber
801a7023a4
IntelliJ Themes: fixed toggle button selected backgrounds (issue #86 )
2020-04-22 10:30:14 +02:00
Karl Tauber
dd06b554da
ToggleButton: compute selected background color based on current component background (issue #32 )
2020-04-22 09:48:58 +02:00
Karl Tauber
23f0504b30
IntelliJ Themes: fixed toggle button unselected background in most themes and foreground in Darcula and One Dark themes (issue #86 )
2020-04-21 14:39:11 +02:00
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
37ecd9bd4f
FlatDisabledIconsTest: renamed @2x_dark.png icons to _dark@2x.png so that they are automatically loaded on macOS Retina displays
2020-04-19 10:23:40 +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
2250185487
Testing: FlatDisabledIconsTest: use intellij dark icons in dark themes
2020-04-14 12:41:14 +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
73cb63c9f9
Testing: added FlatDisabledIconsTest to compare different methods to create disabled icons
2020-04-13 15:48:07 +02:00
Karl Tauber
f61f6b6006
Merge pull request #72 from basix86:disabledIcon into branch disabled-icons
...
Improve disabled button rendering #70
2020-04-11 13:57:05 +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
basix86
a8f659f2ac
Pull Request #72 : Improve disabled button rendering #70
2020-04-02 21:25:41 +02:00
basix86
a878ebc368
Merge branch 'master' into disabledIcon
2020-04-02 21:25:41 +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