summaryrefslogtreecommitdiff
path: root/gui.js
Commit message (Collapse)AuthorAgeFilesLines
* GUI: Use new vector prompter for stage dimensionsjmoenig2014-02-131-52/+13
| | | | | also take out previous experimental code and make this new feature an official one
* Fixed #322, #324jmoenig2014-02-131-2/+11
|
* Constrain minimum stage size to 480 x 180jmoenig2014-02-131-7/+8
|
* New Feature: Set stage dimensions arbitrarilyjmoenig2014-02-111-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 projectjmoenig2014-02-041-0/+11
|
* Import sounds from the project menujmoenig2014-02-041-1/+27
| | | | Thanks, Brian, for the changeset!
* Import costumes and backgrounds from the project menujmoenig2014-02-041-1/+62
| | | | thanks, Brian, for the changeset!
* validated all source files against the latest JSLint versionjmoenig2014-01-091-3/+3
| | | | and pushed to this date
* cloud project saving transmission integrity checkjmoenig2013-11-071-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 namesjmoenig2013-11-041-2/+2
| | | | (for backend index)
* "plain block prototype labels" preference settingjmoenig2013-10-041-3/+26
| | | | hide / show the (+) symbols in the block editor
* fixed #146jmoenig2013-09-191-2/+2
| | | | filter out empty costumes
* prevent costumes with imported CORS-tainted canvasesjmoenig2013-09-181-1/+14
| | | | expected to fix #155, #154, #151, #148, #147, #127 for future projects
* fixed #119, #149jmoenig2013-09-171-3/+9
| | | | | accessing a shared projects requires lowercasing the username - this is now automatically taken care of
* fixed #115jmoenig2013-09-161-0/+1
| | | | prevent loading several instances of the same block definition
* Example projects in project dialogjmoenig2013-09-161-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 listjmoenig2013-08-171-27/+29
| | | | thanks, Brian
* Nestable Sprites fixesjmoenig2013-08-101-3/+3
|
* Nested Sprite Rotation style buttons on corral iconsjmoenig2013-08-091-1/+48
|
* Sprite Nesting GUIjmoenig2013-08-071-0/+12
| | | | (still hidden and disabled at this time)
* Fixed stage costume scaling & misplacing bugjmoenig2013-08-071-1/+5
| | | | Thanks, Josh, for the report!
* Sprite Nesting preliminariesjmoenig2013-08-071-2/+13
| | | | not yet functional and disabled
* fixed #104jmoenig2013-07-301-7/+8
|
* Reset hidden primitives and code mappings upon loading a new projectjmoenig2013-07-101-1/+9
|
* Codification (blocks to text) support completejmoenig2013-07-041-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 menujmoenig2013-07-021-4/+4
| | | | since we don't pop up the blocks selection dialog anymore
* GUI: import libraries featurejmoenig2013-07-021-1/+46
| | | | | | | | | in the project menu, libraries for * Iteration, composition, * List utilities, * Variadic reporters, * Words, sentences
* improved importing costumesjmoenig2013-06-281-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 cloudjmoenig2013-06-261-2/+3
|
* GUI: make code mapping preference persistentjmoenig2013-06-201-2/+13
|
* Code mappingjmoenig2013-06-181-1/+15
| | | | generating text code from blocks, first experimental iteration
* Restore user settings fix for localizationjmoenig2013-05-171-74/+90
|
* Remember user settings across sessionsjmoenig2013-05-171-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 preferencejmoenig2013-05-161-50/+172
| | | | in the IDE's settings menu
* Paint editor fixes and creditsjmoenig2013-05-141-0/+1
|
* Paint editor integrationjmoenig2013-05-141-29/+160
|
* Reset Password via emailed linkjmoenig2013-05-101-3/+3
| | | | (front end only)
* Reset Password Featurejmoenig2013-05-061-28/+77
| | | | (front end only)
* Fixed #83jmoenig2013-04-301-1/+2
|
* Hide Primitives featurejmoenig2013-04-251-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 handlingjmoenig2013-04-241-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 updatejmoenig2013-04-231-1/+1
|
* Merge pull request #74 from queryselector/issue-23Jens Mönig2013-04-231-21/+22
|\ | | | | Fixed #23
| * Fixed #23Nathan Dinsmore2013-04-211-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-72Jens Mönig2013-04-231-2/+4
|\ \ | | | | | | Fixed #72
| * | Fixed #72Nathan Dinsmore2013-04-221-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-59Jens Mönig2013-04-231-2/+2
|\ \ \ | | | | | | | | Fixed #59
| * | | Fixed #59Nathan Dinsmore2013-04-191-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-27Jens Mönig2013-04-231-1/+1
|\ \ \ | |_|/ |/| | Fixed #27
| * | Fixed issue #27Nathan Dinsmore2013-04-191-1/+1
| |/ | | | | | | The "Import tools" menu item no longer has an ellipsis.