Nikolay Igotti
d499b350a2
Move to 1.0.0-alpha1
3 years ago
Nikolay Igotti
242ec6bbf9
Cleanup samples and adjust for rc5
3 years ago
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
Igor Demin
e6dfc33f3a
Remove mavenLocal from templates, keep in examples ( #719 )
3 years ago
Nikolay Igotti
0dc9bf0104
Move to 0.4.0
3 years ago
Nikolay Igotti
e817408595
Use 0.4.0-rc2 in examples ( #720 )
3 years ago
Nikolay Igotti
bf4f7051a2
Move to Kotlin 1.5.10 and Compose 0.4.0-rc1
3 years ago
Nikolay Igotti
38f4cfa33e
Move to 0.4.0-build209
4 years ago
Nikolay Igotti
7bdb87f20b
Move to Compose 0.4.0-build208 and Kotlin 1.5.0
4 years ago
Alexey Tsvetkov
8c8b4147ab
Update to 0.4.0-build182 and get rid of jcenter
...
The build `0.4.0-build182` upgrades
`kotlinx-collections-immutable` library
(which is used by the compose runtime) to 0.3.4,
which was published to maven central,
so most usages of sunsetting jcenter repo
can be removed now.
Resolves #557
4 years ago
Nikolay Igotti
76e3f45f8b
Move to Kotlin 1.4.32 and 0.4.0-build180
4 years ago
ligi
ad1c14381c
ImageViewer. Adapt folder to package ( #478 )
4 years ago
Dominic Fischer
7e5cfc53a8
Imageviewer. Refactor Application for observable properties ( #447 )
...
* Refactor Application for observable properties
* Style
* Add RememberObserver
* Comment out problematic update
4 years ago
Nikolay Igotti
2f7f05babd
Move to 0.3.2.
4 years ago
Nikolay Igotti
1999f58e75
Move to build 0.3.1.
4 years ago
Nikolay Igotti
80180fb63a
Move to 0.3.1.
4 years ago
Nikolay Igotti
10e99c20d9
Move to 0.3.0.
4 years ago
Nikolay Igotti
c58018221e
Move to 0.3.0-rc1 ( #410 )
4 years ago
Roman Sedaikin
da611b319d
Remove comments in ImageViewer Scalable.
4 years ago
Roman Sedaikin
3097fa3713
Move ImageViewer to build154.
4 years ago
Jim Sproch
a74417fcef
Upgrade imageviewer to build150
4 years ago
Roman Sedaikin
11e153736c
Move ImageViewer to build149 and Kotlin 1.4.30.
4 years ago
Nikolay Igotti
40429e0cb9
Notarization sample.
4 years ago
Igor Demin
e00beacfbd
Migrate to 0.3.0-build146 (imageviewer)
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
Nikolay Igotti
9354a554b4
iMove to 0.3.0-build135 and Kotlin 1.4.21.
4 years ago
Roman Sedaikin
1c39246706
New images for imageviewer
4 years ago
Nikolay Igotti
84163e7499
Move to 0.2.0-build132
4 years ago
Nikolay Igotti
18afa24fe0
Move to 0.2.0-build128
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
Roman Sedaikin
f030439571
Added screenshots for examples.
4 years ago
Nikolay Igotti
aa2a8740ca
Update to 0.1.0-build113
4 years ago
Igor Demin
3f31864f34
Imageviewer. Fix "./gradlew build"
4 years ago
Sebastian Aigner
33b041c31a
ImageViewer: Use Ktor and expect/actual to make common source set pure Kotlin ( #51 )
...
* Add IDE resolution warning for examples sharing JVM & Android code.
* Use Ktor to remove JVM-specific networking code from common source set
Fix resolution for Picture class via expect/actual mechanism
Co-authored-by: Sebastian Aigner <sebastian.aigner@jetbrains.com>
4 years ago
Sebastian Aigner
c151746e53
Add IDE resolution warning for examples sharing JVM & Android code. ( #49 )
...
Co-authored-by: Sebastian Aigner <sebastian.aigner@jetbrains.com>
4 years ago
Igor Demin
3b583678c7
Migrate to Compose 0.1.0-m1-build62
4 years ago
Igor Demin
3799ca1f16
Fix typos
4 years ago
Alexey Tsvetkov
314f5af47f
Update all examples with Compose Application DSL
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
a35596ff03
Added zoom/drag feature to desktop imageviewer. Added image navigation support via shortcuts.
4 years ago
Roman Sedaikin
70ffa959c2
Added scrollbar to ImageViewer.
4 years ago
Nikolay Igotti
5fe9d53c3c
Move few examples to m1-build57
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