- 08 Nov, 2021 5 commits
-
-
Oleksandr Karpovich authored
* add TextLine.cc implementations * enable existing TextLineTest for all targets * PR review improvements Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
Aleksandr Veselov authored
-
Igor Demin authored
-
Roman Sedaikin authored
* Fix crash when transparent window displayed on external display on linux.
-
Alexey Tsvetkov authored
-
- 05 Nov, 2021 1 commit
-
-
Shagen Ogandzhanian authored
* [js] Correct external definitions for HEAP*-family - otherwise they are unreachable * Remove definedExternally part in definitions since there's just no need in them anymore
-
- 04 Nov, 2021 1 commit
-
-
Oleksandr Karpovich authored
* update Shaper jni bindings to use common ShapingOptions interop * add Shaper shapeLine native binding impl * add ShaperTest.canShapeLine for all targets * add ShaperTest.canShapeTextBlob for all targets * add PR review improvements * remove unnecessary std::unique_ptr in Shaper.cc Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
- 03 Nov, 2021 4 commits
-
-
Aleksandr Veselov authored
-
Oleksandr Karpovich authored
* add commonMain/cpp for common bindings (js,native,jvm) * fix typo in FontRunIterator.cc #include Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
Oleksandr Karpovich authored
* use ManagedString._nMake from toInterop(String) * add more ManagedString tests Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
Aleksandr Veselov authored
* Implement Animation native methods, add test * Remove dead code
-
- 02 Nov, 2021 9 commits
-
-
Igor Demin authored
-
Aleksandr Veselov authored
-
Oleksandr Karpovich authored
* add `fun toInterop(interopPointers: Array<InteropPointer>): InteropPointer` * add Test: toInteropForArrayOfInteropPointers Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
Shagen Ogandzhanian authored
-
Manuel Unterhofer authored
-
Aleksandr Veselov authored
-
Aleksandr Veselov authored
-
Oleksandr Karpovich authored
* add Pattern and Matcher actual implementation for js and native Update FontFeature.kt and FontVariation.kt parse functions to use regex numeric groups instead of named groups because k/n doesn't support named groups * PR review improvements Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
Mike Hearn authored
In some packagings, Skiko (+its data file) will be placed alongside the other shared libraries used by the JVM. This has some advantages with respect to code signing, and also avoids a .skiko directory littering the user's home directory. That's especially important on Windows where dotfiles/dotdirs don't work. The system property still overrides this. Co-authored-by:Mike Hearn <mike@hydraulic.software>
-
- 01 Nov, 2021 7 commits
-
-
Aleksandr Veselov authored
-
Nikolay Igotti authored
-
Nikolay Igotti authored
Remove no longer needed workaround for https://bugs.chromium.org/p/skia/issues/detail?id=10929 (#330)
-
Aleksandr Veselov authored
-
Aleksandr Veselov authored
-
Oleksandr Karpovich authored
* Add toInterop for FontFeature.kt and update bindings accordingly * fix: add reinterpret_cast Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
Oleksandr Karpovich authored
* CanvasTest.kt: drawString * CanvasTest.kt: localToDevice * CanvasTest.kt: setMatrix * CanvasTest.kt: drawPatch * add Matrix44.fromInteropPointer to make it reusable Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
- 29 Oct, 2021 1 commit
-
-
Nikolay Igotti authored
-
- 28 Oct, 2021 3 commits
-
-
Alexey Tsvetkov authored
* Refactor maybeSign and remoteSignCodesign * Remove .maybesigned suffix * Read signed binary from `signed` directory * Set up correct working directory
-
Oleksandr Karpovich authored
* add ImageFilterTest.kt: blur test * add ImageFilterTest.kt: AlphaThreshold * add ImageFilterTest.kt: Arithmetic * add ImageFilterTest.kt: small refactoring * add ImageFilterTest.kt: blend * add ImageFilterTest.kt: colorFilter * add ImageFilterTest.kt: compose * add ImageFilterTest.kt: displacementMap * add ImageFilterTest.kt: dropShadow * add ImageFilterTest.kt: dropShadowOnly * add ImageFilterTest.kt: makeImage * add ImageFilterTest.kt: magnifier * add ImageFilterTest.kt: MatrixConvolution * add ImageFilterTest.kt: MatrixTransform * add ImageFilterTest.kt: makeMerge * add ImageFilterTest.kt: makeOffset * add ImageFilterTest.kt: makePaint * add ImageFilterTest.kt: makeTile * add ImageFilterTest.kt: makeDilate * add ImageFilterTest.kt: makeErode * add ImageFilterTest.kt: makeDistantLitDiffuse * add ImageFilterTest.kt: makePointLitDiffuse * add ImageFilterTest.kt: makeSpotLitDiffuse * add ImageFilterTest.kt: makeDistantLitSpecular * add ImageFilterTest.kt: makePointLitSpecular * add ImageFilterTest.kt: makeSpotLitSpecular Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
Oleksandr Karpovich authored
* pack SamplingMode into IntArray with 2 Int values. Use IntArray instead of Long to pass SamplingMode through interop border. * use 2 Ints instead of IntArray to pass SamplingMode through interop Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
- 27 Oct, 2021 6 commits
-
-
Aleksandr Veselov authored
-
Aleksandr Veselov authored
-
Manuel Unterhofer authored
* Extend `SkiaLayer.disableTitleBar` with a parameter that contains the custom header height The custom header height is used to align the traffic lights within the custom header * Update PlatformOperations.kt to match the new signature * Adjust draggable area * Zoom on double-click * Restore default controls when entering full screen via our own API * Restore default controls when entering full screen * Remove redundant code
-
Shagen Ogandzhanian authored
-
Oleksandr Karpovich authored
Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
Oleksandr Karpovich authored
* remove ByteBuffer typealias and use NativePointer instead * after-rebase changes * prevent GC from cleaning up underlying memory for Data and Pixmap until they get cleaned by themselves * skiko Data: make underlyingMemoryOwner mandatory when using makeWithoutCopy Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
- 26 Oct, 2021 3 commits
-
-
Aleksandr Veselov authored
-
Aleksandr Veselov authored
-
Roman Sedaikin authored
Fix for crash when resizing window on DirectX12 on some GPUs.
-