Alexey Tsvetkov
7d92a265f6
Allow including kotlinx.serialization.* into Gradle plugin ( #2020 )
3 years ago
Oleksandr Karpovich
95c5783bd8
pass -Pkotlin.version=$KOTLIN_VERSION in validateExamples.sh
...
It was ignored previously.
3 years ago
Oleksandr Karpovich
e69ac23dbf
Move compose + use kotlin 1.6.21 ( #2025 )
...
* Move compose
* Update kotlin version to 1.6.20
* Move compose + Update kotlin version to 1.6.21
* Move compose to include a fix for compose plugin (kjs specific)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Travis Reitter
6f00515736
Apple Silicon build fixes for todoapp ( #1999 )
...
* upgrade Reaktive to one that has better Apple Silicon support
* upgrade SQLDelight for Apple Silicon support
* Fix build to support Apple Silicon
Some of this code could be better centralized though I've been unable to
find a solution.
* simplify utils/build.gradle.kts
* workaround
* fix review comments
* sample todoapp: rename Todo.framework -> KotlinCommon.framework
Co-authored-by: dima.avdeev <dima.avdeev@jetbrains.com>
3 years ago
Igor Demin
dc0335b210
WidgetsGallery. Refactor painterResource
3 years ago
Igor Demin
bb51f9fd8f
Pass Kotlin version to validateExample.sh
3 years ago
dima-avdeev-jb
1356cdcf5c
Intellij performance benchmark ( #2009 )
3 years ago
Igor Demin
16df22a716
Update README.md
3 years ago
Igor Demin
312d74b026
Update README.md
3 years ago
Igor Demin
1aded7c9e8
Update README.md
3 years ago
dima-avdeev-jb
dd205b1955
Intellij compose tool window panel ( #1994 )
3 years ago
Igor Demin
713f687b02
SplitPane. Remove material dependency ( #1979 )
...
SplitPane by design, shouldn't have default visual representation, because it mostly depends on the design system (material, material3, etc)
Fixes https://github.com/JetBrains/compose-jb/issues/1975
RelNote:
SplitPane no longer depends on compose.material. Now, by default, SplitPane has invisible 0px splitter, not 1px black/white splitter as it was before. If you want to preserve the previous behaviour, specify a splitter explicitly:
```
HorizontalSplitPane(splitterState) {
splitter {
visiblePart {
Box(
Modifier
.height(1.dp)
.fillMaxHeight()
.background(MaterialTheme.colors.background)
)
}
}
}
```
3 years ago
dima-avdeev-jb
e4cebf9eda
Intellij plugin to choose color (truth of concept) ( #1990 )
3 years ago
Igor Demin
b84ed7f6a3
Move Compose
3 years ago
Oleksandr Karpovich
a027149b95
Move compose
3 years ago
Gabriel Souza
1fbbed09bc
Excluding multiplatform common sources for not fail in xcode build ( #1984 )
3 years ago
alexander-gorshenev
7b17474c83
Missing repo and latest jb main ( #1976 )
...
* Added missing coroutines dev maven repository
* Advanced to the latest jb-main
3 years ago
Oleksandr Karpovich
f1854a9dce
web: add HtmlAttrMarker ( #1958 )
...
To forbid declaring of attrs is style scope
closes #1893
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
dima-avdeev-jb
80cfc4c249
iOS gradle: create task to deploy on connected iOS device ( #1944 )
3 years ago
ZhangJian He
7f5fb5aed3
fix broken ball link ( #1952 )
3 years ago
Igor Demin
bbb2a7f1ce
Update CHANGELOG.md
3 years ago
Igor Demin
9949b39e61
Update CHANGELOG.md
3 years ago
Igor Demin
8ae418457e
Fix notepad example
3 years ago
Alexey Tsvetkov
62a657b6cd
Native desktop packaging ( #1908 )
...
* Minor: add cleanDirs util
* Generate constant for gradle plugin version
* Unpack icons using task instead of lazy property
Resolves #960
* Introduce K/N Desktop packaging for Mac
3 years ago
Nthily
22bd94be6f
Update compose version to 1.1.0 ( #1935 )
3 years ago
Igor Demin
1375acf8cc
Fix Content menu tutorial
3 years ago
InsanusMokrassar
22da8d9529
Add support of dl, dt and dd ( #1922 )
3 years ago
Nthily
5867bf0e7b
Update README.md ( #1929 )
3 years ago
dima-avdeev-jb
fdd4e50929
little fix "iPad" quotes
3 years ago
alexander-gorshenev
123b620f6e
Moved kotlin native to experimental mm ( #1910 )
3 years ago
dima-avdeev-jb
24526947ad
Gradle deploy to iOS simulator ( #1899 )
3 years ago
Ildar Karimov
9359b38809
Typo fixes in changelog ( #1918 )
3 years ago
Igor Demin
1aa7d122e5
Update CHANGELOG.md
3 years ago
Igor Demin
e4b593f5ca
Update README.md
3 years ago
Nikolay Igotti
4af260d36a
Move to 1.1.0 ( #1882 )
...
Co-authored-by: Roman Sedaikin <roman.sedaikin@jetbrains.com>
Co-authored-by: Igor Demin <igordmn@gmail.com>
3 years ago
Arkadii Ivanov
265de0fc28
TodoApp. Updated Decompose to 0.5.1 and MVIKotlin to 3.0.0-beta01. ( #1896 )
3 years ago
Oleksandr Karpovich
1ab63ed995
fix Style composable and CSSRulesHolderState ( #1889 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Shagen Ogandzhanian
cd7691a53f
Simplify inner CSS API, remove css fun completely (was experimental, will be redesigned)
3 years ago
Igor Demin
1f80772f67
Update README.md
3 years ago
Igor Demin
c36c7a1a3f
Update README.md
3 years ago
Igor Demin
97aa39de00
Update README.md
3 years ago
Nikolay Igotti
2bde986c15
Move tutorial checker
3 years ago
Igor Demin
249f150b7b
Update README.md
3 years ago
Igor Demin
c10aa97f09
Update README.md
3 years ago
Ryan Mitchener
e40ef3d304
Added KeyEventType check for keyboard events tutorial ( #1877 )
...
Added KeyEventType check for keyboard events tutorial in response to https://github.com/JetBrains/compose-jb/issues/1871
3 years ago
alexander-gorshenev
a47dcad16b
A third party license for NotoSans ttf fonts ( #1870 )
3 years ago
Igor Demin
57ec512f70
Update build_and_run_from_cli_example.sh
3 years ago
Roman Sedaikin
2afe439a81
Updated tutorial of [Swing Integration]. ( #1844 )
...
* Updated tutorial of Swing interop.
Co-authored-by: akurasov <86794754+akurasov@users.noreply.github.com>
3 years ago
alexander-gorshenev
10ddb9a638
Embeded a couple of ttf used by desktop tests and samples ( #1868 )
3 years ago
Shagen Ogandzhanian
6f89804467
[web][tests] always use nextChild when you start with root.children[0], remove redundant braces
3 years ago