64 Commits

Author SHA1 Message Date
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
Andrey Antukh
8c996f3a57
Fix bugs in new storage impl. 2016-04-15 23:39:21 +03:00
Andrey Antukh
3ab64e5a68
Remove debug messages on storage ns. 2016-04-15 23:39:21 +03:00
Andrey Antukh
dba3c8764a
Add new transit based and nodejs friendly storage abstraction. 2016-04-15 23:39:21 +03:00
Andrey Antukh
55dfbd73e5
Make coords indicator on workspace header aware of zoom. 2016-04-10 19:44:30 +03:00
Andrey Antukh
935bafd512
Add initial approach for grid alignment.
A little bit buggy because the main algorithm
does not works well.
2016-04-10 18:51:13 +03:00
Andrey Antukh
e791f49921
Add point read/write handler to transit. 2016-04-10 18:51:13 +03:00
Andrey Antukh
6c64279c94
Move transit ns under uxbox.util. 2016-04-10 18:51:13 +03:00
Andrey Antukh
c2126b6fe4 Add missing divide function to point reladed utils. 2016-04-05 22:27:58 +03:00
Andrey Antukh
2c356f9892 Remove unused variable from transform-point function. 2016-04-05 18:01:01 +03:00
Andrey Antukh
4c5e847b11 Add point-transform and multiply functions. 2016-04-05 17:57:16 +03:00
Andrey Antukh
69a334e206 Persist page grid options. 2016-04-03 19:34:10 +03:00
Andrey Antukh
f21a377d84 Reimplement color helpers using google closure library facilities. 2016-04-02 22:43:05 +03:00
Andrey Antukh
299c2bf06c Make prevent-default and stop-propagation functions nil safe. 2016-04-02 11:45:19 +03:00
Andrey Antukh
f7013d6e8b Update profile form integration. 2016-04-02 11:17:51 +03:00
Andrey Antukh
37454ca305 Improvements to historoy management. 2016-03-30 20:57:06 +03:00
Andrey Antukh
e5fda5aac3 Fix :offset formater for datetime. 2016-03-15 22:26:33 +02:00
Andrey Antukh
dac425b414 Remove old time ns. 2016-03-15 21:01:26 +02:00
Andrey Antukh
804816cafb Add lighweight immutable datetime abstraction. 2016-03-15 20:50:03 +02:00
Andrey Antukh
8e5d193518 Add fill menu for text shape. 2016-03-02 18:47:42 +02:00
Andrey Antukh
ea8b0f21f9 Add license header to cljs files. 2016-03-01 20:39:28 +02:00
Andrey Antukh
e26de8ce3b Move time ns to utils.time. 2016-02-28 11:43:52 +02:00
Andrey Antukh
0111b5d3e7 Replace cats.labs.lens with lentes package. 2016-02-27 11:27:28 +02:00
Andrey Antukh
6f23272c63 Remove unused lenses related code from utils ns. 2016-02-21 20:32:09 +02:00
Andrey Antukh
5a73a4f198 Move the mouse stream generation under viewport. 2016-02-16 19:54:04 +02:00
Andrey Antukh
8d82c59453 Remove old matrix/svg transformation code. 2016-02-06 18:02:46 +02:00
Andrey Antukh
6f2a22062b Add append operation to matrix ns. 2016-02-06 17:38:34 +02:00
Andrey Antukh
9bfe24e477 Fix bugs on scale and rotate opetation over matrix. 2016-02-06 17:38:06 +02:00
Andrey Antukh
5df6e6397d Fix deref impl on matrix. 2016-02-06 17:37:26 +02:00
Andrey Antukh
b102c19ea7 Minor fixes and improvements to point geom impl. 2016-02-06 12:25:39 +02:00
Andrey Antukh
f406ec2621 Add missing arity for transform method. 2016-02-05 18:26:24 +02:00
Andrey Antukh
2e9a5f0a36 Add new (more performant) matrix impl and initial work on tests. 2016-02-04 23:03:07 +02:00
Andrey Antukh
996770a625 Add missing math functions. 2016-02-04 22:47:19 +02:00
Andrey Antukh
1ba2b26cc9 Add new geom point implementation with basic operations. 2016-02-04 22:47:19 +02:00
Andrey Antukh
7aa3bb01a9 Improve drag experience. 2016-02-03 18:07:47 +02:00
Andrey Antukh
2b74c34c00 Add drag and drop utils. 2016-02-01 23:25:23 +02:00
Andrey Antukh
6024674182 Move uxbox.ui.dom to uxbox.util.dom. 2016-02-01 20:45:59 +02:00