Andrey Antukh
|
3fdee99aa8
|
Update dependencies.
|
2016-09-23 08:32:34 +03:00 |
|
Andrey Antukh
|
335c972c20
|
Add missing name persistence on layers sidebar.
|
2016-08-31 20:00:54 +03:00 |
|
Andrey Antukh
|
3ab79eb247
|
Use new components macros for sidebar ns.
|
2016-08-31 17:23:43 +03:00 |
|
Andrey Antukh
|
c293427752
|
Disable backspace shortcut.
|
2016-08-31 17:23:29 +03:00 |
|
Andrey Antukh
|
271a305cc0
|
Use new components macros on clipboard ns.
|
2016-08-31 17:23:06 +03:00 |
|
Andrey Antukh
|
20e89cb8a7
|
Open element options when shape is selected.
|
2016-08-31 17:22:52 +03:00 |
|
Andrey Antukh
|
6f92604d87
|
Add the ability to rename layer.
|
2016-08-31 17:22:27 +03:00 |
|
Andrey Antukh
|
063e82c4a9
|
Fix some issues in rendering groups in view app.
|
2016-08-30 19:19:20 +03:00 |
|
Andrey Antukh
|
dffab9a482
|
Disable resize handlers for group.
|
2016-08-30 19:19:09 +03:00 |
|
Andrey Antukh
|
cf5f7349a6
|
Improved text edition and drawing behavior.
|
2016-08-30 19:04:19 +03:00 |
|
Andrey Antukh
|
f9d80363be
|
Add the ability to download the project zip with all pages in svg.
And improve the simple page svg download.
|
2016-08-30 18:29:57 +03:00 |
|
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
|
ce8987f8b5
|
Add jszip into resources/deps.cljs.
|
2016-08-30 18:28:25 +03:00 |
|
Andrey Antukh
|
5f996f3cf6
|
Update cuerdas to 1.0.1.
|
2016-08-30 18:28:17 +03:00 |
|
Andrey Antukh
|
e4dc14da56
|
Add jszip javascript library.
|
2016-08-30 18:27:51 +03:00 |
|
Andrey Antukh
|
83e386e95a
|
Improve page svg downloading code.
|
2016-08-28 22:55:11 +03:00 |
|
Andrey Antukh
|
fec40eae54
|
Add basic impl for current page svg download.
|
2016-08-28 14:53:37 +03:00 |
|
Andrey Antukh
|
78f010b47e
|
Minor code reorg on util/mixins.
|
2016-08-28 14:53:25 +03:00 |
|
Andrey Antukh
|
333e4d0dc0
|
Minor naming fix on sitemap namespace.
|
2016-08-28 14:53:15 +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
|
ea267ee981
|
Set clojure version to 1.9.0-alpha11.
|
2016-08-28 13:25:06 +03:00 |
|
Andrey Antukh
|
b88e4d89ce
|
Update funcool/bide dependency that fixes a navigation bug in view app.
|
2016-08-28 12:48:17 +03:00 |
|
Andrey Antukh
|
6b5888a6c2
|
Code cleaning and debug message for path simplification on free drawing mode.
|
2016-08-28 10:33:30 +03:00 |
|
Andrey Antukh
|
53621ceeeb
|
Code cleaning on drawarea.
|
2016-08-28 10:23:47 +03:00 |
|
Andrey Antukh
|
d6d38d207d
|
Disable close path anchor on free drawing mode.
|
2016-08-28 10:22:19 +03:00 |
|
Andrey Antukh
|
9e41946a05
|
Fix bug introduced in previous commit.
That causes crash draw tools after first draw op.
|
2016-08-28 10:20:17 +03:00 |
|
Andrey Antukh
|
823a5a8120
|
Remove "deselect-all" debug message.
|
2016-08-28 10:16:42 +03:00 |
|
Andrey Antukh
|
c17f9da243
|
Deactivate path edition mode on mouse down out of area.
|
2016-08-28 10:13:44 +03:00 |
|
Andrey Antukh
|
ddae77db9d
|
Add final anchor on path drawing in order to facilitate path closing.
|
2016-08-28 09:45:27 +03:00 |
|
Andrey Antukh
|
fd9503af1d
|
Split specialized path drawing area from the generic one.
|
2016-08-27 17:47:28 +03:00 |
|
Andrey Antukh
|
6866ef67c8
|
Update bide depdenency that fixes some navegation bug.
|
2016-08-27 17:47:15 +03:00 |
|
Andrey Antukh
|
8910400444
|
Enable path drawing termination with enter and right-click.
It also posible do it with double click while shift key is pressed.
|
2016-08-27 17:31:00 +03:00 |
|
Andrey Antukh
|
92a0ffc1ae
|
Remove unused mouse-events- and keyboard-events- streams.
|
2016-08-27 17:05:20 +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 |
|
elhombretecla
|
4069b183a7
|
add new download icons
|
2016-08-26 08:06:14 +02:00 |
|
elhombretecla
|
6d1661c773
|
add new export lightbox layout
|
2016-08-25 19:13:42 +02:00 |
|
Andrey Antukh
|
e95c1c76c0
|
Minor code cleaning on assisted path drawing code.
|
2016-08-24 17:10:46 +03:00 |
|
Andrey Antukh
|
547faa16a9
|
Enable controlled mode on path drawing.
Allowing draw more precise lines aligned each
15degree in the circle with previous having
the previous point as center.
|
2016-08-24 17:05:39 +03:00 |
|
Andrey Antukh
|
62eb224ac0
|
Fix group shape rerender when a transformation is applied to its children shapes.
|
2016-08-24 16:45:11 +03:00 |
|
Andrey Antukh
|
3d18f2d95e
|
Remove line draw tool and line shape support.
The path support is superset of line and it
just replaces the line functionality.
|
2016-08-24 16:43:45 +03:00 |
|
Andrey Antukh
|
1693d172bd
|
Enable path edition with grid alignment.
|
2016-08-23 19:11:40 +03:00 |
|
Andrey Antukh
|
df10586e3f
|
Minor comments on selection ns.
|
2016-08-23 16:51:01 +03:00 |
|
Andrey Antukh
|
f2ebb75199
|
Use not resizable selection component for shape component.
When no edition mode is activated.
|
2016-08-23 16:30:03 +03:00 |
|
Andrey Antukh
|
0a547aed4c
|
Remove unused code.
|
2016-08-23 16:27:37 +03:00 |
|
Andrey Antukh
|
7875a6b961
|
Add proper path edition behavior.
|
2016-08-23 16:26:44 +03:00 |
|
Andrey Antukh
|
c1ae4348cd
|
Move selection ns under shapes.
|
2016-08-23 16:26:13 +03:00 |
|
Andrey Antukh
|
13e8679713
|
Return to previous path drawing method.
|
2016-08-22 17:33:12 +03:00 |
|