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

1209 Commits

Author SHA1 Message Date
Yuri Strot
af9727e79a
Merge pull request #471 from aure/master
Avoiding crash on multi-touch
2018-09-04 10:14:42 +00:00
Anton Marunko
2defb30c5a
Merge pull request #472 from f3dm76/fix/fan-menu
Fix fan-menu buttons
2018-09-04 16:52:09 +07:00
Alisa Mylnikova
1c70253be6 Fix fan-menu buttons 2018-09-04 16:48:58 +07:00
Aurelius Prochazka
46d8a81739 Avoid force unwrapping of the initial touch index 2018-09-03 00:58:09 -07:00
Yuri Strot
dd1ad89f53
Merge pull request #463 from f3dm76/task/elastic
Add spring to transform animation
2018-08-31 08:08:09 +00:00
Aurelius Prochazka
654df3ab69 Merge remote-tracking branch 'origin/master' 2018-08-24 22:55:50 -07:00
Alisa Mylnikova
fb7590bdd1 Move caTimingFunctions away 2018-08-24 17:00:26 +07:00
Alisa Mylnikova
8a0f35932b Attempt to fix fill animations 2018-08-24 16:38:06 +07:00
Alisa Mylnikova
385de819b3 Revert "Fix #462: Animation of fill var not happening after the first tap"
This reverts commit 8bf5f643af.
2018-08-24 16:05:15 +07:00
Aurelius Prochazka
31753b8f8c Merge remote-tracking branch 'exyte/master' 2018-08-23 23:19:03 -07:00
mylnikova.alisa
d8c5a36805
Fix #469: Fatal error with fills on animation 2018-08-24 12:12:02 +07:00
Aurelius Prochazka
9d706d96e1 Merge remote-tracking branch 'exyte/master' 2018-08-23 12:17:16 -07:00
Yuri Strot
f7c167556d
Merge pull request #467 from f3dm76/task/cycleShapeAnimation
Fix #462: Animation of fill var not happening after the first tap
2018-08-23 07:44:57 +00:00
Yuri Strot
c88693af05
Merge pull request #452 from exyte/bug/parser-styles-fix
Fixes for styles attributes
2018-08-23 07:43:05 +00:00
Yuri Strot
c0ecdb5190
Merge pull request #450 from exyte/feature/equtable-for-Fill
Implementing equality for Fill
2018-08-23 07:41:54 +00:00
Yuri Strot
ba6512ea89
Merge pull request #460 from cHaLkdusT/master
Improving API structure for readability
2018-08-23 07:37:27 +00:00
Alisa Mylnikova
8bf5f643af Fix #462: Animation of fill var not happening after the first tap 2018-08-21 18:01:29 +07:00
Yuri Strot
e188751da2
Merge pull request #461 from aure/master
Moved lowercasing as to not be destructive
2018-08-20 10:04:01 +00:00
Aurelius Prochazka
be9cec1bcf Store a lowercased font for multiple checks 2018-08-20 01:37:51 -07:00
Alisa Mylnikova
24c8e0b8f1 Add spring to transform animation
Add chain function

Replace spring with elastic

Return value func for transform

Remove chain

ccee

Add elasticity paramenter
2018-08-20 14:23:39 +07:00
Aurelius Prochazka
1ab4dfd3bf Moved lowercasing as to not be destructive 2018-08-19 17:46:44 -07:00
Julius Lundang
362d2a6f12 👌 Updating code due to code review changes.
* Updated SVGParserError to conform to Equatable so we can throwing functions
2018-08-19 17:04:28 +08:00
Julius Lundang
eddd77ba84 🎨 Improving API structure for readability
 Updating tests
2018-08-17 17:54:52 +08:00
Yuri Strot
5c1ae4e8e5
Merge pull request #453 from f3dm76/task/serializer
Add clip, mask, transformedLocus to serializer
2018-08-17 09:42:33 +00:00
Alisa Mylnikova
769d608b35 Serializer: toString -> serialize 2018-08-17 16:27:35 +07:00
Anton Marunko
a59d057254
Merge pull request #454 from exyte/bug/animation-layout
Bug/animation layout
2018-08-16 17:05:24 +07:00
Yuri Strot
9f71e7d1bf
Merge pull request #457 from exyte/memory-leaks-fixes
Memory leaks fixes
2018-08-10 17:37:57 +07:00
Anton Marunko
ee7e29c004 Fix for leak in renderer init 2018-08-08 18:29:43 +07:00
Anton Marunko
738e2a95af Added dispose on deinit 2018-08-08 18:23:01 +07:00
Anton Marunko
72bdcf57d4 handlers links leak fixed 2018-08-08 18:22:35 +07:00
Anton Marunko
2b8aae47b7 Formatting fix 2018-08-08 18:21:59 +07:00
Anton Marunko
79a0cf4f74 Fix leak in animation cache 2018-08-08 18:21:50 +07:00
Anton Marunko
84c964b829 Optimise deletion of group node 2018-08-08 18:21:32 +07:00
Anton Marunko
d1bf4eb688 Removing group elements 2018-08-08 12:55:55 +07:00
Anton Marunko
d04206ab22 Formatting issues 2018-08-07 20:12:18 +07:00
Anton Marunko
248450c458 Cleaning nodesMap for group 2018-08-07 20:11:38 +07:00
Anton Marunko
c088e491c8 Unowned handler in Variable 2018-08-07 20:10:56 +07:00
Anton Marunko
70980f1768 Fix memory leak in renderer 2018-08-06 19:41:34 +07:00
Anton Marunko
80170a9e27 Fix for breaking changes in LayoutHelper transform 2018-08-02 11:15:16 +07:00
Anton Marunko
1f67c3484d Fix for breaking changes in GeomUtils 2018-07-27 15:31:30 +07:00
Anton Marunko
9585751066 Fix for animation utils 2018-07-24 14:54:26 +07:00
Alisa Mylnikova
c4928cea4e Change default bg color to white 2018-07-23 18:24:08 +07:00
Anton Marunko
23633818e4 Removing default stroking of animated paths 2018-07-23 17:46:42 +07:00
Anton Marunko
ca9cc43e69 Fix for svg canvas in animation transfroms 2018-07-23 17:45:45 +07:00
Alisa Mylnikova
d5a2b0c42a Add clip, mask, transformedLocus to serializer 2018-07-20 19:36:44 +07:00
Anton Marunko
e9b7708c88 Merge branch 'master' into bug/parser-styles-fix 2018-07-18 11:42:22 +07:00
Anton Marunko
246d88d447 Fix parser transform lost 2018-07-18 11:41:54 +07:00
Anton Marunko
31ef4ac28c Merge branch 'master' into bug/parser-styles-fix 2018-07-17 14:53:05 +07:00
Yuri Strot
53a9f10d07
Merge pull request #427 from f3dm76/fix/morphingAnimation
Morphing animation scale/translate/rotation
2018-07-17 14:46:07 +07:00
Alisa Mylnikova
70ff74e683 Avoid position change after animation 2018-07-17 14:08:40 +07:00