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

15331 commits

Author SHA1 Message Date
Andrey Antukh
8c47d216b1 Remove required validator from shape props schema. 2016-01-17 23:29:27 +02:00
Andrey Antukh
1dc85c00c6 Minor change on code on core ns. 2016-01-17 23:29:14 +02:00
Andrey Antukh
d62a6922be Enable rerendering when new code is loaded. 2016-01-17 23:28:10 +02:00
Andrey Antukh
1725f51818 Add math utils namespace. 2016-01-17 23:27:44 +02:00
Andrey Antukh
4c84fd46da Add matrix library abstraction. 2016-01-17 23:27:19 +02:00
Juan de la Cruz
ee3ed22e2c fix group styles 2016-01-17 11:02:59 +01:00
Andrey Antukh
6c0d61278a Add sample group (temporary). 2016-01-16 15:38:03 +02:00
Juan de la Cruz
ec90f42833 add colorpicker to lightboxes and fix grid css 2016-01-14 12:48:37 +01:00
Juan de la Cruz
aaaafb46f5 fixing color piker css and adding colopicker lightbox base 2016-01-14 12:33:05 +01:00
Andrey Antukh
b4dd70286d Add copy impl on layers toolbox. 2016-01-13 17:56:09 +02:00
Andrey Antukh
b14aa3629b Add impl for delete button on layers toolbox. 2016-01-13 17:56:09 +02:00
Andrey Antukh
ccb6784ecf Minor renaming. 2016-01-13 17:56:09 +02:00
Andrey Antukh
f817acc082 Fix bugs related to shape deselection on canvas.
And put the viewport and canvas components togther.
2016-01-13 17:56:09 +02:00
Andrey Antukh
1a0af91a5e Add blocking handling to layers toolbox and canvas. 2016-01-13 17:56:09 +02:00
Juan de la Cruz
6d4f297d24 add fade out animation to color palette 2016-01-13 08:35:36 +01:00
Andrey Antukh
bd7f215591 Fix bug on visibility handling. 2016-01-12 20:17:22 +02:00
Andrey Antukh
d18365204d Handle visibility on layers toolbox. 2016-01-12 20:13:50 +02:00
Andrey Antukh
4aaf4042f0 Render properly the icon on layers toolbox. 2016-01-12 19:57:26 +02:00
Andrey Antukh
f39d2d57a8 Add basic selection interactions to layers toolbox. 2016-01-12 19:55:46 +02:00
Andrey Antukh
29b0036248 Add missing import on colorpicker ns. 2016-01-12 19:55:26 +02:00
Andrey Antukh
c397100cbc Events reorganization on workspace. 2016-01-12 19:34:47 +02:00
Andrey Antukh
fb3457c6fd Remove useless code. 2016-01-12 19:32:14 +02:00
Andrey Antukh
809ac8cbc7 Move all react/rum related stuff under one unique ns. 2016-01-12 19:30:04 +02:00
Andrey Antukh
8151faf15e Remove println. 2016-01-12 18:42:25 +02:00
Andrey Antukh
32cbe2c1a5 Remove backend code and adapt scripts to new structure. 2016-01-12 16:54:53 +02:00
Andrey Antukh
92a83c2506 Move frontend/uxbox to src/uxbox. 2016-01-12 16:54:53 +02:00
Andrey Antukh
537dfa241d Update naming of lenses around all the project. 2016-01-12 16:54:53 +02:00
Juan de la Cruz
851eff897e add fill element color-picker 2016-01-12 15:04:51 +01:00
Juan de la Cruz
e9dce3ff2f add fadeIn animation to color palette 2016-01-12 12:49:32 +01:00
Juan de la Cruz
cc4ddd214f fix workspace canvas margin bug 2016-01-12 10:50:55 +01:00
Andrey Antukh
4c5036539d Minor changes on deps. 2016-01-12 10:32:27 +02:00
Andrey Antukh
530f967fcc Add color palette to the workspace. 2016-01-11 22:31:15 +02:00
Andrey Antukh
c8c2625082 Minor improvement on how colors are rendered in colors library. 2016-01-11 22:30:42 +02:00
Andrey Antukh
0abc29451a Refactor tool management as generic flags on workspace. 2016-01-11 22:30:26 +02:00
Andrey Antukh
2a580ccf8b Add handler for supr/delete key button. 2016-01-11 09:35:42 +02:00
Andrey Antukh
449352338d First work on simple layers rendering (just WIP). 2016-01-11 01:25:10 +02:00
Andrey Antukh
5b8d8d5c7e Add ^:private flag to private lense on canvas ns. 2016-01-11 01:11:12 +02:00
Andrey Antukh
f92fa08e9e Add missing html macro on icons ns. 2016-01-11 01:10:56 +02:00
Andrey Antukh
a8fe18a465 Disable paralel build on figwheel (seems buggy at this moment). 2016-01-11 00:19:52 +02:00
Andrey Antukh
18ff6303df Fix bug related to scroll handling and shapes/icons insertion. 2016-01-11 00:08:05 +02:00
Andrey Antukh
6ecec4af0a Enable precise moviments using keyboard up/down/right/left keys. 2016-01-10 23:50:21 +02:00
Andrey Antukh
a2401a4d7a Minor refactor of define-once macro. 2016-01-10 23:50:10 +02:00
Andrey Antukh
936fd3b070 Remove useless coersion to vector. 2016-01-10 23:18:37 +02:00
Andrey Antukh
09c383a1bd Deselect all shapes on ESC is clicked. 2016-01-10 23:17:43 +02:00
Andrey Antukh
2f6432bf24 Remove merge-all from rstore. 2016-01-10 23:13:48 +02:00
Andrey Antukh
6693c8bc9b Implement backspace / supr shortcut for delete selected shapes. 2016-01-10 23:13:29 +02:00
Andrey Antukh
34abb7eb27 Remove printwritter impl on workspace events. 2016-01-10 22:49:39 +02:00
Andrey Antukh
894836fa55 Minor refactor of shortcuts handling. 2016-01-10 22:48:21 +02:00
Andrey Antukh
7810295300 Enable paralel build flag on build.clj and watch.clj scripts. 2016-01-08 21:23:04 +02:00
Andrey Antukh
101e2366e1 Enable parallel builds for figwheel (thanks to cljs 1.7.228). 2016-01-08 21:16:46 +02:00