summaryrefslogtreecommitdiff
path: root/objects.js
Commit message (Collapse)AuthorAgeFilesLines
...
* removed tolerance margin in Costume's shrinkWrap()jmoenig2013-07-021-9/+5
| | | | | Chrome no longer needs this kludge. Removing it also fixes an "empty costume" bug when drawing over the edges of the paint editor
* fixed speech bubble scaling when sprite is not onstagejmoenig2013-06-271-2/+3
| | | | (reported in the Scratch forums)
* pretty printing support for mapped codejmoenig2013-06-241-2/+2
| | | | better formatting capabilites now support Python mappings
* %code input slotjmoenig2013-06-211-4/+4
| | | | multi-line, monospaced, type-in slot for code mappings
* "flat" design: No rounded corners for watchersjmoenig2013-06-201-5/+1
|
* Objects: doMapCode() primitive now uses a multi-line input slotjmoenig2013-06-201-1/+1
|
* "flat" design enhancements for cellsjmoenig2013-06-201-4/+2
|
* "flat" design enhancements for blocks and watchersjmoenig2013-06-201-5/+11
|
* Code mappingjmoenig2013-06-181-1/+44
| | | | generating text code from blocks, first experimental iteration
* Objects: fix for hiding 'getLastAnswer' and 'getTimer' primitivesjmoenig2013-06-051-11/+11
|
* "Flat" GUI design preferencejmoenig2013-05-161-8/+12
| | | | in the IDE's settings menu
* Costume shrinkWrapping adjustmentsjmoenig2013-05-151-18/+22
|
* Broadcast & Message enhancements, fixed #93jmoenig2013-05-141-3/+34
| | | | | * When I receive <any msg> option * getLastMessage reporter + watcher
* Paint editor fixesjmoenig2013-05-141-1/+1
|
* Paint editor integrationjmoenig2013-05-141-4/+34
|
* Costume shrink-wrappingjmoenig2013-04-301-1/+87
|
* Hide Primitives featurejmoenig2013-04-251-1/+108
| | | | | | | | | Primitive blocks in the palette can now be hidden in the project via their context menu. Each palette's context menu further lets you hide or show all its primitives depending on whether any primitives are left to hide or show. Hidden primitives are stored in the project data. This lets instructors create "simplified" examples and problem sets.
* Merge pull request #74 from queryselector/issue-23Jens Mönig2013-04-231-5/+1
|\ | | | | Fixed #23
| * Fixed #23Nathan Dinsmore2013-04-211-5/+1
| | | | | | | | | | | | Only one of each kind of dialog can now be open at any given time. You can still open multiple dialogs for editing a costume and editing a block.
* | Merge pull request #57 from queryselector/issue-55Jens Mönig2013-04-231-2/+2
|\ \ | | | | | | Fixed #55
| * | Fixed #55Nathan Dinsmore2013-04-191-2/+2
| |/ | | | | | | Creating a variable which already exists no longer performs any action.
* / Fixed #44jmoenig2013-04-231-6/+33
|/ | | | Circularity no longer breaks watchers
* German translation updatejmoenig2013-04-191-1/+1
| | | | | | | for new "scripts pic..." feature on the scripting area's context menu. Also pushed up version dates for new beta release, and added SnapManual.pdf to the help folder
* Fixed #22Nathan Dinsmore2013-04-131-0/+15
| | | | Added a "help..." item to the context menus of the "Make a variable," "Delete a variable," and "Make a block" buttons which displays the appropriate help screen
* Load shared projects from different formatsjmoenig2013-04-101-1/+1
| | | | cloud data and plain project format
* Fixed #7Nathan Dinsmore2013-04-091-26/+26
| | | | Passing non-numeric values to blocks no longer causes unpredictable behavior.
* Switched to UTF-8Nathan Dinsmore2013-04-081-2/+2
| | | | This fixes some encoding issues
* Revert "Fixed an encoding issue"Nathan Dinsmore2013-04-081-2/+2
| | | | This reverts commit 4d37845b2e4de02ffa5a2e8a37812cca98e206d8.
* Fixed an encoding issueNathan Dinsmore2013-04-081-2/+2
|
* Fixed a number of whitespace inconsistenciesNathan Dinsmore2013-04-081-3/+3
|
* Turn pen trails into new costumejmoenig2013-04-081-1/+20
| | | | | currently still hidden in the stage's context menu, visible when shift-clicked
* Boolean value representation translation fixjmoenig2013-03-251-2/+2
| | | | | | Boolean value block representations in evaluation bubbles, speech bubbles and stage watchers, are now translated. Thanks, Victor, for the bug report!
* Stage screenshotsjmoenig2013-03-221-1/+9
| | | | | | the stage's context menu, and likewise the stage icon's context menu in the corral, now let you export a screenshot of the stage including all pen trails, sprites, watchers and speech bubbles
* Zoom Blocksjmoenig2013-03-221-3/+11
| | | | | | in the settings menu. also: Optional slider for numeric prompter, numberic prompters for watchers' sliderMin/Max
* Creationjmoenig2013-03-161-0/+5610