100 Commits

Author SHA1 Message Date
Andrey Antukh
224c410ec3
Add cljs abstraction for jszip library under uxbox.util.zip ns. 2016-08-30 18:29:34 +03:00
Andrey Antukh
8bcb373d07
Fix wrong impl of datetime/format function. 2016-08-30 18:28:46 +03:00
Andrey Antukh
78f010b47e
Minor code reorg on util/mixins. 2016-08-28 14:53:25 +03:00
Andrey Antukh
a6ec2cb38b
Add namespace with helpers for work with html5 blobs. 2016-08-28 14:52:56 +03:00
Andrey Antukh
64d2b1e4dc
Add basic functionality for render page to plain SVG. 2016-08-28 14:06:35 +03:00
Andrey Antukh
12a74070d2
Move rlocks under uxbox.util ns. 2016-08-27 16:43:21 +03:00
Andrey Antukh
38bead08e9
Replace bidi with funcool/bide.
And upgrade all dependencies.
2016-08-27 15:50:28 +03:00
Andrey Antukh
13e8679713
Return to previous path drawing method. 2016-08-22 17:33:12 +03:00
Andrey Antukh
9e904e4247
Activate by default path simplification. 2016-08-13 02:42:20 +03:00
Andrey Antukh
49c44766ba
Add the ability to draw freely the path.
The path simplification is implemented but deactivated.
2016-08-12 22:03:55 +03:00
Andrey Antukh
fa59407aec
Import adapted version of simplify.js for path simplifications. 2016-08-12 21:32:03 +03:00
Andrey Antukh
c52755b329
Move uxbox independent geom logic under uxbox.util ns. 2016-08-12 21:09:07 +03:00
Andrey Antukh
3977748e34
Add nan? and finite? predicates to math ns. 2016-08-11 18:16:00 +03:00
Andrey Antukh
52b0900325
Add missing with-key reference on mixins ns. 2016-08-10 19:15:28 +03:00
Andrey Antukh
fbbffe0167
More work on interactions. 2016-07-30 16:35:19 +03:00
Andrey Antukh
10ccdf32fa
Add defcs macro. 2016-07-09 21:32:14 +03:00
Andrey Antukh
a3d0358bdf
Replace rum/reactive with mx/reactive. 2016-07-09 18:26:25 +03:00
Andrey Antukh
52e1021cfb
Add missing license header on mixins ns file. 2016-07-09 16:38:08 +03:00
Andrey Antukh
d5bab51c03
Adapt code to components api change. 2016-07-09 16:37:53 +03:00
Andrey Antukh
938f4f5bfd
Adapt previous component function to work with latest rum version. 2016-07-09 16:37:24 +03:00
Andrey Antukh
4f7e1f0a98
Add own defc macro for more easy define components with less boilerplate. 2016-07-09 16:36:30 +03:00
Andrey Antukh
0c2ac8352c
Minor improvements on router ns. 2016-07-09 15:05:06 +03:00
Andrey Antukh
48819a1738
Improve parse-int function. 2016-07-09 15:04:24 +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
2810903020
Move geom from common to main. 2016-06-30 19:37:35 +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
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
a065f8a946
Remove syntax helpers from utils. 2016-06-12 13:26:56 +03:00
Andrey Antukh
68d75aacc9
Add dissoc-in helper into uxbox.util.data 2016-05-28 13:45:50 +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
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
a60fbca002
Minor readability and consistency fixes on images. 2016-05-23 17:22:15 +03:00
Jesús Espino
b3e9e7d1aa Images dashboard 2016-05-21 17:46:19 +02:00
Andrey Antukh
75995c8cf7
Add node equality checker function. 2016-05-19 21:39:14 +03:00
Andrey Antukh
b3f50928d4
Add input fields to colorpicker. 2016-05-19 21:39:14 +03:00
Jesús Espino
15d5748922 Add horizontal resize handlers (#25) 2016-05-10 10:57:08 +03:00
Andrey Antukh
dfe5765d50
Improve alignment when zoom is applied. 2016-04-26 21:03:26 +03:00
Andrey Antukh
f0ed85e53f
Replace random-uuid usage with uuid.core/random. 2016-04-24 22:01:43 +03:00
Andrey Antukh
a63c9f7d33
Add align to text and circle resize. 2016-04-22 20:05:37 +03:00
Andrey Antukh
c2e63d5603
Add initial alignment on movement and resize. 2016-04-22 19:51:34 +03:00
Andrey Antukh
b931484e49
Add missing impls for text shape under geom ns. 2016-04-20 20:35:41 +03:00
Andrey Antukh
9bda376bf4
Fix outer-rect calculation for neested groups and add inner-rect function. 2016-04-20 20:35:41 +03:00
Andrey Antukh
59e327ae0e
Add missing group matrix transformation. 2016-04-20 20:35:40 +03:00
Andrey Antukh
8b5b1697b2
Add new geom impl under uxbox.util.geom ns. 2016-04-20 20:35:02 +03:00