Karl Tauber
4cebeda37a
IntelliJ Themes: added popular Gradianto IntelliJ themes to demo
2020-02-17 11:16:27 +01:00
Karl Tauber
5f40ab130e
build.gradle.kts:
...
- added version info to manifest
- added META-INF/LICENSE
- Java source/target compatibility now defined in single location
- defined source file encoding for java compiler
2020-02-16 16:58:01 +01:00
Karl Tauber
7489526eb7
build.gradle.kts:
...
- plugin versions now defined in single location (settings.gradle.kts)
- going back to Gradle 6.1.1
- using "extra" properties for bintray user and key
- allow easy enabling/disabling bintray upload dryMode and publishing
2020-02-16 12:18:08 +01:00
Karl Tauber
e439d91763
build.gradle.kts: fix bintray upload (broken since adding snapshot publishing)
2020-02-15 00:03:57 +01:00
Karl Tauber
84d05603ef
build.gradle.kts: separate versions for release and development (snapshot)
2020-02-05 15:21:01 +01:00
Karl Tauber
409a773e36
IntelliJ Themes Demo: updated Arc, Arc Orange, and Material UI Lite themes (used IJThemesUpdater)
2020-01-20 14:58:39 +01:00
Karl Tauber
48bdd5c3df
TextField, FormattedTextField and PasswordField: select all text when a text field gains focus for the first time and selection was not set explicitly
2020-01-19 18:05:12 +01:00
Karl Tauber
c8248e91ca
release 0.25.1
2020-01-18 10:35:18 +01:00
Karl Tauber
5c3638a5a4
Menu: hide mnemonics by default and show them only when Alt key is pressed (issue #43 )
2020-01-14 12:09:31 +01:00
Karl Tauber
e7d5e22960
IntelliJ Themes Demo: fixed last invalid colors in Material UI Lite themes (issue #26 )
2020-01-08 15:27:31 +01:00
Karl Tauber
af7c181596
Button and ToggleButton: support square button style
2020-01-08 13:59:39 +01:00
Karl Tauber
822cd16daa
IntelliJ Themes Demo: updated Dracula, Hiberbee and Material UI Lite themes (used IJThemesUpdater) (issue #26 )
2020-01-07 23:40:24 +01:00
Karl Tauber
452452dcc9
Tree: fixed wide selection if scrolled horizontally
2019-12-31 09:49:56 +01:00
Karl Tauber
d260001cbd
IntelliJ Themes Demo: fixed progress bar in Hiberbee theme
2019-12-30 16:55:35 +01:00
Karl Tauber
4b4837e3a1
IntelliJ Themes Demo: updated Hiberbee theme (used IJThemesUpdater) (issue #26 )
2019-12-30 10:04:48 +01:00
Karl Tauber
20ccc2951e
IntelliJ Themes Demo: updated "Material Theme UI Lite" theme to version 7.0, downloaded from IntelliJ plugin repo ( https://plugins.jetbrains.com/plugin/12124-material-theme-ui-lite/versions ) because theme github repo is not up-to-date
2019-12-23 13:55:33 +01:00
Karl Tauber
39a0d514a8
List, Table and Tree: added colors for drag-and-drop
...
- added "enable drag and drop" checkbox to Demo on "Data Components" tab
- support copying UI default values lazy
2019-12-23 13:10:50 +01:00
Karl Tauber
e44212fc65
fixed link color (in HTML text) in IntelliJ platform themes
2019-12-20 18:36:25 +01:00
Karl Tauber
69750dba19
IntelliJ Themes Demo: updated themes (used IJThemesUpdater)
2019-12-19 18:26:43 +01:00
Karl Tauber
aea5e8eb16
Demo: bottom horizontal slider bound to the progress bars
2019-12-18 12:21:38 +01:00
Karl Tauber
62765ab6ca
TextComponent: support placeholder text that is displayed if text field is empty (set client property "JTextField.placeholderText" to a string)
2019-12-17 18:08:45 +01:00
Karl Tauber
8450e74832
TabbedPane: support separators between tabs (TabbedPane.showTabSeparators)
2019-12-16 20:40:29 +01:00
Karl Tauber
475b258e4a
Button: enabled Button.defaultButtonFollowsFocus on Windows, which allows pressing focused button with <kbd>Enter</kbd> key (as in Windows LaF)
2019-12-16 18:11:48 +01:00
Karl Tauber
48e38b2855
ScrollBar: show decrease/increase arrow buttons if client property "JScrollBar.showButtons" is set to true on JScrollPane or JScrollBar (issue #25 )
2019-12-03 10:53:39 +01:00
Karl Tauber
3fbc21347a
Demo: restore last used theme on startup
2019-12-01 13:10:38 +01:00
Karl Tauber
f37c4cdc4d
IntelliJ Themes: added "Save" and "GitHub" buttons to themes list toolbar in demo (and testing apps) to allow users quickly save .theme.json files (including license) or visit theme source code repository
2019-11-29 10:24:04 +01:00
Karl Tauber
a99ffd4821
fixed color of links in HTML text
2019-11-28 17:06:45 +01:00
Karl Tauber
7b5a9d9949
Demo: added square buttons
2019-11-28 11:29:09 +01:00
Karl Tauber
a5b69d712c
IntelliJ Themes Demo: updated themes (used IJThemesUpdater)
2019-11-26 16:26:03 +01:00
Karl Tauber
8edcca9745
IntelliJ Themes Demo: IJThemesUpdater tool added to update themes from source code repositories
2019-11-26 13:31:44 +01:00
Karl Tauber
f3b1f4b608
IntelliJ Themes Demo: replaced themes.properties with themes.json
2019-11-26 11:39:29 +01:00
Karl Tauber
c8225171a3
IntelliJ Themes: avoid double setting LaFs
2019-11-26 00:41:47 +01:00
Karl Tauber
81f1ebd1db
added readme files to sub-projects
2019-11-24 16:59:13 +01:00
Karl Tauber
6d86cf8f9c
IntelliJ Themes: added more popular open-source IntelliJ themes to demo
...
(downloaded latest .theme.json from source repos;
see themes.properties for source repo URLs)
2019-11-21 13:17:06 +01:00
Karl Tauber
3de329a332
moved ScaledSVGIcon.java from demo to flatlaf-extras and renamed to FlatSVGIcon.java
2019-11-16 23:23:02 +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
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
d5944779e8
TabbedPane: use FlatClientProperties for JTabbedPane.hasFullBorder client property
2019-11-08 23:01:33 +01:00
Karl Tauber
aa52af4c8f
added FlatLaf.isDark()
2019-10-29 11:01:48 +01:00
Karl Tauber
06766cb4db
Demo: missing SwingUtilities.invokeLater() added
2019-10-23 09:03:08 +02:00
Karl Tauber
72e8ab70a3
Demo: tooltips added to toolbar buttons
2019-10-22 12:09:04 +02:00
Karl Tauber
ffef71d6db
OptionPane: fixed rendering of longer HTML text ( #12 )
2019-10-18 18:41:14 +02:00
Karl Tauber
250f435ceb
build.gradle.kts: moved jcenter to root script
2019-10-16 19:39:41 +02:00
Karl Tauber
fe2909c56a
Demo: build.gradle.kts: added bintray upload
2019-10-14 10:59:45 +02:00
Karl Tauber
5e33182de3
Windows: update fonts (and scaling) when user changes Windows text size
2019-10-12 20:14:18 +02:00
Karl Tauber
10283d022f
Linux: initialize font ( #2 )
2019-10-12 10:44:11 +02:00
Karl Tauber
87845fc6f5
added Flat*Laf.install() methods
2019-10-10 10:34:40 +02:00