Alexander Liu
8a8889efd6
grammar fix
2016-05-02 17:15:09 +07:00
Alexander Liu
ca8773f539
Indonesian Translations for Snap!
...
I've been working on this for 2 days and now it's finally finished 😄
If anything is wrong in the translations i will fix it as soon as possible
2016-05-02 16:57:08 +07:00
Brian Harvey
94b63dde74
Add named let to library
2016-05-01 13:38:08 -07:00
Brian Broll
26ccb415bd
Retrieved message from error. Fixes #1184
...
WIP #1184 . Changed .message to .toString()
2016-04-29 10:35:10 -05:00
Hongwei Zeng
7e5424ebf3
added a few strings used in dev mode
2016-04-29 13:57:54 +08:00
Michael Ball
4a2583fde7
Fix #1191 ; Fix #1174 Comment out `Canvas.toBlob()`
...
This was removed due to instability on the part of browser vendors.
`Canvas.toBlob()` _should_ be the preferred way of exporting a canvas
as an image. Blob URIs are shorter and don't cause Chrome crashes like
the `data:` URI scheme does. They are also faster to encode images, and
don't clog up browser history.
**However**, there are currently issues in browser support which make
it hard to save images generated by blob URIs. Chrome and Firefox both
have different mechanisms of exporting blob images to disk. (In Chrome
you must right click the image, whereas in Firefox you must use the Save Page As command.)
The current solution is this:
* When a script pic is generated, create a large `data:` URI/
* Check if the browser is Chrome and if the length is a problem
* If so, convert the URI to a blob manually.
* Use the `a[download]` attribute to force the browser to save to disk.
Note that the conversion to a manual blob is _much_ slower than a
native method, but as this is an exporting operation it shouldn't cause
too much of a headache for users since it should be a fairly low
occurrence that users hit that code path.
2016-04-28 10:03:41 -07:00
Hongwei Zeng
8c3b04e2da
fix localization of 'debugging primitives' prompt in Operators palette
2016-04-28 07:02:13 +08:00
Hongwei Zeng
cd5d57cf2a
update Simplified Chinese translation
2016-04-28 06:51:57 +08:00
Jens Mönig
b35bc9907a
prepare repo for v4.0.7
2016-04-27 10:39:27 +02:00
Gorazd Breskvar
4b5805a72c
updates Slovenian translation
2016-04-21 17:21:54 +02:00
Brian Harvey
30c3ab7a04
fixed resolution of current date help file
2016-04-14 10:16:42 -07:00
Manuel Menezes de Sequeira
57ecb20442
Update Portuguese translation
2016-04-06 23:58:42 +01:00
Michael Ball
5ed16d29eb
Use a tab character in the libraries file
2016-04-06 14:15:09 -07:00
Adam Stevenson
12c13e4efe
Fixed typo in project notes
2016-03-17 18:40:23 -04:00
Jens Mönig
bbb5106879
towards v4.0.6
...
* fixed #99 (saving linked lists)
* fixed #1163
* added web api / https reporter library
* new “transient variable” feature
* German translation update
2016-03-16 13:00:31 +01:00
Brian Harvey
2cbee48bcd
Add penTrails.xml to LIBRARIES
2016-03-09 13:42:19 -08:00
Brian Harvey
eb5d85f523
Add penTrails library
2016-03-09 13:40:25 -08:00
Jens Mönig
345f635fac
Reenable custom hat blocks when dropping a sprite
2016-03-06 21:45:31 -06:00
Jens Mönig
ad25c6aefd
fixed a glitch in doWhen()
2016-02-24 23:15:32 +01:00
Jens Mönig
3d0230dcdd
updated readme
2016-02-24 12:56:25 +01:00
Jens Mönig
582feb206b
Merge pull request #1146 from cycomachead/url-calls
...
Support Loading More Resources from the `resourceURL` method
2016-02-24 12:40:01 +01:00
Jens Mönig
2cb6cfb838
updated translation history
2016-02-24 12:26:03 +01:00
Jens Mönig
69c8c3f26e
Merge pull request #1118 from damiencaselli/update-lang
...
Update fr translations
2016-02-24 12:22:48 +01:00
Michael Ball
292fe5a4de
Make the resourceURL function more generic
...
now you just pass in directories as arguments, which is much cleaner--
especially when loading things like `tools.xml` with no parent folder.
2016-02-24 03:03:34 -08:00
Jens Mönig
2f41581109
Merge pull request #1097 from cycomachead/export-error-pics
...
Allow exporting script pics with results that error
2016-02-24 11:57:30 +01:00
Michael Ball
3d8e273bde
Merge branch 'master' of github.com:cycomachead/snap into url-calls
...
* 'master' of github.com:cycomachead/snap:
Arabic translation update - better RTL representation
Fixed a rendering glitch when deleting reporters
Throw an error for “obsolete” blocks
fixed a zebra coloring glitch in the block editor
avoid pixel collision detection in PaintCanvas (optimization)
preserve custom block instances’ block var values when editing their definition
update version indicator
fixed a multi-line input slot layout glitch
2016-02-24 02:49:18 -08:00
Jens Mönig
f20875ef6b
updated translation history
2016-02-24 11:44:12 +01:00
Jens Mönig
e687e4aa22
Merge pull request #1132 from bromagosa/translation
...
Translation
2016-02-24 11:41:12 +01:00
Jens Mönig
df0269f5cc
support for viewing 2D lists as tables
2016-02-24 11:35:18 +01:00
Jens Mönig
645fb346ce
Merge pull request #1105 from thomaswp/fix1090
...
Fixed #1090
2016-02-24 10:42:45 +01:00
Michael Ball
e197471d08
Support loading lang* files from resourceURL path
2016-02-21 17:43:23 -08:00
Michael Ball
80a516ed7e
Use ide.resourceURL to load the logo and tools XML
...
This makes it easier to support using snap when loaded in a variety of websites.
(Theres no outward change for users, just for those embedding Snap!)
2016-02-18 23:41:26 -08:00
Michael Aschauer
a30aba90b1
FIX: hide sprite editor
2016-02-18 15:48:55 +01:00
Jens Mönig
a68c747916
remove now obsolete file "snap_slo.html"
2016-02-11 17:10:38 +01:00
Bernat Romagosa
1d54128cb7
minor Catalan translation update
2016-02-08 13:21:01 +01:00
Bernat Romagosa
f2ec2f8752
updated Catalan translation
2016-02-08 13:19:36 +01:00
Damien Caselli
a57eae3adb
Update fr translations
2016-01-27 16:21:05 +01:00
Brian Broll
937e46fd9d
Updated bounds after pos change and added btn width check. Fixes #1116
2016-01-26 12:58:24 -06: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