0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00
Commit graph

1169 commits

Author SHA1 Message Date
Andrey Antukh
6e36718702
Remove useless parameter. 2016-07-09 15:04:12 +03:00
Andrey Antukh
1d060d1a50
Cosmetic fixe on project state functions. 2016-07-09 15:03:41 +03:00
Andrey Antukh
b16bea31f9
Add fetch project by token repo functions. 2016-07-09 03:43:46 +03:00
Andrey Antukh
9c37c19647
Fix wrong require path for config namespace. 2016-06-30 19:58:45 +03:00
Andrey Antukh
507e2b1d38
Merge uxbox.common and uxbox.util modules.
Under uxbox.util.
2016-06-30 19:57:39 +03:00
Andrey Antukh
b3e17bd2b7
Move common constants as uxbox.config ns. 2016-06-30 19:53:01 +03:00
Andrey Antukh
2810903020
Move geom from common to main. 2016-06-30 19:37:35 +03:00
Andrey Antukh
277cde7978
Move repo from common to main app. 2016-06-30 19:35:30 +03:00
Andrey Antukh
05f9a63c96
Fix alignemnt on middle resize handlers when grid is active. 2016-06-30 17:01:59 +03:00
Andrey Antukh
14ac4c80f6
Move interactions.clj under options directory. 2016-06-30 16:38:00 +03:00
Andrey Antukh
3702d29d4e
Update dependencies. 2016-06-30 16:33:23 +03:00
elhombretecla
353f6f0efa
add sitemap sidebar 2016-06-30 16:32:55 +03:00
elhombretecla
fb913fcefc
add view nav styles 2016-06-30 16:32:55 +03:00
elhombretecla
6c26ffecd5
add main view layout and responsive 2016-06-30 16:32:55 +03:00
elhombretecla
ee3877f20c
new css file structure 2016-06-30 16:32:55 +03:00
Andrey Antukh
a239d445b8
Add persistence to the interactions form. 2016-06-26 19:28:32 +03:00
Andrey Antukh
4ef4185373
Fix hint message on confirm dialog. 2016-06-26 19:25:23 +03:00
Andrey Antukh
9e056709df
Add basic integration of interactions form.
Nothing working only the basic interactions of the
"interactions form".
2016-06-25 17:06:30 +03:00
Andrey Antukh
5e6b3e94da
Cosmetic improvements on sitemap sidebar ns. 2016-06-25 17:06:30 +03:00
Andrey Antukh
bf33926ec4
Replace multicanvas icon on workspace header with play button. 2016-06-25 17:06:30 +03:00
Andrey Antukh
28b0ee7351
Cosmetic change on lense declaration on colorpicker (workspace). 2016-06-25 17:06:30 +03:00
Andrey Antukh
d6f5d1c2a2
Add missing play icon. 2016-06-25 17:06:30 +03:00
Andrey Antukh
1dcb19ddfa
Remove unused code from mixins ns and add concat helper to it. 2016-06-25 17:06:30 +03:00
elhombretecla
9c9b0ca908
Add interactions base elements. 2016-06-25 17:06:29 +03:00
Andrey Antukh
f80ac704a7
Remove usage of deprecated functions from lentes library. 2016-06-22 22:23:24 +03:00
Andrey Antukh
73b901954a
Update depencies. 2016-06-22 22:18:25 +03:00
Andrey Antukh
ce53bdb867
Set proper defaults for api urls. 2016-06-22 22:18:10 +03:00
Andrey Antukh
65bce97486
Remove ^:static meta usage. 2016-06-22 22:06:04 +03:00
Andrey Antukh
d5df7eba3b
Many changes on scripts. 2016-06-22 21:20:17 +03:00
Andrey Antukh
bced1ebd2f
Move intervaltre under uxbox.util submodule. 2016-06-22 21:18:02 +03:00
Andrey Antukh
77933f3949
Move kdtree, lru and heap into uxbox.util submodule. 2016-06-22 19:59:52 +03:00
Andrey Antukh
f81542a792
Rename uuid related namespaces. 2016-06-22 00:08:08 +03:00
Andrey Antukh
4607d92c31
Move vendor's uuid module into uxbox.util. 2016-06-21 19:50:09 +03:00
Andrey Antukh
967b67f0b1
Fix and restructure tests. 2016-06-21 19:31:35 +03:00
Andrey Antukh
0326c02c05
Use proper vertex identifiers for obtain the corresponding point. 2016-06-21 18:57:09 +03:00
Andrey Antukh
a4562c11e2
Fix default color on fill options. 2016-06-21 18:47:43 +03:00
Andrey Antukh
b6bcc1795c
Fix group rendering.
Bug introduced in previous refactor of shapes rendering.
2016-06-21 18:47:08 +03:00
Andrey Antukh
1a8e29a0b1
Add missing entry to css-dirs of figwheel config. 2016-06-16 09:20:17 +03:00
Andrey Antukh
149e99f466
Use advanced compilation mode for production. 2016-06-15 22:26:19 +03:00
Andrey Antukh
9a98faf1f6
Update beicon and promesa dependencies. 2016-06-15 22:26:09 +03:00
Andrey Antukh
c0cc1d2b81
Improve and adapt build scripts for new view app. 2016-06-15 20:23:39 +03:00
Andrey Antukh
3d72c53f02
Add initial dummy placeholder for view application. 2016-06-15 20:23:08 +03:00
Andrey Antukh
6efaf019ba
Update .gitignore file. 2016-06-15 20:15:27 +03:00
Andrey Antukh
54fe1a4737
Adapt code to new location of mixins namespace. 2016-06-15 20:01:23 +03:00
Andrey Antukh
61c4012dc4
Move ui mixins under uxbox.common module. 2016-06-15 20:00:57 +03:00
Andrey Antukh
4840a766e7
Update shrinkwrap file. 2016-06-15 00:00:59 +03:00
Andrey Antukh
b16a649121
Minor fixes on worker build scripts. 2016-06-14 23:57:52 +03:00
Andrey Antukh
dea367a84a
Fix .gitignore file. 2016-06-14 23:57:44 +03:00
Andrey Antukh
99479c762d
Remove autogenerated file from repo. 2016-06-14 23:57:13 +03:00
Andrey Antukh
9115f4923f
Add view app related templates and scss files. 2016-06-14 23:52:04 +03:00