summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* return empty string when querying first letter of a listJens Mönig2015-05-011-1/+4
|
* indicate numeric inputs in the block prototype with the # signJens Mönig2015-05-011-2/+8
|
* select all text when first clicking an input slotJens Mönig2015-05-011-1/+10
|
* Morphic: event hook for first mouse click on editable textJens Mönig2015-05-011-1/+4
|
* OOP: Prototypal inheritance of sprite-local custom blocks (palette only)Jens Mönig2015-04-172-2/+48
|
* fixed #770Jens Mönig2015-04-152-4/+27
|
* flush Stage>>keysPressed when prompting the userJens Mönig2015-04-152-1/+7
|
* OOP: integrated and adjusted fix for #752 and #745Jens Mönig2015-03-252-4/+20
|
* tweak inherited variable watcher slider deserializationJens Mönig2015-03-244-22/+28
|
* fix (part of) "show variable" primitive for inheritanceJens Mönig2015-03-231-1/+1
|
* OOP: Fix variable watcher slider functionalityJens Mönig2015-03-231-1/+5
|
* OOP: Tweaks for scope conflicts when adding / removing varsJens Mönig2015-03-234-21/+59
|
* Prototypal inheritance of sprite-local variablesJens Mönig2015-03-219-63/+335
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (experimental) slotwise inheritance à la Henry Lieberman for sprite-local variables. see http://web.media.mit.edu/~lieber/Lieberary/OOP/Delegation/Delegation.htm l Let a sprite inherit another sprite’s local variables by making it the “parent” in the sprite-icon’s context menu (the button icon in the sprite corral underneath the stage). The child not only inherits the variable slot but also - dynamically - the parent variable’s value. Changing the parent’s variable value also changes it for every child. If a child uses SET or CHANGE on an inherited variable it automatically “shadows” it with its own value, thereby stopping dynamic participation in the parent slot’s value (in effect dis-inheriting that slot). Deleting a shadowed variable slot once again reinstates its inheritance status. inherited variables are shown as “ghosted” both in the child’s variables palette and in such stage watchers. “Shadowing” them un-ghosts both the variable blob template in the palette and the watcher onstage (if any). Deleting a shadowed variable once again ghosts the watcher and the palette block template. Delete a (shadowed) variable either via the “Delete a variable” button in the IDE or using the new “Delete” block in the variables category
* switch from beta to release candidateJens Mönig2015-03-153-3/+4
|
* fixed #743Jens Mönig2015-03-152-2/+7
|
* Only enable input caching for blocksJens Mönig2015-03-092-13/+6
|
* fixed #738Jens Mönig2015-03-092-3/+14
|
* fixed #736Jens Mönig2015-03-062-2/+30
| | | | | caching really *is* evil :-) (if it weren’t for performance…)
* fixed #730Jens Mönig2015-03-022-1/+15
| | | | caching is evil, haha!
* fixed #716Jens Mönig2015-02-282-2/+3
|
* fixed #715Jens Mönig2015-02-282-3/+4
|
* slightly optimize warped / turbo executionJens Mönig2015-02-282-6/+10
|
* Cache inputs - accelerate recursive reportersJens Mönig2015-02-284-7/+42
| | | | and warped / turbo recursive commands by up to 40%
* fixed #725Jens Mönig2015-02-242-2/+10
|
* fix a bug in the automatic block migration mechanismjmoenig2015-02-231-2/+2
| | | | Thanks, Josh, for telling me!
* Avoid incompatibility warning for very old (pre-earmarked) projectsjmoenig2015-02-232-2/+3
|
* Update German translationjmoenig2015-02-234-10/+26
|
* Add user-interaction choices to the “When I am ...” hat blockjmoenig2015-02-233-12/+78
| | | | “clicked”, “pressed”, “dropped”, “mouse-entered”, “mouse-departed”
* Make “project data in URLs” a hidden dev optionjmoenig2015-02-202-6/+38
| | | | (prevent long urls per default)
* Update German translationjmoenig2015-02-203-2/+8
|
* Un-hide “Save to disk” featurejmoenig2015-02-201-9/+6
| | | | (currently supported by both Chrome and Firefox, but not by Safari)
* Malayam, Tamil and Telagu translations, thanks, Vinay Kumar!!jmoenig2015-02-205-1/+3888
|
* Added url switch #cloud: to open a shared project in edit modejmoenig2015-02-062-1/+46
|
* Fixed #710jmoenig2015-01-282-2/+6
|
* Update README.mdJens Mönig2015-01-211-1/+1
|
* Fix speech bubbles of dragged nested spritesjmoenig2015-01-212-5/+8
|
* Integrated Korean and Catalan translation updatesjmoenig2015-01-214-7/+8
|
* Merge pull request #703 from bromagosa/contribJens Mönig2015-01-211-19/+53
|\ | | | | updated Catalan translation
| * updated Catalan translationBernat Romagosa2015-01-211-6/+6
| |
| * updated Catalan translationBernat Romagosa2015-01-161-25/+59
| |
* | Merge pull request #676 from janggoons/masterJens Mönig2015-01-211-98/+394
|\ \ | | | | | | New Korean Translation
| * | New Korean TranslationYunJae Jang2014-12-231-98/+394
| | | | | | | | | | | | New Korean Translation 2014-11-07 version
* | | Fix Zoom Dialog’s sample background in “flat” designjmoenig2015-01-212-0/+2
| | |
* | | Generate ScriptsPaneTexture programmaticallyjmoenig2015-01-216-10/+26
| | |
* | | Keep layering of nested sprites thru drag & dropjmoenig2015-01-212-1/+30
| |/ |/| | | | | | | it used to be that dragging an anchor always brought it to the front, altering the nested sprite’s internal layering order
* | fixed #680jmoenig2015-01-132-1/+15
| |
* | fixed #702jmoenig2015-01-131-8/+10
| |
* | Force Chrome to show GUI messagesjmoenig2015-01-122-0/+7
| | | | | | | | | | | | | | add additional yields to nextSteps() to work around a bug recently introduced to Chrome (other browsers don’t need this kludge). Remember to take those yields out again when and if Chrome (ever) fixes this (which, for all I know, may be never)
* | correct threads.js versionjmoenig2015-01-121-1/+1
| | | | | | | | happy New Year, duh :-)
* | Update historyjmoenig2015-01-121-0/+8
| |