0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00
Commit graph

1531 commits

Author SHA1 Message Date
elhombretecla
4fde0469c0 add move item tooltip 2016-10-20 12:37:43 +02:00
elhombretecla
b65eee57e7 fix multiselect menu alignment 2016-10-20 11:58:35 +02:00
Andrey Antukh
720178c03f
Fix image uploading broken in previous commits. 2016-10-09 21:06:20 +02:00
Andrey Antukh
841e178c15
Refactor image storage layout. 2016-10-09 18:03:01 +02:00
Andrey Antukh
5762ee0bf3
Fix image initialization event. 2016-10-09 18:02:36 +02:00
Andrey Antukh
934fcba179
Setup builtin images and collections in the state. 2016-10-09 17:59:39 +02:00
Andrey Antukh
15695c652d
Change default datastructures for builtin images. 2016-10-09 17:59:39 +02:00
Andrey Antukh
b1ce61c6bb
Update delete image event acording to new image storage layout. 2016-10-09 17:59:38 +02:00
Andrey Antukh
e017975162
Store images indexed in the state. 2016-10-09 17:59:38 +02:00
Andrey Antukh
81c9794657
Simplify images dashboard initialization event impl. 2016-10-09 17:59:38 +02:00
Andrey Antukh
9c5ec0ec9c
Declare an other function on images events ns. 2016-10-09 17:59:38 +02:00
elhombretecla
626ed4893c add action mark 2016-10-04 09:38:00 +02:00
elhombretecla
61c0632fdb add interaction mark 2016-10-03 14:44:04 +02:00
elhombretecla
d2af74a07e fix zoom icon 2016-10-03 08:49:14 +02:00
elhombretecla
6bb9e2ad60 fix cursor on selection 2016-10-02 18:01:58 +02:00
elhombretecla
b16d12f67c add nodes style and fix cards size 2016-10-02 17:50:30 +02:00
Andrey Antukh
530acfe571
Remove already implemented in bide impl for IPathRepr protocol. 2016-09-30 23:38:42 +02:00
Andrey Antukh
42e87588b6
Elide asserts on production builds. 2016-09-30 23:38:31 +02:00
Andrey Antukh
ed64ddaea2
Update dependencies. 2016-09-30 23:38:21 +02:00
Andrey Antukh
f352ca050d
Fix tests. 2016-09-30 15:41:23 +02:00
Andrey Antukh
96b1baf6cf
Remove unused code. 2016-09-30 15:41:09 +02:00
Andrey Antukh
707f2b0d87
Fix color collections loading on the colorpalette (on workspace).
With additional cosmetic improvements on the namespace.
2016-09-30 12:21:26 +02:00
Andrey Antukh
1f91d7d390
Implement groups shape collapsing persistence.
With additional cosmetic improvemens.
2016-09-30 11:35:57 +02:00
Andrey Antukh
c617fba52b
Add collapsing group shape events.
And reorganize a little bit the shapes events ns.
2016-09-30 11:34:57 +02:00
Andrey Antukh
819fa69ae2
Minor improvements on figwheel script. 2016-09-30 11:33:44 +02:00
Andrey Antukh
1f73638018
Revert "Remove update-radius-attrs event."
This reverts commit b1e9936aa6.
2016-09-29 07:38:28 +02:00
Andrey Antukh
c22ac8e302
Implement proportions lock button on rect measurements element options sidebar.
With an additional cosmetic refactor.
2016-09-29 07:21:27 +02:00
Andrey Antukh
863f0c906b
Implement proportion lock button on circle measurements element options sidebar.
With an additional cosmetic refactor.
2016-09-29 07:16:29 +02:00
Andrey Antukh
bb27a39759
Use update-size event on circle measures element options sidebar. 2016-09-29 07:14:24 +02:00
Andrey Antukh
b1e9936aa6
Remove update-radius-attrs event.
Replaced by the now generic `update-size` event.
2016-09-29 07:13:38 +02:00
Andrey Antukh
95a72a3057
Cosmetic refactor on sidebar options ns. 2016-09-29 07:12:50 +02:00
Andrey Antukh
a11b618d24
Setup new shape proportions on the end of resize. 2016-09-29 07:12:07 +02:00
Andrey Antukh
5d0661c05f
Handle proportion locking on mouse resize. 2016-09-29 07:11:05 +02:00
Andrey Antukh
a994dba165
Add proportions related events to shapes events ns. 2016-09-29 07:10:42 +02:00
Andrey Antukh
69f258b4f4
Add a precondition to update-size event. 2016-09-29 07:08:54 +02:00
Andrey Antukh
4f2e4a54aa
Remove wrong docstring. 2016-09-29 07:06:58 +02:00
Andrey Antukh
e30871bd48
Make update-size event work with different types of shapes.
Thanks to the previously added `resize-dim` geom helpers.
2016-09-29 07:06:03 +02:00
Andrey Antukh
b3207b5746
Add resize-dim function to geom helpers.
A helper for resize by width and height with
initial support for rect, icon and circle.
2016-09-29 07:03:54 +02:00
Andrey Antukh
17cdaab2cc
Add support for circle shape in size geom function.
With minor private function naming refactor.
2016-09-29 07:02:24 +02:00
Andrey Antukh
20cfae2a17
Setup shape proportions when it is added to the page. 2016-09-29 07:01:28 +02:00
Andrey Antukh
84ef0a75e1
Add setup-proportions function to geom helpers. 2016-09-29 07:00:50 +02:00
Andrey Antukh
c9f8b5b562
Fix proportion lock icon selected color. 2016-09-29 06:58:42 +02:00
Andrey Antukh
1a51aaf8cf
Add missing default color on stroke options. 2016-09-27 10:51:02 +03:00
Andrey Antukh
57396cf368
Add missing :include-macros true on mixins ns import. 2016-09-27 09:30:43 +03:00
Andrey Antukh
692f066cf4
Minor refactor on projects page (ui components). 2016-09-27 09:30:03 +03:00
Andrey Antukh
40b71fda5e
Add missing icons related events ns. 2016-09-27 09:28:37 +03:00
Andrey Antukh
5bf3e9a06e
Improve state usage of colors page and its events. 2016-09-27 09:28:14 +03:00
Andrey Antukh
9af2e54a2c
Improve state usage on images page and its events. 2016-09-27 09:27:15 +03:00
Andrey Antukh
a325e2e3ae
Refactor icons page. 2016-09-27 09:26:25 +03:00
Andrey Antukh
10930fff2e
Minor cosmetic improvements on header. 2016-09-27 09:25:40 +03:00