0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 12:59:12 -05:00
Commit graph

1450 commits

Author SHA1 Message Date
Andrey Antukh
56bdddc865
Comment some code related to elements. 2016-10-24 23:44:10 +02:00
Andrey Antukh
6ebeaf521a
Improve proportions persistence handling on shapes. 2016-10-24 23:17:55 +02:00
Andrey Antukh
0a28efb838
Add provisional spinner for image uploading in workspace. 2016-10-24 23:07:45 +02:00
Andrey Antukh
91bb1ad77f
Select recently uploaded image to draw if it's uploaded in workspace. 2016-10-24 23:03:30 +02:00
Andrey Antukh
97b30b0b68
Add support for export pages with images. 2016-10-24 22:54:45 +02:00
Andrey Antukh
459705e26a
Add the ability to import images to workspace. 2016-10-24 22:20:28 +02:00
Andrey Antukh
7df42f3bcb
Fix many issues of image rendering on workspace. 2016-10-24 22:20:08 +02:00
Andrey Antukh
658636463e
Complete http stream after a response es emitted. 2016-10-24 22:18:43 +02:00
Andrey Antukh
ea9a096fa9
Add support for images on layers sidebar component. 2016-10-24 22:18:28 +02:00
Andrey Antukh
d882c2dfdb
Respect proportion of icon or image when is added/imported to workspace. 2016-10-24 22:17:27 +02:00
Andrey Antukh
997876db32
Addapt images create event to support on-complete callback. 2016-10-24 22:16:26 +02:00
Andrey Antukh
f17642f057
Add uploading spinner for images page in dashboard. 2016-10-24 22:15:56 +02:00
Andrey Antukh
8e27e19e41
Add image shape impl for geom functions. 2016-10-24 22:15:38 +02:00
Andrey Antukh
13c20acaa6
Remove unused template code from elements. 2016-10-24 22:15:12 +02:00
Andrey Antukh
68fe5eff36
Use new dom helpers instead of js interop for svg icon parsing. 2016-10-24 22:14:30 +02:00
Andrey Antukh
34e84fbd01
Remove static mixin from lightbox component.
This facilitates code reloading and rerendering
on development mode.
2016-10-24 22:13:59 +02:00
Andrey Antukh
168c5b490c
Add more dom creation and manipulation functions to util.dom ns. 2016-10-24 22:13:21 +02:00
Andrey Antukh
71c6adab58
Add mirror-map macro (commented inder uxbox.util.data ns). 2016-10-24 22:12:35 +02:00
Andrey Antukh
075c508d63
Remove unused code from workspace header. 2016-10-24 22:12:12 +02:00
Andrey Antukh
bd38ea590a
Add missing entries in main externs file. 2016-10-24 22:10:05 +02:00
Andrey Antukh
a9a1048462 Remove whitespace. 2016-10-23 17:23:17 +02:00
Andrey Antukh
81c75d953b Add copy and move tooltips to images page. 2016-10-23 17:23:17 +02:00
Andrey Antukh
ae51454fc4 Fetch images for storage collection. 2016-10-23 17:23:17 +02:00
Andrey Antukh
191c4943bd Add copy and move tooltips to icons page. 2016-10-23 17:23:17 +02:00
Andrey Antukh
c2e5e9d92c Merge icon and icon-raw shapes. 2016-10-23 17:23:17 +02:00
Andrey Antukh
41f9e6fe77 Implement grid options copy tooltip. 2016-10-23 17:23:17 +02:00
Andrey Antukh
1fa3e55e89 Disable elements from the dashbaord header. 2016-10-23 17:23:17 +02:00
Andrey Antukh
e4ba3ac66b Adapt colors nav tabs to be consistent with the rest of the pages. 2016-10-23 17:23:17 +02:00
Andrey Antukh
7642dab826 Disable frontend managed library by default. 2016-10-23 17:23:17 +02:00
Andrey Antukh
2a2e87cb1c Add missing impl for icon-raw for get-vertex-point geom func. 2016-10-23 17:23:17 +02:00
Andrey Antukh
6e06779cc3 Add copy-icon event. 2016-10-23 17:23:17 +02:00
Andrey Antukh
2764ea0d96 Minor fix on colors page initialization event. 2016-10-23 17:23:17 +02:00
Andrey Antukh
02c7793050 Add support for icon-raw to layers sidebar. 2016-10-23 17:23:17 +02:00
Andrey Antukh
c9221d6b36 Adapt icons sidebar to the new icons state layout. 2016-10-23 17:23:17 +02:00
Andrey Antukh
8df6ee502a Add support for raw-icon to drawarea. 2016-10-23 17:23:17 +02:00
Andrey Antukh
df189dc39e Remove unused whitespaces. 2016-10-23 17:23:17 +02:00
Andrey Antukh
669442ef02 Minor ns entries reordering on canvas namespace. 2016-10-23 17:23:17 +02:00
Andrey Antukh
050e291e0f Add icon-raw shape related components. 2016-10-23 17:23:17 +02:00
Andrey Antukh
27f1884a47 Add icon-raw shape type to group render function. 2016-10-23 17:23:17 +02:00
Andrey Antukh
12aee6acb6 Fix wrong arguments function call on icons menu initialization. 2016-10-23 17:23:17 +02:00
Andrey Antukh
94e3842267 Use server side num icons value on icons dashboard page. 2016-10-23 17:23:17 +02:00
Andrey Antukh
3df32e903f Add :icon-raw to geom impls. 2016-10-23 17:23:17 +02:00
Andrey Antukh
d6a2fee09a Simplify select-for-drawing event implementation. 2016-10-23 17:23:17 +02:00
Andrey Antukh
1530464432 Simplify projects initialize event. 2016-10-23 17:23:17 +02:00
Andrey Antukh
0b6450e78a Improve svg parsing function.
Used on icons uploading process.
2016-10-23 17:23:17 +02:00
Andrey Antukh
3cf4a75b93 Fix wrong state tranformation on delete icon collection event. 2016-10-23 17:23:17 +02:00
Andrey Antukh
7690a088ab Add better naming to newly created icon collections. 2016-10-23 17:23:17 +02:00
Andrey Antukh
19ebf65c68 Fix wrong state transformation on icons events. 2016-10-23 17:23:17 +02:00
Andrey Antukh
a8dd40900c Usability fixes on icons and images events. 2016-10-23 17:23:17 +02:00
Andrey Antukh
217e6bd70b Update dependencies. 2016-10-23 17:23:17 +02:00