0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 15:39:50 -05:00
Commit graph

1581 commits

Author SHA1 Message Date
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
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
0139a8ab58 Start using translation strings in some parts of dashboard. 2016-01-08 01:45:06 +02:00
Andrey Antukh
241557f936 Remove useless menu from colors, elements and icons. 2016-01-08 01:45:06 +02:00
Andrey Antukh
4b7d18128c Add initial i18n foundation. 2016-01-08 01:45:06 +02:00
Andrey Antukh
80ab99e8cf Remove empty line. 2016-01-08 01:45:06 +02:00
Andrey Antukh
c8a86b39d5 Add syntax helper for define once unnamed global instances. 2016-01-08 01:45:06 +02:00
Juan de la Cruz
ee6399b10d add new layers functions design 2016-01-07 19:35:23 +01:00
Andrey Antukh
b6900584f7 Remove debug println on shapes and canvas. 2016-01-07 17:48:20 +02:00
Andrey Antukh
eb6e0544c7 Fix scroll related bug on selrect. 2016-01-07 17:48:20 +02:00
Andrey Antukh
abc743a08e Improve performance related to workspace rendering when icon toolboxes is open. 2016-01-07 17:48:20 +02:00
Juan de la Cruz
6edc5e07ee add multicanvas icon to header.cljs 2016-01-07 12:44:23 +01:00
Andrey Antukh
cba11ae053 Add handlers for position attributes.
With additional refactor of other handlers for
remove duplicated code.
2016-01-07 02:19:33 +02:00
Andrey Antukh
7c802f1885 Remove debug message on scroll. 2016-01-07 01:58:31 +02:00
Andrey Antukh
7d8960a1ed Add shape handling and rendering.
And improve fill rendering.
2016-01-07 01:36:36 +02:00
Andrey Antukh
d71bb9d22d Add implementation for fill shapes. 2016-01-07 01:24:11 +02:00
Andrey Antukh
a64c18eff7 Fix bugs introduced in previous commit. 2016-01-07 00:56:25 +02:00
Andrey Antukh
1924570ea1 Implement shape attrs transformation as reduce function. 2016-01-07 00:47:14 +02:00
Andrey Antukh
cab871fc95 Implement rotation for shapes. 2016-01-07 00:37:30 +02:00
Andrey Antukh
edc8d25ab3 Remove useless println. 2016-01-06 21:09:32 +02:00
Andrey Antukh
ca2c76325d Add resize handlers to element options. 2016-01-06 21:05:36 +02:00
Andrey Antukh
da5d9c2422 Improve parse-int util function.
It now accept a default value in case of parsing
return NaN.
2016-01-06 21:05:07 +02:00
Andrey Antukh
046360bd14 Add nan? predicate to utils.data. 2016-01-06 21:04:50 +02:00
Andrey Antukh
be48fde490 Improve shape attrs transformation. 2016-01-06 21:04:16 +02:00
Andrey Antukh
06d0ea326b Add size change event for shape. 2016-01-06 21:03:59 +02:00
Andrey Antukh
c364e35292 Add default resize logic implementation for shapes. 2016-01-06 21:03:19 +02:00
Andrey Antukh
8795173dc5 Fix element options scroll bug. 2016-01-06 19:48:37 +02:00
Andrey Antukh
d719f10b1c More work on element options rendering. 2016-01-06 19:26:39 +02:00
Andrey Antukh
b122a23e08 Initial renering of shape options toolbox (dummy). 2016-01-03 18:47:08 +02:00
Andrey Antukh
beda689dfc Remodeled the mouse position <-> canvas coords matching. 2016-01-03 18:46:19 +02:00
Andrey Antukh
f8a6342b98 Improved cursored mixin. 2016-01-03 18:44:57 +02:00
Andrey Antukh
80ec20d9cd Add helper for find dom objects by class name. 2016-01-03 18:44:13 +02:00
Andrey Antukh
6325f8cc86 Remove some printlns. 2016-01-03 18:25:21 +02:00
Andrey Antukh
657d64eec3 Cosmetic changes on coordenates debug component. 2016-01-02 18:03:33 +02:00
Andrey Antukh
b937408bab Move shapes rendering implementation under uxbox.ui namespace. 2016-01-02 18:03:16 +02:00
Andrey Antukh
d833543368 Add dedupe on state persistence stream. 2016-01-02 18:02:40 +02:00
Andrey Antukh
e4dc761107 Fix viewbox on external icons collection. 2016-01-02 17:35:37 +02:00
Andrey Antukh
213cf60eb0 Minor cosmetic fixes. 2016-01-02 17:34:10 +02:00
Andrey Antukh
46f35cf742 Improve performance on icons toolbox rendering. 2016-01-02 17:33:53 +02:00
Andrey Antukh
f19da5da9a Fix icons viewbox and add id attribute. 2016-01-02 17:32:56 +02:00
Andrey Antukh
fe6b93150b Add missing event for select object matched by selrect. 2016-01-02 14:36:43 +02:00