- 28 Oct, 2021 2 commits
-
-
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.
-
- 25 Oct, 2021 3 commits
-
-
Aleksandr Veselov authored
-
Aleksandr Veselov authored
-
Aleksandr Veselov authored
-
- 22 Oct, 2021 4 commits
-
-
alexander-gorshenev authored
* Implemented native TextStyle.SetFontFamilies * Added a test for TextStyle.setFontFamilies Moved the test to commonTest * Defined Native.equals() for native and js * cosmetics in native and js Native.equals() * Make Native._nativeEquals return false on js and native the same way it does no jvm
-
Nikolay Igotti authored
-
Igor Demin authored
-
Roman Sedaikin authored
-
- 21 Oct, 2021 6 commits
-
-
Roman Sedaikin authored
* Fixed SkiaLayer background color on macos. Co-authored-by:Igor Demin <igordmn@gmail.com>
-
Alexey Tsvetkov authored
* Make publications comply with Maven Central requirements * Prepare for publishing to Maven Central * Rename runtimeArtifactIdFor -> jvmRuntimeArtifactIdFor
-
Igor Demin authored
-
Nikolay Igotti authored
-
Nikolay Igotti authored
-
Nikolay Igotti authored
-
- 20 Oct, 2021 4 commits
-
-
Roman Sedaikin authored
-
Nikolay Igotti authored
-
Aleksandr Veselov authored
-
Nikolay Igotti authored
-
- 19 Oct, 2021 6 commits
-
-
Igor Demin authored
* Fix screenshot test readPixels doesn't actually work. Thanks Aleksandr Veselov for noticing! * Remove cleanTest. It doesn't exist on macOs. Don't know why * Fix test "render text (MacOs)"
-
Roman Sedaikin authored
-
Roman Sedaikin authored
-
Nikolay Igotti authored
-
Nikolay Igotti authored
-
Shagen Ogandzhanian authored
-
- 18 Oct, 2021 2 commits
-
-
Igor Demin authored
-
Nikolay Igotti authored
-
- 15 Oct, 2021 4 commits
-
-
Oleksandr Karpovich authored
* Test for the crash: ``` java.lang.NullPointerException at org.jetbrains.skia.svg.SVGSVG.setViewBox(SVGSVG.kt:108) at org.jetbrains.skia.SvgTest.svg smoke(SvgTest.kt:45) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:133) at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71) at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ``` * fix SVGSVG set viewBox Co-authored-by:
Igor Demin <igordmn@gmail.com> Co-authored-by:
Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
Oleksandr Karpovich authored
Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
Nikolay Igotti authored
-
Nikolay Igotti authored
-