summaryrefslogtreecommitdiff
path: root/gui.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #509 from jmoenig/bhJens Mönig2014-07-111-1/+18
|\ | | | | Bh
| * Improve sbe-or-relative to generalizebrianharvey2014-07-111-6/+6
| | | | | | New method GetURLsbeOrRelative(url) takes a relative URL and tries it first on s.b.e and if that fails as a relative url.
| * Allow loading tools.xml from mirror *or* s.b.ebrianharvey2014-07-111-2/+19
| | | | | | | | | | Using full http://s.b.e/snapsource/tools.xml disallows local repository. Using relative tools.xml disallows running from local disk but getting tools from s.b.e. So we try both.
* | fixed #508 (don’t popup empty menus)jmoenig2014-07-111-1/+1
| | | | | | | | thanks, @cycomached!
* | limit persistent blocks zoom to 12jmoenig2014-07-111-1/+1
| |
* | fixed #507 (limit persistent block zoom to 12x)jmoenig2014-07-111-1/+1
|/ | | | thanks, @cycomachead !
* fixed #412 (incomplete sprite-removal)jmoenig2014-07-111-8/+8
|
* Merge pull request #494 from marwahaha/tools-xmlbrianharvey2014-07-101-1/+1
|\ | | | | tools now pointing locally
| * tools now pointing locallyKunal Marwaha2014-07-031-1/+1
| |
* | add keyboard shortcut for “new project”: ctr-njmoenig2014-07-081-12/+10
| | | | | | | | | | note: some browsers (actually, most ^^) override this before Snap gets a chance to do its thing :-(
* | 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
|