| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Nested Sprite Rotation style buttons on corral icons | jmoenig | 2013-08-09 | 1 | -1/+48 |
| | | |||||
| * | Sprite Nesting GUI | jmoenig | 2013-08-07 | 1 | -0/+12 |
| | | | | | (still hidden and disabled at this time) | ||||
| * | Fixed stage costume scaling & misplacing bug | jmoenig | 2013-08-07 | 1 | -1/+5 |
| | | | | | Thanks, Josh, for the report! | ||||
| * | Sprite Nesting preliminaries | jmoenig | 2013-08-07 | 1 | -2/+13 |
| | | | | | not yet functional and disabled | ||||
| * | fixed #104 | jmoenig | 2013-07-30 | 1 | -7/+8 |
| | | |||||
| * | Reset hidden primitives and code mappings upon loading a new project | jmoenig | 2013-07-10 | 1 | -1/+9 |
| | | |||||
| * | Codification (blocks to text) support complete | jmoenig | 2013-07-04 | 1 | -33/+25 |
| | | | | | | text code mapping and block header support, both via GUI and primitives, for built-in blocks and for custom ones. | ||||
| * | removed ellipses in library menu | jmoenig | 2013-07-02 | 1 | -4/+4 |
| | | | | | since we don't pop up the blocks selection dialog anymore | ||||
| * | GUI: import libraries feature | jmoenig | 2013-07-02 | 1 | -1/+46 |
| | | | | | | | | | | in the project menu, libraries for * Iteration, composition, * List utilities, * Variadic reporters, * Words, sentences | ||||
| * | improved importing costumes | jmoenig | 2013-06-28 | 1 | -2/+5 |
| | | | | | | by dragging in pictures from other web pages, which now allows for dragging links to pictures as well | ||||
| * | fixed #100 saving costumes to the cloud | jmoenig | 2013-06-26 | 1 | -2/+3 |
| | | |||||
| * | GUI: make code mapping preference persistent | jmoenig | 2013-06-20 | 1 | -2/+13 |
| | | |||||
| * | Code mapping | jmoenig | 2013-06-18 | 1 | -1/+15 |
| | | | | | generating text code from blocks, first experimental iteration | ||||
| * | Restore user settings fix for localization | jmoenig | 2013-05-17 | 1 | -74/+90 |
| | | |||||
| * | Remember user settings across sessions | jmoenig | 2013-05-17 | 1 | -3/+81 |
| | | | | | | | 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 | -50/+172 |
| | | | | | in the IDE's settings menu | ||||
| * | Paint editor fixes and credits | jmoenig | 2013-05-14 | 1 | -0/+1 |
| | | |||||
| * | Paint editor integration | jmoenig | 2013-05-14 | 1 | -29/+160 |
| | | |||||
| * | Reset Password via emailed link | jmoenig | 2013-05-10 | 1 | -3/+3 |
| | | | | | (front end only) | ||||
| * | Reset Password Feature | jmoenig | 2013-05-06 | 1 | -28/+77 |
| | | | | | (front end only) | ||||
| * | Fixed #83 | jmoenig | 2013-04-30 | 1 | -1/+2 |
| | | |||||
| * | Hide Primitives feature | jmoenig | 2013-04-25 | 1 | -1/+2 |
| | | | | | | | | | | 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 | -8/+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 update | jmoenig | 2013-04-23 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #74 from queryselector/issue-23 | Jens Mönig | 2013-04-23 | 1 | -21/+22 |
| |\ | | | | | Fixed #23 | ||||
| | * | Fixed #23 | Nathan Dinsmore | 2013-04-21 | 1 | -21/+22 |
| | | | | | | | | | | | | | 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 #76 from queryselector/issue-72 | Jens Mönig | 2013-04-23 | 1 | -2/+4 |
| |\ \ | | | | | | | Fixed #72 | ||||
| | * | | Fixed #72 | Nathan Dinsmore | 2013-04-22 | 1 | -2/+4 |
| | | | | | | | | | | | | | Canceling a "Save as..." operation will no longer replace the selected project upon the next save. | ||||
| * | | | Merge pull request #61 from queryselector/issue-59 | Jens Mönig | 2013-04-23 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | Fixed #59 | ||||
| | * | | | Fixed #59 | Nathan Dinsmore | 2013-04-19 | 1 | -2/+2 |
| | | |/ | |/| | | | | | | | The "Export tools..." and "Export project as plain text..." menu items no longer have a space before their trailing ellipses. | ||||
| * | | | Merge pull request #60 from queryselector/issue-27 | Jens Mönig | 2013-04-23 | 1 | -1/+1 |
| |\ \ \ | |_|/ |/| | | Fixed #27 | ||||
| | * | | Fixed issue #27 | Nathan Dinsmore | 2013-04-19 | 1 | -1/+1 |
| | |/ | | | | | | | The "Import tools" menu item no longer has an ellipsis. | ||||
| * | | Double click support for cloud side of project dialog | jmoenig | 2013-04-22 | 1 | -33/+24 |
| | | | |||||
| * | | Fixed #73 | jmoenig | 2013-04-21 | 1 | -0/+1 |
| | | | | | | | | | | | zoom blocks dialog no longer accepts drops. Thanks, Nathan, for reporting this! | ||||
| * | | Double click support for project dialogs | jmoenig | 2013-04-21 | 1 | -3/+10 |
| |/ | | | | | double clicking a project in the project dialog now performs the specified action for the dialog (open / save) on it. | ||||
| * | German translation update | jmoenig | 2013-04-19 | 1 | -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 | ||||
| * | Merge pull request #48 from queryselector/issue-47 | Jens Mönig | 2013-04-18 | 1 | -2/+2 |
| |\ | | | | | Fixed #47 | ||||
| | * | Fixed #47 | Nathan Dinsmore | 2013-04-15 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #37 from queryselector/issue-29 | Jens Mönig | 2013-04-18 | 1 | -1/+1 |
| |\ \ | | | | | | | Fixed #29 | ||||
| | * | | Fixed #29 | Nathan Dinsmore | 2013-04-13 | 1 | -1/+1 |
| | |/ | | | | | | | Corrected the capitalization of the "add a new sprite" tooltip | ||||
| * | | Merge pull request #36 from queryselector/issue-25 | Jens Mönig | 2013-04-18 | 1 | -1/+1 |
| |\ \ | | | | | | | Fixed #25 | ||||
| | * | | Fixed issue #25 | Nathan Dinsmore | 2013-04-13 | 1 | -1/+1 |
| | |/ | | | | | | | Corrected the capitalization of the "Project notes..." menu item | ||||
| * / | Export picture of all scripts | jmoenig | 2013-04-17 | 1 | -2/+4 |
| |/ | | | | | | | | | | * 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 | -31/+25 |
| | | | | | not just in the "open project" dialog, but also in the "save as" version | ||||
| * | Missing localStorage no longer prevents Snap! from loading | jmoenig | 2013-04-11 | 1 | -6/+8 |
| | | | | | … as in IE9 running locally | ||||
| * | Load shared projects from different formats | jmoenig | 2013-04-10 | 1 | -3/+6 |
| | | | | | cloud data and plain project format | ||||
| * | Support for debugging shared projects | jmoenig | 2013-04-09 | 1 | -3/+49 |
| | | |||||
| * | Hide IDE while opening a shared project for presentation | jmoenig | 2013-04-09 | 1 | -0/+12 |
| | | |||||
| * | Feedback msg when sharing / unsharing projects | jmoenig | 2013-04-09 | 1 | -0/+2 |
| | | |||||
| * | Bold type shared project names | jmoenig | 2013-04-09 | 1 | -5/+20 |
| | | | | | in the project dialog | ||||
