Andrey Antukh
4efe9ac5a9
Update dependencies (backend).
2017-02-24 19:35:34 +01:00
Andrey Antukh
37e011f98f
Update contributing guide and the readme.
2017-02-24 19:25:11 +01:00
Andrey Antukh
ba40b99c97
Allow text selection on view app.
2017-02-23 21:36:40 +01:00
Andrey Antukh
05b6c25aa9
Properly disable layers buttons when action is not possible.
2017-02-23 21:21:05 +01:00
Andrey Antukh
bb0b616cb3
Match selrect selection by overlap instead of strictly contained-in.
2017-02-23 20:45:13 +01:00
Andrey Antukh
4ba4fb3acb
Reduce the handler point circle size when shape is small.
2017-02-23 20:37:54 +01:00
Andrey Antukh
67974a0952
Invert scroll/zoom behavior.
2017-02-23 20:37:54 +01:00
elhombretecla
6bd22fff4c
fix input radius firefox
2017-02-23 19:18:18 +01:00
elhombretecla
86ba57af9c
fix firefox icon th at libraries
2017-02-23 19:12:41 +01:00
elhombretecla
bdc1a031f3
add disable state to layer icons
2017-02-23 18:24:14 +01:00
Andrey Antukh
d3df339375
Fix not working close button on project form.
...
Fixes gh: #46
2017-02-23 10:42:22 +01:00
Andrey Antukh
185e9159fb
Only show element options tabs when more than one option is available.
2017-02-22 21:14:39 +01:00
Andrey Antukh
fe61765435
Refresh the view app page each time user clicks on preview button.
2017-02-22 21:05:53 +01:00
Andrey Antukh
3940995e21
Dont allow draw empty shapes.
2017-02-22 21:02:40 +01:00
Andrey Antukh
4a9d0710a4
Fix shape size locking wrong behavior.
...
It does not worked properly when user
explicitly locks the size proportions
on the measures element options.
2017-02-22 20:49:54 +01:00
Andrey Antukh
9feba4df92
Move stroke radius under stroke element options sidebar.
2017-02-22 20:49:28 +01:00
Andrey Antukh
daa50470f8
Use local lein for frontend dist scripts.
2017-02-22 20:47:41 +01:00
Andrey Antukh
edb1a124d0
Add lein fast trampoline env var to docker's bashrc file.
2017-02-22 20:47:07 +01:00
Andrey Antukh
6f4cc4f543
Minor refactor on ruler code.
2017-02-22 17:56:00 +01:00
Andrey Antukh
47f6d531b2
Show submit button disabled instead of hidden on pageform.
2017-02-22 11:11:55 +01:00
Andrey Antukh
227c197692
Update dependencies.
2017-02-22 11:11:24 +01:00
Andrey Antukh
ead0fd53e3
Fix selection rect of drawing circle.
2017-02-21 20:00:18 +01:00
Andrey Antukh
12f40744d2
Draw selection dashed-square when shape is drawing.
2017-02-21 19:39:01 +01:00
Andrey Antukh
9f9bff17e5
Properly handle selrect double initialization.
...
This issue is happens when user emits mouse-up event out
of workspace, that is not captured by stoper stream, and
then user need to initialie and stop again the selrect.
The double initialization is not an issue but that
was raising unexpected exception and this commit
fixes that.
2017-02-21 19:36:54 +01:00
Andrey Antukh
d57a71b8d6
Remove dead code from shapes selection ns.
2017-02-21 19:36:26 +01:00
Andrey Antukh
d28e0abe38
Add a TODO comment on util.forms.
2017-02-21 18:20:05 +01:00
Andrey Antukh
5ad7e06d79
Print stack trace on console when an exception is raised.
2017-02-21 18:19:45 +01:00
Andrey Antukh
8de6311c1f
Fix unexpected exception on path edition.
2017-02-21 18:19:24 +01:00
Andrey Antukh
bedd1def21
Remove commented code on util/forms.cljs file.
2017-02-21 18:07:40 +01:00
Andrey Antukh
6f1c461e2e
Add missing clear-mixin on login and register pages.
2017-02-21 18:07:07 +01:00
Andrey Antukh
0bb8fa7e06
Fix incorrect handling of error message timeouts.
2017-02-21 17:49:17 +01:00
Andrey Antukh
8f08a23615
Add better error message for error.network error.
2017-02-21 17:48:52 +01:00
Andrey Antukh
e5651f6d5a
Add brotli and gzip static compression to gulp tasks.
2017-02-21 13:23:15 +01:00
Andrey Antukh
6143fd3779
Move caddyfile out of dist directory.
2017-02-21 13:19:25 +01:00
Andrey Antukh
d792f38026
Enable gzip and brotli precompression on dist scripts.
2017-02-21 12:19:27 +01:00
Andrey Antukh
2a7cfbe96f
Add caddyfile for test dist build locally.
2017-02-21 12:19:03 +01:00
Andrey Antukh
f92df1d171
Remove unused code from manage.sh
2017-02-21 11:25:23 +01:00
Andrey Antukh
835dcb15d7
Generate .gz files for dist build.
2017-02-21 11:25:01 +01:00
Andrey Antukh
a546811b40
Add the ability to deactivate the function name mungling.
2017-02-21 11:24:28 +01:00
Andrey Antukh
94800c7a84
Update .gitignore file.
2017-02-21 11:24:02 +01:00
Andrey Antukh
1a12184528
Download imagemagick from git that has consistent tag names.
2017-02-20 17:37:48 +01:00
Andrey Antukh
e8fcb38597
Rename :points
attr to :segments
on path shape.
2017-02-14 21:57:28 +01:00
Andrey Antukh
340a5b3da2
Minor refactor on geom types and corresponding transit handlers.
2017-02-14 21:56:15 +01:00
Andrey Antukh
b15d70ff91
Remove debug on drawing streams.
2017-02-14 21:54:42 +01:00
Andrey Antukh
2a5d8f71a4
Remove commented code from project.clj
2017-02-14 21:54:14 +01:00
Andrey Antukh
81f788278a
Remove unused code.
2017-02-14 21:53:52 +01:00
Andrey Antukh
276ad62f24
Force creating .m2 directory on the home when manage.sh run is executed.
2017-02-14 18:23:32 +01:00
Andrey Antukh
f52d886b04
Fix imagemagick version on dockerfile.
2017-02-14 18:23:07 +01:00
Andrey Antukh
f50b82d81c
Downgrade to 1.9.293 cljs compiler.
2017-01-31 17:25:59 +01:00
Andrey Antukh
6c1955c0d9
Many performance improvements on workspace.
2017-01-31 17:02:33 +01:00