0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-26 08:29:42 -05:00
Commit graph

1330 commits

Author SHA1 Message Date
Andrey Antukh
a4e3118073
Fix builtin icons library data structure. 2016-09-27 09:23:40 +03:00
Andrey Antukh
66e70394d0
Cosmetic changes on library ns. 2016-09-27 09:23:16 +03:00
Andrey Antukh
d871dfceac
Simplify projects events. 2016-09-27 09:22:42 +03:00
Andrey Antukh
6795a4d9a5
Add deletion confirmation to image collection and image item. 2016-09-25 15:20:10 +03:00
Andrey Antukh
77dec1d0e6
Remove println 2016-09-25 13:30:48 +03:00
Andrey Antukh
cf7a3f8e3b
More refactor on images page. 2016-09-25 13:29:33 +03:00
Andrey Antukh
3ad91671a2
Major refactor of images page ns (in the same way as colors ns). 2016-09-25 10:21:04 +03:00
Andrey Antukh
9fa4d8f4d9
Minor ns reorg in colors page namespace. 2016-09-25 10:20:48 +03:00
Andrey Antukh
a45d91e663
Add new urls for images page. 2016-09-25 10:20:22 +03:00
Andrey Antukh
7ccb81e8fb
Fix images builtin library data structure format. 2016-09-25 10:20:02 +03:00
Andrey Antukh
a3db60c2fe
Add new events for images page. 2016-09-25 10:19:45 +03:00
Andrey Antukh
abead1aa9e
Add missing fields on loaded image collections. 2016-09-25 10:19:06 +03:00
Andrey Antukh
6c43164ed1
Add new approach for images page initialization. 2016-09-25 10:18:30 +03:00
Andrey Antukh
5dfaf8e4be
Minor changes on data loading on colors page. 2016-09-25 10:16:36 +03:00
Andrey Antukh
8d20cf9d3d
Disable loader on colors. 2016-09-25 10:15:55 +03:00
Andrey Antukh
1acdef47d4
Cosmetic fixes on view ui ns. 2016-09-23 09:00:38 +03:00
Andrey Antukh
a7f8443843
Refactor dashboard colors page. 2016-09-23 09:00:07 +03:00
Andrey Antukh
9728098c96
Minor ns macro reorganization on ui.viewer ns. 2016-09-23 08:59:02 +03:00
Andrey Antukh
85275f9448
Add missing mount alias in mixins ns. 2016-09-23 08:58:19 +03:00
Andrey Antukh
d6f96c246d
Add uuid-str? predicate. 2016-09-23 08:57:57 +03:00
Andrey Antukh
a95bd7f02a
Improve color/hex? predicate. 2016-09-23 08:57:14 +03:00
Andrey Antukh
3584c1f59a
Minor fix on layers sidebar event handling. 2016-09-23 08:56:06 +03:00
Andrey Antukh
366fdbd067
Minor ns macro reorganization on clipboard ns. 2016-09-23 08:55:23 +03:00
Andrey Antukh
f46ac8154c
Fix compatibility with latest funcool/cuerdas version. 2016-09-23 08:54:50 +03:00
Andrey Antukh
ec04fccf0c
Add support for nil and keywords as url parameters. 2016-09-23 08:53:15 +03:00
Andrey Antukh
632fccec5d
Cosmetic improvement to app main component. 2016-09-23 08:52:43 +03:00
Andrey Antukh
130895f2c3
Remove state.colors namespace. 2016-09-23 08:52:02 +03:00
Andrey Antukh
0a2d774b5e
Initialize some state keys as nil instead of empty hash-map. 2016-09-23 08:33:34 +03:00
Andrey Antukh
f1107432b7
Minor changes on the colors library. 2016-09-23 08:33:06 +03:00
Andrey Antukh
3fdee99aa8
Update dependencies. 2016-09-23 08:32:34 +03:00
Andrey Antukh
335c972c20
Add missing name persistence on layers sidebar. 2016-08-31 20:00:54 +03:00
Andrey Antukh
3ab79eb247
Use new components macros for sidebar ns. 2016-08-31 17:23:43 +03:00
Andrey Antukh
c293427752
Disable backspace shortcut. 2016-08-31 17:23:29 +03:00
Andrey Antukh
271a305cc0
Use new components macros on clipboard ns. 2016-08-31 17:23:06 +03:00
Andrey Antukh
20e89cb8a7
Open element options when shape is selected. 2016-08-31 17:22:52 +03:00
Andrey Antukh
6f92604d87
Add the ability to rename layer. 2016-08-31 17:22:27 +03:00
Andrey Antukh
063e82c4a9
Fix some issues in rendering groups in view app. 2016-08-30 19:19:20 +03:00
Andrey Antukh
dffab9a482
Disable resize handlers for group. 2016-08-30 19:19:09 +03:00
Andrey Antukh
cf5f7349a6
Improved text edition and drawing behavior. 2016-08-30 19:04:19 +03:00
Andrey Antukh
f9d80363be
Add the ability to download the project zip with all pages in svg.
And improve the simple page svg download.
2016-08-30 18:29:57 +03:00
Andrey Antukh
224c410ec3
Add cljs abstraction for jszip library under uxbox.util.zip ns. 2016-08-30 18:29:34 +03:00
Andrey Antukh
8bcb373d07
Fix wrong impl of datetime/format function. 2016-08-30 18:28:46 +03:00
Andrey Antukh
ce8987f8b5
Add jszip into resources/deps.cljs. 2016-08-30 18:28:25 +03:00
Andrey Antukh
5f996f3cf6
Update cuerdas to 1.0.1. 2016-08-30 18:28:17 +03:00
Andrey Antukh
e4dc14da56
Add jszip javascript library. 2016-08-30 18:27:51 +03:00
Andrey Antukh
83e386e95a
Improve page svg downloading code. 2016-08-28 22:55:11 +03:00
Andrey Antukh
fec40eae54
Add basic impl for current page svg download. 2016-08-28 14:53:37 +03:00
Andrey Antukh
78f010b47e
Minor code reorg on util/mixins. 2016-08-28 14:53:25 +03:00
Andrey Antukh
333e4d0dc0
Minor naming fix on sitemap namespace. 2016-08-28 14:53:15 +03:00
Andrey Antukh
a6ec2cb38b
Add namespace with helpers for work with html5 blobs. 2016-08-28 14:52:56 +03:00