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
Alexey Tsvetkov
01fe61f9c7
Include main jar into runtime classpath for Kotlin MPP target
4 years ago
Roman Sedaikin
40ccf9ca59
Merge pull request #38 from JetBrains/scrollbarTutorial
...
Scrollbar tutorial.
4 years ago
Andrew Rudenko
2d49b671d7
Image & Icons
4 years ago
Andrew Rudenko
9e2359c174
rename tutorials main.md to README.md
4 years ago
Andrew Rudenko
029f4e72eb
lang fixes
4 years ago
Roman Sedaikin
43bfc9b6bc
Fixed text
4 years ago
Alexey Tsvetkov
24f183eeee
Add tutorial for desktop application Gradle plugin
4 years ago
Alexey Tsvetkov
66a392b11f
Fix getting runtime classpath from Kotlin MPP target
...
runtimeElementsConfigurationName is not a resolvable configuration
4 years ago
Alexey Tsvetkov
518aa7fc81
Rename JetPack -> JetBrains
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
815c0484a9
Download WiX toolset on Windows
...
It is a non-optional dependency for jpackage
(see "Dependencies" section of https://openjdk.java.net/jeps/343 ).
4 years ago
Alexey Tsvetkov
6c03263f2f
Change tasks group
4 years ago
Alexey Tsvetkov
cc68421f2e
Escape file paths on Windows
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
014fb87429
Enable official code style when root dir is opened in Intellij
4 years ago
Alexey Tsvetkov
563dc37c9b
Add desktop application Gradle plugin
...
For simplified packaging and running an app
4 years ago
Alexey Tsvetkov
2451d79d06
Remove unnecessary META_INF/gradle-plugins/*.properties files
...
That's already handled by java-gradle-plugin configuration
(a plugin for Gradle plugin development)
4 years ago
Alexey Tsvetkov
acd734c653
Add local dir repository
...
So it's easy to see all published artifacts
4 years ago
Alexey Tsvetkov
3573807e03
Fix repository name
4 years ago
Alexey Tsvetkov
279826275a
Enable parallel build by default
4 years ago
Alexey Tsvetkov
a8e34eddad
Refactor gradle-plugin build configuration to allow other plugins
...
So other plugins can be added to separate subprojects
4 years ago
Alexey Tsvetkov
09083131ff
Add .idea to gitignore
4 years ago