0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00
Commit graph

293 commits

Author SHA1 Message Date
Andrey Antukh
c6051f226d Add FIXME comment. 2016-01-22 19:35:48 +02:00
Andrey Antukh
8e0e725d80 Fix wrong function call. 2016-01-22 19:35:34 +02:00
Andrey Antukh
a2da98f7ab Move some functions from data.workspace to shapes ns. 2016-01-22 19:35:13 +02:00
Andrey Antukh
8284f0141c Update dependencies. 2016-01-22 19:34:46 +02:00
Andrey Antukh
073281f2fa Add hide functionality to group members. 2016-01-21 18:31:34 +02:00
Juan de la Cruz
970074d7d6 Layout Shape resize controls 2016-01-21 08:03:39 +01:00
Juan de la Cruz
c2bc392178 fix syule bug at layer section 2016-01-21 07:47:48 +01:00
Andrey Antukh
af7ec3319c Adapt recent-colors component usage on colors options. 2016-01-21 00:14:12 +02:00
Andrey Antukh
0dc30e2bdd Add partial stroke element options menu. 2016-01-21 00:14:00 +02:00
Andrey Antukh
f786b8acab Parametrize recent colors component. 2016-01-21 00:13:43 +02:00
Andrey Antukh
e3ebdb68b2 Exclude svg-icon type from options. 2016-01-21 00:13:15 +02:00
Andrey Antukh
d9bec06b2f Add todo comment. 2016-01-21 00:13:03 +02:00
Andrey Antukh
fbefa65644 Render stroke properties. 2016-01-21 00:12:54 +02:00
Andrey Antukh
d5e636f696 Add event for alter shapes stroke properties. 2016-01-21 00:12:38 +02:00
Andrey Antukh
b7afe65272 Remove statix mixin from shape component. 2016-01-20 23:05:05 +02:00
Andrey Antukh
3bda4f6de3 Fix selrect and options positions for groped shapes. 2016-01-20 22:47:29 +02:00
Andrey Antukh
eabee221b6 Render selrect for shapes that are not direct descendents of page.
Shapes that forms part of one group or subgroup also can
be selected.
2016-01-20 22:46:33 +02:00
Andrey Antukh
e353d67b02 Add helper for resolve/translate shape position into real canvas coords.
This is necesary to know the real shape position in a canves
when shape is part of group or subgroup and each group has its
own coordinate system.
2016-01-20 22:41:37 +02:00
Andrey Antukh
b65e0d754a Remove println. 2016-01-20 22:41:27 +02:00
Andrey Antukh
aa5cbcce0d Add debug attrs to group shape element. 2016-01-20 22:41:03 +02:00
Andrey Antukh
2124aba21f Fix group deletion mechanism. 2016-01-20 21:45:22 +02:00
Andrey Antukh
a4d3136707 Add useful coment. 2016-01-20 21:45:13 +02:00
Andrey Antukh
d89dad3827 Minor fixes on colorpalette. 2016-01-20 20:03:48 +02:00
Andrey Antukh
12980b63f6 Remove some printlns. 2016-01-20 20:03:37 +02:00
Andrey Antukh
6183e5ef00 Add recent colors component. 2016-01-20 20:03:25 +02:00
Andrey Antukh
0de4f9074d Remove commented code. 2016-01-20 19:29:31 +02:00
Andrey Antukh
293aef9085 Add color picker to element options. 2016-01-20 19:26:02 +02:00
Andrey Antukh
49cff5429e Add missing attributes on shape svg rendering. 2016-01-20 19:25:35 +02:00
Andrey Antukh
a832bf89b4 Pass proper parameters to colorpicker on colores page. 2016-01-20 19:24:41 +02:00
Andrey Antukh
75656b442c Make parametrizable the colorpicker dimensions. 2016-01-20 19:24:27 +02:00
Andrey Antukh
73a8829e1c Add more validators to schema. 2016-01-20 19:24:08 +02:00
Andrey Antukh
7327bfba76 Update readme. 2016-01-20 18:48:23 +02:00
Andrey Antukh
2f39cc08dc Remove comment. 2016-01-20 18:46:33 +02:00
Andrey Antukh
196b4dd89b Reimplement colorpicker. 2016-01-20 18:43:31 +02:00
Andrey Antukh
fd1d6e1420 Add floor/ceil/round functions to math utils ns. 2016-01-20 18:42:55 +02:00
Andrey Antukh
9b3e41432c Set clojure 1.8.0 as default clojure. 2016-01-19 22:40:32 +02:00
Andrey Antukh
1f642548e9 Make aware of rotation the shape selrect. 2016-01-19 22:01:01 +02:00
Andrey Antukh
6a3372f22f Remove some restrictions on matrix constructor. 2016-01-19 22:00:44 +02:00
Andrey Antukh
b00e2118bc Fix typo on radians function name. 2016-01-19 22:00:21 +02:00
Andrey Antukh
8b26da4e36 Add abs function to math tools. 2016-01-19 22:00:06 +02:00
Andrey Antukh
0eec54fc30 Move some lenses from layers to icons. 2016-01-19 21:59:46 +02:00
Andrey Antukh
9f512abaeb Fix bug introduced in previous commit. 2016-01-19 18:16:28 +02:00
Andrey Antukh
48cb96221e Refactor mouse and selected shapes selrect rendering. 2016-01-19 18:13:10 +02:00
Andrey Antukh
d5bc6bb16a Move selrect into separate ns and rename it to mouse-selrect. 2016-01-19 17:05:48 +02:00
Andrey Antukh
89cc964f54 Move each toolbox into separated namespace. 2016-01-19 16:50:39 +02:00
Andrey Antukh
5ab9cb4c53 Relocate some useful functions that operates on shapes. 2016-01-18 23:24:43 +02:00
Andrey Antukh
7fb990495a Remove commented code. 2016-01-18 23:13:46 +02:00
Andrey Antukh
304a8ab74f Add some interactions to group entry on layers toolbox. 2016-01-18 23:10:15 +02:00
Andrey Antukh
0d0a94e594 Minor refactor on group-selected (shapes) event implementation. 2016-01-18 22:56:12 +02:00
Andrey Antukh
7933955a69 Attach debug related attrs to rendered shapes. 2016-01-17 23:54:34 +02:00