1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-19 08:57:35 +03:00
Commit Graph

486 Commits

Author SHA1 Message Date
Yuriy Kashnikov
c04386d020 Remove unnecessary temp var mImage 2017-09-07 11:46:35 +03:00
Simon Corsin
6af7e865b7 Added jpg support. 2017-09-06 12:03:05 -04:00
Viktor Sukochev
27df473d59 Revert "Animations sequence fix"
This reverts commit 92f86e0bab.
2017-09-05 15:47:54 +07:00
Viktor Sukochev
92f86e0bab Animations sequence fix 2017-09-05 13:35:08 +07:00
Viktor Sukochev
ed9eeb05e7 Universal input events 2017-08-31 18:23:48 +07:00
Viktor Sukochev
3f21d37a8c Mouse events fix 2017-08-31 18:18:55 +07:00
Viktor Sukochev
325a04d140 Minor refactoring, travis fix 2017-08-28 10:52:34 +07:00
Viktor Sukochev
a6fdbe665b Display link fix and refactoring 2017-08-28 10:20:14 +07:00
Viktor Sukochev
ffff19619e Merge branch 'macos_support'
# Conflicts:
#	Source/animation/AnimationImpl.swift
#	Source/animation/AnimationProducer.swift
#	Source/animation/types/AnimationSequence.swift
#	Source/animation/types/CombineAnimation.swift
#	Source/animation/types/ContentsAnimation.swift
#	Source/animation/types/MorphingAnimation.swift
#	Source/animation/types/OpacityAnimation.swift
#	Source/animation/types/ShapeAnimation.swift
#	Source/animation/types/TransformAnimation.swift
#	Source/animation/types/animation_generators/MorphingGenerator.swift
#	Source/animation/types/animation_generators/OpacityGenerator.swift
#	Source/animation/types/animation_generators/ShapeAnimationGenerator.swift
#	Source/animation/types/animation_generators/TransformGenerator.swift
#	Source/model/scene/Node.swift
#	Source/render/NodeRenderer.swift
#	Source/svg/SVGConstants.swift
#	Source/svg/SVGParser.swift
#	Source/views/NodesMap.swift
2017-08-25 16:32:30 +07:00
Viktor Sukochev
6ec4526273 Minor refactoring 2017-08-23 13:09:46 +07:00
Viktor Sukochev
e385d25bca Basic mouse events 2017-08-23 12:29:45 +07:00
Viktor Sukochev
8840c70bc5 Animation lagging fix 2017-08-21 17:08:57 +07:00
manindaniil
ce10b3ef13 clean up 2017-08-17 19:29:26 +07:00
Yuriy Kashnikov
b81e82372c Simplify nesting with compound if-let 2017-08-16 14:16:18 +07:00
Yuriy Kashnikov
995dd5344d Fix rgb string unwrapping
Color conversion should default to black if parsing failed
2017-08-16 14:05:40 +07:00
Yuriy Kashnikov
d80ba98062 Support rgb( color notation in SVG parser 2017-08-16 12:00:00 +07:00
manindaniil
a785ae3f17 add examples + fix gestures and rendering 2017-08-16 11:52:12 +07:00
manindaniil
83421226b5 add examples + fix BezierPath 2017-08-15 15:42:05 +07:00
Viktor Sukochev
03f3245b7e Shape animation initial node fix 2017-08-13 13:52:35 +07:00
manindaniil
d71442b4a6 add first example 2017-08-11 17:47:02 +07:00
manindaniil
ce1fce6998 first success build 2017-08-11 15:08:31 +07:00
manindaniil
536bc08709 update classes...20% 2017-08-10 20:01:11 +07:00
manindaniil
10766c3403 added platform files for ios/macos 2017-08-10 18:26:02 +07:00
Viktor Sukochev
26b000392c Using node's id for animation's node reference 2017-08-02 14:25:13 +07:00
Viktor Sukochev
93c8c99b31 Not using force mode for zPosition layers rendering. Fixes #136 2017-07-09 20:26:53 +07:00
Viktor Sukochev
2518621eaa Previously animated nodes fix 2017-07-05 12:02:43 +07:00
Viktor Sukochev
db33ca09ec On animation removed optimization 2017-07-05 11:54:17 +07:00
Viktor Sukochev
8b714f3979 MacawView no background color fix 2017-07-04 18:29:33 +07:00
Viktor Sukochev
0169979aa4 Restricting zPosition correction up to 20 simultaneous animations 2017-07-04 17:06:46 +07:00
Viktor Sukochev
d9a1bb8e0f MacawView draw fix 2017-07-04 16:59:56 +07:00
Viktor Sukochev
288f84b12a Caching zPositions 2017-07-04 16:52:32 +07:00
Viktor Sukochev
f8b78f6b97 Corrent zLayer rendering 2017-07-04 16:10:16 +07:00
Viktor Sukochev
2cf25595dc zLayers transform fix 2017-07-04 16:01:35 +07:00
Viktor Sukochev
f6963f0ee7 zPos animation prototype 2017-07-04 14:37:16 +07:00
Viktor Sukochev
1369aa2617 Handling clear background color case 2017-07-03 19:11:26 +07:00
Viktor Sukochev
2f3cd2a410 MacawView redrawing fix 2017-07-03 19:03:32 +07:00
Viktor Sukochev
dc39d8f225 "weak self" for disposable closures 2017-07-03 17:37:01 +07:00
Viktor Sukochev
f7c4acb22d Rotation animation fix 2017-07-03 15:43:06 +07:00
Viktor Sukochev
5d34445f24 Better equatable node logic 2017-07-03 14:23:28 +07:00
Viktor Sukochev
3fa5d84c59 Keeping weak reference on animation cache 2017-07-03 14:09:56 +07:00
Viktor Sukochev
cc62334bbc Weak references for renderer's nodes 2017-06-30 18:33:15 +07:00
Viktor Sukochev
83c20827bb GroupRenderer, updateRenderers() fix 2017-06-30 18:13:09 +07:00
Viktor Sukochev
d202c80d10 Making event to node reference weak 2017-06-26 19:10:32 +07:00
Viktor Sukochev
6ab230404e Removing unnecessary id for ChangeHandler 2017-06-26 19:10:04 +07:00
Viktor Sukochev
8dee2a9b18 Making renderer to node reference weak 2017-06-26 19:04:33 +07:00
manindaniil
b940bf8022 Merge remote-tracking branch 'origin/master' 2017-06-16 19:37:16 +07:00
manindaniil
ccc9a7b203 cubicBounds() fix 2017-06-16 19:37:06 +07:00
Viktor Sukochev
1352b13404 Travis fix 2017-06-16 18:46:09 +07:00
Viktor Sukochev
e14d672d6d Rotation animation 2017-06-16 18:32:03 +07:00
Viktor Sukochev
5f772b6feb Revert "Removing stub dublicates from feed"
This reverts commit 2b6678a1e6.
2017-06-16 17:55:09 +07:00