Wykres commitów

1088 Commity (e197471d08e600faf78b80e79f995b2b14d621e2)

Autor SHA1 Wiadomość Data
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
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
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
Jens Mönig c07c16134b 10 MB limit for media embedded in cloud projects 2015-12-15 11:54:38 +01:00
Jens Mönig 2bad75b407 updated history 2015-12-15 10:59:22 +01:00
Jens Mönig 9755a01869 Merge pull request #1021 from sdmeijer/master
Update NL-translation
2015-12-15 10:43:02 +01:00
Jens Mönig 6448f9d670 Merge pull request #1039 from DarDoro/DarDoro-Alt-key
Handling of diacritics , [Alt] + key in input fields
2015-12-15 10:37:58 +01:00
Jens Mönig 632bdec030 Merge pull request #1046 from cycomachead/autofill
Fix isAutoFill to allow false values
2015-12-15 10:35:53 +01:00
Jens Mönig 9ab71592aa tweaked contributed code and updated history 2015-12-15 10:34:27 +01:00
Jens Mönig e052d21126 Merge pull request #1056 from Craxic/master
Automatic sprite center detection
2015-12-15 10:25:48 +01:00
Jens Mönig f24b65f673 towards v4.0.4 - under construction -
* Show result bubble when the user clicks on a command script that uses
REPORT (You can now click on REPORT and it actually does something)
* New generic “When” hat block, enhances red stop button behavior
* New block (instance) variables feature (experimental)
* evaluator performance optimizations
* Morphic grab-threshold fix for scroll frames
* fixed several block rendering glitches
* List category LENGTH reporter now also works on text
* Changed “any” to “random” (in English only)
* new FILL primitive in the Pen category
* switched to animation frame scheduling, please use TURBO for music
* Updated German translation
2015-12-15 10:14:56 +01:00
Craxic 149b51b950 Fixed minor === bug 2015-12-10 14:01:21 +11:00