summaryrefslogtreecommitdiff
path: root/history.txt
Commit message (Collapse)AuthorAgeFilesLines
* Objects: doMapCode() primitive now uses a multi-line input slotjmoenig2013-06-201-0/+1
|
* Blocks: Multi-line input slots (TextSlotMorphs - %mlt)jmoenig2013-06-201-0/+1
|
* "flat" design enhancements for blocks and watchersjmoenig2013-06-201-0/+1
|
* GUI: make code mapping preference persistentjmoenig2013-06-201-0/+4
|
* Store: persisting code mappingsjmoenig2013-06-191-0/+4
| | | | in project and block library files
* Code mappingjmoenig2013-06-181-0/+4
| | | | generating text code from blocks, first experimental iteration
* Morphic: focus World canvas on mouse down (otherwise prevent default)jmoenig2013-06-061-0/+2
|
* BYOB: Newly created custom reporters now have an initial default REPORT ↵jmoenig2013-06-061-0/+4
| | | | block as definition body
* Objects: fix for hiding 'getLastAnswer' and 'getTimer' primitivesjmoenig2013-06-051-0/+8
|
* Remember user settings across sessionsjmoenig2013-05-171-0/+4
| | | | | | most user settings (language, blocks zoom, long form input, clicking sound, design preference) are now made persistent in localStorage, so if the user closes and re-opens Snap! the settings stay the same
* "Flat" GUI design preferencejmoenig2013-05-161-0/+4
| | | | in the IDE's settings menu
* "Flat" GUI design optionsjmoenig2013-05-151-0/+2
| | | | preparing for "flat" GUI skins
* Costume shrinkWrapping adjustmentsjmoenig2013-05-151-1/+5
|
* Broadcast & Message enhancements, fixed #93jmoenig2013-05-141-0/+1
| | | | | * When I receive <any msg> option * getLastMessage reporter + watcher
* Paint editorjmoenig2013-05-141-0/+4
| | | | contributed by Kartik Chandra (Hardmath123 on Scratch)!!
* Reset Password via emailed linkjmoenig2013-05-101-1/+5
| | | | (front end only)
* Reset Password Featurejmoenig2013-05-061-0/+4
| | | | (front end only)
* Fixed #24jmoenig2013-04-301-0/+1
|
* Eraser symboljmoenig2013-04-301-0/+1
|
* Fixed #83jmoenig2013-04-301-0/+2
|
* Costume shrink-wrappingjmoenig2013-04-301-0/+4
|
* Solid rectangle and circle symbolsjmoenig2013-04-291-0/+4
|
* Fixed #70jmoenig2013-04-271-0/+1
|
* Paint bucket symbol for paint editor flood-fill tooljmoenig2013-04-271-0/+4
|
* Paint editor tools symbolsjmoenig2013-04-261-0/+1
| | | | | additional simple icons for buttons: brush, rectangle, circle, line, crosshairs
* Ensure unique World stampsjmoenig2013-04-261-0/+4
|
* Translation update for "hide primitives" featurejmoenig2013-04-251-0/+1
|
* Restore multi-dialog restrictions for multi-world setupsjmoenig2013-04-251-0/+2
|
* Hide Primitives featurejmoenig2013-04-251-0/+4
| | | | | | | | | 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.
* Fine-tune multiple dialog instance handlingjmoenig2013-04-241-0/+4
| | | | | | 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-0/+2
|
* Fixed #44jmoenig2013-04-231-0/+4
| | | | Circularity no longer breaks watchers
* Double click support for cloud side of project dialogjmoenig2013-04-221-0/+4
|
* Double click support for project dialogsjmoenig2013-04-211-0/+2
| | | | | double clicking a project in the project dialog now performs the specified action for the dialog (open / save) on it.
* Fixed #65jmoenig2013-04-211-0/+4
| | | | using the percent character in variable names is now safe
* German translation updatejmoenig2013-04-191-1/+9
| | | | | | | 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
* Export picture of all scriptsjmoenig2013-04-171-0/+12
| | | | | | | | | | * new entry in the ScriptsMorph's userMenu lets you export a picture of all scripts, including comments. * place sticky comments on World layer on dragging their anchor block, fixes both #8 and #18 * additional settings for developing the backend
* Sharing / Unsharing / Deleting in every Project Dialogjmoenig2013-04-121-0/+1
| | | | not just in the "open project" dialog, but also in the "save as" version
* Tooltips for custom block templates (sitting in the palette)jmoenig2013-04-121-0/+1
| | | | | mousing over a custom block in the palette pops up its definition hat comment in a comment-colored speech bubble
* Lists: fix for typecasting bug in CONTAINS primitivejmoenig2013-04-121-0/+4
|
* Missing localStorage no longer prevents Snap! from loadingjmoenig2013-04-111-0/+1
| | | | … as in IE9 running locally
* Morphic: Virtual Keyboard enhancementsjmoenig2013-04-111-0/+4
| | | | | | | The input-element-as-virtual-keyboard-proxy mechanism now gets only activated on touchscreen devices. Whether the browser is a touchscreen device is determined whenever a touch event occurs. for iOS devices, autocapitalization is now turned off.
* Load shared projects from different formatsjmoenig2013-04-101-0/+5
| | | | cloud data and plain project format
* Support for debugging shared projectsjmoenig2013-04-091-0/+1
|
* Hide IDE while opening a shared project for presentationjmoenig2013-04-091-0/+1
|
* Feedback msg when sharing / unsharing projectsjmoenig2013-04-091-0/+1
|
* Bold type shared project namesjmoenig2013-04-091-0/+1
| | | | in the project dialog
* Morphic: ListMorph and Menu enhancementsjmoenig2013-04-091-0/+2
| | | | | | * Additional formatting enhancements for Triggers and MenuItems (ListItems): bold, italic * Item manipulations capabilities for ListMorph items
* "Fixed #3" Follow-upjmoenig2013-04-091-0/+4
|
* Fixed a number of whitespace inconsistenciesNathan Dinsmore2013-04-081-374/+374
|