summaryrefslogtreecommitdiff
path: root/byob.js
Commit message (Collapse)AuthorAgeFilesLines
* Codification (blocks to text) support completejmoenig2013-07-041-1/+2
| | | | | text code mapping and block header support, both via GUI and primitives, for built-in blocks and for custom ones.
* "flat" design enhancements for blocks and watchersjmoenig2013-06-201-1/+3
|
* Code mappingjmoenig2013-06-181-1/+2
| | | | generating text code from blocks, first experimental iteration
* BYOB: Newly created custom reporters now have an initial default REPORT ↵jmoenig2013-06-061-2/+12
| | | | block as definition body
* "Flat" GUI design preferencejmoenig2013-05-161-7/+11
| | | | in the IDE's settings menu
* Fine-tune multiple dialog instance handlingjmoenig2013-04-241-5/+5
| | | | | | prevent multiple block editors on the same block definition, allow multiple dialogs on different objects, handle dialog instances in DialogBoxMorph.prototype
* Release clean-ups & translation updatejmoenig2013-04-231-1/+1
|
* Fixed #23Nathan Dinsmore2013-04-211-16/+16
| | | | | | 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.
* Tooltips for custom block templates (sitting in the palette)jmoenig2013-04-121-2/+67
| | | | | mousing over a custom block in the palette pops up its definition hat comment in a comment-colored speech bubble
* 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-10/+10
|
* Fix: Make Comments Detachable from Prototype Hatsjmoenig2013-04-041-1/+3
|
* PrototypeHatBlocks accept anchored commentsjmoenig2013-04-031-2/+13
| | | | | You can now "stick" comments to the prototype hat block in the block editor
* Anchored Comments Enhancementsjmoenig2013-04-021-3/+10
| | | | | | | * the Block Editor now allows anchored comments, * duplicating a block / script / sprite now also duplicates anchored comments, * deleting a block / script now also deletes anchored comments
* Scalable blocks and scriptsjmoenig2013-03-181-8/+10
| | | | | | | Shift-clicking on the settings menu lets you specify a fraction, by which blocks and scripts are scaled, allowing you to e.g. export poster-sized hi-res script pics, or to present Snap! live on hi-res screens and projectors
* Creationjmoenig2013-03-161-0/+3017