Karl Tauber
5069013e6e
FileChooser implemented (issue #5 )
2019-11-16 17:21:28 +01:00
Karl Tauber
c0642ed620
IntelliJ Themes: apply action/object icons color palette from .theme.json to FlatLaf default color palette in UI defaults
2019-11-16 13:36:19 +01:00
Karl Tauber
a145673dd1
use chevron arrows for table header ascending/descending sort icons ( #7 )
2019-11-15 23:41:26 +01:00
Karl Tauber
223af48c09
added default color palette for action icons and object icons (based on IntelliJ Platform colors)
...
and use color palette for file chooser icons (issue #5 )
2019-11-15 23:40:52 +01:00
Karl Tauber
d72cfc37d6
fixed jittery submenu rendering on Mac (issue #10 )
2019-11-15 18:24:22 +01:00
Karl Tauber
3ba8133890
Table: fixed selection background of checkbox in table cell
2019-11-14 12:33:04 +01:00
Karl Tauber
a907cd7f46
IntelliJ Themes: fixes for text component disabled backgrounds, button backgrounds, combobox disabled backgrounds and spinner disabled backgrounds
2019-11-14 11:28:38 +01:00
Karl Tauber
3b740cb494
IntelliJ Themes: fixes for ComboBox, text components and Spinner
2019-11-13 19:17:34 +01:00
Karl Tauber
0f0f21a7b1
IntelliJ Themes Demo: refresh themes list (from current working directory) on window activation
2019-11-13 13:54:17 +01:00
Karl Tauber
537f6703c0
IntelliJ Themes Demo: search for .theme.json files in current working directory and show them in themes list
2019-11-13 13:53:01 +01:00
Karl Tauber
da0c562ac2
FlatTestFrame: fixed exception when changing scale factor (when running in Java 8)
2019-11-13 10:48:20 +01:00
Karl Tauber
0bef71907c
IntelliJ Themes: added core themes to list of themes
2019-11-13 10:44:39 +01:00
Karl Tauber
0ebd43bc5f
IntelliJ Themes:
...
- added themes list to demo (and testing) apps
- added some popular open-source IntelliJ themes to demo
(downloaded latest .theme.json from source repos;
see themes.properties for source repo URLs)
2019-11-12 19:23:20 +01:00
Karl Tauber
3092fced3c
Demo: moved Laf combobox related code to new class LookAndFeelsComboBox
2019-11-12 16:30:41 +01:00
Karl Tauber
a02784fcba
IntelliJ Themes: fixes for Button, CheckBox, RadioButton, ComboBox and Spinner
2019-11-12 12:40:20 +01:00
Karl Tauber
924abde89e
StringUtils added
2019-11-12 10:19:56 +01:00
Karl Tauber
f011468819
IntelliJ Themes: use single Laf class for light and dark IntelliJ themes and added IntelliJTheme$ThemeLaf.properties to allow (re-)setting UI defaults before .theme.json is applied
2019-11-12 10:11:26 +01:00
Karl Tauber
11f459d5b0
IntelliJ Themes:
...
- support theming check boxes and radio buttons
- fixed button background and border
2019-11-11 22:55:40 +01:00
Karl Tauber
974f7d5d68
IntelliJ Themes: reworked applying values so that it works and behaves the same way as in IntelliJ Platform
2019-11-11 18:35:31 +01:00
Karl Tauber
e60db4ff90
IntelliJ Themes: basic support for loading and applying IntelliJ Platform themes in .theme.json format
2019-11-11 16:25:37 +01:00
Karl Tauber
ebe1cd3367
IntelliJ Themes: added internal json parser for parsing IntelliJ .theme.json files
...
this is a partly copy of https://github.com/ralfstx/minimal-json (license is MIT)
2019-11-11 13:46:36 +01:00
Karl Tauber
30db9d13a5
UIDefaultsLoader:
...
- detect colors and UIs
- fixed parsing of colors with transparency
- allow '#' prefix colors
2019-11-11 13:39:11 +01:00
Karl Tauber
368611359c
documented used UI defaults in most UI delegates
2019-11-10 18:18:57 +01:00
Karl Tauber
746918c054
README.md: fixed link to "JIDE Common Layer" addon
2019-11-10 10:26:34 +01:00
Karl Tauber
6572198178
release 0.18
0.18
2019-11-10 10:06:59 +01:00
Karl Tauber
f69b3f56dd
ToolTip: use anti-aliasing to render multi-line tooltips
2019-11-10 00:09:51 +01:00
Karl Tauber
c379f2f3b0
JIDE: added missing dependency to flatlaf-testing project
2019-11-09 18:51:52 +01:00
Karl Tauber
e7194e43b4
JIDE: README.md added and publishing added to build.gradle.kts
2019-11-09 18:44:31 +01:00
Karl Tauber
883b282cd8
JIDE: JideTabbedPane: hover tab event if mouse is over close button
...
unfortunately it is not possible to replace JIDEs arrow and close buttons with own implementations
2019-11-09 18:21:25 +01:00
Karl Tauber
7c2b2d7f26
JIDE: basic JideTabbedPane implementation
2019-11-09 17:23:55 +01:00
Karl Tauber
08f525de5f
TabbedPane: content pane is no longer opaque and use antialiasing for painting separator and content border
2019-11-09 15:53:02 +01:00
Karl Tauber
433659a5df
TabbedPane: no longer modify BasicTabbedPaneUI.contentBorderInsets in getContentBorderInsets() because this is useless and confusing
2019-11-09 13:57:39 +01:00
Karl Tauber
7f50a30b29
TabbedPane: reworked painting in scroll-tab-layout, so that the separator line now spans the whole width and is no longer interrupted by the scroll buttons
2019-11-09 10:58:31 +01:00
Karl Tauber
d5944779e8
TabbedPane: use FlatClientProperties for JTabbedPane.hasFullBorder client property
2019-11-08 23:01:33 +01:00
Karl Tauber
fdaea31475
JIDE: flatlaf-jide-oss subproject created
2019-11-08 15:51:28 +01:00
Karl Tauber
a66ebd29b4
update to Gradle 5.6.4
...
./gradlew wrapper --gradle-version=5.6.4
2019-11-07 18:24:33 +01:00
Karl Tauber
f3006467e9
TextField and TextArea: do not apply minimum width if columns property > 0
2019-10-30 15:14:23 +01:00
Karl Tauber
aa52af4c8f
added FlatLaf.isDark()
2019-10-29 11:01:48 +01:00
Karl Tauber
2e0fde464d
release 0.17
0.17
2019-10-27 12:29:12 +01:00
Karl Tauber
9bf0124950
FlatBorder: replaced Paint with Color
2019-10-27 12:27:31 +01:00
Karl Tauber
eaa6db1d19
Table: fixed missing upper right corner (e.g. in SwingX JXTable with column control visible)
2019-10-27 12:25:39 +01:00
Karl Tauber
2ec142f000
Button: hover and pressed background colors are now derived from actual button background color (issue #21 )
2019-10-27 11:03:40 +01:00
Karl Tauber
ec572436a9
extracted properties file parsing to new class UIDefaultsLoader
2019-10-25 23:07:44 +02:00
Karl Tauber
6e5e548c9d
Testing: fixed content panel insets and removed 5,5 gaps
2019-10-25 10:44:24 +02:00
Karl Tauber
61c3bbad60
ComboBox and Spinner:
...
- make child components explicitly non-opaque
- paint parent background only if necessary
2019-10-25 10:28:24 +02:00
Karl Tauber
bc10c4e871
Made JComboBox, JProgressBar, JSpinner and JXDatePicker non-opaque.
...
`JPasswordField`, `JScrollPane` and `JTextField` are non-opaque if they have
an outside focus border (e.g. IntelliJ and Darcula themes).
(issues #20 and #17 )
2019-10-25 10:28:18 +02:00
Karl Tauber
8b8d84c2a3
TextField and PasswordField: reduced duplicate code
2019-10-24 20:47:31 +02:00
Karl Tauber
5743b5d59f
CheckBox: removed accidentally checked in debug output
2019-10-24 18:07:22 +02:00
Karl Tauber
9450ba5e46
Extras: fixed link in README.md
2019-10-24 15:31:13 +02:00
Karl Tauber
cfcbf3e61c
CheckBox:
...
- compute focus border arc based on Component.focusWidth
- allow specifying border arc in UI defaults (CheckBox.arc)
2019-10-24 14:28:50 +02:00