Jens Mönig
645fb346ce
Merge pull request #1105 from thomaswp/fix1090
...
Fixed #1090
2016-02-24 10:42:45 +01:00
Jens Mönig
a68c747916
remove now obsolete file "snap_slo.html"
2016-02-11 17:10:38 +01:00
Jens Mönig
e9f2bb2c93
Arabic translation update - better RTL representation
...
Thanks, Tarek Galal!
2016-01-22 09:33:40 +01:00
Jens Mönig
e4ea35132d
Fixed a rendering glitch when deleting reporters
...
via the context menu
2016-01-22 09:23:23 +01:00
Jens Mönig
825c5f5568
Throw an error for “obsolete” blocks
...
instead of (forever) doing nothing (and thus often freezing and
crashing). Thanks, Paul, for helping identify this!
2016-01-19 00:03:17 +01:00
Jens Mönig
291555d9e1
fixed a zebra coloring glitch in the block editor
2016-01-18 17:39:44 +01:00
Jens Mönig
91095af36f
avoid pixel collision detection in PaintCanvas (optimization)
...
improves paint editor responsiveness on low-powered hardware
2016-01-18 08:47:56 +01:00
Jens Mönig
8001845706
preserve custom block instances’ block var values when editing their definition
2016-01-17 23:44:30 +01:00
Jens Mönig
71f4ca475a
update version indicator
2016-01-16 00:13:06 +01:00
Jens Mönig
833a6c3a96
fixed a multi-line input slot layout glitch
2016-01-16 00:04:36 +01:00
Jens Mönig
d443d662c0
fix it again, Sam ;-)
2016-01-11 20:25:42 +01:00
Jens Mönig
29b7a31f84
fixed #1107
2016-01-11 14:05:37 +01:00
Jens Mönig
d5e937991e
updated translation history
2016-01-08 16:30:13 +01:00
Jens Mönig
f1cf933b38
Merge pull request #1086 from MMSequeira/patch-1
...
Add translation for 'any key'.
2016-01-08 16:26:03 +01:00
Jens Mönig
a0307a240f
updated version history
2016-01-08 16:23:23 +01:00
Jens Mönig
566aae7951
Merge pull request #1101 from cycomachead/fix-costume-export
...
Fix #1099 , bug was introduced in #983
2016-01-08 16:18:38 +01:00
Jens Mönig
25bfecc079
remove a redundant yield from the fork primitive
2016-01-08 14:31:22 +01:00
Jens Mönig
30ca6e8121
fixed #1098
2016-01-08 14:24:45 +01:00
Thomas P
31b8f6eac8
Fixed #1090
...
Fixes a bug in Morph.fullImageClassic() where it uses the bounds instead of the fullBounds.
2016-01-07 12:49:36 -08:00
Michael Ball
18716f4c0f
Fix #1099 , bug was introduced in #983
2016-01-06 11:21:32 -08:00
Manuel Menezes de Sequeira
8d312dad8d
Add translation for 'any key'.
2015-12-23 20:38:17 +00:00
Jens Mönig
663c1af1ce
fixed #1083 (hopefully)
2015-12-23 16:13:21 +01:00
Jens Mönig
4fd33f7de9
fixed #1083
2015-12-23 11:32:28 +01:00
Jens Mönig
f50c6fc2d3
updated version history
2015-12-22 08:18:00 +01:00
Jens Mönig
964a47313f
Merge pull request #1081 from cycomachead/project-sorting
...
Minor Improvements to Project Open Dialog
2015-12-22 08:15:32 +01:00
Jens Mönig
300a6dff7a
fixed #1082 - revert to ’any key’ in the key-pressed menu
2015-12-22 08:00:57 +01:00
Michael Ball
2c49bea5d4
open dialog: Dont show cloud projects if user has since switch panes
2015-12-21 16:06:48 -08:00
Brian Harvey
e3142b1fa5
Add RGB library
2015-12-21 15:20:14 -08:00
Michael Ball
df54bfb00e
Use case insensitive sorting for localstorage and cloud projects. Tag #899
2015-12-21 15:06:36 -08:00
Jens Mönig
e27db7d960
updated version history
2015-12-21 16:17:42 +01:00
Jens Mönig
d75c585069
Merge pull request #1079 from MMSequeira/master
...
Add several new Portuguese translations
2015-12-21 16:12:15 +01:00
Jens Mönig
6ba1f0eb5b
Merge pull request #1075 from cycomachead/logo-url
...
Make logoURL be a property of IDE
2015-12-21 16:08:01 +01:00
Jens Mönig
6170e32248
update documentation
2015-12-21 16:06:47 +01:00
Jens Mönig
165c1b4ee6
Merge pull request #1069 from cycomachead/clipboard
...
Add native C&P support to morphic text inputs!
2015-12-21 15:15:32 +01:00
Manuel Menezes de Sequeira
678fbce6a6
Add several new Portuguese translations
2015-12-20 22:57:34 +00:00
Jens Mönig
7934f4cd03
Optimization: Don’t redraw unrotateable sprites on TURN
2015-12-18 18:24:25 +01:00
Jens Mönig
d5b3883ca1
Arabic translation, contributed by Tarek Galal
2015-12-17 23:31:25 +01:00
Michael Ball
de42fc0f99
Make logoURL be a property of IDE
...
This makes it easier to embed Snap! in another site where the JS code
and the html file are in different directories.
2015-12-17 04:20:26 -08:00
Michael Ball
1f9e923d04
Remove extra hiddenText assignment in clipboards
2015-12-17 00:41:23 -08:00
Jens Mönig
2984a4d683
fixed #1071
2015-12-17 08:13:48 +01:00
Michael Ball
abe5f3fe1d
minor stylistic tweak to clipboard code
2015-12-15 22:52:03 -08:00
Michael Ball
719d7dc400
cleanup debug logs
2015-12-15 22:50:11 -08:00
Michael Ball
cad8f21e74
Add native C&P support to morphic text inputs!
...
All the hard work goes to the folks working on Edgy for this one!
@cyderize wrote Edgy's implementation, and I copied that almost exactly.
08f6c473ae/edgy/clipboard.js
* In the current edgy implementation, there's a `hiddenDiv` which
contains the `hiddenText` textarea. I found that div to not be
necessary, so it was removed.
* I tweaked a couple `==` to be `===`.
Fix #353 really fix #88
2015-12-15 22:48:08 -08:00
Jens Mönig
e672fe5056
fix exporting script pics from block editors (again)
2015-12-15 17:17:42 +01:00
Jens Mönig
e1f3b9be8f
fix exporting a script pic from inside a block editor
2015-12-15 15:58:55 +01:00
Jens Mönig
c56f5f6d0d
little tweaks
2015-12-15 13:07:47 +01:00
Jens Mönig
99784ca436
Merge pull request #983 from cycomachead/blob-api
...
Use Blob API to Save Files (to Disk)
2015-12-15 12:56:52 +01:00
Michael Ball
e27a7f245e
Resolve merge with 4.0.4
2015-12-15 03:46:27 -08:00
Michael Ball
7e42e8f785
fix a minor spacing issue
2015-12-15 03:41:49 -08:00
Michael Ball
ff1aab7d1f
Cleanup help text and add exporting in new tab
...
* Minor: Fix the help text for downloading a project to the downloads
folder to be correct
* Add back the ability to export a project to a new tab by
shift-clicking on the File menu.
New string to be translated:
'save project data as XML\nto your downloads folder
2015-12-15 03:38:39 -08:00