1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 05:05:23 +03:00
Commit Graph

1520 Commits

Author SHA1 Message Date
Petrov Anatoly
e63e6f2407 Prevent percent from being parsed as unit 2020-06-06 00:39:39 +07:00
Yuri Strot
b07f097e49
Merge pull request #696 from f3dm76/fix/vector-rotation
Fix #695: Wrong vector rotation
2020-06-03 17:40:50 +07:00
Alisa Mylnikova
65e3fe35f0 Fix #695: Wrong vector rotation 2020-06-03 17:38:55 +07:00
Yuri Strot
e9cfc18280
Merge pull request #694 from f3dm76/fix/consider-view-content-layout
Fix #692: Consider layout transform in findNode
2020-06-03 15:48:09 +07:00
Alisa Mylnikova
d89e2047fe Fix #692: Consider layout transform in findNode 2020-06-03 14:17:17 +07:00
Yuri Strot
b13d043073
Merge pull request #689 from f3dm76/task/path-from-cgpath
Add toMacaw for CGPath
2020-06-02 15:42:41 +07:00
Alisa Mylnikova
e5d93909df More fixes for mac 2020-05-29 12:24:22 +07:00
Alisa Mylnikova
9abede7354 Fix mac build 2020-05-28 19:11:43 +07:00
Alisa Mylnikova
8d6607c307 Fix #688: Review fixes 2020-05-28 16:15:53 +07:00
Alisa Mylnikova
195f828f77 Add toMacaw for CGPath 2020-05-28 15:34:37 +07:00
Yuri Strot
c7c78266fc
Merge pull request #687 from aapng/scientific-notation-parsing
Fix polyline and polygon points parsing
2020-05-14 15:27:35 +07:00
Petrov Anatoly
bd5e868dac Fix polyline and polygon points parsing
Handling of numbers in scientific notation in `parsePoints` used to be
incorrect, because a number could be broken by an exponent minus sign,
resulting in incorrect values.

E.g. '2.5e-1' -> '2.5e', '-1'.
2020-05-11 22:48:37 +07:00
Alisa Mylnikova
0341e6d84e Return public find node at 2020-04-30 13:25:09 +07:00
Yuri Strot
15027f0e53
Merge pull request #671 from f3dm76/task/layer-animation-example
Add correct zoom-scroll handling
2020-04-21 20:10:13 +07:00
Alisa Mylnikova
67b7bb132f Fix for animation hierarchy movement 2020-04-21 13:59:37 +07:00
Alisa Mylnikova
5c0f812f0c Fix for liquid swipe 2020-04-20 14:18:16 +07:00
Alisa Mylnikova
496ef399d1 Fix layer inset issue 2020-04-20 13:18:40 +07:00
Alisa Mylnikova
bb47def337 Fix some examples 2020-04-17 15:55:40 +07:00
Alisa Mylnikova
9a73bc012f Fix compile errors 2020-04-16 16:11:20 +07:00
Alisa Mylnikova
2aed94aec2 Split on MacawView and DrawingView 2020-04-16 15:46:02 +07:00
Alisa Mylnikova
9e317d78d9 Add transparent view for touches 2020-04-14 14:30:20 +07:00
Alisa Mylnikova
e290b3df27 Merge branch 'master' into task/layer-animation-example 2020-04-13 15:30:39 +07:00
Yuri Strot
b3b8f321bf Merge tag '0.9.6' 2020-04-10 20:56:42 +07:00
Yuri Strot
37e82f7ac3 0.9.6 release 2020-04-10 20:49:45 +07:00
Yuri Strot
b5d0d5fd78 Swift 5.2 support 2020-04-10 20:05:12 +07:00
Alisa Mylnikova
ea5d2c7f8e Merge branch 'master' into task/layer-animation-example
# Conflicts:
#	Source/animation/types/animation_generators/CombinationAnimationGenerator.swift
2020-04-10 16:46:38 +07:00
Alisa Mylnikova
0f96b24db1 Split zoom and layout matrices 2020-04-10 15:58:19 +07:00
Yuri Strot
4c2eec29fc Fix formatting 2020-03-26 18:22:16 +07:00
Yuri Strot
0fb13450b1
Merge pull request #669 from amarunko/swift_5.2
Updated to swift 5.2
2020-03-26 18:16:17 +07:00
Alisa Mylnikova
bb5e9e0e39 Fix 2020-03-17 17:43:17 +07:00
Alisa Mylnikova
bac14c1e85 Fixes for examples 2020-03-17 17:16:18 +07:00
Alisa Mylnikova
d9a5b27e94 Add correct zoom-scroll handling 2020-02-14 14:13:53 +07:00
Anton Marunko
f47ec7f7da updated to swift 5.2 2020-02-08 15:50:52 +06:00
Yuri Strot
4d630c7586
Merge pull request #652 from shipinev/spm
Add Swift Package Manager support
2020-01-27 22:44:35 +07:00
shipinev
d7405891f8 Update .gitignore 2019-12-09 16:59:31 +07:00
shipinev
8682809934 Add Package.swift 2019-12-09 16:57:36 +07:00
Yuri Strot
a64977315c Revert "Fix #623: Shape.bounds returns incorrect rectangle"
This reverts commit 1e36894390.
2019-11-29 18:08:35 +07:00
Yuri Strot
1e36894390 Fix #623: Shape.bounds returns incorrect rectangle 2019-11-29 17:08:29 +07:00
Yuri Strot
9df164f79d
Merge pull request #639 from amarunko/svg-parser-pattern-crash-fix
Fix crash in parsing pattern
2019-11-28 14:20:56 +07:00
Yuri Strot
289c753505
Merge pull request #641 from vox-humana/640-malformed-double-attribute
#640 Remove force unwrap in `SVGParser.doubleFromString` method
2019-11-26 18:59:43 +07:00
Arthur Semenyutin
0fe9235198 #640 Remove force unwrap in SVGParser.doubleFromString method 2019-11-25 17:14:24 +11:00
Anton Marunko
fd899c77f3 Fix crash in parsing pattern 2019-11-24 15:03:03 +06:00
Yuri Strot
75aeb30eab
Merge pull request #638 from amarunko/svg-parser-fixes
Svg parser fixes
2019-11-21 13:39:39 +07:00
Anton Marunko
06e27ab3bc Formatting issues fix 2019-11-21 00:28:46 +06:00
Anton Marunko
85286fc1f7 Fix gradient stops parsing 2019-11-21 00:26:34 +06:00
Anton Marunko
126c63be75 Lint formatting issues fixed 2019-11-20 21:48:44 +06:00
Anton Marunko
3608817a5a Formatting fixes 2019-11-20 21:44:13 +06:00
Yuri Strot
3acbaffa97
Merge pull request #616 from simonboots/catalyst-support
Enable Catalyst support
2019-08-22 17:48:53 +07:00
Daniil Manin
c45d434fe4 fix source files of projects, add to macos target 2019-08-22 17:22:44 +07:00
Simon Stiefel
758b58cf91 Enable Catalyst support (fixes #610) 2019-08-22 19:10:39 +10:00