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 |
|
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 |
|