Igor Demin
410bd394ed
Update README.md
3 years ago
akurasov
7b81c5f51f
Merge remote-tracking branch 'origin/master'
3 years ago
akurasov
37683fa147
Added tutorial for context menu(desktop)
3 years ago
Igor Demin
dbd1fe904f
Update Compose
3 years ago
Igor Demin
31effb2bab
Compose. Run :compose:ui tests on ./gradle testComposeJbDesktop
3 years ago
fauxvillage
da19a19e9a
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>
3 years ago
Oleksandr Karpovich
457d4374b2
Update Compose
3 years ago
Noire
0f9735140d
Fix component SplitPane ( #1037 )
3 years ago
Arkadii Ivanov
1564fb5791
Move TodoApp previews to compose-ui module ( #1002 )
3 years ago
Arkadii Ivanov
696d20c931
Update TodoApp dependencies ( #1001 )
3 years ago
Alexey Tsvetkov
a1853204d7
Document packaging resources ( #1015 )
3 years ago
Igor Demin
f69c7d6972
Update Compose
3 years ago
Igor Demin
3bc811f559
Update README.md
3 years ago
Iury Souza
38e3db13a2
doc(README): fix image height ( #1000 )
3 years ago
Igor Demin
27d43c7afe
Update README.md
3 years ago
Alexey Tsvetkov
c51cb3b6da
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 tests execution, GradleTestNameGenerator failed
with NPE, because the 'gradle.version.for.tests' system property
was not set. NPE did not crash the test suite,
but it was printed to stderr.
3 years ago
Daniil Shevtsov
592714daa1
Fix compose web examples source code links ( #1006 )
...
* Fix web landing link
* Fix falling balls source code link
3 years ago
Alexey Tsvetkov
7870d665c4
Escape resources dir separator on Windows ( #1005 )
...
Resolves #999
3 years ago
Oleksandr Karpovich
3496cadec9
Update CHANGELOG.md
3 years ago
Igor Demin
c126536fa3
Update CHANGELOG.md
3 years ago
Igor Demin
0c2a7ab6fe
Update CHANGELOG.md
3 years ago
Igor Demin
c55f1ca37a
Update CHANGELOG.md ( #995 )
3 years ago
Igor Demin
4f1101b5ae
Templates. Set fixed height ( #996 )
3 years ago
Oleksandr Karpovich
6b27ff0256
web: update compose logo in web-landing example
3 years ago
Igor Demin
03402fa487
Update README.md
3 years ago
Igor Demin
7dd810aa52
Update README.md
3 years ago
Igor Demin
5207a59064
Update README.md
3 years ago
Igor Demin
07d369ae9e
Update README.md
3 years ago
Igor Demin
870730903b
Update README.md
3 years ago
Igor Demin
9ed279187e
Tutotials. Adaptive window size
3 years ago
Nikolay Igotti
d174f9a612
Update README.md
3 years ago
Nikolay Igotti
a775cf2254
Rename to Multiplatform.
3 years ago
Igor Demin
605d628184
Update Compose
3 years ago
Igor Demin
94c33f099b
Update README.md
3 years ago
Igor Demin
5236ec5706
Update README.md
3 years ago
Igor Demin
941540a28f
Update README.md
3 years ago
Shagen Ogandzhanian
b7af8368ca
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)
* Documentation for AttrsBuilder::prop
* Add docs for ElementScope and dom specific effects
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Igor Demin
0dfba3df79
Update README.md
3 years ago
Igor Demin
ed4e0d6f21
Tutorials. Window API
3 years ago
Oleksandr Karpovich
fe560b68e1
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
3 years ago
Nikolay Igotti
d499b350a2
Move to 1.0.0-alpha1
3 years ago
Igor Demin
8a277c1f2e
Templates. Fix MPP template
3 years ago
Igor Demin
3c9548967d
Update Compose
3 years ago
Nikolay Igotti
242ec6bbf9
Cleanup samples and adjust for rc5
3 years ago
Nikolay Igotti
481912092d
Move to rc5
3 years ago
Roman Sedaikin
8b16eea289
Updated imageviewer example to use CoroutineScope (loading and processing images).
3 years ago
Alexey Tsvetkov
4697b0fed1
Add skiko-runtime-jvm jar to preview classpath if necessary ( #987 )
3 years ago
Alexey Tsvetkov
d8ada29395
Add compose.preview dependency shortcut ( #989 )
...
Useful for MPP modules, that don't depend on compose.desktop.currentOs
3 years ago
Alexey Tsvetkov
6d0f74346f
Allow using relative path, when specifying signing keychain ( #988 )
3 years ago
Alexey Tsvetkov
3070856954
Support packaging resources into distribution ( #983 )
...
Resolves #938
3 years ago