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

1358 commits

Author SHA1 Message Date
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
Andrey Antukh
53a9b4e8ba
Adapt bench/dev code to use new initialization functions. 2016-06-11 15:46:56 +03:00
Andrey Antukh
1691f265e9
Add faster kdtree initialization method. 2016-06-11 15:45:46 +03:00
Andrey Antukh
2fbd3f6007
Simplify kdtree impl removing unused code. 2016-06-11 15:09:37 +03:00
Andrey Antukh
ed6417f6db
Add test function to intervaltree module. 2016-06-08 21:21:06 +03:00
Andrey Antukh
a8c79d192a
Add the ability to remove interval from intervaltree. 2016-06-08 21:20:36 +03:00
Andrey Antukh
a9a7b830be
Remove whitespaces. 2016-06-07 22:04:36 +03:00
Andrey Antukh
9c7fb455a6
Add intervaltree related code to experiments/bench environment script. 2016-06-07 22:04:10 +03:00
Andrey Antukh
9d5ba9d731
Add node balancing and remove not used code. 2016-06-07 22:03:40 +03:00
Andrey Antukh
a4013c283c
Remove dead code with some cosmetic fixes on kdtree/core.js. 2016-06-07 17:18:20 +03:00
Andrey Antukh
8f55391167
Add initial implementation of interval tree. 2016-06-07 17:17:52 +03:00
Andrey Antukh
f2916e11dc
Update dependencies. 2016-06-04 16:02:35 +03:00
Andrey Antukh
87152c6b46
Add password recovery page. 2016-05-31 20:54:18 +03:00
Andrey Antukh
0fc6efa7b0
Fix test name colisions on group tests. 2016-05-29 11:42:36 +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
0c9b525fc3
Add cursor: pointer to all a elements. 2016-05-28 16:31:49 +03:00
Andrey Antukh
d131b78a82
Update beicon to 1.4.0. 2016-05-28 16:31:39 +03:00
Andrey Antukh
cdbd94615f
Minor ns naming improvement on uxbox.ui. 2016-05-28 13:57:23 +03:00
Andrey Antukh
68d75aacc9
Add dissoc-in helper into uxbox.util.data 2016-05-28 13:45:50 +03:00
Andrey Antukh
283c3277fa
Show proper fallback avatar when no photo is available. 2016-05-28 13:45:35 +03:00
Andrey Antukh
c117476681
Add more server related translation strings. 2016-05-28 13:45:18 +03:00
Andrey Antukh
3b675af74a
Fix validation form errors rendering. 2016-05-28 13:44:52 +03:00
Andrey Antukh
cf7b8d2224
Fix unexpected exception on form errors handling. 2016-05-28 13:44:16 +03:00
Andrey Antukh
32f4720111
Add missing group component (stolen in shapes refactor). 2016-05-28 12:50:06 +03:00
Andrey Antukh
4693722f40
Partial fix to lock mode on resize.
And add more human readable identifiers to
shape resize handlers.
2016-05-28 12:45:31 +03:00
Andrey Antukh
17790256ec
Update node dependencies. 2016-05-24 21:52:29 +03:00
Andrey Antukh
1beac78e02
Remove react warning on image upload form. 2016-05-24 21:40:33 +03:00
Andrey Antukh
931042018e
Move image collections state transformations functions into data ns. 2016-05-24 21:40:06 +03:00
Andrey Antukh
fa98c544cc
Fix unexpected behavior on image collection renaming. 2016-05-24 21:12:55 +03:00
Andrey Antukh
2df37e3ba2
Add profile photo uploading support. 2016-05-24 19:05:21 +03:00
Andrey Antukh
4b0c8cec07
Add interop ns for tricky js interop calls. 2016-05-24 19:04:14 +03:00
Andrey Antukh
139ee821b7
Minor fixes on dashboard bar styles. 2016-05-24 16:49:00 +03:00
Andrey Antukh
96ca21277e
Improved image collection title edition behavior. 2016-05-24 00:14:52 +03:00
Andrey Antukh
38eb985c48
Use keydown instead of keyup for title edition on image collections. 2016-05-24 00:07:11 +03:00