0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00
Commit graph

1804 commits

Author SHA1 Message Date
Andrey Antukh
3bb991da0b
Properly catch exceptions on image fetching. 2017-02-26 20:45:29 +01:00
Andrey Antukh
db36c617bf
Convert some events from reify to deftype. 2017-02-26 20:45:06 +01:00
Andrey Antukh
3a75a07de5
Add more specs to image collections events. 2017-02-26 11:09:38 +01:00
Andrey Antukh
1172c56dfa
Fix unexpected exception on uploading new image.
And additionally add spec for image entity on
image collections related ns.
2017-02-26 10:57:05 +01:00
Andrey Antukh
345a788cdd
Update beicon to 3.1.1
Fix some uxbox bugs.
2017-02-26 10:56:19 +01:00
Andrey Antukh
1bbcb0c15f
Update cljs compiler version to 1.9.494 2017-02-26 10:56:04 +01:00
Andrey Antukh
e6602ac68b
Refactor thumbnails generation.
- Start use temporal file instead of pipe because
  im4java seems does not work properly with it
  (it constantly generates `-` file on he *cwd*)

- Move many impl of ratpack file types from
  old storage vendor package to catacumba code.

- Add spec for thumbnails configuration.
2017-02-25 16:01:00 +01:00
Andrey Antukh
618ce12fd8
Replace internal storage impl with datoteka library. 2017-02-25 16:00:22 +01:00
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