Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
4c6388f995b2f82e081b3fc0b61b91b031c0d66a
166
2021-07-22 00:35:52+02:00
-7,200
['b9a87578fcf7d6d1ae3184f437b89a6dd0110e4e']
Introduce minimal support of alignSelf, justifySelf, alignItems, justifyItems, gap in CSS API
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/grid.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/grid.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -116,3 +116,49 @@ fun StyleBuilder.gridTemplateAreas(vararg rows: String) {\n prop...
Kotlin
e071b2889b86b7008f03719e96b2fa46c96cc63a
106
2021-07-22 11:06:17+03:00
-10,800
['4c6388f995b2f82e081b3fc0b61b91b031c0d66a']
Publish compose:ui:ui-tooling-preview
[{'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,6 +11,7 @@ tasks.register("publishComposeJb") {\n dependsOnComposeTask(":compose:compiler:compiler:publishMavenPublicationToMavenRepository")\n dependsOnComposeTask(":compose:c...
Kotlin
2536c297668b6d309507433236849c3b299eefce
166
2021-07-22 15:30:10+02:00
-7,200
['e071b2889b86b7008f03719e96b2fa46c96cc63a']
Basic support for grid-auto-flow, grid-auto-columns and grid-auto-rows in CSS API This contibutes to #895
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSEnums.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSEnums.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -252,3 +252,12 @@ interface AnimationPlayState: StylePropertyEnum {\n }\n }\n inline fun Animati...
Kotlin
a0a8a32302800f0565c391ba7c6a7cb6a834a7ed
28
2021-07-22 19:51:52+03:00
-10,800
['2536c297668b6d309507433236849c3b299eefce']
Idea floating panel (#927) * Implement floating editor toolbar for running preview * Minor: remove accidentally committed debug logging
[{'old_path': 'gradle-plugins/preview-rpc/src/main/kotlin/org/jetbrains/compose/desktop/ui/tooling/preview/rpc/RemotePreviewHost.kt', 'new_path': 'gradle-plugins/preview-rpc/src/main/kotlin/org/jetbrains/compose/desktop/ui/tooling/preview/rpc/RemotePreviewHost.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -62,...
Kotlin
d363211110584486b33018add67a9288d42be021
166
2021-07-23 01:10:10+02:00
-7,200
['a0a8a32302800f0565c391ba7c6a7cb6a834a7ed']
Remove CSSVariables context One can define CSS variables anywhere This is actually the only thing we want to do right now in framework of #894 Resolves #894
[{'old_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/CodeSamplesSwitcher.kt', 'new_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/CodeSamplesSwitcher.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,7 +7,7 @@ import org.jetbrains.compose.web.attributes.*\n import org.jetbrain...
Kotlin
4f3703693d830e90bafd4afd07a13e4a2555a0db
31
2021-07-23 10:46:35+03:00
-7,200
['d363211110584486b33018add67a9288d42be021']
Replace invalid scrollbars link (#929)
[{'old_path': 'FEATURES.md', 'new_path': 'FEATURES.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n ## Features\n \n Features currently available in Compose for Desktop\n- * [Scrollbars support](tutorials/Scrollbars/README.md)\n+ * [Desktop Components](tutorials/Desktop_Components/README.md)\n...
Kotlin
11464f199eeffb6e6e919f8474b4aff90316699d
74
2021-07-26 10:43:29+02:00
-7,200
['f2fec0ea6362ded64ccf40df8aa229d738f4713e']
Update mouse tutorial (#932)
[{'old_path': 'tutorials/Mouse_Events/README.md', 'new_path': 'tutorials/Mouse_Events/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,10 +16,11 @@ so code like this will work on both platforms:\n import androidx.compose.desktop.Window\n import androidx.compose.foundation.ExperimentalFoundationApi\n im...
Kotlin
c63ade0ba9acac34ea00e88cc8df526c74069d09
178
2021-07-26 12:43:52+03:00
-19,800
['11464f199eeffb6e6e919f8474b4aff90316699d']
Update web-compose-bird example (#934) * bump compose version to 0.5.0-build262 and multiplatform version to 1.5.21 * add method comments * update demo gif
[{'old_path': 'examples/web-compose-bird/build.gradle.kts', 'new_path': 'examples/web-compose-bird/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n // Add compose gradle plugin\n plugins {\n- kotlin("multiplatform") version "1.5.10"\n- id("org.jetbrains.compose") version "0.5.0-...
Kotlin
af2f2b2b8de7378b8619d28879b1434d63c24dcd
53
2021-07-27 09:57:27+02:00
-7,200
['c63ade0ba9acac34ea00e88cc8df526c74069d09']
Add a check that compose is used along with kotlinx.serialization (#900) * Add a check that compose is used along with kotlinx.serialization There's a known issue that both plugins can't be used in the same module (specifically for kotlin/js targets). The compose gradle plugin will check for `kotlinx.serialization...
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,6 +16,7 @@ import org.jetbrains.compose.desktop.DesktopExtension\n import org....
Kotlin
ab3ac73f834592546d18c5d6d036bdfe425614fe
166
2021-07-27 14:14:37+02:00
-7,200
['82468294f43952758fb00f5e13f3267734979d34']
Build all web examples with -Pcompose.web.buildSamples=true
[{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n val COMPOSE_WEB_VERSION: String by project\n val COMPOSE_REPO_USERNAME: String? by project\n val COMPOSE_REPO_KEY: String? by project\n-val COMPOSE_WEB_BUILD_WITH_EXAMPLES = project...
Kotlin
7798c83da22ae154099c620cda5d28b9b60c4612
108
2021-07-27 16:37:18+03:00
-10,800
['ab3ac73f834592546d18c5d6d036bdfe425614fe']
Move falling balls to 0.5.0-build270
[{'old_path': 'examples/falling_balls/build.gradle.kts', 'new_path': 'examples/falling_balls/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,9 +4,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile\n \n plugins {\n // __KOTLIN_COMPOSE_VERSION__\n- kotlin("jvm") version "1.5.10"\n+...
Kotlin
0ed5aa650a37d22cae7227507d61acebf912d3c3
108
2021-07-27 16:42:25+03:00
-10,800
['7798c83da22ae154099c620cda5d28b9b60c4612']
Cleanup warnings, make them errors.
[{'old_path': 'examples/falling_balls/build.gradle.kts', 'new_path': 'examples/falling_balls/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,6 +24,8 @@ dependencies {\n \n tasks.withType<KotlinCompile>() {\n kotlinOptions.jvmTarget = "11"\n+ kotlinOptions.allWarningsAsErrors = true\n+ ...
Kotlin
b41344ef41a1d689b701f0f99129f4b42128d9ce
53
2021-07-28 17:50:20+02:00
-7,200
['0ed5aa650a37d22cae7227507d61acebf912d3c3']
Web/update tutorials and examples (#942) * web: Update tutorials (to use 0.5.0-build270) * web: Update examples (to use 0.5.0-build270 and kotlin 1.5.21) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'examples/falling_balls_with_web/build.gradle.kts', 'new_path': 'examples/falling_balls_with_web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,8 +2,8 @@ import org.jetbrains.compose.compose\n import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n \n plugins {\n- k...
Kotlin
4945f450e15d274e72dfe01551e9a24100a761c0
28
2021-07-29 12:09:13+03:00
-10,800
['2e571c8734c31426cc7cd6be3076ec39d638b4fc']
Enable running preview for any Compose Desktop module (#951) Previously preview only worked in projects, that define compose.desktop.application {} DSL block Resolves #908
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/configureApplication.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/configureApplication.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,6 ...
Kotlin
6fa567032e56f98dc050e8bd4d2cee25221a915e
166
2021-07-29 15:02:21+02:00
-7,200
['4945f450e15d274e72dfe01551e9a24100a761c0']
Autogenerate all web examples from samples That would make it easier to keep them consistent and to test them continuously
[{'old_path': 'examples/falling_balls_with_web/build.gradle.kts', 'new_path': 'examples/falling_balls_with_web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,8 @@\n import org.jetbrains.compose.compose\n import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n \n+// This project...
Kotlin
d0f286dfb0d784115b87551bd70f8fc31c024dfa
28
2021-07-29 16:44:52+03:00
-10,800
['6fa567032e56f98dc050e8bd4d2cee25221a915e']
Rename default IDE plugin publishing channel (#952)
[{'old_path': 'idea-plugin/gradle.properties', 'new_path': 'idea-plugin/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ kotlin.stdlib.default.dependency = false\n \n deploy.version=0.1-SNAPSHOT\n \n-plugin.channels=alpha\n+plugin.channels=snapshots\n plugin.since.build=203\n plugin.un...
Kotlin
22a7cea62e9bba6446b98dc1fd436640b0d7cb19
28
2021-07-29 16:44:59+03:00
-10,800
['d0f286dfb0d784115b87551bd70f8fc31c024dfa']
Remove deprecated Gradle plugin DSL properties (#953)
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -135,22 +135,6 @@ class ComposePlugin : Plugin<Project> {\n val macos_x64 ...
Kotlin
8a685b62fb6d7fc2275e198e4fe3e3ee3d507a66
28
2021-07-30 00:29:32+03:00
-10,800
['22a7cea62e9bba6446b98dc1fd436640b0d7cb19']
Fix compatibility with Gradle < 7.1 (#957)
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/configureApplication.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/configureApplication.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,10 +16...
Kotlin
3902bf2768be88d08a96f7b29ffe235a808ef8d2
166
2021-07-30 13:06:42+02:00
-7,200
['e82aeadf3cf387394428b6217c7d35678b13aaa1']
Introduce printBundleSize to all web sample projects And remove it from benchmarks
[{'old_path': 'web/benchmark-core/build.gradle.kts', 'new_path': 'web/benchmark-core/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -41,15 +41,6 @@ kotlin {\n }\n }\n \n-val printBundleSize by tasks.registering {\n- dependsOn(tasks.named("jsBrowserDistribution"))\n- doLast {\n- va...
Kotlin
9654149ec74379df770e5fdd2875bdc00a753e96
166
2021-07-30 16:24:41+02:00
-7,200
['3902bf2768be88d08a96f7b29ffe235a808ef8d2']
Update web_landing sample and web_langin example with fresher CSS API
[{'old_path': 'examples/web_landing/build.gradle.kts', 'new_path': 'examples/web_landing/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,3 +26,4 @@ kotlin {\n }\n }\n }\n+\n'}, {'old_path': 'examples/web_landing/src/jsMain/kotlin/com/sample/components/Layout.kt', 'new_path': 'exampl...
Kotlin
89f9117b6f185c8006b8520d8ab5c28b9dadd880
166
2021-07-30 18:12:26+02:00
-7,200
['9654149ec74379df770e5fdd2875bdc00a753e96']
Fix for dependency in samples/falling_balls_with_web
[{'old_path': 'web/samples/falling_balls_with_web/build.gradle.kts', 'new_path': 'web/samples/falling_balls_with_web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,7 +24,7 @@ kotlin {\n val commonMain by getting {\n dependencies {\n implementation(kotlin("st...
Kotlin
87477236ec0cf833ea6e01e37714d18dcacadae8
166
2021-07-30 19:05:34+02:00
-7,200
['89f9117b6f185c8006b8520d8ab5c28b9dadd880']
Add google repo for all web modules, samples and examples
[{'old_path': 'examples/falling_balls_with_web/build.gradle.kts', 'new_path': 'examples/falling_balls_with_web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,7 @@ version = "1.0-SNAPSHOT"\n repositories {\n mavenCentral()\n maven("https://maven.pkg.jetbrains.space/public/p/compos...
Kotlin
0d232be23ae9971726345bc828a584d4c40356f2
108
2021-07-31 00:19:10+03:00
-10,800
['87477236ec0cf833ea6e01e37714d18dcacadae8']
Move few examples to 1.0.0-alpha1-rc1
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 883fe193e46c2ad23b3aa50d4122f97a679b56ea\n+Subproject commit 9b5ede8dc435293ac09419421528921b8fed27fb\n'}, {'old_path': 'examples/codeviewer/build.gradle.k...
Kotlin
1786de28a77ada1fff87d7bde36939df129874e7
107
2021-07-31 00:38:25+03:00
-10,800
['0d232be23ae9971726345bc828a584d4c40356f2']
Sync/2021 07 30 (#961)
[{'old_path': 'ci/compose-uber-jar/build.gradle.kts', 'new_path': 'ci/compose-uber-jar/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,6 +11,7 @@ val properties = ComposeUberJarProperties()\n repositories {\n mavenCentral()\n maven(properties.composeRepoUrl)\n+ google()\n }\n \n val ...
Kotlin
3f528d14f081c72e57db3064aef151a582aba9b3
108
2021-08-01 15:00:05+03:00
-10,800
['88c4e27d6e312c5b81445878d92040e02dbe26e0']
Move to newer platform and IDEA gradle plugin
[{'old_path': 'examples/intelliJPlugin/build.gradle.kts', 'new_path': 'examples/intelliJPlugin/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,11 +1,12 @@\n import org.jetbrains.compose.compose\n \n plugins {\n- id("org.jetbrains.intellij") version "0.6.5"\n+ id("org.jetbrains.intellij") v...
Kotlin
0ff88e0d2c9d61f03bee758abecb2ec661dcd2a8
108
2021-08-01 19:17:07+03:00
-10,800
['3f528d14f081c72e57db3064aef151a582aba9b3']
Move todoapp to 1.0.0-alpha1-rc1.
[{'old_path': 'examples/todoapp/buildSrc/buildSrc/src/main/kotlin/Deps.kt', 'new_path': 'examples/todoapp/buildSrc/buildSrc/src/main/kotlin/Deps.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,7 +13,7 @@ object Deps {\n \n object Compose {\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- ...
Kotlin
8342d370d6ba14ccfb3519c496f2cfe65367798b
39
2021-08-02 08:02:48+03:00
14,400
['0ff88e0d2c9d61f03bee758abecb2ec661dcd2a8']
Sign jnilib files on osx in addition to dylib files. (#966) Co-authored-by: Scott Pierce <>
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/files/MacJarSignFileCopyingProcessor.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/files/MacJarSignFileCopyingProcessor.kt', 'type': <ModificationType.MO...
Kotlin
a7bde4a5dc9b9fdb0290ccfdf4528e2b7ad1c23a
108
2021-08-02 10:07:40+03:00
-10,800
['8342d370d6ba14ccfb3519c496f2cfe65367798b']
Move to the new windows API
[{'old_path': 'examples/widgetsgallery/common/src/commonMain/kotlin/org/jetbrains/compose/demo/widgets/ui/MainView.kt', 'new_path': 'examples/widgetsgallery/common/src/commonMain/kotlin/org/jetbrains/compose/demo/widgets/ui/MainView.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,7 +33,7 @@ import org.jetbra...
Kotlin
079a317c033294f25efe65464c86bcb4a60dada4
28
2021-08-02 10:45:44+03:00
-10,800
['54ea726f914fdfb74db4bebefcaa8e06659477b4']
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
[{'old_path': 'examples/imageviewer/android/build.gradle.kts', 'new_path': 'examples/imageviewer/android/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,11 +5,11 @@ plugins {\n }\n \n android {\n- compileSdkVersion(30)\n+ compileSdk = 30\n \n defaultConfig {\n- minSdkVersion(21)...
Kotlin
227834f963918f2e7412d34fc1d5e3aa3ea37063
28
2021-08-02 11:47:06+03:00
-10,800
['079a317c033294f25efe65464c86bcb4a60dada4']
Allow preview to work without explicit dependency on compose.uiTooling (#972) Add runtime-only module org.jetbrains.compose.ui:ui-tooling-desktop to preview classpath in configureDesktopPreview task
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/preview/tasks/AbstractConfigureDesktopPreviewTask.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/preview/tasks/AbstractConfigureDesktopPreviewTask.kt', 'type': <ModificationType.MODIFY: 5>, 'diff'...
Kotlin
5d4a26b07624ccc7c3c779df2e34abca0b511a50
28
2021-08-02 12:11:51+03:00
-10,800
['227834f963918f2e7412d34fc1d5e3aa3ea37063']
Fix preview floating panel compatibility with both 2020.3 and 2021.1 (#973)
[{'old_path': 'idea-plugin/gradle.properties', 'new_path': 'idea-plugin/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,5 +11,5 @@ plugin.until.build=212.*\n plugin.verifier.ide.versions=2020.3.2, 2021.1\n \n platform.type=IC\n-platform.version=2020.3.2\n+platform.version=2021.1\n platform.dow...
Kotlin
19d7eabc7f92f19278f99090a96b41041a785256
106
2021-08-02 13:07:56+03:00
-10,800
['8e5773f40083beb5824b7aa7aad2fbbe476dbb14']
Use DesktopMaterialTheme instead of MaterialTheme
[{'old_path': 'templates/desktop-template/src/main/kotlin/main.kt', 'new_path': 'templates/desktop-template/src/main/kotlin/main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,4 @@\n+import androidx.compose.desktop.DesktopMaterialTheme\n import androidx.compose.desktop.ui.tooling.preview.Preview\n impor...
Kotlin
16852696f51b3134f972b76c9217189527467837
166
2021-08-02 12:48:49+02:00
-7,200
['519d0e47d2fc50504481052d4e082a35cf501d09']
Switch all web examples and web template to 1.0.0-alpha1-rc1
[{'old_path': 'examples/falling_balls_with_web/build.gradle.kts', 'new_path': 'examples/falling_balls_with_web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n // In case you want modify code, please, modify it there. \...
Kotlin
75abbd3aa7ec43ad748da2602eb9874a6f3600aa
161
2021-08-02 14:35:37+03:00
-10,800
['16852696f51b3134f972b76c9217189527467837']
Added tabbing navigation tutorial. (#817) * Added tabbing navigation tutorial.
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,6 +38,7 @@ Preview functionality (check your application UI without building/running it) fo\n * [Top level windows management](tutorials/Window_API_new)\n * [Menu, tray, notifications](tutorials/Tray_...
Kotlin
a734861ea1da2b443f209802e4eada01648cfcdf
106
2021-08-02 14:46:05+03:00
-10,800
['75abbd3aa7ec43ad748da2602eb9874a6f3600aa']
Templates. Update versions Revert to 6.9 as 7.1.1 doesn't properly work with com.android.tools.build:gradle:4.0.1 com.android.tools.build:gradle:7.0.0 doesn't supported by IDEA yet
[{'old_path': 'templates/multiplatform-template/gradle/wrapper/gradle-wrapper.properties', 'new_path': 'templates/multiplatform-template/gradle/wrapper/gradle-wrapper.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n distributionBase=GRADLE_USER_HOME\n distributionPath=wrapper/dists\n-distri...
Kotlin
ee5397f51dc3fa7f670c302df212ae68e91a6d27
166
2021-08-02 14:25:10+02:00
-7,200
['a734861ea1da2b443f209802e4eada01648cfcdf']
Add jsMain dependencies to the multiplatform-template
[{'old_path': 'templates/multiplatform-template/common/build.gradle.kts', 'new_path': 'templates/multiplatform-template/common/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,6 +29,11 @@ kotlin {\n api("androidx.core:core-ktx:1.6.0")\n }\n }\n+ named("...
Kotlin
36f94875f127260a8b5e4ceda8b5c4ed6f77c410
106
2021-08-02 16:23:03+03:00
-10,800
['eadbe8daed2e169d438ef3bfd9bc26e4a338bb9d']
Templates. Migrate to 1.0.0-alpha1-rc2
[{'old_path': 'templates/desktop-template/build.gradle.kts', 'new_path': 'templates/desktop-template/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ plugins {\n // __KOTLIN_COMPOSE_VERSION__\n kotlin("jvm") version "1.5.21"\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- id("...
Kotlin
f5aefec998a3ecfa5afb875c3cbc56d05b55401d
166
2021-08-02 15:37:27+02:00
-7,200
['36f94875f127260a8b5e4ceda8b5c4ed6f77c410']
Add js target in multiplatform-template
[{'old_path': 'templates/multiplatform-template/common/build.gradle.kts', 'new_path': 'templates/multiplatform-template/common/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,10 @@ plugins {\n kotlin {\n android()\n jvm("desktop")\n+ js(IR) {\n+ browser()\n+ binarie...
Kotlin
36295121a2e1446941f006432eb13698fdaa67d9
166
2021-08-02 15:57:57+02:00
-7,200
['f5aefec998a3ecfa5afb875c3cbc56d05b55401d']
Remove web samples completely We've decided to move in different direction
[{'old_path': 'examples/falling_balls_with_web/build.gradle.kts', 'new_path': 'examples/falling_balls_with_web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,8 +1,6 @@\n import org.jetbrains.compose.compose\n import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n \n-// This project...
Kotlin
f7395463d7bb145403cadc88fc47d5e58b1509e2
106
2021-08-02 19:58:12+03:00
-10,800
['36295121a2e1446941f006432eb13698fdaa67d9']
Templates. Desktop. Rename Screen to App As in MPP template
[{'old_path': 'templates/desktop-template/src/main/kotlin/main.kt', 'new_path': 'templates/desktop-template/src/main/kotlin/main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@ import androidx.compose.ui.window.application\n \n @Composable\n @Preview\n-fun Screen() {\n+fun App() {\n var text b...
Kotlin
94057ce1e4e3b994071bde102dd1c41309efb21c
106
2021-08-02 20:11:38+03:00
-10,800
['7cd5b35841fb8e99a700c9df68b7be5e506ca88c']
Templates. Provide compose.uiTooling as api
[{'old_path': 'templates/multiplatform-template/common/build.gradle.kts', 'new_path': 'templates/multiplatform-template/common/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,7 +24,7 @@ kotlin {\n }\n named("desktopMain") {\n dependencies {\n- implemen...
Kotlin
6420e8107252ff13d7e3e601b886c6f880f4417e
152
2021-08-03 12:48:49+03:00
-10,800
['2259571153eab5f0b2862aa95be39a982b84b16f']
Update FEATURES.md Remove obsolete link to bug
[{'old_path': 'FEATURES.md', 'new_path': 'FEATURES.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,7 +33,6 @@ Following limitations apply to Alpha release.\n * Only 64-bit x86 Windows is supported\n * Only JDK 11 or later is supported due to the memory management scheme used in Skia bindings\n * Only J...
Kotlin
6504196bc9743410dadcb75f098e8cac2ddfd2b3
53
2021-08-03 11:54:49+02:00
-7,200
['6420e8107252ff13d7e3e601b886c6f880f4417e']
web: fix a bug when inline styles get empty after attributes update (#980) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/DomApplier.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/DomApplier.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -93,14 +93,17 @@ open class DomNodeWrapper(open val node: Node) {\n \n \n class DomElementWrapper(overri...
Kotlin
5b90f0d7b47b39e8f6d7736111df6f026db9c825
108
2021-08-03 13:39:12+03:00
-10,800
['6504196bc9743410dadcb75f098e8cac2ddfd2b3']
Combed up Getting Started tutorial
[{'old_path': 'tutorials/Getting_Started/README.md', 'new_path': 'tutorials/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,9 @@\n-# Getting Started with Compose for Desktop\n+# Getting Started with Compose Multiplatform\n \n ## What is covered\n \n In this tutorial we will create ...
Kotlin
656592124ab5386cd8ea1253edfe5c0692afb345
53
2021-08-03 13:32:51+02:00
-7,200
['aa531e7b32d49907476a18bde4f09fed5a5c2eca']
web: add a tutorial for DomSideEffect (#975) * web: add a tutorial for DomSideEffect * web: add a tutorial for DomSideEffect (edits) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': None, 'new_path': 'tutorials/Web/Using_Effects/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,187 @@\n+# Using Effects in Compose Web\n+**The API is not finalized, and breaking changes can be expected**\n+\n+## Introduction\n+Compose for Web introduces a few dom-specific effects on top...
Kotlin
8be764c1b4eeb3b6c5efec3fafcaae2a20bc2d8a
166
2021-08-03 14:39:43+02:00
-7,200
['656592124ab5386cd8ea1253edfe5c0692afb345']
Remove js target from common template since we don't want to make template app more complex right now
[{'old_path': 'templates/multiplatform-template/common/build.gradle.kts', 'new_path': 'templates/multiplatform-template/common/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,10 +9,6 @@ plugins {\n kotlin {\n android()\n jvm("desktop")\n- js(IR) {\n- browser()\n- binarie...
Kotlin
7557522e160a8cbb5c2d7956640f220d121af534
166
2021-08-03 14:51:10+02:00
-7,200
['55c0e058ee21bf063893f378d6f40bf8aeb9c261']
Minimal documentation for the most basic CSS API
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSMediaRule.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSMediaRule.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -128,14 +128,33 @@ fun <TBuilder> GenericStyleSheetBuilder<TBuilder>.not(\n query: CSSMe...
Kotlin
a9f3f4f01c4554dbb65ecc6145e7536298d4872a
166
2021-08-03 15:44:24+02:00
-7,200
['e026b5f3d77e241c2125ba2ee8529b1d12329125']
Fix typo in CSS API madiaMaxHeight => mediaMaxHeight
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSMediaRule.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSMediaRule.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -156,5 +156,5 @@ fun <TBuilder> GenericStyleSheetBuilder<TBuilder>.mediaMinHeight(value: CSS...
Kotlin
9e4dbe3400d0dcc88e49220b88493e45d7b058fa
106
2021-08-03 17:50:31+03:00
-10,800
['a9f3f4f01c4554dbb65ecc6145e7536298d4872a']
Templates. Use currentOs in common MPP module Temporary (?) workaround for Preview
[{'old_path': 'templates/desktop-template/build.gradle.kts', 'new_path': 'templates/desktop-template/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,6 +15,10 @@ repositories {\n }\n \n dependencies {\n+ // Note, if you develop a library, you should use compose.desktop.common.\n+ // compos...
Kotlin
3070856954d4c653ea13a73aa77adb86a2788c66
28
2021-08-03 18:12:26+03:00
-10,800
['9e4dbe3400d0dcc88e49220b88493e45d7b058fa']
Support packaging resources into distribution (#983) Resolves #938
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/NativeDistributions.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/NativeDistributions.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,6 +25,7 @@ open cl...
Kotlin
6d0f74346faed9bab293463a877677bb5a301871
28
2021-08-03 18:24:12+03:00
-10,800
['3070856954d4c653ea13a73aa77adb86a2788c66']
Allow using relative path, when specifying signing keychain (#988)
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/validation/ValidatedMacOSSigningSettings.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/validation/ValidatedMacOSSigningSettings.kt', 'type': <Modificatio...
Kotlin
d8ada29395b017d4fab1c844d8b1cc37619aa545
28
2021-08-03 18:34:49+03:00
-10,800
['6d0f74346faed9bab293463a877677bb5a301871']
Add compose.preview dependency shortcut (#989) Useful for MPP modules, that don't depend on compose.desktop.currentOs
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -119,6 +119,7 @@ class ComposePlugin : Plugin<Project> {\n val runtime get...
Kotlin
4697b0fed148fe913957f2c5f7ee8e566ff535f9
28
2021-08-03 18:35:00+03:00
-10,800
['d8ada29395b017d4fab1c844d8b1cc37619aa545']
Add skiko-runtime-jvm jar to preview classpath if necessary (#987)
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/preview/tasks/AbstractConfigureDesktopPreviewTask.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/preview/tasks/AbstractConfigureDesktopPreviewTask.kt', 'type': <ModificationType.MODIFY: 5>, 'diff'...
Kotlin
8b16eea289afc6d2e3987b3848d325ee4a485e71
162
2021-08-03 19:15:49+03:00
-10,800
['4697b0fed148fe913957f2c5f7ee8e566ff535f9']
Updated imageviewer example to use CoroutineScope (loading and processing images).
[{'old_path': 'examples/imageviewer/android/src/main/java/example/imageviewer/MainActivity.kt', 'new_path': 'examples/imageviewer/android/src/main/java/example/imageviewer/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@ package example.imageviewer\n import android.os.Bundle\n import and...
Kotlin
242ec6bbf9b9df085e9d6e56e63e14ff82e4a52d
108
2021-08-03 23:04:15+03:00
-10,800
['481912092d8298a24b6f4988fcccb0cf35c467a3']
Cleanup samples and adjust for rc5
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,13 +20,13 @@ Preview functionality (check your application UI without building/running it) fo\n * [codeviewer](examples/codeviewer) - File Browser and Code Viewer application for Android and Desktop\n ...
Kotlin
8a277c1f2ee69a5a052b5289df828ccf8d09730a
106
2021-08-04 05:34:57+03:00
-10,800
['3c9548967d91dfe50ccf086ee88733212853f55f']
Templates. Fix MPP template
[{'old_path': 'templates/multiplatform-template/desktop/build.gradle.kts', 'new_path': 'templates/multiplatform-template/desktop/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,7 @@ kotlin {\n sourceSets {\n named("jvmMain") {\n dependencies {\n+ imp...
Kotlin
fe560b68e1629d0e8a5501c957f3d038a978ee59
150
2021-08-04 08:46:13+02:00
-7,200
['d499b350a2615ba5a72f9ae64e545c3cb19912ef']
web: remove web-getting-started example It was quite trivial. Instead, we have a sufficient tutorial https://github.com/JetBrains/compose-jb/tree/master/tutorials/Web/Getting_Started
[{'old_path': 'examples/web-getting-started/.gitignore', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,3 +0,0 @@\n-/.gradle/\n-/.idea/\n-/build/\n'}, {'old_path': 'examples/web-getting-started/README.md', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,4 +0,0 @@\n-### Run...
Kotlin
b7af8368ca84d64a61cb411ae25f91fa5ec072ce
166
2021-08-04 10:40:32+02:00
-7,200
['0dfba3df790f0681a5a688364cc06e354d79324a']
Web docs updated (#994) * Minimal documentation for AttrsBuilder * Minimal documentation for the StyleBuilder * Add documentation for AttrsBuilder::attr * Update doc for AtrsBuilder * Minimal documentation for EventsListenerBuilder * Documentation for AttrsBuilder::ref (copied from tutorial) * Docume...
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/AttrsBuilder.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/AttrsBuilder.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,16 @@ import org.jetbrains.compose.web.css.StyleBuilderImpl\n import o...
Kotlin
9ed279187e3a72bedfca7239bb13d5b534d539d8
106
2021-08-04 13:34:22+03:00
-10,800
['d174f9a612fff04b2aefc0316ad7db28d6daaa97']
Tutotials. Adaptive window size
[{'old_path': 'tutorials/Window_API_new/adaptive.png', 'new_path': 'tutorials/Window_API_new/adaptive.png', 'type': <ModificationType.ADD: 1>, 'diff': 'Binary files /dev/null and b/tutorials/Window_API_new/adaptive.png differ\n'}]
Kotlin
6b27ff02563cd3d9250550b27bbb531fe597fa89
150
2021-08-04 13:25:20+02:00
-7,200
['03402fa48785dd13cb7dafe8d3993ca857c389f8']
web: update compose logo in web-landing example
[{'old_path': 'examples/web-landing/src/jsMain/resources/i1.svg', 'new_path': 'examples/web-landing/src/jsMain/resources/i1.svg', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1,15 @@\n-<svg fill="none" height="168" viewBox="0 0 150 168" width="150" xmlns="http://www.w3.org/2000/svg"><path d="m45.154 101.514c-....
Kotlin
4f1101b5aed1a16813ed994a16034a712e3d2ea0
107
2021-08-04 15:02:45+03:00
-10,800
['6b27ff02563cd3d9250550b27bbb531fe597fa89']
Templates. Set fixed height (#996)
[{'old_path': 'tutorials/Getting_Started/README.md', 'new_path': 'tutorials/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,11 +24,11 @@ capable to create a Compose application automatically.\n Note that JDK must be at least JDK 11, and to use the native distribution\n packaging JDK 15...
Kotlin
c55f1ca37ac14c84a68890ce72491ca470fa8b9b
107
2021-08-04 16:01:05+03:00
-10,800
['4f1101b5aed1a16813ed994a16034a712e3d2ea0']
Update CHANGELOG.md (#995)
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,3 +1,53 @@\n+# 1.0.0-alpha (Aug 2021)\n+## Common\n+- Desktop, Web, and Android artifacts publish at the same time with the same version\n+\n+## Desktop\n+\n+### Features\n+- [Context menu support in selectabl...
Kotlin
7870d665c4b62b5bed6d6c6824c64901c1663a68
28
2021-08-05 12:12:37+03:00
-10,800
['3496cadec96948b9083321b90fa6d6a68a408a64']
Escape resources dir separator on Windows (#1005) Resolves #999
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/tasks/AbstractJPackageTask.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/tasks/AbstractJPackageTask.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -232,8 +232,14 @...
Kotlin
592714daa1e70827116a0ba28aa8f353e3fedbc1
19
2021-08-05 12:59:13+03:00
-10,800
['7870d665c4b62b5bed6d6c6824c64901c1663a68']
Fix compose web examples source code links (#1006) * Fix web landing link * Fix falling balls source code link
[{'old_path': 'examples/web-landing/src/jsMain/kotlin/com/sample/content/GetStartedSection.kt', 'new_path': 'examples/web-landing/src/jsMain/kotlin/com/sample/content/GetStartedSection.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,7 +32,7 @@ private fun getCards(): List<GetStartedCardPresentation> {\n ...
Kotlin
c51cb3b6da037c6b51ba1b51d46bf52cdc420878
28
2021-08-05 19:43:57+03:00
-10,800
['592714daa1e70827116a0ba28aa8f353e3fedbc1']
Fix warning caused by NPE in tests (#1004) There are two types of Gradle tests: * integration tests (:compose:testGradle-<GRADLE_VERSION>); * unit tests (:compose:test); There is a custom test name generator (GradleTestNameGenerator), which prints current version of Gradle for integration tests. During unit tes...
[{'old_path': 'gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/test/GradleTestNameGenerator.kt', 'new_path': 'gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/test/GradleTestNameGenerator.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@ package org.jetbrains.compose.test\n im...
Kotlin
38e3db13a238c396fa1e700647bbc2190af3ba99
110
2021-08-05 20:43:37+03:00
10,800
['27d43c7afeb8cb7dd4be883dc2cc35c4863d4718']
doc(README): fix image height (#1000)
[{'old_path': 'tutorials/Getting_Started/README.md', 'new_path': 'tutorials/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -146,7 +146,7 @@ fun main() = application {\n \n Open `build.gradle.kts` as a project in IntelliJ IDEA.\n \n-<img alt="New project" src="screen1.png" height="1596" />...
Kotlin
a1853204d7b0e543bb7055cc8f9aa11e566252f7
28
2021-08-06 16:02:26+03:00
-10,800
['f69c7d697211b03f83e63251345e61f3755d5575']
Document packaging resources (#1015)
[{'old_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'new_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -256,6 +256,61 @@ compose.desktop {\n }\n ```\n \n+## Packaging resources\n+\n+There are multiple ways to package an...
Kotlin
696d20c931feb848f113de1e67fe9446adef538f
65
2021-08-09 12:23:46+03:00
-3,600
['a1853204d7b0e543bb7055cc8f9aa11e566252f7']
Update TodoApp dependencies (#1001)
[{'old_path': 'examples/todoapp/android/src/main/java/example/todo/android/MainActivity.kt', 'new_path': 'examples/todoapp/android/src/main/java/example/todo/android/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ import androidx.appcompat.app.AppCompatActivity\n import androidx.compose...
Kotlin
1564fb579176a7c5a370b4571d479016f0e47d87
65
2021-08-10 11:14:14+03:00
-3,600
['696d20c931feb848f113de1e67fe9446adef538f']
Move TodoApp previews to compose-ui module (#1002)
[{'old_path': 'examples/todoapp/desktop/src/jvmMain/kotlin/example/todo/desktop/TodoEditPreview.kt', 'new_path': 'examples/todoapp/common/compose-ui/src/desktopMain/kotlin/example/todo/common/ui/TodoEditPreview.kt', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -1,8 +1,4 @@\n-/*\n- * Should be in the compose-ui mod...
Kotlin
0f9735140dac1b71352a1a7fde675b2ae346613b
101
2021-08-10 15:59:08+03:00
-28,800
['1564fb579176a7c5a370b4571d479016f0e47d87']
Fix component SplitPane (#1037)
[{'old_path': 'components/SplitPane/demo/src/jvmMain/kotlin/org/jetbrains/compose/splitpane/demo/Main.kt', 'new_path': 'components/SplitPane/demo/src/jvmMain/kotlin/org/jetbrains/compose/splitpane/demo/Main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,49 +1,33 @@\n package org.jetbrains.compose.splitpane.d...
Kotlin
da19a19e9a87035b54d5ada592974cbc6132ac54
20
2021-08-12 13:35:45+03:00
18,000
['457d4374b2680768ccc6b9ecdf0b7df9943923c9']
corrrect package name in nativeDistributions (#1042) * corrrect package name in nativeDistributions * Update build.gradle.kts Co-authored-by: akurasov <86794754+akurasov@users.noreply.github.com>
[{'old_path': 'examples/todoapp/desktop/build.gradle.kts', 'new_path': 'examples/todoapp/desktop/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,7 +36,7 @@ compose.desktop {\n \n nativeDistributions {\n targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)\n- ...
Kotlin
31effb2bab3eddf092afb82260d26c45b60d53a9
106
2021-08-12 16:12:51+03:00
-10,800
['da19a19e9a87035b54d5ada592974cbc6132ac54']
Compose. Run :compose:ui tests on ./gradle testComposeJbDesktop
[{'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -71,6 +71,9 @@ tasks.register("testComposeJbDesktop") {\n dependsOnComposeTask(":compose:desktop:desktop:jvmTest")\n dependsOnComposeTask(":compose:animation:animation:desktopTest"...
Kotlin
37683fa147f64712a23b107001cb944c91d704a1
60
2021-08-12 20:11:40+03:00
-10,800
['244f4ce1d8715eee1d59a4d80deb02278495a67f']
Added tutorial for context menu(desktop)
[{'old_path': None, 'new_path': 'tutorials/ContextMenu/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,97 @@\n+# Context Menu in Compose for Desktop\n+\n+## What is covered\n+\n+In this tutorial we will cover all aspects of work with Context Menu\n+using the Compose UI framework.\n+\n+## Default cont...
Kotlin
086fca9229a2fea230c5dd2e8daf1d10a523b144
38
2021-08-13 13:56:34+03:00
-10,800
['410bd394ed78e9bc2eb60098c09587985abd5957']
Small fixes for Context Menu tutorial (#1051)
[{'old_path': 'FEATURES.md', 'new_path': 'FEATURES.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,7 @@\n * [Keyboard navigation](tutorials/Tab_Navigation/README.md)\n * [Tray, menu bar and notifications](tutorials/Tray_Notifications_MenuBar_new/README.md)\n * [Window properties handling](tuto...
Kotlin
1561b2736f1e62ad0d61214e8a96342fb841f0a6
38
2021-08-13 15:37:34+03:00
-10,800
['086fca9229a2fea230c5dd2e8daf1d10a523b144']
Update README.md fixing build version to Alpha
[{'old_path': 'tutorials/Getting_Started/README.md', 'new_path': 'tutorials/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -80,7 +80,7 @@ import org.jetbrains.compose.compose\n \n plugins {\n kotlin("jvm") version "1.5.21"\n- id("org.jetbrains.compose") version "1.0.0-alpha1"\n+ ...
Kotlin
00d0ee008fe3e01d8ebf4fe3fec61b534a73b37a
150
2021-08-16 11:15:07+02:00
-7,200
['1561b2736f1e62ad0d61214e8a96342fb841f0a6']
web: Add failing tests for composables passed into constructors (issue #746)
[{'old_path': 'web/core/src/jsTest/kotlin/FailingTestCases.kt', 'new_path': 'web/core/src/jsTest/kotlin/FailingTestCases.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,9 @@\n \n package org.jetbrains.compose.web.core.tests\n \n+import androidx.compose.runtime.Composable\n import kotlin.test.Test\n+impor...
Kotlin
d95c61a6b1c15996ed48be169dfa2a2679e6ab2d
38
2021-08-16 13:19:02+03:00
-10,800
['00d0ee008fe3e01d8ebf4fe3fec61b534a73b37a']
Fixes for Context menu tutorial (#1059) * Small fixes for Context Menu tutorial * Fixing Context Menu tutorial
[{'old_path': 'tutorials/Context_Menu/README.md', 'new_path': 'tutorials/Context_Menu/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,6 +11,14 @@ There is out-of-the box context menu support for TextField and Selectable text.\n To enable standard context menu for a TextField you just need to put it in...
Kotlin
8df79e50b0df5244078a7fce5f5e1421cf090f6f
38
2021-08-16 16:42:22+03:00
-10,800
['d95c61a6b1c15996ed48be169dfa2a2679e6ab2d']
Extending tutorial with Tray-only application (#1063) * Extending tutorial with Tray-only application * Update README.md * Update README.md * Update README.md * Update README.md Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
[{'old_path': 'tutorials/Tray_Notifications_MenuBar_new/README.md', 'new_path': 'tutorials/Tray_Notifications_MenuBar_new/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,10 +27,10 @@ import androidx.compose.ui.geometry.Size\n import androidx.compose.ui.graphics.Color\n import androidx.compose.ui.graph...
Kotlin
3d35372a066026a60fe6b867487399928b86dd28
14
2021-08-17 11:07:57+03:00
-7,200
['8df79e50b0df5244078a7fce5f5e1421cf090f6f']
Briefly explain horizontal scrolling in tutorial (#1065) * Update README.md Add note on horizontal scrolling
[{'old_path': 'tutorials/Desktop_Components/README.md', 'new_path': 'tutorials/Desktop_Components/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -90,6 +90,8 @@ fun TextBox(text: String = "Item") {\n }\n ```\n \n+Scrollbars can be moved by dragging the bars and using the mouse wheel or the touchpad. Horiz...
Kotlin
4702590645c435298a9d6be90dd3b833e5398558
14
2021-08-17 11:37:29+03:00
-7,200
['e291107b2b08c07b54f78a97d45ea5d44e0da2df']
Update README.md (#1066) Fix broken link in README
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,7 +25,7 @@ Preview functionality (check your application UI without building/running it) fo\n * [compose-bird](examples/web-compose-bird) - A flappy bird clone using Compose for Web\n * [notepad](exam...
Kotlin
8d16f5a3a2db0731eb1c6d9e04b095fc60283faf
166
2021-08-17 13:41:09+02:00
-7,200
['4702590645c435298a9d6be90dd3b833e5398558']
Remove obsolete and unused COMPOSE_WEB_BUILD_WITH_EXAMPLE build param
[{'old_path': 'web/gradle.properties', 'new_path': 'web/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,5 @@\n # __LATEST_COMPOSE_RELEASE_VERSION__\n COMPOSE_CORE_VERSION=1.0.0-alpha1\n COMPOSE_WEB_VERSION=1.0.0-alpha1\n-COMPOSE_WEB_BUILD_WITH_EXAMPLES=false\n compose.web.buildSamples=fals...
Kotlin
eac1c155e3e81a7b472cf6ef7667dcb4282b55d3
166
2021-08-17 14:35:43+02:00
-7,200
['8d16f5a3a2db0731eb1c6d9e04b095fc60283faf']
Fail if module is referring to a non-existent file path
[{'old_path': 'web/settings.gradle.kts', 'new_path': 'web/settings.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,7 +26,11 @@ pluginManagement {\n \n fun module(name: String, path: String) {\n include(name)\n- project(name).projectDir = file(path)\n+ val projectPath = file(path)\n+ if (...
Kotlin
7c4ce006fe9c821565f509ccee6a5328446c9e57
166
2021-08-17 14:49:00+02:00
-7,200
['eac1c155e3e81a7b472cf6ef7667dcb4282b55d3']
Correct path to the falling balls example It was renamed and previos commit will prevent situations when we miss such things
[{'old_path': 'web/settings.gradle.kts', 'new_path': 'web/settings.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,7 +43,7 @@ module(":compose-compiler-integration", "$rootDir/compose-compiler-integration")\n \n if (extra["compose.web.buildSamples"]!!.toString().toBoolean() == true) {\n println("...
Kotlin
4eedafc5fac1149fda0e6c55b07bf420c55ea2b9
150
2021-08-17 15:08:02+02:00
-7,200
['516b2e8e0797efa25ac9d03dd8577a06f0df42d6']
web: add tests for constructors with Composable parameters
[{'old_path': 'web/compose-compiler-integration/build.gradle.kts', 'new_path': 'web/compose-compiler-integration/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,41 @@\n+plugins {\n+ kotlin("multiplatform")\n+ id("org.jetbrains.compose")\n+}\n+\n+\n+kotlin {\n+ js(IR) {\n+ br...
Kotlin
9dc71372980fb863e1e9afe687bfd27183525bfe
150
2021-08-17 17:10:52+02:00
-7,200
['4eedafc5fac1149fda0e6c55b07bf420c55ea2b9']
web: update COMPOSE_CORE_VERSION=0.0.0-master-build316 the build from master contains an important fix for using compose in kotlin/js (composables in constructors). following (default) builds will include the fix, so normal version can be used again.
[{'old_path': 'web/gradle.properties', 'new_path': 'web/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n # __LATEST_COMPOSE_RELEASE_VERSION__\n-COMPOSE_CORE_VERSION=1.0.0-alpha1\n+COMPOSE_CORE_VERSION=0.0.0-master-build316\n COMPOSE_WEB_VERSION=1.0.0-alpha1\n compose.web.buildSamples...
Kotlin
c513eef2e6f4fbc553df7b067834731dd6c6b13e
166
2021-08-17 23:20:58+02:00
-7,200
['9dc71372980fb863e1e9afe687bfd27183525bfe']
[web] [build] Fix all missing and incorrect sample modules
[{'old_path': 'web/settings.gradle.kts', 'new_path': 'web/settings.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,26 +26,25 @@ pluginManagement {\n \n fun module(name: String, path: String) {\n include(name)\n- val projectPath = file(path)\n- if (!projectPath.exists()) {\n- throw As...
Kotlin
f7070f210dc70a5baafb8fb8f3b9bdda28ff6fd7
166
2021-08-18 00:34:36+02:00
-7,200
['a22bd9f889480f64c99bf645e683c3f0ab5cd3a8']
[web] optionally skip benchmarks (by default enabled)
[{'old_path': 'web/gradle.properties', 'new_path': 'web/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,3 +3,4 @@ COMPOSE_CORE_VERSION=0.0.0-master-build316\n COMPOSE_WEB_VERSION=1.0.0-alpha1\n compose.web.buildSamples=false\n compose.web.tests.integration.withFirefox\n+compose.web.tests.skip.b...
Kotlin
0d93252e90fdefce7096bfaf280e810961f27b40
53
2021-08-19 10:23:49+02:00
-7,200
['f7070f210dc70a5baafb8fb8f3b9bdda28ff6fd7']
web: mark internal and experimental api in web-widgets (#1078) * web: mark internal and experimental api in web-widgets * web: mark internal and experimental api in web-widgets Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/integration-widgets/src/commonMain/kotlin/App.kt', 'new_path': 'web/integration-widgets/src/commonMain/kotlin/App.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,16 +2,11 @@ package org.jetbrainsc.compose.common.demo\n \n import androidx.compose.runtime.Composable\n import org.jetbrains.com...
Kotlin
d2d4971f282ce02c6647f852b197651424307a27
53
2021-08-19 10:24:31+02:00
-7,200
['0d93252e90fdefce7096bfaf280e810961f27b40']
web: mark internal and experimental api in web-core (#1077) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/DomApplier.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/DomApplier.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,7 +11,7 @@ import org.w3c.dom.HTMLElement\n import org.w3c.dom.Node\n import org.w3c.dom.get\n \n-cl...
Kotlin
fce90103532145abd2b5b96f6630b27ccc05cf20
166
2021-08-19 16:35:07+02:00
-7,200
['d2d4971f282ce02c6647f852b197651424307a27']
[web] Introduce printTestBundleSize task
[{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,6 +35,18 @@ subprojects {\n }\n }\n \n+ val printTestBundleSize by tasks.registering {\n+ doLast {\n+ val bundlePath = buildDir.resolve(\n+ "com...
Kotlin
a1310f1b248e28e9551b55fc43bea55c2b2f5f30
166
2021-08-19 17:35:52+02:00
-7,200
['fce90103532145abd2b5b96f6630b27ccc05cf20']
Always print testBundleSize after jsTest (if available)
[{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,6 +47,10 @@ subprojects {\n }\n }\n \n+ afterEvaluate {\n+ tasks.named("jsTest") { finalizedBy(printTestBundleSize) }\n+ }\n+\n if (isSampleProject()) {\n ...
Kotlin
fdc9c5df5e92fae60b621734b1afa20969862948
166
2021-08-19 20:59:51+02:00
-7,200
['a1310f1b248e28e9551b55fc43bea55c2b2f5f30']
[web] [build] stricter guards for printTestBundleSize
[{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,6 +35,7 @@ subprojects {\n }\n }\n \n+ pluginManager.withPlugin("kotlin-multiplatform") {\n val printTestBundleSize by tasks.registering {\n doLast {\n ...
Kotlin
dc35f816cf5f52bafd155c16577bf54812a5bd79
13
2021-08-20 15:20:41+03:00
-7,200
['fdc9c5df5e92fae60b621734b1afa20969862948']
Fix web game link (#1083)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,7 @@ Preview functionality (check your application UI without building/running it) fo\n * [imageviewer](examples/imageviewer) - Image Viewer application for Android and Desktop\n * [issues](exam...
Kotlin
01355cc93f6e10fd3c2454c473fa9899365287ec
178
2021-08-21 12:43:30+03:00
-19,800
['2c60a18e5cc716dbfad545ec1fcd317214486267']
Fix VideoPlayer (#1088) * fix player's macOS issue * replace local file path with public URL
[{'old_path': 'components/VideoPlayer/demo/src/jvmMain/kotlin/org/jetbrains/compose/videoplayer/demo/Main.kt', 'new_path': 'components/VideoPlayer/demo/src/jvmMain/kotlin/org/jetbrains/compose/videoplayer/demo/Main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,7 +13,11 @@ fun main() {\n ) {\n M...
Kotlin
03617c199d4aeb72411e52aa87a2b4574032e996
170
2021-08-22 22:35:43+03:00
-25,200
['01355cc93f6e10fd3c2454c473fa9899365287ec']
fix: typo misspelling grammar (#1091)
[{'old_path': 'tutorials/Context_Menu/README.md', 'new_path': 'tutorials/Context_Menu/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -105,8 +105,8 @@ fun main() = singleWindowApplication(title = "Context menu") {\n ```\n In this example Text/TextField context menus will be extended with two additional it...
Kotlin
db53b95a3174f985f067ef0620dd0ca8369ecb95
53
2021-08-23 11:34:22+02:00
-7,200
['03617c199d4aeb72411e52aa87a2b4574032e996']
Web/controlled inputs (#1031) * web: make TextInput manage its view state * web: make TextInput manage its view state * web: make TextInput manage its view state * web: add tests for controlled TextArea and RadioButton * Add more tests for controlled and uncontrolled inputs * Add more tests for controll...
[{'old_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/CodeSamplesSwitcher.kt', 'new_path': 'web/benchmark-core/src/jsMain/kotlin/com/sample/content/CodeSamplesSwitcher.kt', 'type': <ModificationType.ADD: 1>, 'diff': ''}, {'old_path': 'web/benchmark-core/src/jsTest/kotlin/BenchmarkTests.kt', 'new_path':...
Kotlin
2689f7c4c02726cb3878d3cabe05351e161ba684
53
2021-08-23 12:20:52+02:00
-7,200
['db53b95a3174f985f067ef0620dd0ca8369ecb95']
web: Update test utils api to prepare it for publishing (#1048) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/RenderComposable.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/RenderComposable.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,7 @@ package org.jetbrains.compose.web\n import androidx.compose.runtime.Composable\...
Kotlin
4d727f7d5d2e4f1c8f71dffdb6a80313dc6844e1
166
2021-08-23 14:32:42+02:00
-7,200
['2689f7c4c02726cb3878d3cabe05351e161ba684']
[web] [build] printTestBundleSize depends on jsTest
[{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,6 +37,7 @@ subprojects {\n \n pluginManager.withPlugin("kotlin-multiplatform") {\n val printTestBundleSize by tasks.registering {\n+ dependsOn(tasks.named("jsTest"))\n ...
Kotlin
5518eec7459801c023271d6a3eb7141fe2f45cb1
166
2021-08-23 14:32:48+02:00
-7,200
['4d727f7d5d2e4f1c8f71dffdb6a80313dc6844e1']
Support for transform in CSS API This resolves #922
[{'old_path': None, 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/transform.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,138 @@\n+/*\n+ * Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.\n+ * Use of this source code is governed by the Apache 2...
Kotlin
741e2d234fff23251a9e43c3cf03eb9dbd1e47a6
150
2021-08-23 15:35:26+02:00
-7,200
['5518eec7459801c023271d6a3eb7141fe2f45cb1']
Update Compose web: include an improvement in compose plugin for composable lambdas invocations in kotlin/js
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 90855dd6e3240849ff8848d979aff59cd0d223b7\n+Subproject commit 30f010967cd12643134a80269c7eb2de65b2332b\n'}]
Kotlin