- 26 Apr, 2021 1 commit
-
-
Pavel authored
* check that drawing surface lock is successful * add disable title bar * bump skija * make window handle accessible after `window.pack()` but before `window.setVisible(true)` * rollback changes in demo App * fix warning and return value in `lockDrawingSurface` * reduce code duplication
-
- 21 Apr, 2021 1 commit
-
-
Nikolay Igotti authored
-
- 15 Apr, 2021 3 commits
-
-
Igor Demin authored
Compose. Hot keys didn't work until we clicked on the window.
-
Igor Demin authored
This is because we add listeners to Canvas, but at window start we take focus on parent JPanel. We can't add listeners to JPanel, because Canvas will eat all events anyway.
-
Roman Sedaikin authored
-
- 14 Apr, 2021 4 commits
-
-
Roman Sedaikin authored
Fix white lines glitch
-
Roman Sedaikin authored
-
Roman Sedaikin authored
-
Nikolay Igotti authored
-
- 13 Apr, 2021 2 commits
-
-
Roman Sedaikin authored
-
Roman Sedaikin authored
-
- 08 Apr, 2021 1 commit
-
-
Roman Sedaikin authored
-
- 07 Apr, 2021 2 commits
-
-
Roman Sedaikin authored
-
Nikolay Igotti authored
-
- 06 Apr, 2021 3 commits
-
-
Nikolay Igotti authored
-
Roman Sedaikin authored
-
Roman Sedaikin authored
-
- 05 Apr, 2021 1 commit
-
-
Nikolay Igotti authored
-
- 01 Apr, 2021 1 commit
-
-
Igor Demin authored
macOs, Windows. draw in a background thread
-
- 05 Apr, 2021 3 commits
-
-
Igor Demin authored
fixes 1) and 3) in https://github.com/JetBrains/skiko/issues/76 also fixes slow event dispathing in Compose (it is because vsync blocked AWT thread)
-
Igor Demin authored
redrawImmediately is more right choice here, we don't need to repaint entire window
-
Igor Demin authored
-
- 01 Apr, 2021 3 commits
-
-
Igor Demin authored
Fix "open windows stress test"
-
Igor Demin authored
-
Igor Demin authored
-
- 31 Mar, 2021 7 commits
-
-
Igor Demin authored
-
Igor Demin authored
There were NullPointerException. Also rename dispose to disposeCanvas. And add method "dispose" for full dispose
-
Igor Demin authored
-
Igor Demin authored
-
Igor Demin authored
-
Igor Demin authored
-
Igor Demin authored
-
- 29 Mar, 2021 1 commit
-
-
Nikolay Igotti authored
-
- 26 Mar, 2021 4 commits
-
-
Roman Sedaikin authored
Using an integrated video card on Metal rendering
-
Roman Sedaikin authored
-
Roman Sedaikin authored
-
Roman Sedaikin authored
-
- 25 Mar, 2021 2 commits
-
-
Roman Sedaikin authored
-
Roman Sedaikin authored
-
- 24 Mar, 2021 1 commit
-
-
Roman Sedaikin authored
-