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

1407 Commits

Author SHA1 Message Date
Igor Zapletnev
acd6499516
Update .travis.yml 2018-11-02 09:52:09 +07:00
Igor Zapletnev
5b0a97bc84
Add slack notifications 2018-11-02 09:47:18 +07:00
Yuri Strot
d7b9a5d8ba Fix OSX build 2018-11-02 03:06:58 +07:00
Yuri Strot
20177d5ae4 Fix #468: Convert node to an image without using a MacawView 2018-11-01 19:04:14 +07:00
Alisa Mylnikova
da870907a7 Remove nodes map 2018-11-01 17:30:16 +07:00
Yuri Strot
bbb9a60866 Fix #500: Mask attributes ignored 2018-10-30 19:46:37 +07:00
Yuri Strot
1018b76ae7 Fix recursive use and clipPath parsing 2018-10-30 18:09:49 +07:00
Yuri Strot
4dc3781b9a Fix #501: "use" should work for elements defined after "use" 2018-10-29 21:37:40 +07:00
Yuri Strot
3d54e18f31 Fix #499: "display: none" should hide group in any case 2018-10-29 19:55:13 +07:00
Yuri Strot
fc1f2f49a7 Fix #498: gradientTransform doesn't affect radial gradient radius 2018-10-29 17:37:10 +07:00
Yuri Strot
7706236ec8 Add CSSParser to macOS and make some more lint fixes 2018-10-29 14:09:20 +07:00
Yuri Strot
6714da462d
Merge pull request #497 from fangpenlin/fang/bugfix-496/line-dash-phase-not-set-for-stroke-offset-animation-bug
Fix lineDashPhase not set for Stroke.offset bug
2018-10-29 13:21:47 +07:00
Yuri Strot
edda796bbc Add CSSParser to the project and fix lint warnings 2018-10-29 13:20:18 +07:00
Fang-Pen Lin
10e58b876b
Fix lineDashPhase not set for Stroke.offset bug 2018-10-28 23:07:02 -07:00
Yuri Strot
a0b0feeb68 Improve CSS parsing: tag/id selector support, fix few issues 2018-10-26 19:50:48 +07:00
Yuri Strot
1625519066 Fix default color with opacity 2018-10-26 19:48:29 +07:00
Yuri Strot
994a08e264 Fix #494: SVGParser should support XML namespaces 2018-10-26 15:42:35 +07:00
Yuri Strot
379ef44bf1 Fix #493: Support group selectors in CSS part of SVG 2018-10-25 21:30:44 +07:00
Yuri Strot
978a0ca068 Fix #492: Allow parsing of styles in defs section 2018-10-23 17:54:16 +07:00
Yuri Strot
5f24d92dd2 Fix #491: Image.src update doesn't refresh image 2018-10-22 18:28:42 +07:00
Yuri Strot
3f8ee4e77c
Merge pull request #486 from devsedo/refactor
Small optimization.
2018-10-18 16:52:44 +07:00
Yuri Strot
2cf6afef1f
Merge pull request #490 from amarunko/inf-bounds-fix
Fix bounds problem related to animations crashing
2018-10-12 19:24:36 +07:00
Anton Marunko
0c55873cb0 Fix bounds problem related to animations crashing 2018-10-12 18:15:30 +06:00
Yuri Strot
2a1423dce1 Update podspec and Swift version 2018-10-04 14:44:01 +07:00
Yuri Strot
3aa1f88605 Update macOS version to use Swift 4.2 2018-10-04 14:43:11 +07:00
Eduard Sergeev
64a76402ee Return a result as soon as possible. 2018-10-03 20:19:30 +07:00
Yuri Strot
34f442f11a
Update README.md 2018-10-03 16:05:10 +07:00
Yuri Strot
f8cc4af61c
Merge pull request #485 from amarunko/svgparser-throws
Throw errors instead of fatal error calling in SVGParser
2018-10-02 15:24:57 +07:00
Anton Marunko
eb518e31f6 Throw errors instead of fatal error calling 2018-10-02 14:11:05 +06:00
Anton Marunko
297d35bbbd Removing SPM config file 2018-10-01 14:54:40 +06:00
Anton Marunko
bbd422ce28 Control Statement Violation: if, for, guard, switch, while, and catch statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses. 2018-10-01 14:43:10 +06:00
Anton Marunko
2758cad298 Remove deinit from group 2018-10-01 14:42:19 +06:00
Daniil Manin
011c678d27
Merge pull request #482 from exyte/macos_fixes_for_examples
Macos fixes for examples
2018-09-28 18:59:57 +07:00
manindaniil
d74c20d6b4 button.isHidden after start action 2018-09-28 18:45:43 +07:00
manindaniil
a871bbceb5 fix animation controller, start button 2018-09-28 18:39:42 +07:00
manindaniil
6331828ac5 add ExampleViewController, fix background color 2018-09-28 18:27:34 +07:00
manindaniil
85c9a3fe18 fix titles for animation view 2018-09-28 18:16:53 +07:00
manindaniil
b59908519a fix easy animation view 2018-09-28 18:02:47 +07:00
Yuri Strot
17fedd22b5
Merge pull request #480 from amarunko/ios12-macOS-mojave-releases
Ios12 mac os mojave releases
2018-09-27 19:07:37 +07:00
Anton Marunko
6f2ea3a7de Formatting fixes (swift 4.2 style) 2018-09-27 17:31:09 +06:00
Anton Marunko
24e0449826 Moving changed only for iOS classes to platform specific methods and structs + RenderUtils methods for converting LineJoin and LineCap moved to appropriate structs 2018-09-27 17:30:04 +06:00
Alisa Mylnikova
f1951eb288 Remove comments 2018-09-17 12:11:52 +07:00
Alisa Mylnikova
7c1a7655e6 Sort test references alphabetically 2018-09-14 16:56:06 +07:00
Alisa Mylnikova
343d766530 Change swift version in project settings 2018-09-14 14:00:47 +07:00
Igor Zapletnev
99665c5c46 Formatting yml as in docs 2018-09-12 13:10:08 +07:00
Igor Zapletnev
4eee3ec23a Fix iOS version for travis 2018-09-12 12:58:41 +07:00
mylnikova.alisa
82b8f8bac1
Update travis 2018-09-04 18:22:25 +07:00
Alisa Mylnikova
cb34f7843c Swift 4.2 adaptation 2018-09-04 17:31:00 +07:00
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