| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | "Fixed #3" Follow-up | jmoenig | 2013-04-09 | 1 | -2/+4 |
| | | |||||
| * | Switched to UTF-8 | Nathan Dinsmore | 2013-04-08 | 1 | -2/+2 |
| | | | | | This fixes some encoding issues | ||||
| * | Revert "Fixed an encoding issue" | Nathan Dinsmore | 2013-04-08 | 1 | -2/+2 |
| | | | | | This reverts commit 4d37845b2e4de02ffa5a2e8a37812cca98e206d8. | ||||
| * | Fixed an encoding issue | Nathan Dinsmore | 2013-04-08 | 1 | -2/+2 |
| | | |||||
| * | Fixed #3 | Nathan Dinsmore | 2013-04-08 | 1 | -9/+17 |
| | | | | | When a locale is loaded with #lang:xx, the names of the new project and the sprite it contains are now localized | ||||
| * | Fixed a number of whitespace inconsistencies | Nathan Dinsmore | 2013-04-08 | 1 | -5/+5 |
| | | |||||
| * | Fix: switch to edit mode and tab to scripts when loading a project | jmoenig | 2013-04-08 | 1 | -0/+2 |
| | | |||||
| * | Sharing / Unsharing projects finalization | jmoenig | 2013-04-08 | 1 | -3/+16 |
| | | |||||
| * | Loading shared cloud projects in presentation mode | jmoenig | 2013-04-04 | 1 | -4/+20 |
| | | | | | and exporting URLs for shared projects | ||||
| * | Anchored Comments Enhancements | jmoenig | 2013-04-02 | 1 | -0/+3 |
| | | | | | | | | * 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 | -3/+103 |
| | | | | | | Support for publishing and un-publishing projects in the cloud (not yet live in the current production version of the cloud backend) | ||||
