- 21 Dec, 2021 3 commits
-
-
Alexey Tsvetkov authored
Mixing camel case and dash case looks ugly
-
Alexey Tsvetkov authored
`publishSkikoJvmRuntimemacos-x64PublicationToMavenLocal` looks much more inconsistent and ugly, than `publishSkikoJvmRuntimeMacosX64PublicationToMavenLocal`
-
Alexey Tsvetkov authored
-
- 20 Dec, 2021 2 commits
-
-
Nikolay Igotti authored
Co-authored-by:Roman Sedaikin <roman.sedaikin@jetbrains.com>
-
Nikolay Igotti authored
-
- 09 Dec, 2021 1 commit
-
-
Nikolay Igotti authored
So far we cannot really build Skiko for Android (as no Android-specific code for rendering integration is made), however it refactor the build system to make this (along with other alternative JVM-based implementations) feasible.
-
- 07 Dec, 2021 2 commits
-
-
Shagen Ogandzhanian authored
Pass status code for ubrk_ operations to the front and fail in case we got non-zero error code (#418)
-
Roman Sedaikin authored
* Skiko events uptade. Text/Key input for (jvm, macos, ios).
-
- 02 Dec, 2021 4 commits
-
-
Oleksandr Karpovich authored
Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
Nikolay Igotti authored
-
Pavel authored
-
Nikolay Igotti authored
-
- 01 Dec, 2021 3 commits
-
-
Shagen Ogandzhanian authored
-
Aleksandr Veselov authored
-
Alexey Tsvetkov authored
Customizing native publication's names does not work, when a target cannot be compiled on a host. A customization might lead to the inconsistent behavior, when a kotlin multiplatform publication contains different artifacts names, depending on a host system. E.g. customization breaks macOS artifacts links, if a kotlin multiplatform publication is built on Linux. https://youtrack.jetbrains.com/issue/KT-50001
-
- 30 Nov, 2021 1 commit
-
-
Alexey Tsvetkov authored
Previously we only renamed artifacts for targets, that can be compiled on a host. This caused incompatible publications, when the common publication, published from Linux, was pointing to wrong macOS & iOS artifacts
-
- 29 Nov, 2021 5 commits
-
-
Roman Sedaikin authored
* SkikoEvents update: Keyboard/Mouse events, Refactoring.
-
Nikolay Igotti authored
-
Nikolay Igotti authored
-
Alexey Tsvetkov authored
-
- 26 Nov, 2021 1 commit
-
-
Alexey Tsvetkov authored
-
- 25 Nov, 2021 1 commit
-
-
Roman Sedaikin authored
* Fixed case where SkiaLayer size could be 0x0 and surface was not created.
-
- 24 Nov, 2021 3 commits
-
-
Aleksandr Veselov authored
Use abandon before destroy
-
Shagen Ogandzhanian authored
-
Shagen Ogandzhanian authored
-
- 22 Nov, 2021 1 commit
-
-
Nikolay Igotti authored
-
- 19 Nov, 2021 9 commits
-
-
-
Roman Sedaikin authored
-
Aleksandr Veselov authored
-
Alexey Tsvetkov authored
* Extract signing to buildSrc * Enable stacktraces for GitHub Workflows * Fix creating checksums & jar
-
Shagen Ogandzhanian authored
* Introdcue test for StrutStyle getFamilyNames * Commonize StrutStyle::familiyNames, setFontFamilyNames
-
Nikolay Igotti authored
-
Aleksandr Veselov authored
-
Igor Demin authored
* Fix paragraph.getRectsForRange crash on Windows Fixes https://github.com/JetBrains/compose-jb/issues/1308 * Fix for js
-
Alexey Tsvetkov authored
-
- 18 Nov, 2021 4 commits
-
-
Alexey Tsvetkov authored
-
Alexey Tsvetkov authored
* Skip compiling native bridges for incompatible OS * Move all JS configuration under supportWasm flag * Suppress OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE in tests Otherwise, test compilation fails, when wasm & native are disabled, i.e. only jvm target is active, which leads to https://youtrack.jetbrains.com/issue/KT-44014
-
Shagen Ogandzhanian authored
-
Roman Sedaikin authored
* Added Metal renderer for macos-native.
-