0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 00:58:26 -05:00
Commit graph

961 commits

Author SHA1 Message Date
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
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
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
65bce97486
Remove ^:static meta usage. 2016-06-22 22:06:04 +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
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
3d72c53f02
Add initial dummy placeholder for view application. 2016-06-15 20:23:08 +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
929a0a84da
Restructure the source directory tree.
In order to provide space for other applications
that shares source with the main app.
2016-06-14 17:39:44 +03:00
Andrey Antukh
c13e86c735
Move worker code into uxbox-worker namespace. 2016-06-12 13:38:18 +03:00
Andrey Antukh
0a17a44560
Move loader under specific namespace. 2016-06-12 13:27:30 +03:00
Andrey Antukh
a065f8a946
Remove syntax helpers from utils. 2016-06-12 13:26:56 +03:00
Andrey Antukh
1091ffa27a
Make state initialization parametrizable. 2016-06-12 13:26:16 +03:00
Andrey Antukh
cf2a838007
Reimplement app initialization.
Now is done from template instead of global code execution
on main namespace.
2016-06-12 13:24:55 +03:00
Andrey Antukh
d1a41c78ab
Remove unused file. 2016-06-12 10:35:58 +03:00
Andrey Antukh
d8dac5169f
Move routes declaration into ui ns.
Leaving router as agnostic helpers impl.
2016-06-12 10:27:05 +03:00
Andrey Antukh
c3cbd10d69
Adapt align worker to use new faster generation of kd trees. 2016-06-11 19:52:27 +03:00
Andrey Antukh
5ce66f3c69
Remove whitespace. 2016-06-11 18:31:16 +03:00
Andrey Antukh
a9a7b830be
Remove whitespaces. 2016-06-07 22:04:36 +03:00
Andrey Antukh
87152c6b46
Add password recovery page. 2016-05-31 20:54:18 +03:00
Andrey Antukh
380aaab806
Remove unused swap and reset events declared in rstore ns. 2016-05-29 11:42:08 +03:00
Andrey Antukh
e741678f2a
Add missing recovery page. 2016-05-28 19:08:24 +03:00
Andrey Antukh
5a59640a36
Add password recovery request page. 2016-05-28 19:06:51 +03:00
Andrey Antukh
8c1dab4ebf
Add the ability to register. 2016-05-28 16:32:42 +03:00
Andrey Antukh
fb898e6fda
Fix form-clean event. 2016-05-28 16:32:07 +03:00
Andrey Antukh
cdbd94615f
Minor ns naming improvement on uxbox.ui. 2016-05-28 13:57:23 +03:00