Igor Demin
5478392f61
Update README.md
3 years ago
Alexey Tsvetkov
6038da77ba
Allow adding extra keys to Info.plist ( #845 )
...
Resolves #795
3 years ago
Oleksandr Karpovich
e40f7a0d9a
Update web tutorials for 0.5.0-build228 ( #833 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Oleksandr Karpovich
599ffdce58
Update tutorials check task to support individual targets checks ( #831 )
...
`./gradlew check -PCHECK_TARGET=all` - `all` is the default, so can be omitted
`./gradlew check -PCHECK_TARGET=desktop`
`./gradlew check -PCHECK_TARGET=web`
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Oleksandr Karpovich
d87783f319
Fix web/Building_UI tutorial snippet
3 years ago
Shagen Ogandzhanian
4937918a28
Update examples after publishing 0.5.0-build226
3 years ago
Igor Demin
ef697af7ed
Update tutorials
3 years ago
Igor Demin
cd7f4f4587
Migrate desktop templates/tutorials to 0.5.0-build226
3 years ago
Igor Demin
e68baff90d
Migrate desktop templates/tutorials to 0.5.0-build226
3 years ago
Louis CAD
a57f037c12
Reformat Kotlin snippet in README ( #781 )
...
It now conforms to the official Kotlin style guide.
3 years ago
Oleksandr Karpovich
679ed1dda9
Update snippets in web tutorials
3 years ago
Shagen Ogandzhanian
c8794cbad6
Update web examples after the 0.5.0-build225 release
3 years ago
Igor Demin
49495a9bf8
Fix tutorials
3 years ago
Igor Demin
435b378bb7
Fix tutorials
3 years ago
Andrew Rudenko
603901b814
Updated Keyboard tutorial ( #771 )
3 years ago
Shagen Ogandzhanian
90d7933f5a
Update artifact version in web tutorial to 0.5.0-build222
3 years ago
Igor Demin
69dbc82ec8
Update tutorials
3 years ago
Igor Demin
74bff411d2
Window API tutorial. Listening the state of the window ( #737 )
3 years ago
Oleksandr Karpovich
bfc5a91d2a
Update web tutorials and template to conform the latest API changes
3 years ago
Shagen Ogandzhanian
de2ee4c8e5
Update web tutorial
3 years ago
Igor Demin
e65dc8c89f
Update tutorials
3 years ago
Igor Demin
cbfc9c4d6b
Update tutorials
3 years ago
Igor Demin
0dca246ce1
Update Window API tutorial
3 years ago
Igor Demin
d8d693c09d
Tutorials for new Composable Windows API ( #721 )
3 years ago
Oleksandr Karpovich
e727dab151
Add a template for building snippets from web tutorials
3 years ago
Nikolay Igotti
0b363d6859
Make template tunable.
3 years ago
Nikolay Igotti
1f039ab310
Check web tutorials as well
3 years ago
Igor Demin
cb3794a27e
Docs for 0.4.0 ( #722 )
3 years ago
Nikolay Igotti
e817408595
Use 0.4.0-rc2 in examples ( #720 )
3 years ago
Oleksandr Karpovich
c3403681e2
Update `web-getting-started` example and tutorial
3 years ago
Roman Sedaikin
af224ccb0b
Tooltip tutorial ( #709 )
...
* Tooltips tutorial.
3 years ago
Igor Demin
560f411e01
Tutorials for 0.4.0-rc2
3 years ago
Nikolay Igotti
bf4f7051a2
Move to Kotlin 1.5.10 and Compose 0.4.0-rc1
3 years ago
Alexey Tsvetkov
92150195ea
Allow specifying asc provider for notarization
...
Resolves #674
3 years ago
Samuel Urbanowicz
63beaea30f
Fix typo in Compose Web tutorial
3 years ago
Oleksandr Karpovich
809d83b137
Update compose-web `Getting Started` tutorial with a new kotlin and compose versions
3 years ago
Alexander Perfilyev
a36d36886c
Update compose web example in README.md ( #671 )
...
closes #669
4 years ago
Sebastian Aigner
5d1b64c3f1
Web: Add tutorial section on "other event handlers"
4 years ago
Oleksandr Karpovich
165e3beeb2
Update the compose-web Getting Started tutorial
4 years ago
Oleksandr Karpovich
6d76c337b3
Add tutorials for getting started with Compose for Web ( #628 )
...
* Add Compose for Web tutorials
* Update the compose-web tutorials
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
4 years ago
Arkadii Ivanov
79521195fb
Update Navigation tutorial ( #624 )
4 years ago
Jeffrey
cab2ac642e
fix(docs): corrects typos in project documentation ( #613 )
4 years ago
Alexey Tsvetkov
8c8b4147ab
Update to 0.4.0-build182 and get rid of jcenter
...
The build `0.4.0-build182` upgrades
`kotlinx-collections-immutable` library
(which is used by the compose runtime) to 0.3.4,
which was published to maven central,
so most usages of sunsetting jcenter repo
can be removed now.
Resolves #557
4 years ago
Alexey Tsvetkov
14ee86fa6c
Document suggestModules task
4 years ago
Steyn Geldenhuys
4769b2f8e9
Update README.md with image resource path ( #510 )
...
The loading "images from resources" specifies that the image is placed in `resources/images` however the loading of the resource does not reflect this path.
4 years ago
Casey Brooks
1e42748fd1
Updates Native Distributions documentation
...
Updates Native Distributions documentation to include a note about Java Modules, and how to determine necessary modules and provide them to the Gradle plugin configuration
4 years ago
jimgoog
f9e6283c5b
Wordsmith swing interop API description ( #500 )
...
We've been seeing an antipattern where people are literally "passing a view/jcomponent" into the interop API by merely referencing the native object in the factory lambda. This usage is very much an antipattern. Wordsmithing a bit to avoid putting that idea into people's minds.
4 years ago
Alexey Tsvetkov
9467407dcd
Document dockName property
4 years ago
Andrew Rudenko
b68f5995b7
Mouse_Events tutorial: add section about AWT's MouseEvent ( #455 )
4 years ago
Alexey Tsvetkov
a99b3eaa83
Require JDK 15+ for creating native distributions
...
Resolves #428
4 years ago