spvessel
1d3ffe4208
Updated cef example according to cfd 0.3.0-build133
4 years ago
Nikolay Igotti
a1e9faf947
Update README.md
4 years ago
Igor Demin
1d2a157687
Merge pull request #160 from JetBrains/tutorials_compose_svg
...
Use official Jetpack Compose logo in images tutorial
4 years ago
Igor Demin
6d2333502f
Use official Jetpack Compose logo in images tutorial
4 years ago
Nikolay Igotti
a1980a3a0b
Update README.md
4 years ago
Alexey Tsvetkov
d4e423e98f
Implement packaging uber jar for current OS ( #145 )
4 years ago
Igor Demin
fcc26bfa89
Merge pull request #154 from JetBrains/picture_in_readme1
...
Picture on main page in README.md
4 years ago
Igor Demin
198fefe6a2
README
4 years ago
Nikolay Igotti
da3eddfbf4
Screenshots
4 years ago
Nikolay Igotti
f5d14e54fb
Add wizard section
4 years ago
Roman Sedaikin
027bbb276e
Fixed fetching.list
4 years ago
Roman Sedaikin
1c39246706
New images for imageviewer
4 years ago
Igor Demin
9193a7ea99
CHANGELOG. fix sentence
4 years ago
Igor Demin
c9a37c3407
CHANGELOG. Replace GH-* by links to issues
4 years ago
Igor Demin
83f7d2ece1
CHANGELOG. Replace GH-* by links to issues
4 years ago
Igor Demin
2e88bb1ddf
Tutorials. Image_And_Icons_Manipulations. Migrate to 0.2.0-build132
4 years ago
Igor Demin
8e2536a2fa
Examples. Issues. Migrate to 0.2.0-build132
4 years ago
Igor Demin
7879b8d570
Multiplatform template. androidx.compose.foundation.Text is deprecated, replace by androidx.compose.material.Text
4 years ago
Nikolay Igotti
84163e7499
Move to 0.2.0-build132
4 years ago
Nikolay Igotti
b67a0ad7d1
Update CHANGELOG.md
4 years ago
Nikolay Igotti
80a9284097
Update README.md.
4 years ago
Nikolay Igotti
cbd97aa432
Update README.md
4 years ago
Nikolay Igotti
12188983bc
Update tutorials.
4 years ago
Nikolay Igotti
803ba02c49
Update README.md
4 years ago
Igor Demin
b77b327430
Merge pull request #128 from JetBrains/xml_vector_images
...
Documentation. Loading XML vector images
4 years ago
Igor Demin
a4e674080d
Documentation. Loading XML vector images
4 years ago
Nikolay Igotti
18afa24fe0
Move to 0.2.0-build128
4 years ago
Nikolay Igotti
412213445a
Move codeviewer to 0.2.0-build128
4 years ago
Igor Demin
f7f300b2e4
Documentation. Loading XML vector images
4 years ago
Roman Sedaikin
61b88deb0a
Merge pull request #123 from JetBrains/swingIntegrationTutorial
...
Added tutorial on Swing integration.
4 years ago
Roman Sedaikin
50baa3fe02
Update CHANGELOG.md
4 years ago
Roman Sedaikin
1dad836e97
Fixed code/text
4 years ago
Roman Sedaikin
9f7251dfca
Fix typo
4 years ago
Roman Sedaikin
f329a2892b
Added tutorial on Swing integration.
4 years ago
Alexey Tsvetkov
a71e6b6378
Add OS arch to plugin provided dependencies ( #113 )
...
* Add OS arch to plugin provided dependencies
* Delete DesktopDependencies#all
4 years ago
Igor Demin
6e1d965931
Codeviewer: refactoring
4 years ago
Nikolay Igotti
5bc530e20d
Update CHANGELOG.md
4 years ago
Nikolay Igotti
4621dcd04f
Update CHANGELOG.md
4 years ago
Nikolay Igotti
196a260b2a
CHANGELOG.md
4 years ago
Alexey Tsvetkov
3e74b43cc6
Use Kotlin 1.4.0 in Gradle tests
4 years ago
Alexey Tsvetkov
2e1266984e
Allow running Gradle tests with any JDK >= 14
4 years ago
Alexey Tsvetkov
215e9d66bc
Mention compatible Gradle versions in docs
4 years ago
Alexey Tsvetkov
6991b4f5de
Include min task version in all checks
4 years ago
Alexey Tsvetkov
b601ed9693
Print Gradle version used in tests
...
Also switch to JUnit 5, because the feature is not supported by JUnit 4
4 years ago
Alexey Tsvetkov
fbc51e4019
Test plugin against multiple versions of Gradle
4 years ago
Alexey Tsvetkov
f46a39cd6a
Add Gradle plugin integration tests
4 years ago
Arkadii Ivanov
1b294335a9
Update Decompose to 0.1.1, remove copy-pasted code ( #102 )
...
Co-authored-by: Arkadii Ivanov <>
4 years ago
Alexey Tsvetkov
bef34ad7d2
Add compose Gradle extension to dependency blocks
...
Before this change, the following Groovy DSL code would not work:
```
dependency {
implementation compose.desktop.currentOS
}
// or
kotlin {
jvm { withJava() }
sourceSets {
named("jvmMain") {
dependencies {
implementation(compose.desktop.currentOs)
}
}
}
}
```
4 years ago
Alexey Tsvetkov
ad0b6fc916
Provide default value for Compose version for Gradle plugin
...
There are two versions used in the Gradle plugin:
* The version of the plugin itself;
* The version of Compose dependency used by the plugin.
On CI both versions are set to the same value specific to the build.
However, locally using 0.1.0-SNAPSHOT for the Compose version is inconvenient,
because we don't publish 0.1.0-SNAPSHOT anywhere.
Even if it existed, a moving version is not convenient for using in tests.
This commit changes version handling:
* The version of Compose is set via `compose.version` Gradle property
to the latest stable version, unless overridden by
`COMPOSE_GRADLE_PLUGIN_COMPOSE_VERSION` env. var.
* The version of the plugin is set via `deploy.version`
Gradle property to 0.1.0-SNAPSHOT,
unless overridden by `COMPOSE_GRADLE_PLUGIN_VERSION` env. var
4 years ago
Alexey Tsvetkov
c105e3a8eb
Change marker comment for Compose version
...
The verb `update` in `__UPDATE_COMPOSE_VERSION_MARKER__`
could be read as an instruction to update the plugin,
which might be confusing for users.
I suggest renaming the marker to more neutral
`__LATEST_COMPOSE_RELEASE_VERSION__`
4 years ago