Wykres commitów

1396 Commity (1c168981aa8396993a9cd36f60d44d000d60bcc5)

Autor SHA1 Wiadomość Data
Jens Mönig c5e6c0b7b0 Merge pull request #1198 from DrKat123/patch-1
Indonesian Translations for Snap!
2016-05-02 13:09:56 +02:00
Jens Mönig eeffcd8139 Merge pull request #1189 from ubertao/lang-zh
update Simplified Chinese translation
2016-05-02 13:09:31 +02:00
Jens Mönig a11fdf0dd7 Merge pull request #1187 from bh213/master
updates Slovenian translation
2016-05-02 13:08:54 +02:00
Jens Mönig c309dc3abc Merge pull request #1180 from MMSequeira/master
Update Portuguese translation
2016-05-02 13:08:11 +02:00
Jens Mönig 46ba633bf2 Merge pull request #1185 from brollb/1184-getURL-silent-fail
Retrieved message from error. Fixes #1184
2016-05-02 13:06:05 +02:00
Jens Mönig 5ce2b13212 update widgets version 2016-05-02 13:04:47 +02:00
Jens Mönig f18026722f Merge pull request #1117 from brollb/1116-dialogboxmorph-buttons-bad-width
Updated bounds after pos change and added btn width check. Fixes #1116
2016-05-02 13:02:53 +02:00
Jens Mönig 01648b3b4e Merge pull request #1193 from cycomachead/fix-blob-images
Fix #1191; Fix #1174 Comment out `Canvas.toBlob()`
2016-05-02 12:58:29 +02:00
Jens Mönig 2592ffa727 Merge pull request #1179 from cycomachead/master
Use a tab character in the libraries file
2016-05-02 12:57:31 +02:00
Jens Mönig ed3b56a610 first-class sprites 2016-05-02 12:53:08 +02:00
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