Wykres commitów

1161 Commity (5dbb6ad8a1c586d145bdf2a370e5ffdb86278ba9)

Autor SHA1 Wiadomość Data
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
Craxic 91616f6438 Reused costume canvas bounding box code 2015-12-10 12:09:36 +11:00
Craxic 4d609ec189 Added automatic sprite center detection 2015-12-09 01:03:03 +11:00
Michael Ball 8050b5b8cb Merge branch 'master' into blob-api
* master:
  add Brian's help panes for "for each item of list" block
  optimize cloud communication
  fixed linked lists identity loss when showing watchers
  Add LABEL to the tools library; fix #1009
  fixed a zebra-coloring glitch for BooleanSlotMorph
2015-12-08 03:49:08 -08:00
Michael Ball ab2fc67857 Fix isAutoFill to allow false values
currently the expression isAutoFill || true will always evaluate
to true! :O

(That makes the argument somewhat useless though.) So, this fixes things...
2015-12-05 04:09:39 -08:00
Jens Mönig b4af8f52e3 add Brian's help panes for "for each item of list" block 2015-12-04 16:21:28 +01:00
Jens Mönig be32d755b5 optimize cloud communication
support double the number of web slices, support avoiding encoding
projects on the backend side
2015-12-04 15:55:33 +01:00
DarDoro dc76fd1cb7 Handling of diacritics , [Alt] + key in input fields
Workaround for diacritics handling in browser. Sequences [Ctrl] + key should be processed only when [Alt] is not pressed.
2015-12-03 00:59:59 +01:00
Michael Ball e241ff6795 Cleanup log statement; minor try/catch refactoring 2015-12-01 03:14:16 -08:00
Michael Ball 7603d4746a Minor refactoring in try/catch blocks 2015-12-01 03:11:40 -08:00
Michael Ball 2ef9a8f720 Fix #966 - declaring this done
Final commit removes Save to Disk for XMLs
2015-12-01 02:54:07 -08:00
Michael Ball d004543a32 Fix some bugs in exporting a variable to a file. 2015-12-01 02:16:34 -08:00
Michael Ball 9490b65270 Cleanup filenames and references to `ide` 2015-12-01 01:45:58 -08:00
Jens Mönig 50959c9ea0 fixed linked lists identity loss when showing watchers
or then calling toString() on a linked list, which used to mutate the
list to an arrayed one.
2015-11-20 15:56:46 +01:00
Brian Harvey f322f18f72 Merge pull request #1011 from cycomachead/pen-tools
Add LABEL to the tools library; fix #1009
2015-11-19 07:54:08 -08:00
Sjoerd Dirk Meijer 42fd60427f Update lang-nl.js
Fixed the translations of 'any'.
2015-11-19 15:51:49 +01:00
Sjoerd Dirk Meijer 05cab7fa09 Merge pull request #3 from jmoenig/master
Update my fork
2015-11-19 15:49:15 +01:00
Michael Ball f88ea2f9bd Add LABEL to the tools library; fix #1009 2015-11-18 16:23:00 -08:00
Michael Ball 888b0b97eb Uglier code that properly opens BlobURIs in new windows. 2015-11-17 18:05:15 -08:00
Michael Ball 35d0ea5629 Cleanup bad polyfill in saveCanvasAs 2015-11-17 17:43:35 -08:00
Jens Mönig efbb3d5886 fixed a zebra-coloring glitch for BooleanSlotMorph 2015-11-17 15:26:22 +01:00
Michael Ball fd18024989 Fix bad merging in locale.js 2015-11-17 02:47:13 -08:00
Michael Ball 396be20b18 Some code cleanup and variable name fix 2015-11-17 02:42:17 -08:00
Michael Ball e1e73d8feb Fix syntax error, and accessing IDE bug exporting blocks 2015-11-16 19:41:20 -08:00
Michael Ball fa1a24a4bd Fix syntax error, and accessing IDE bug exporting blocks 2015-11-16 18:41:54 -08:00
Michael Ball 6f03f121ad Fix some file names in exporting content 2015-11-16 18:31:19 -08:00
Michael Ball dafb6146f6 Fix merge conflicts, and cleanup saveFileAs code 2015-11-16 18:12:33 -08:00
Michael Ball fa6f168bc0 Merge in 4.0.3, resolve conflicts with scriptpics 2015-11-16 17:53:17 -08:00