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

269 Commits

Author SHA1 Message Date
Alisa Mylnikova
65e3fe35f0 Fix #695: Wrong vector rotation 2020-06-03 17:38:55 +07:00
Anton Marunko
f47ec7f7da updated to swift 5.2 2020-02-08 15:50:52 +06: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
Alisa Mylnikova
62a8a863bf Merge branch 'master' into task/cascade-animation 2019-07-05 14:31:35 +07:00
Alisa Mylnikova
76a82533ad Fix 2019-07-05 11:41:04 +07:00
Alisa Mylnikova
a3d70e56e3 Apply clip during bounds calculation 2019-07-05 11:31:00 +07:00
Daniil Manin
12d3dd30a2 #587 add ImageBoundsTests for macos 2019-06-03 17:41:28 +07:00
Daniil Manin
3c09731b12 #393 update w3c-test-suite 2019-05-29 18:26:41 +07:00
Alisa Mylnikova
8b2027af27 Merge commit '1fbc6f335b441a18dff22b851e2db429950461dc' into task/cascade-animation 2019-05-29 15:04:59 +07:00
Alisa Mylnikova
aea8c57c82 Fix early layer freeing 2019-05-29 15:04:25 +07:00
Yuri Strot
d0e55b8549 Add all standard web colors 2019-05-24 19:42:37 +07:00
Yuri Strot
397a4570e0 Add compact API for geometry classes and Color 2019-05-24 19:41:40 +07:00
Daniil Manin
b80402fd65 #528 fix memory leak with Image objects 2019-05-16 15:33:35 +07:00
Alisa Mylnikova
44dfb89d16 Add animation layer hierarchy 2019-04-30 15:13:39 +07:00
Yuri Strot
84602c48a0 WIP #561: Built-in zoom support 2019-04-08 17:29:41 +07:00
Anton Marunko
a77830e88e Added missing import 2019-03-27 01:01:19 +06:00
Anton Marunko
c53ba5cefc Adding overriding isEqual to avoid bugs 2019-03-27 00:29:04 +06:00
Anton Marunko
1a68c1f916 Fix for initializers 2019-03-27 00:04:20 +06:00
Anton Marunko
bb3cb69616 moved to swift 5 2019-03-26 17:58:13 +06:00
Yuri Strot
9124c94e72
Merge pull request #537 from K-Be/master
Added support of kerning to Text
2019-03-18 17:30:53 +07:00
Eduard Sergeev
f26c234fa8 Override toPath() for Path. 2019-03-14 12:52:41 +07:00
Eduard Sergeev
c33ac908bc Override toPath() for Polyline. 2019-03-14 12:52:23 +07:00
Eduard Sergeev
90f8ca6c43 Override toPath() for Polygon. 2019-03-14 12:52:16 +07:00
Eduard Sergeev
78fb030e12 Override toPath() for Line. 2019-03-14 12:52:09 +07:00
Eduard Sergeev
90e8c66ced Override toPath() for Point. 2019-03-14 12:52:02 +07:00
Eduard Sergeev
6bebe3ba70 Override toPath() for Arc. Darwin is needed for sin/cos. 2019-03-14 12:51:48 +07:00
Eduard Sergeev
65b658dd39 Override toPath() for Circle. 2019-03-14 12:51:33 +07:00
Eduard Sergeev
6758c3bbe0 Override toPath() for Rect. 2019-03-14 12:51:22 +07:00
Eduard Sergeev
fd64147a3a Move toPath() out of Locus extension to make it overridable.
Change access modifiers for helper functions.
2019-03-14 12:51:00 +07:00
Yuri Strot
ec167bf9f7 Fix #536: Class Pattern has internal constructor 2019-03-01 23:52:03 +07:00
Andrew Romanov
14db8659e3 renamed kern to kerning, fixed tests for kerning attribute 2019-03-01 23:42:01 +07:00
Andrew Romanov
ca65880621 property kern renamed to kerning 2019-03-01 21:31:59 +07:00
Andrew Romanov
2b5f671d60 added support of kerning to Text. Added example for text rendering. 2019-02-28 13:53:40 +07:00
Yuri Strot
8c9fd67892 Formatting and test fixes 2019-02-13 19:53:12 +07:00
Alisa Mylnikova
29bb3a5726 Create new node instead of changing the old one
Fix
2019-02-11 17:48:26 +07:00
Alisa Mylnikova
0d2bd69d75 Add patterns
Update Pattern model

Fix

Cherry pick

Last cherry pick

Fix

Merge fixes
2019-02-07 13:42:52 +07:00
Yuri Strot
4dceea892b Fix #347: Fill color disappears if there is stroke color 2019-01-25 20:45:27 +07:00
Alisa Mylnikova
3d875f731e Restore tag search 2018-11-02 15:02:07 +07:00
Alisa Mylnikova
da870907a7 Remove nodes map 2018-11-01 17:30: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
Anton Marunko
0c55873cb0 Fix bounds problem related to animations crashing 2018-10-12 18:15:30 +06: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
Anton Marunko
2758cad298 Remove deinit from group 2018-10-01 14:42:19 +06:00
Anton Marunko
6f2ea3a7de Formatting fixes (swift 4.2 style) 2018-09-27 17:31:09 +06:00
Alisa Mylnikova
cb34f7843c Swift 4.2 adaptation 2018-09-04 17:31:00 +07:00
mylnikova.alisa
d8c5a36805
Fix #469: Fatal error with fills on animation 2018-08-24 12:12:02 +07: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