0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00
Commit graph

1456 commits

Author SHA1 Message Date
Andrey Antukh
1c8de910a6 🐛 Add missing license header on version ns. 2020-12-09 14:38:33 +01:00
Andrey Antukh
a674b3ab94 🐛 Fix unexpected exception on faster merge function. 2020-12-09 14:38:33 +01:00
Andrey Antukh
4d7a34a998 🎉 Add better error reporting. 2020-12-09 14:38:33 +01:00
alonso.torres
a881d86637 Rename graphic assets 2020-12-09 11:27:04 +01:00
alonso.torres
3a8a212432 🐛 Fixes problems with masks rotation and some clipping problems 2020-12-09 11:27:04 +01:00
alonso.torres
24e998ca2e 🐛 Fixed problem with center shapes 2020-12-07 15:05:51 +01:00
alonso.torres
86dc2379a3 🐛 Fixed problems with groups selrect 2020-12-07 14:24:50 +01:00
Andrey Antukh
28a2df96ff 🎉 Add version string parsing. 2020-12-04 16:11:26 +01:00
Andrés Moya
e375c1e7d8 Synchronize border radius independently of other geometry 2020-12-04 12:03:34 +01:00
Andrés Moya
976dab90c8 🐛 Synchronize well al color and special attributes 2020-12-04 12:03:34 +01:00
Andrés Moya
e9714c4fd0 🐛 Fix synchronization when adding a subcomponent to a instance 2020-12-04 12:03:34 +01:00
Andrey Antukh
6b9d91e2be 💄 Update code style and add more coments to :mov-objects change impl. 2020-12-04 09:46:25 +01:00
alonso.torres
718a187c1e Reduces the snap-distances feedback 2020-12-03 13:31:45 +01:00
Andrey Antukh
ba529b9fd6 📎 Temprary comment some assertions. 2020-12-03 09:04:43 +01:00
Andrés Moya
590c57c18d :bugfix: Add require macros 2020-12-02 15:35:14 +01:00
alonso.torres
1fb5ffb59b Improved tests for geom transforms 2020-12-02 14:40:31 +01:00
alonso.torres
f37a85fd82 Fixes tests and linter for commons 2020-12-02 08:53:38 +01:00
Andrey Antukh
9260c59afb 🎉 Add improved export macro.
This reverts commit 7ec30d1f5e.
2020-12-01 13:53:36 +01:00
Andrey Antukh
7ec30d1f5e Temporary revert previous commit.
This reverts commit 497c174d63.
2020-12-01 13:23:37 +01:00
Andrey Antukh
497c174d63 Add export macro helper for properly reexport vars.
This reverts commit 45da7df4b4.

Now with JVM/Clojure support.
2020-12-01 12:30:58 +01:00
Andrey Antukh
45da7df4b4 Revert " Add export macro helper for properly reexpor vars."
This reverts commit 9ca6830267.
2020-12-01 11:34:08 +01:00
Andrey Antukh
9ca6830267 Add export macro helper for properly reexpor vars. 2020-12-01 10:39:06 +01:00
Andrey Antukh
f4124b28d8 🐛 Fix wrong argument number on recursive delete operation (shapes). 2020-12-01 10:39:06 +01:00
Andrey Antukh
39db88c533 Reduce the max and min safe-int values to 1m. 2020-11-30 13:44:40 +01:00
Andrey Antukh
357e779013 💄 Cosmetic changes on pages helpers namespace. 2020-11-30 13:44:40 +01:00
Andrey Antukh
becd0d9cbf 🐛 Add strict spec verify on operations result. 2020-11-27 16:08:45 +01:00
alonso.torres
0046b60c93 🐛 Fixes problem with flipped texts 2020-11-27 15:46:24 +01:00
Andrés Moya
40240d294a 🐛 Fix synchronization of geometry changes 2020-11-26 14:16:10 +01:00
Andrey Antukh
24ea6a63c6
Merge pull request #399 from penpot/bezier-fixes
Bezier improvements
2020-11-26 14:12:19 +01:00
Andrey Antukh
29669b8b0f 🐛 Don't navigate when no frame/index found on viewer. 2020-11-26 11:57:36 +01:00
Andrey Antukh
6c07cfcd25 Reuse transducers on points->rect transformation. 2020-11-26 11:57:36 +01:00
Andrey Antukh
81e909b961 Create frames in reverse order of other shapes. 2020-11-26 11:57:36 +01:00
alonso.torres
89f0f24707 Fixed angle with shift in paths 2020-11-25 22:08:04 +01:00
Andrés Moya
6db1a907c8 Use touched flags when adding/deleting/moving shapes 2020-11-25 11:21:22 +01:00
Andrés Moya
2582766a89 ♻️ Simplify container type management 2020-11-25 11:21:22 +01:00
Andrés Moya
ebb7410e5b Synchronize add/delete/move shapes in componentes 2020-11-25 11:21:22 +01:00
alonso.torres
912be76400 🐛 Fixed problem with divide by zero 2020-11-25 09:57:52 +01:00
alonso.torres
3543acbac7 🐛 Fixed schema for shapes 2020-11-24 18:01:50 +01:00
alonso.torres
d2806fd9ba 🐛 Fixes problem with schema and parameters 2020-11-24 17:31:22 +01:00
alonso.torres
0fcfd30535 🐛 Fixes problems with previous migration 2020-11-24 17:13:44 +01:00
alonso.torres
25fe4f1269 ♻️ Fixes after review 2020-11-24 13:52:59 +01:00
alonso.torres
b66b0cb431 Close paths and internals refactor 2020-11-24 08:15:54 +01:00
alonso.torres
f339f1ee98 Migrates model to the new paths 2020-11-23 17:44:02 +01:00
alonso.torres
e2593c2dad ♻️ Removed curves shapes 2020-11-23 17:44:02 +01:00
alonso.torres
55b71a111b 🐛 Fixes problems with transforms 2020-11-23 17:44:02 +01:00
alonso.torres
b1c786077b Path create-edit workflow 2020-11-23 17:44:02 +01:00
alonso.torres
8db7078ce8 Path edition mode 2020-11-23 17:44:01 +01:00
alonso.torres
275f6e3dc2 🎉 Improved reusability of drawing functions 2020-11-23 17:44:01 +01:00
alonso.torres
05366eac6f Snap for beziers 2020-11-23 17:44:01 +01:00
alonso.torres
d8ab3473bf Calculate selrect for bezier curves 2020-11-23 17:44:01 +01:00