| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Paint editor | jmoenig | 2013-05-14 | 1 | -0/+4 | |
| | | | | | contributed by Kartik Chandra (Hardmath123 on Scratch)!! | |||||
| * | Reset Password via emailed link | jmoenig | 2013-05-10 | 1 | -1/+5 | |
| | | | | | (front end only) | |||||
| * | Reset Password Feature | jmoenig | 2013-05-06 | 1 | -0/+4 | |
| | | | | | (front end only) | |||||
| * | Fixed #24 | jmoenig | 2013-04-30 | 1 | -0/+1 | |
| | | ||||||
| * | Eraser symbol | jmoenig | 2013-04-30 | 1 | -0/+1 | |
| | | ||||||
| * | Fixed #83 | jmoenig | 2013-04-30 | 1 | -0/+2 | |
| | | ||||||
| * | Costume shrink-wrapping | jmoenig | 2013-04-30 | 1 | -0/+4 | |
| | | ||||||
| * | Solid rectangle and circle symbols | jmoenig | 2013-04-29 | 1 | -0/+4 | |
| | | ||||||
| * | Fixed #70 | jmoenig | 2013-04-27 | 1 | -0/+1 | |
| | | ||||||
| * | Paint bucket symbol for paint editor flood-fill tool | jmoenig | 2013-04-27 | 1 | -0/+4 | |
| | | ||||||
| * | Paint editor tools symbols | jmoenig | 2013-04-26 | 1 | -0/+1 | |
| | | | | | | additional simple icons for buttons: brush, rectangle, circle, line, crosshairs | |||||
| * | Ensure unique World stamps | jmoenig | 2013-04-26 | 1 | -0/+4 | |
| | | ||||||
| * | Translation update for "hide primitives" feature | jmoenig | 2013-04-25 | 1 | -0/+1 | |
| | | ||||||
| * | Restore multi-dialog restrictions for multi-world setups | jmoenig | 2013-04-25 | 1 | -0/+2 | |
| | | ||||||
| * | Hide Primitives feature | jmoenig | 2013-04-25 | 1 | -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 handling | jmoenig | 2013-04-24 | 1 | -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 update | jmoenig | 2013-04-23 | 1 | -0/+2 | |
| | | ||||||
| * | Fixed #44 | jmoenig | 2013-04-23 | 1 | -0/+4 | |
| | | | | | Circularity no longer breaks watchers | |||||
| * | Double click support for cloud side of project dialog | jmoenig | 2013-04-22 | 1 | -0/+4 | |
| | | ||||||
| * | Double click support for project dialogs | jmoenig | 2013-04-21 | 1 | -0/+2 | |
| | | | | | | double clicking a project in the project dialog now performs the specified action for the dialog (open / save) on it. | |||||
| * | Fixed #65 | jmoenig | 2013-04-21 | 1 | -0/+4 | |
| | | | | | using the percent character in variable names is now safe | |||||
| * | German translation update | jmoenig | 2013-04-19 | 1 | -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 scripts | jmoenig | 2013-04-17 | 1 | -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 Dialog | jmoenig | 2013-04-12 | 1 | -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) | jmoenig | 2013-04-12 | 1 | -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 primitive | jmoenig | 2013-04-12 | 1 | -0/+4 | |
| | | ||||||
| * | Missing localStorage no longer prevents Snap! from loading | jmoenig | 2013-04-11 | 1 | -0/+1 | |
| | | | | | … as in IE9 running locally | |||||
| * | Morphic: Virtual Keyboard enhancements | jmoenig | 2013-04-11 | 1 | -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 formats | jmoenig | 2013-04-10 | 1 | -0/+5 | |
| | | | | | cloud data and plain project format | |||||
| * | Support for debugging shared projects | jmoenig | 2013-04-09 | 1 | -0/+1 | |
| | | ||||||
| * | Hide IDE while opening a shared project for presentation | jmoenig | 2013-04-09 | 1 | -0/+1 | |
| | | ||||||
| * | Feedback msg when sharing / unsharing projects | jmoenig | 2013-04-09 | 1 | -0/+1 | |
| | | ||||||
| * | Bold type shared project names | jmoenig | 2013-04-09 | 1 | -0/+1 | |
| | | | | | in the project dialog | |||||
| * | Morphic: ListMorph and Menu enhancements | jmoenig | 2013-04-09 | 1 | -0/+2 | |
| | | | | | | | * Additional formatting enhancements for Triggers and MenuItems (ListItems): bold, italic * Item manipulations capabilities for ListMorph items | |||||
| * | "Fixed #3" Follow-up | jmoenig | 2013-04-09 | 1 | -0/+4 | |
| | | ||||||
| * | Fixed a number of whitespace inconsistencies | Nathan Dinsmore | 2013-04-08 | 1 | -374/+374 | |
| | | ||||||
| * | Turn pen trails into new costume | jmoenig | 2013-04-08 | 1 | -1/+2 | |
| | | | | | | currently still hidden in the stage's context menu, visible when shift-clicked | |||||
| * | Fix: switch to edit mode and tab to scripts when loading a project | jmoenig | 2013-04-08 | 1 | -0/+1 | |
| | | ||||||
| * | Italian translation update | jmoenig | 2013-04-08 | 1 | -0/+1 | |
| | | | | | Thanks for this constribution, Stefano Federici! | |||||
| * | Adjust list watcher size to blocks' zoom scale | jmoenig | 2013-04-08 | 1 | -1/+2 | |
| | | ||||||
| * | Sharing / Unsharing projects finalization | jmoenig | 2013-04-08 | 1 | -0/+4 | |
| | | ||||||
| * | Variable-names drop-down menu when renaming blobs | jmoenig | 2013-04-05 | 1 | -0/+4 | |
| | | | | | | renaming variable blobs now features a drop-down menu in the dialog box with reachable variable names and a picture of the block to be renamed | |||||
| * | Fix: Make Comments Detachable from Prototype Hats | jmoenig | 2013-04-04 | 1 | -0/+1 | |
| | | ||||||
| * | Display Custom Block Comments as Help | jmoenig | 2013-04-04 | 1 | -0/+1 | |
| | | | | | | Selecting "Help" for a custom block now pops up the comment attached to its definition's prototype hat, if any | |||||
| * | Loading shared cloud projects in presentation mode | jmoenig | 2013-04-04 | 1 | -1/+5 | |
| | | | | | and exporting URLs for shared projects | |||||
| * | PrototypeHatBlocks accept anchored comments | jmoenig | 2013-04-03 | 1 | -1/+2 | |
| | | | | | | You can now "stick" comments to the prototype hat block in the block editor | |||||
| * | Fix: Removed added textarea from YPR module | jmoenig | 2013-04-03 | 1 | -1/+5 | |
| | | | | | | No more text area in upper left corner of the Snap! IDE when converting a .ypr project | |||||
| * | Anchored Comments Enhancements | jmoenig | 2013-04-02 | 1 | -1/+4 | |
| | | | | | | | | * 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 | |||||
| * | Project Sharing / Unsharing Support (frontend) | jmoenig | 2013-04-02 | 1 | -2/+8 | |
| | | | | | | Support for publishing and un-publishing projects in the cloud (not yet live in the current production version of the cloud backend) | |||||
| * | Simplified Chinese translation update | jmoenig | 2013-03-25 | 1 | -1/+2 | |
| | | | | | thanks for the contribution, 邓江华 !! | |||||
