Roman Sedaikin
8b16eea289
Updated imageviewer example to use CoroutineScope (loading and processing images).
3 years ago
Alexey Tsvetkov
079a317c03
Update examples ( #967 )
...
* Update widgets gallery examples
* Update notepad example
* Update issues example
This change updates:
* Gradle to 7.1.1;
* AGP to 7.0.0;
* Compose to 1.0.0-alpha1-rc1;
* Kotlin to 1.5.21.
* Update image viewer example
3 years ago
Roman Sedaikin
2e571c8734
Updated ImageViewer to 0.5.0-build270
3 years ago
Nikolay Igotti
c58018221e
Move to 0.3.0-rc1 ( #410 )
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
Roman Sedaikin
1c39246706
New images for imageviewer
4 years ago
Alexey Tsvetkov
3b7835fb4a
Merge compose.desktop.application plugin with compose plugin
...
This change removes `org.jetbrains.compose.desktop.application` plugin id
in favor of doing everything in `org.jetbrains.compose`.
The change simplifies configuring Compose Desktop projects.
Now, just one plugin dependency is needed.
To avoid task name conflicts with common task names such as `package` and `run`,
the plugin creates tasks lazily only if `application` block/property is used in a script.
4 years ago
Roman Sedaikin
70ffa959c2
Added scrollbar to ImageViewer.
4 years ago
Alexey Tsvetkov
d0859c665c
Adjust settings for Windows
...
Enable dir chooser by default.
Also, treat menu as true if menuGroup is not null.
4 years ago
Alexey Tsvetkov
991b7ff6a7
Rename nativeExecutables to nativeDistributions
4 years ago
Alexey Tsvetkov
927abf0d03
Add icons support to packaging
4 years ago
Alexey Tsvetkov
7067691b10
Add dependency on jdk.crypto.ec
4 years ago
Alexey Tsvetkov
563dc37c9b
Add desktop application Gradle plugin
...
For simplified packaging and running an app
4 years ago
Igor Demin
6009cdd6cb
Remove "Copyright 2020 The Android Open Source Project"
4 years ago
Igor Demin
6c2457240b
Multiplatform template in IDEA / Android Studio. Add comment about issue
4 years ago
Nikolay Igotti
3876014768
Move to compose.desktop.currentOs
4 years ago
Igor Demin
3b13944daf
Fix multiplatform projects in IDEA / Android Studio
...
Fixes:
- https://github.com/JetBrains/compose-jb/issues/21
We need to move buildscript from settings.gradle.kts to build.gradle.kts
See also https://youtrack.jetbrains.com/issue/KT-36331
- https://github.com/JetBrains/compose-jb/issues/22
kotlin("jvm") plugin doesn't work well with MPP modules.
To fix this issue we need to use kotlin("multiplatform") even if we targeting single platform.
See also https://youtrack.jetbrains.com/issue/KT-42823
4 years ago
Roman Sedaikin
728210fdde
Fixed loading screen issue.
4 years ago
Roman Sedaikin
df6fa95b9b
Added app icon to desktop version of ImageViewer.
4 years ago
spvessel
345c409833
Added mouse hover interactivity to the desktop version of app.
4 years ago
Nikolay Igotti
f201961e31
Example Image Viewer.
4 years ago