Karl Tauber
5aa2d24d58
added sigtest to flatlaf-core subproject to check for incompatible API changes in packages com.formdev.flatlaf and com.formdev.flatlaf.util
...
added FlatLaf 1.6 API signature (generated in clean workspace with gradle task `sigtestGenerate`)
2021-09-14 18:14:21 +02:00
Karl Tauber
b576f473e5
fixed component heights at 1.25x, 1.75x and 2.25x scaling factors (Java 8 only) so that Button, ComboBox, Spinner and TextField components (including subclasses) have same heights
2021-07-05 15:15:37 +02:00
Karl Tauber
0b127caa83
ComboBox: fixed minimum width if focusWidth > 0 (to be equal with button minimum width)
...
added some unit tests to compare component sizes
2021-07-05 11:07:32 +02:00
Karl Tauber
60fd78e082
build.gradle.kts: removed unnecessary mapOf() and fixed formatting
2021-05-12 13:59:50 +02:00
Karl Tauber
5a05efefdd
build.gradle.kts:
...
- moved javadoc options from subprojects to root project
- removed "API" from titles in HTML files
- added subproject name and version to header and footer
- use links to Java 11 API
2021-04-22 23:00:28 +02:00
Karl Tauber
144d65c776
Native window decorations: initial implementation in C++ using JNI
2021-03-05 10:31:31 +01:00
Karl Tauber
1838174678
added "use" tab to javadoc
2020-06-08 12:53:48 +02:00
Karl Tauber
2656c2dc40
build.gradle.kts: moved publishing related configuration to precompiled script plugin
2020-05-09 13:54:16 +02:00
Karl Tauber
01cfe33865
build.gradle.kts: moved module-info and java9 related configuration to precompiled script plugins
2020-05-09 11:16:40 +02:00
Karl Tauber
d79a31cc79
build.gradle.kts: use withSourcesJar() and withJavadocJar()
...
this adds resources to sources.jar
2020-05-09 02:09:03 +02:00
Karl Tauber
a961001a4b
reorder entries in JAR file to fix issues #13 and #93
2020-05-07 14:45:22 +02:00
Karl Tauber
c9c703fe98
support multi-resolution images in disabled icons on Java 9+ (e.g. @2x icons on macOS) (issue #70 )
2020-04-24 17:07:30 +02: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
84d05603ef
build.gradle.kts: separate versions for release and development (snapshot)
2020-02-05 15:21:01 +01:00
Karl Tauber
9d046ecd1d
build.gradle.kts: added snapshot publishing to oss.jfrog.org
2020-02-05 12:34:07 +01:00
Karl Tauber
a467356437
build.gradle.kts: disable javadoc warnings for missing @param or @return
2020-01-22 14:54:49 +01:00
Karl Tauber
c8248e91ca
release 0.25.1
2020-01-18 10:35:18 +01:00
Karl Tauber
d5c9bcddc8
fixed "cannot find symbol" error in NetBeans editor, when source/binary format is set to JDK 9 (or later) in NetBeans project (issue #13 )
...
flatlaf.jar is no longer a multi-release jar
2019-11-28 19:04:42 +01:00
Karl Tauber
aeb80f862b
build.gradle.kts: depend task "assemble" on "sourcesJar" and "javadocJar" so that they are built on Travic CI to file problems early (previously those tasks were build only just before publishing)
2019-10-23 17:06:25 +02:00
Karl Tauber
1de367e19e
moved testing applications from src/test to new project flatlaf-testing (part 2)
2019-10-23 16:44:39 +02:00
Karl Tauber
7c77b857f6
SwingX: added test app
2019-10-17 12:09:22 +02:00
Karl Tauber
250f435ceb
build.gradle.kts: moved jcenter to root script
2019-10-16 19:39:41 +02:00
Karl Tauber
873e8604ce
added developer information to Maven POM for Maven Central publishing
2019-10-13 21:37:49 +02:00
Karl Tauber
230bc28ddd
changed Maven groupId to com.formdev and artifactId to flatlaf
2019-10-08 13:25:59 +02:00
Karl Tauber
07d6755ddb
JPMS: compile main sources with module-info.java to make sure that compiler reports errors if classes are used from other modules that are not specified in module dependencies ( #1 )
2019-10-01 19:31:43 +02:00
Karl Tauber
177996ee81
JPMS: fix build running on Java 9 ( #1 )
2019-10-01 17:57:00 +02:00
Karl Tauber
3847b14033
support Java Platform Module System (JPMS) (issue #1 )
2019-10-01 17:34:18 +02:00
Karl Tauber
5e88b3e5e9
build.gradle.kts: added maven publishing and bintray upload
2019-09-28 11:53:38 +02:00
Karl Tauber
70d3b7c443
flatlaf-core/build.gradle.kts: use testImplementation() instead of deprecated testCompile() in dependencies
2019-09-07 19:37:35 +02:00
Karl Tauber
7a6dd4d9c0
TabbedPane basic implementation
2019-08-28 16:48:59 +02:00
Karl Tauber
5f1c9e76eb
use MigLayout for FlatComponentsTest because this scales gaps in Java 8
2019-08-20 17:49:26 +02:00
Karl Tauber
840c3698ad
gradle build scripts added
2019-08-19 14:07:09 +02:00