| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | GUI: Use new vector prompter for stage dimensions | jmoenig | 2014-02-13 | 1 | -52/+13 |
| | | | | | | also take out previous experimental code and make this new feature an official one | ||||
| * | Fixed #322, #324 | jmoenig | 2014-02-13 | 1 | -2/+11 |
| | | |||||
| * | Constrain minimum stage size to 480 x 180 | jmoenig | 2014-02-13 | 1 | -7/+8 |
| | | |||||
| * | New Feature: Set stage dimensions arbitrarily | jmoenig | 2014-02-11 | 1 | -1/+99 |
| | | | | | | new entries to set stage width and height in the settings menu when holding the shift key | ||||
| * | Flat line end option in the settings menu, saved with the project | jmoenig | 2014-02-04 | 1 | -0/+11 |
| | | |||||
| * | Import sounds from the project menu | jmoenig | 2014-02-04 | 1 | -1/+27 |
| | | | | | Thanks, Brian, for the changeset! | ||||
| * | Import costumes and backgrounds from the project menu | jmoenig | 2014-02-04 | 1 | -1/+62 |
| | | | | | thanks, Brian, for the changeset! | ||||
| * | validated all source files against the latest JSLint version | jmoenig | 2014-01-09 | 1 | -3/+3 |
| | | | | | and pushed to this date | ||||
| * | cloud project saving transmission integrity check | jmoenig | 2013-11-07 | 1 | -2/+2 |
| | | | | | | | includes the sizes of the sent project components in the transmision, so the cloud backend can check if the whole of them have been transmitted before comitting to the database | ||||
| * | filter quotation marks from project names | jmoenig | 2013-11-04 | 1 | -2/+2 |
| | | | | | (for backend index) | ||||
| * | "plain block prototype labels" preference setting | jmoenig | 2013-10-04 | 1 | -3/+26 |
| | | | | | hide / show the (+) symbols in the block editor | ||||
| * | fixed #146 | jmoenig | 2013-09-19 | 1 | -2/+2 |
| | | | | | filter out empty costumes | ||||
| * | prevent costumes with imported CORS-tainted canvases | jmoenig | 2013-09-18 | 1 | -1/+14 |
| | | | | | expected to fix #155, #154, #151, #148, #147, #127 for future projects | ||||
| * | fixed #119, #149 | jmoenig | 2013-09-17 | 1 | -3/+9 |
| | | | | | | accessing a shared projects requires lowercasing the username - this is now automatically taken care of | ||||
| * | fixed #115 | jmoenig | 2013-09-16 | 1 | -0/+1 |
| | | | | | prevent loading several instances of the same block definition | ||||
| * | Example projects in project dialog | jmoenig | 2013-09-16 | 1 | -62/+108 |
| | | | | | | | thanks, Brian. Also, this changeset contains improvements and simplifications for synchronous HTTP calls which are used for fetching libraries and example projects | ||||
| * | "Dynamic" library list | jmoenig | 2013-08-17 | 1 | -27/+29 |
| | | | | | thanks, Brian | ||||
| * | Nestable Sprites fixes | jmoenig | 2013-08-10 | 1 | -3/+3 |
| | | |||||
| * | 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. | ||||
