Shagen Ogandzhanian
2cfaf07e65
transform supporti multiple functions applied
3 years ago
Shagen Ogandzhanian
ef31ce02bd
Introduce CSS transformations function translate3d
3 years ago
Shagen Ogandzhanian
05045b8ce3
Introduce CSS transformations function translateX, translateY, translateZ
3 years ago
Shagen Ogandzhanian
95bbe04b2a
Introduce CSS transformation function translate
3 years ago
Shagen Ogandzhanian
165a15bfc3
Introduce CSS transformation functions skew, skewY, skewZ
3 years ago
Shagen Ogandzhanian
8f4a853db6
Introduce CSS transformation functions scaleX, scaleY, scaleZ
3 years ago
Shagen Ogandzhanian
6a370a12ae
Rename rotateX, rotateY, rotateZ according to current convention
3 years ago
Shagen Ogandzhanian
233a5ccef8
Introduce CSS transformation function scale3d
3 years ago
Shagen Ogandzhanian
bbc1f851d8
Introduce CSS transformation function scale
3 years ago
Shagen Ogandzhanian
845229b4a8
Introduce CSS transformation function rotateX, rotateY, rotateZ
3 years ago
Shagen Ogandzhanian
7c1a9f2bf5
Introduce CSS transformation function rotate3d
3 years ago
Shagen Ogandzhanian
db646269aa
Introduce CSS transformation function rotate
3 years ago
Shagen Ogandzhanian
18bf0ac058
Introduce CSS transformation function perspective
3 years ago
Shagen Ogandzhanian
805e2a24ca
Introduce CSS transformation function matrix3d
3 years ago
Shagen Ogandzhanian
0eded0209a
tranformation fun matrix
3 years ago
Shagen Ogandzhanian
f7070f210d
[web] optionally skip benchmarks (by default enabled)
3 years ago
Shagen Ogandzhanian
a22bd9f889
Reintroduce printBundleSize for samples
3 years ago
Shagen Ogandzhanian
c513eef2e6
[web] [build] Fix all missing and incorrect sample modules
3 years ago
Oleksandr Karpovich
9dc7137298
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.
3 years ago
Oleksandr Karpovich
4eedafc5fa
web: add tests for constructors with Composable parameters
3 years ago
Oleksandr Karpovich
516b2e8e07
Update compose
3 years ago
Shagen Ogandzhanian
7c4ce006fe
Correct path to the falling balls example
...
It was renamed and previos commit will prevent situations when we miss
such things
3 years ago
Shagen Ogandzhanian
eac1c155e3
Fail if module is referring to a non-existent file path
3 years ago
Shagen Ogandzhanian
8d16f5a3a2
Remove obsolete and unused COMPOSE_WEB_BUILD_WITH_EXAMPLE build param
3 years ago
Felix Divo
4702590645
Update README.md ( #1066 )
...
Fix broken link in README
3 years ago
akurasov
e291107b2b
fixed typo
3 years ago
Felix Divo
3d35372a06
Briefly explain horizontal scrolling in tutorial ( #1065 )
...
* Update README.md
Add note on horizontal scrolling
3 years ago
akurasov
8df79e50b0
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>
3 years ago
akurasov
d95c61a6b1
Fixes for Context menu tutorial ( #1059 )
...
* Small fixes for Context Menu tutorial
* Fixing Context Menu tutorial
3 years ago
Oleksandr Karpovich
00d0ee008f
web: Add failing tests for composables passed into constructors (issue #746 )
3 years ago
akurasov
1561b2736f
Update README.md
...
fixing build version to Alpha
3 years ago
akurasov
086fca9229
Small fixes for Context Menu tutorial ( #1051 )
3 years ago
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