| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Morphic: focus World canvas on mouse down (otherwise prevent default) | jmoenig | 2013-06-06 | 1 | -0/+2 | |
| | | ||||||
| * | BYOB: Newly created custom reporters now have an initial default REPORT ↵ | jmoenig | 2013-06-06 | 1 | -0/+4 | |
| | | | | | block as definition body | |||||
| * | Objects: fix for hiding 'getLastAnswer' and 'getTimer' primitives | jmoenig | 2013-06-05 | 1 | -0/+8 | |
| | | ||||||
| * | Remember user settings across sessions | jmoenig | 2013-05-17 | 1 | -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 preference | jmoenig | 2013-05-16 | 1 | -0/+4 | |
| | | | | | in the IDE's settings menu | |||||
| * | "Flat" GUI design options | jmoenig | 2013-05-15 | 1 | -0/+2 | |
| | | | | | preparing for "flat" GUI skins | |||||
| * | Costume shrinkWrapping adjustments | jmoenig | 2013-05-15 | 1 | -1/+5 | |
| | | ||||||
| * | Broadcast & Message enhancements, fixed #93 | jmoenig | 2013-05-14 | 1 | -0/+1 | |
| | | | | | | * When I receive <any msg> option * getLastMessage reporter + watcher | |||||
| * | 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 | |||||
