Roman Sedaikin
f030439571
Added screenshots for examples.
4 years ago
Igor Demin
5c00195547
Merge pull request #88 from JetBrains/todo_fix
...
Regression in Todo example app after multiple Compose updates
4 years ago
Igor Demin
28935cfe87
Todo example, refactoring
4 years ago
Igor Demin
86a5977c9b
Regression in Todo example app after multiple Compose updates
...
Closes https://github.com/JetBrains/compose-jb/issues/86
4 years ago
Andrew Rudenko
60ac4a7ab1
initialize benchmarks ( #77 )
4 years ago
Arkadii Ivanov
5ebc5e1f5c
Updated Decompose to 0.1.0 in Todo example ( #78 )
...
Co-authored-by: Arkadii Ivanov <>
4 years ago
Malachi de AElfweald
362f6ec8b2
Native Distribution tutorial corrections ( #72 )
4 years ago
Freek de Bruijn
d29feef8ad
Update README.md ( #71 )
4 years ago
Nikolay Igotti
aa2a8740ca
Update to 0.1.0-build113
4 years ago
Nikolay Igotti
ffc8b7c63a
Update README.md
4 years ago
Alexey Tsvetkov
455814b9d3
Fix compile error
...
For some reason, the compiler failed to resolve the method reference correctly.
Also minor fix for `executable` property (the code was red in IDE, but compiled).
4 years ago
Eliezer Graber
56da868a05
Fix a crash when building using Gradle 6.6+
4 years ago
Nikolay Igotti
1726014417
Update FEATURES.md
4 years ago
Igor Demin
0f51c74f49
Merge pull request #68 from CeH9/patch-1
...
Fix import (deprecated *.Text)
4 years ago
CeH9
99710a42b8
Fix import (deprecated *.Text)
...
Fix import according to deprecation warning
4 years ago
Nikolay Igotti
6ea3fca296
Link
4 years ago
Nikolay Igotti
4ea130ba42
Updated screenshot.
4 years ago
Igor Demin
e9c45ecd69
Replace AppWindow by Window ( #52 )
4 years ago
Igor Demin
3f31864f34
Imageviewer. Fix "./gradlew build"
4 years ago
Sebastian Aigner
0723177aad
Reorganize source sets to work around red code resolution errors. ( #50 )
...
Co-authored-by: Sebastian Aigner <sebastian.aigner@jetbrains.com>
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
Nikolay Igotti
48e7a6c2c0
Getting started tutorial update.
4 years ago
Igor Demin
5201b36fc5
Migrate "issues" to Compose 0.1.0-m1-build62
4 years ago
Igor Demin
3b583678c7
Migrate to Compose 0.1.0-m1-build62
4 years ago
Arkadii Ivanov
05303f947d
Add scrollbar to Todo example ( #41 )
4 years ago
Igor Demin
6f6577a1ee
Merge pull request #45 from JetBrains/application-plugin-fixes
...
Application plugin fixes
4 years ago
Igor Demin
3799ca1f16
Fix typos
4 years ago
Nikolay Igotti
9f4a55a6f4
Features file.
4 years ago
Nikolay Igotti
2098410805
Update icons.
4 years ago
Alexey Tsvetkov
314f5af47f
Update all examples with Compose Application DSL
4 years ago
Alexey Tsvetkov
332d57ae33
Allow overriding COMPOSE_GRADLE_PLUGIN_COMPOSE_VERSION via Gradle property
...
Gradle properties are more convenient for local builds
4 years ago
Alexey Tsvetkov
37cc9665c1
Log distribution output path
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
Alexey Tsvetkov
b0f038d833
Minor: remove unused imports
4 years ago
Alexey Tsvetkov
e915ec6ac1
Make AppImage format compatible with all OS
...
Turns out, app-image is not an OS specific format, but a prepackaged image of packaged app
4 years ago
Nikolay Igotti
ae4020c9c2
Use memory mapping and filter hidden files. ( #44 )
4 years ago
Roman Sedaikin
a35596ff03
Added zoom/drag feature to desktop imageviewer. Added image navigation support via shortcuts.
4 years ago
Igor Demin
726fa0119b
Codeviewer. replace rememberScrollbarAdapterFixed by compose rememberScrollbarAdapter
4 years ago
Roman Sedaikin
70ffa959c2
Added scrollbar to ImageViewer.
4 years ago
Igor Demin
b714f932a1
Simplify build.gradle.kts for android (res.srcDirs)
4 years ago
Nikolay Igotti
eb8c7fdd44
Move tutorials and templates to m1-build57.
4 years ago
Igor Demin
3e53062e89
Fix and refactor jetissues example
4 years ago
Igor Demin
26e431cd78
Move codeviewer to 0.1.0-m1-build57
4 years ago
Nikolay Igotti
5fe9d53c3c
Move few examples to m1-build57
4 years ago
Nikolay Igotti
bfb2abe605
One Skiko dependency
4 years ago
Nikolay Igotti
efb701067b
One more rename
4 years ago
Nikolay Igotti
63ae56f094
Merge pull request #27 from JetBrains/tutorial-keys
...
Tutorial keys
4 years ago
Nikolay Igotti
400d63ece4
Merge pull request #39 from JetBrains/desktop-application-mpp-runtime-classpath
...
Include main jar into runtime classpath for Kotlin MPP target
4 years ago
Nikolay Igotti
afe9c2bad8
Merge pull request #28 from JetBrains/tutorials-readme
...
rename tutorials main.md to README.md
4 years ago