jmoenig
|
b458b1d543
|
addded "enableLinks" flag to Morphic text elements
off by default this flag lets you specify whether a text might contain a clickable URL or not.
|
2019-10-16 15:48:18 +02:00 |
jmoenig
|
e08d5aaccd
|
new dev version
|
2019-10-16 15:31:34 +02:00 |
jmoenig
|
ebd8befa74
|
prepared release
|
2019-10-15 14:18:33 +02:00 |
jmoenig
|
2acfe34f1b
|
display a permanent warning when using IE
|
2019-10-15 13:37:53 +02:00 |
jmoenig
|
09fc0060b4
|
simplified asset loading scheduler
|
2019-10-15 12:49:50 +02:00 |
jmoenig
|
c91d3003bf
|
updated German translation
|
2019-10-15 08:48:18 +02:00 |
jmoenig
|
c0e3bbecca
|
prevent switching to another sprite if a block editor is open
so local blocks of different sprites don't mix
|
2019-10-15 08:22:21 +02:00 |
jmoenig
|
e5fd3d9f36
|
updated history
|
2019-10-14 18:52:44 +02:00 |
jmoenig
|
1a4bcb4959
|
(morpic): Make urls clickable in read-only StringMorphs, thanks, @brollb !
|
2019-10-14 18:49:04 +02:00 |
jmoenig
|
6c01f82354
|
fix for text alignment offset, thanks, @brollb
|
2019-10-14 17:50:15 +02:00 |
jmoenig
|
dd22d34598
|
made "i" upvar inside FOR loop's C-Shape slot mutable by user script
|
2019-10-14 16:57:54 +02:00 |
jmoenig
|
edaa97c286
|
fixed MY PARTS so mutating the result list has no effect
|
2019-10-14 13:21:44 +02:00 |
jmoenig
|
d5e1367da1
|
fixed ProjectDialog's search field behavior for IME
|
2019-10-14 13:01:26 +02:00 |
jmoenig
|
dfcfa1a569
|
fixed #2485
|
2019-10-14 12:57:31 +02:00 |
jmoenig
|
5bdad135ca
|
added new "reactToInput" text-editing event to Morphic
to address timing conflicts between "reactToKeystroke", which new gets triggeref before the input actually changes.
|
2019-10-14 12:51:03 +02:00 |
jmoenig
|
6ff5dcd6bb
|
accept a list of pixels in the SWITCH TO COSTUME block
thanks, @DyslexicAwe for the idea!
|
2019-10-11 08:45:45 +02:00 |
jmoenig
|
d4acdbbb9d
|
updated version date and history
|
2019-10-09 19:05:52 +02:00 |
Jens Mönig
|
8ee1da7ff4
|
Merge pull request #2501 from coproc/dont-preserve-aspect-ratio-of-SVG-costumes
Do not try to preserve the aspect ratio of painted SVG costumes, thanks, @coproc !
|
2019-10-09 19:00:27 +02:00 |
Jens Mönig
|
e3ff68280e
|
Merge pull request #2503 from jasonappah/master
Fixed typo in help screen of the reportAttribute block, thank you, @jasonappah
|
2019-10-09 18:38:29 +02:00 |
jmoenig
|
38ccf6e292
|
updated version and history
|
2019-10-09 18:32:40 +02:00 |
jmoenig
|
67216e51d0
|
added another semicolon for LINT, updated version
|
2019-10-09 16:53:00 +02:00 |
jmoenig
|
35011e0332
|
capitalized new cloud menu entry
|
2019-10-09 16:50:25 +02:00 |
jmoenig
|
8d69f6c20c
|
added two semicolons to please LINT
|
2019-10-09 16:47:12 +02:00 |
Jens Mönig
|
f24a32c06b
|
Merge pull request #2497 from jmoenig/community-link
Show a link to the community page for current project
|
2019-10-09 16:41:38 +02:00 |
jmoenig
|
7d07328772
|
updated version history
|
2019-10-09 16:16:17 +02:00 |
jmoenig
|
2ab9a5cf3c
|
Turkish translation update, thank you, Turgut Guneysu!
|
2019-10-09 14:43:47 +02:00 |
Jens Mönig
|
f27427e617
|
Merge pull request #2488 from jmoenig/fix-gl-comma
Remove extra comma in Galician translation, thanks, @bromagosa
|
2019-10-09 14:25:43 +02:00 |
Jens Mönig
|
b83be85dd0
|
Merge pull request #2482 from jguille2/UkrainianUpdate
Ukrainian update, thanks, @jguille2 for working in Serhiy's files!
|
2019-10-09 14:24:29 +02:00 |
Jens Mönig
|
003ab39136
|
Merge pull request #2483 from jguille2/Catalan51
Updating Catalan locale to 5.1 version, thanks, @jguille2
|
2019-10-09 14:23:16 +02:00 |
Jens Mönig
|
22f6c7e2ca
|
Merge pull request #2481 from bromagosa/catalan-fixes
Catalan locale update
|
2019-10-09 14:03:08 +02:00 |
jmoenig
|
71e12709d6
|
updated Morphic version date
|
2019-10-09 13:55:04 +02:00 |
Jens Mönig
|
2a76a187c3
|
Merge pull request #2477 from DarDoro/SpriteTouch
Sprite touching : first row, column included, Issue #2476
|
2019-10-09 13:42:26 +02:00 |
jmoenig
|
60fc9b2faa
|
new dev version
|
2019-10-09 13:33:02 +02:00 |
Jason Antwi-Appah
|
b59d9337a7
|
Added the new file with the correction
|
2019-10-07 20:05:26 -05:00 |
Jason Antwi-Appah
|
4c300fc187
|
Removed the old file with the typo
|
2019-10-07 20:04:48 -05:00 |
coproc
|
6c16bdb15b
|
FIX when creating svg element for painted elements do not try to preserve aspect ratio (Firefox respects an alignment different from 'none' in svg.preserveAspectRatio)
|
2019-09-27 18:10:39 +02:00 |
Michael Ball
|
35b81adaca
|
remove not needed variable
|
2019-09-25 14:52:42 +02:00 |
Michael Ball
|
f732b2cba8
|
Show a menu item to "open in community site" for the current project
|
2019-09-25 14:46:37 +02:00 |
Michael Ball
|
e16f669780
|
Add showProjectPath method to cloud.js
|
2019-09-25 12:38:40 +02:00 |
Bernat Romagosa
|
c81c839644
|
fixed unescaped string in Galician locale
|
2019-09-11 11:54:52 +02:00 |
Bernat Romagosa
|
f102859da7
|
Update lang-gl.js
More accidental extra chars after a comma.
|
2019-09-09 22:52:39 +02:00 |
Bernat Romagosa
|
4bc479ad81
|
Remove extra comma in Galician translation
It was preventing the translation from loading at all.
|
2019-09-09 22:37:43 +02:00 |
Joan Guillén i Pelegay
|
d0f4bc4fab
|
Updating Catalan locale to 5.1 version
|
2019-08-30 00:57:43 +02:00 |
Bernat Romagosa
|
ce03d8b711
|
minor Catalan locale fixes in World Map library
|
2019-08-29 18:10:57 +02:00 |
Joan Guillén i Pelegay
|
d2d48c08f0
|
Updating Ukrainian locale file format, tabs and indentation
|
2019-08-29 17:55:27 +02:00 |
Joan Guillén i Pelegay
|
964a47711a
|
Original Ukrainian locale update from Serhiy Kryzhanovsky
|
2019-08-29 17:28:33 +02:00 |
Bernat Romagosa
|
83cd90c3d8
|
translated Maps module into Catalan
|
2019-08-28 19:16:30 +02:00 |
Bernat Romagosa
|
c514e04772
|
Translated Big Data library
|
2019-08-26 19:09:41 +02:00 |
Bernat Romagosa
|
9a9c9cae45
|
Added translations for list utilities library
|
2019-08-26 18:56:16 +02:00 |
Bernat Romagosa
|
fdc22eb593
|
added missing translation to library descriptions
|
2019-08-26 17:45:18 +02:00 |