Roman Sedaikin
455b634fdd
Updated Swing interoperability tutorial according to build153.
4 years ago
Nikolay Igotti
254251c844
Update README.md
4 years ago
cfnz
469f4a1204
Update Tutorial README.md as App unusable on Ubuntu with plugin version used in wizard tutorial ( #376 )
4 years ago
Nikolay Igotti
9df0bfc9f3
Fix distributable in todoapp.
4 years ago
Arkadii Ivanov
1d5fdbcc73
Update example todoapp to Kotlin 1.4.30 and deps ( #379 )
4 years ago
Gabriel Souza
cc2ddac2e2
Updates the intelliJPlugin example with currently IDEA Theme colors ( #351 )
4 years ago
Igor Demin
38f5952ffe
Update CHANGELOG.md
4 years ago
Igor Demin
40b17c608a
Merge pull request #374 from jimgoog/imageviewerbuild150
...
Upgrade imageviewer to build150
4 years ago
Jim Sproch
a74417fcef
Upgrade imageviewer to build150
4 years ago
Igor Demin
b2c1748e96
Merge pull request #371 from leomillon/fix/native_doc_readme_link
...
fix(doc): Fix the destination of the 'Signing & notarization on macOS' readme link
4 years ago
Léo Millon
e873e1340c
fix(doc): Fix the destination of the 'Signing & notarization on macOS' readme link
4 years ago
Igor Demin
3a37cfbc99
Merge pull request #361 from arkivanov/todoapp-root-tests
...
Tests for sample TodoApp root component
4 years ago
Arkadii Ivanov
e1baf7b2d7
Tests for sample TodoApp TodoRoot
4 years ago
Nikolay Igotti
509c379d81
Update CHANGELOG.md
4 years ago
Igor Demin
dc4910c2b6
Tutorials. Fix Scrollbars examples
4 years ago
Nikolay Igotti
c8b0ee23d0
Move templates to build150 and fix most tutorials.
4 years ago
Roman Sedaikin
8ba54b0c5b
Updated [Swing interoperability] tutorial accordingly to build149.
4 years ago
Roman Sedaikin
11e153736c
Move ImageViewer to build149 and Kotlin 1.4.30.
4 years ago
Nikolay Igotti
f8f6ad38bb
Move IDE plugin and Falling Balls to build149 and Kotlin 1.4.30.
4 years ago
Alexey Tsvetkov
b8545e4d6f
Fix gradle plugin tests ( #350 )
...
* Fix uninitialized lateinit var property exceptions on Linux and Windows
lateinit property nonValidatedMacSigningSettings
was not initialized on Linux and Windows
* Revert reusing app image when creating installer
Previously there was a change to reuse an app image, when creating an installer.
So packaging would happen in two steps:
1. jpackage --type app-image ...
2. jpackage --type msi --app-image /path/to/app/image ...
This way a user could always conveniently inspect, what goes into an installer.
However, that change lead to bizzare crashes on Windows and Linux.
As a workaround, this change reverts reusing an app image,
when creating an installer.
* Fix args filtering when invoking jpackage
"app-image" args can also be used, when creating an installer
w/o predefined app image (e.g. w/o `--app-image ...` argument)
* Fix deb package name for tests on Linux
4 years ago
Javier Segovia Córdoba
78976e40a9
Improve `buildSrc` setup ( #342 )
4 years ago
Nikolay Igotti
1ee574ee7e
Update FEATURES.md
4 years ago
Nikolay Igotti
21f345c74f
Update CHANGELOG.md
4 years ago
Nikolay Igotti
db58370244
Update CHANGELOG.md
4 years ago
Nikolay Igotti
40429e0cb9
Notarization sample.
4 years ago
Nikolay Igotti
4198060a46
Update README.md
4 years ago
Nikolay Igotti
c4237aaedc
Update README.md
4 years ago
Alexey Tsvetkov
c243639042
Support simplified sign and notarization for macOS distribution in Gradle plugin ( #332 )
4 years ago
Igor Demin
ea0ac1d16a
Update CHANGELOG.md
4 years ago
Igor Demin
6954643d2e
Update CHANGELOG.md
4 years ago
Igor Demin
e760e789e7
Merge pull request #340 from JetBrains/tutorials
...
Tutorials. Migrate to 0.3.0-build146
4 years ago
Igor Demin
2d9dc39d2b
Tutorials. Migrate to 0.3.0-build146
4 years ago
Arkadii Ivanov
ff73f8268a
Update TodoApp readme with iOS target ( #336 )
4 years ago
Arkadii Ivanov
fbba7e79c5
TodoApp. Updated Kotlin to 1.4.21-2, Compose to 0.3.0-build146 and Decompose to 0.1.7. ( #329 )
4 years ago
Igor Demin
18c5f25eec
Merge pull request #328 from JetBrains/latest-tag-on-main-page
...
Add badge with the latest version of Compose for Desktop on main page
4 years ago
Igor Demin
f5a650917a
Add badge with the latest version of Compose for Desktop on main page
4 years ago
Igor Demin
b649cd9b56
Migrate to 0.3.0-build146 (widgetsgallery)
4 years ago
Igor Demin
0e6d23ebf5
Migrate to 0.3.0-build146 (intelliJPlugin)
4 years ago
Igor Demin
e00beacfbd
Migrate to 0.3.0-build146 (imageviewer)
4 years ago
Igor Demin
cda2c78aee
Migrate to 0.3.0-build146 (issues example)
4 years ago
Igor Demin
229e652e25
Migrate to 0.3.0-build146 (falling_balls)
4 years ago
Igor Demin
930d807306
Migrate to 0.3.0-build146 (codeviewer)
4 years ago
Igor Demin
13e0bd184a
Fix building of uber jar
4 years ago
Igor Demin
1a1310368e
Migrate to 0.3.0-build146 (templates
4 years ago
Igor Demin
728b4d5f76
ImageVIewer. Don't show splash screen on click on refresh button
4 years ago
Igor Demin
bde57fd891
ImageVIewer. Splash screen, composable window API
4 years ago
Alexey Tsvetkov
f627c0cc55
Use correct test scenario for uber jar tests
4 years ago
Alexey Tsvetkov
0d68dea6de
Filter out non-jar files in runtime classpath
...
WiX linker fails to find class files of inlined functions for some reason
(maybe because of '$' character in name or long paths)
Fixes #196
4 years ago
Alexey Tsvetkov
abb4a5a411
Avoid adding incompatible arguments when creating application image
...
Fixes https://github.com/JetBrains/compose-jb/issues/296
4 years ago
Roman Sedaikin
99cc1214b4
Removed temp screenshot file in intelliJPlugin example.
4 years ago