summaryrefslogtreecommitdiff
path: root/gui.js
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #487 from cs10/kunal/scrollingJens Mönig2014-07-081-2/+0
|\ \ | | | | | | fixed scrolling glitch in palette
| * | actually no cached image needs to scrollKunal Marwaha2014-06-251-4/+0
| | |
| * | reason for scroll issue: only non-cached palettes needed to be scrolledKunal Marwaha2014-06-251-5/+4
| | |
| * | fixed scrollingKunal Marwaha2014-06-241-0/+3
| | |
* | | show username in ‘logout’ entry of cloud menujmoenig2014-07-081-8/+6
| |/ |/|
* | prepare releasejmoenig2014-06-231-1/+1
| |
* | added drawnewKunal Marwaha2014-06-221-0/+8
|/
* German translation update, tweaksjmoenig2014-06-041-0/+1
|
* GUI: new (hidden) feature: “Export all scripts as pic”jmoenig2014-06-041-1/+60
| | | | (including custom block refs)
* Show last-changed-timestamp of cloud projectsjmoenig2014-05-261-2/+14
| | | | | display a tool-tip “bubble” in the “Open-Project” dialog next to the preview field
* Search Blocks feature, keyboard shortcutsjmoenig2014-05-201-20/+29
| | | | Thanks, Kyle, for designing and architecting the search blocks feature!!
* 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
|