- 17 May, 2022 1 commit
-
-
Manuel Unterhofer authored
This will allow us to create vertically centered text with custom line height (cherry picked from commit f6f5338c1239625dd3ddf0e3b0e56b393e8a43ae)
-
- 27 Apr, 2022 1 commit
-
-
dima-avdeev-jb authored
* insert ios and share modules * 1.6.20 * free compiler args * SwiftHelper * skiko debug with AppCode * remove redundant code * remove redundant code * simplify AppDelegate.swift * remove redundant storyboard * simplify * simplify * simplify * Revert "1.6.20" This reverts commit a2b1d769fa0ea0bc114b5e92bb5b285ad5f45cba. * samples/ios-appcode * move shared to iOS * move iOS to SkiaMultiplatformSample * smiplify kotlin iOS files * revert some changes * revert some changes * readme * settings gradle skiko debug comment * check SKIKO_COMPOSITE_BUILD=1 * runIosSim inside macos check * readme * readme * sources in project.yml * readme * readme * fix README.md after review * fix README.md after review
-
- 05 Apr, 2022 1 commit
-
-
Kirill Grouchnikov authored
For `SkShader` and `SkColorFilter` that can be passed as uniforms into the main SkSL shader
-
- 04 Apr, 2022 2 commits
-
-
Kagurazaka Tsuki authored
-
Kirill Grouchnikov authored
* Add bindings for SkImageFilters::RuntimeShader For https://github.com/JetBrains/skiko/issues/519 * More work for SkImageFilters::RuntimeShader * Add a check that input array sizes match * Add tests for the new image filters * Add JS bindings for the added common bindings * Add test coverage for the new image filters * Fix name mismatch in the JS bindings * Fix SkString conversions in JS bindings * Fix input shader cast * Fix runtime shader builder finalizer name * A slightly different way to wrap the input image filter * A different way to get char* in the binding * Pass shader name as interop pointer * Pass shader names as interop pointer * Complete bindings for SkRuntimeShaderBuilder::uniform Add bindings for kInt2, kInt3, kInt4, kFloat2, kFloat3, kFloat4, kFloat2x2, kFloat3x3, kFloat4x4 * Small tweaks to Matrix classes * Add `Matrix22.IDENTITY` * Align visibility of float array `mat` field to be public across all three matrix classes (2x2, 3x3, 4x4)
-
- 01 Apr, 2022 2 commits
-
-
Oleksandr Karpovich authored
closes #521 Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
-
- 11 Mar, 2022 1 commit
-
-
Aleksandr Veselov authored
-
- 09 Mar, 2022 1 commit
-
-
Igor Demin authored
Because it overrides Dispatchers.Main Fixes https://github.com/JetBrains/compose-jb/issues/1943 on skiko side
-
- 07 Mar, 2022 1 commit
-
-
Goooler authored
-
- 06 Mar, 2022 1 commit
-
-
Aleksandr Veselov authored
-
- 04 Mar, 2022 1 commit
-
-
Aleksandr Veselov authored
-
- 01 Mar, 2022 1 commit
-
-
Nikolay Igotti authored
* Add API to access fonts from resources. * More font locations
-
- 24 Feb, 2022 1 commit
-
-
Roman Sedaikin authored
* Added getting physical monitor dpi on Windows. * Added getting physical monitor dpi on Linux. * Added getting physical monitor dpi on Macos. * Moved xrandr functions to separate files. * Added docs.
-
- 22 Feb, 2022 4 commits
-
-
Nikolay Igotti authored
-
Nikolay Igotti authored
-
Nikolay Igotti authored
-
Roman Sedaikin authored
Throw an exception if the user tries to create a SkiaLayer with an inappropriate [renderApi] on the current OS. (#506) * Throw an exception if the user tries to create a SkiaLayer with an inappropriate [renderApi] on the current OS. see: https://github.com/JetBrains/skiko/issues/493
-
- 21 Feb, 2022 1 commit
-
-
Igor Demin authored
* Fix rendering of an empty layer on metal * Fix Windows
-
- 18 Feb, 2022 3 commits
-
-
Aleksandr Veselov authored
-
Aleksandr Veselov authored
-
Aleksandr Veselov authored
Required by androidx#200
-
- 17 Feb, 2022 2 commits
-
-
Nikolay Igotti authored
-
Nikolay Igotti authored
Let's keep as is for know, and just mention minSdk in README.
-
- 16 Feb, 2022 2 commits
-
-
Oleksandr Karpovich authored
* add docs 1..15 * docs 1..15 improvements Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
Aleksandr Veselov authored
-
- 15 Feb, 2022 1 commit
-
-
Nikolay Igotti authored
-
- 14 Feb, 2022 2 commits
-
-
Gabriel Souza authored
-
Nikolay Igotti authored
* FPS counter in clocks * Restore vsync
-
- 10 Feb, 2022 1 commit
-
-
Nikolay Igotti authored
-
- 09 Feb, 2022 1 commit
-
-
Oleksandr Karpovich authored
-
- 08 Feb, 2022 2 commits
-
-
Oleksandr Karpovich authored
Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
Oleksandr Karpovich authored
* document js Wrapper functions and hide internal functions * docs for CanvasRenderer and SkiaLayer in jsMain Co-authored-by:Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
-
- 07 Feb, 2022 4 commits
-
-
Igor Demin authored
-
Igor Demin authored
* Enabel UI tests by default * Disable UI tests on macOs * Fix test timeout * XX:MaxMetaspaceSize=512m Because of "expiring daemon due to jvm metaspace space being exhausted" on CI * XX:MaxMetaspaceSize=512m Because of "expiring daemon due to jvm metaspace space being exhausted" on CI
-
Nikolay Igotti authored
-
Roman Sedaikin authored
This reverts commit 70f772af.
-
- 04 Feb, 2022 3 commits
-
-
Nikolay Igotti authored
-
Roman Sedaikin authored
To disable VRR support, we create a transparent JPanel with size (1, 1) and add it on top of the SkiaLayer. This causes mixed rendering technologies (java2d and OpenGL/DirectX) to work simultaneously in the same window and VRR cannot be enabled. see: https://github.com/JetBrains/compose-jb/issues/1648 https://youtrack.jetbrains.com/issue/TBX-6507#focus=Comments-27-5482439.0-0
-
Nikolay Igotti authored
* Fix local Android build * Tweaks
-