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

1145 commits

Author SHA1 Message Date
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
Andrey Antukh
9dc94caffd
Restructure build scripts for facilitate incorporate more apps. 2016-06-14 23:50:55 +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
ab36a12385
Enable parallel builds. 2016-06-12 13:40:31 +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
718e7dc803
Update npm shrinkwrap file. 2016-06-11 21:44:22 +03:00
Andrey Antukh
b4bd723685
Add build steps for preview app. 2016-06-11 21:43:57 +03:00
Andrey Antukh
3367e9befe
Upgrade to node v6.2.1 2016-06-11 21:42:41 +03:00
Andrey Antukh
b84545c133
Remove unused code. 2016-06-11 19:59:39 +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
48af73792e
Update bench/dev code for use new generate function. 2016-06-11 19:52:08 +03:00
Andrey Antukh
8e84751181
Add generate helper on kdtree module.
That uses lru cache for speedup tree creation
for most used configurations.
2016-06-11 19:48:39 +03:00
Andrey Antukh
4ab20eaef0
Add lru cache implementation. 2016-06-11 19:48:19 +03:00
Andrey Antukh
5ce66f3c69
Remove whitespace. 2016-06-11 18:31:16 +03:00
Andrey Antukh
4124f83a22
Use :none as optimization level for watch-bench script. 2016-06-11 18:30:57 +03:00
Andrey Antukh
94b38daee0
Adapt bench/dev code to interval tree api changes. 2016-06-11 18:30:39 +03:00
Andrey Antukh
461bdca375
Improved interval tree impl and add the ability to remove by id. 2016-06-11 18:30:06 +03:00
Andrey Antukh
a01cbfa350
Adapt bench/dev code to use new kdtree api. 2016-06-11 16:01:10 +03:00
Andrey Antukh
447da07789
Expose a more cleaner api for kdtree impl. 2016-06-11 16:00:54 +03:00