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 |
Nikolay Igotti
|
b9b0064d7b
|
Move some sameples to dev109
|
4 years ago |
Roman Sedaikin
|
a7dc9d8c35
|
Scrollbar tutorial.
|
4 years ago |
Andrew Rudenko
|
d0a4e668a3
|
new API
|
4 years ago |
Igor Demin
|
c7d1446f9b
|
Merge pull request #36 from JetBrains/codeviewer
Code Viewer Example
|
4 years ago |
Igor Demin
|
f9d3c56b0c
|
Multiplatform template in IDEA / Android Studio. Refactoring
|
4 years ago |
Igor Demin
|
94f8239087
|
Fix gradlew permissions
|
4 years ago |
Nikolay Igotti
|
f054e41879
|
Merge pull request #35 from JetBrains/jimgoog-patch-1
Update main.md
|
4 years ago |
Nikolay Igotti
|
73e85dede1
|
Merge pull request #37 from JetBrains/remove_copyright
Remove "Copyright 2020 The Android Open Source Project"
|
4 years ago |
Igor Demin
|
6009cdd6cb
|
Remove "Copyright 2020 The Android Open Source Project"
|
4 years ago |
Igor Demin
|
451f8084b7
|
Merge pull request #30 from JetBrains/fix_multiplatfrom_template
Fix multiplatform projects in IDEA / Android Studio
|
4 years ago |
Igor Demin
|
872e752f3e
|
Multiplatform template in IDEA / Android Studio. Add comment about issue
|
4 years ago |