0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 15:39:50 -05:00
Commit graph

1826 commits

Author SHA1 Message Date
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
Andrey Antukh
3fdce853d0
Don't trigger page persistence on simple shape selection. 2017-01-31 16:58:10 +01:00
Andrey Antukh
422f2aed64
Minor changes on frontend project.clj 2017-01-31 16:54:21 +01:00
Andrey Antukh
f33fdc58a6
Properly select the first page on workspace first load after dashboard. 2017-01-31 00:17:54 +01:00
Andrey Antukh
aba35dee61
Add more safer shapes packing mechanism. 2017-01-31 00:07:53 +01:00
Andrey Antukh
12b9868f45
Don't render shape if it is nil. 2017-01-30 19:49:35 +01:00
Andrey Antukh
49b783273e
Only render shape if it is not nil. 2017-01-30 19:33:09 +01:00
Andrey Antukh
16a322211e
Remove duplicate entries from externs. 2017-01-30 19:16:00 +01:00
Andrey Antukh
7a33c561ac
Set node version to 6.9.4 2017-01-30 19:00:56 +01:00
Andrey Antukh
ae5cef3907
Render properly image on view application. 2017-01-30 18:53:42 +01:00
Andrey Antukh
0d46c5bac7
Properly render image shapes on viewer. 2017-01-30 17:51:58 +01:00
Andrey Antukh
31b784f046
Fix depreaction warnings (changes introduced in 2.9.0 of beicon). 2017-01-30 17:50:44 +01:00
Andrey Antukh
a8b7f79194
Don't autoselect deleted page on the first projects query (backend). 2017-01-30 17:43:26 +01:00
Andrey Antukh
b0de23b011
Get rid of buggy reactive locks and refactor all related code. 2017-01-30 17:08:02 +01:00
Andrey Antukh
bce58df413
Update frontend dependencies. 2017-01-30 16:59:29 +01:00
Andrey Antukh
76625fbb22
Update cljs compiler to latest version. 2017-01-30 16:59:29 +01:00
Andrey Antukh
8981727d09
Update backend dependencies. 2017-01-30 16:59:29 +01:00
Andrey Antukh
6fe09bf784
Minor fixes on dockerfile and manage.sh script. 2017-01-30 16:59:29 +01:00
Andrey Antukh
1b687a0d79
Update docker image. 2017-01-30 16:59:29 +01:00
Andrey Antukh
0481dc7ebf
Update beicon to 2.9.0. 2017-01-30 16:58:45 +01:00
Andrey Antukh
f5004518aa
Fix image retrieval by anonymous user. 2017-01-30 14:50:05 +01:00