1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-07-14 16:30:34 +03:00
Commit Graph

1603 Commits

Author SHA1 Message Date
Anton Poltoratskyi
2181401dbb Fixed retain cycle between MacawView and MacawZoom 2020-07-13 21:35:46 +03:00
Anton Poltoratskyi
6ba007b75e Fixed Node's onTap method. Previous implementation haven't considered copy on write behavior, so it was not possible to register second tap hander. 2020-07-13 12:33:38 +03:00
Artyom
6c8849b044 Fix typecheck 2020-06-26 15:01:19 +03:00
Yuri Strot
cfb97d6f73
Merge pull request #703 from f3dm76/fix/some-warnings
Fix some warnings
2020-06-16 17:05:38 +07:00
Yuri Strot
e7fd368b28
Merge pull request #702 from f3dm76/fix/test-references
Fix test references
2020-06-16 16:40:56 +07:00
Alisa Mylnikova
3755512b92 Regenerate PNG tests 2020-06-16 15:41:48 +07:00
Alisa Mylnikova
46dd60037f Refactor path animation 2020-06-11 15:35:00 +07:00
Alisa Mylnikova
6ea8fb9335 Specify what kind of test failed 2020-06-11 14:20:02 +07:00
Alisa Mylnikova
9c2c320c01 Add test diff to log 2020-06-11 13:15:50 +07:00
Alisa Mylnikova
7e695e30c4 Fix some warnings 2020-06-11 12:31:18 +07:00
Alisa Mylnikova
ee7fa2077b MacOS tests fix 2020-06-11 12:27:56 +07:00
Alisa Mylnikova
75678de4ec Try to fix mac build 2020-06-10 15:40:50 +07:00
Alisa Mylnikova
4751d8b301 Small improvement 2020-06-10 15:34:13 +07:00
Alisa Mylnikova
ae5627279e Fix test references 2020-06-10 15:11:36 +07:00
Yuri Strot
8319462d75 Update project signing settings 2020-06-09 23:39:48 +07:00
Yuri Strot
ef7bdbc807 Change device used for Travis build 2020-06-09 22:33:20 +07:00
Yuri Strot
954fd0e415 Use the latest Xcode in Travis config 2020-06-09 22:21:01 +07:00
Yuri Strot
1d392e9d08
Merge pull request #701 from aapng/feature/efficient-parsing
Drop uses of regular expressions for parsing
2020-06-09 13:53:40 +07:00
Yuri Strot
58ca91046e
Merge pull request #700 from LordJashin32/patch-1
update ios support to 9.0 (fixes #698)
2020-06-09 13:51:58 +07:00
Petrov Anatoly
7574dfbfb1 Update the project file 2020-06-06 21:22:32 +07:00
Petrov Anatoly
708a0ab16b Scan an optional comma between transformation attributes 2020-06-06 21:11:05 +07:00
Petrov Anatoly
e53ca25b11 Use spaces instead of tabs 2020-06-06 19:26:36 +07:00
Petrov Anatoly
22233257ed Do not use regular expressions and double XML parsing for tspans 2020-06-06 19:10:32 +07:00
Tristan
016225e703
Update README_zh.md 2020-06-05 16:34:28 -04:00
Tristan
08c6ae17a6
update ios support to 9.0 2020-06-05 16:33:32 -04:00
Petrov Anatoly
974b2d012c Parse transform values using a scanner 2020-06-06 02:04:15 +07:00
Petrov Anatoly
b0196e217d Parse transform attributes using a scanner 2020-06-06 01:52:32 +07:00
Petrov Anatoly
c94d2d9256 Remove an unused regular expression 2020-06-06 01:31:52 +07:00
Petrov Anatoly
1101d4fddc Parse numbers avoiding regex matching 2020-06-06 01:31:06 +07:00
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
Alisa Mylnikova
edc28a1ebe Fix mac build 2020-06-02 16:17:28 +07:00
Alisa Mylnikova
517e33e2cb Add path animation 2020-06-02 15:49: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
Anton Marunko
72fe01040a Fix for mac os version building 2020-04-16 16:41:04 +06:00