summaryrefslogtreecommitdiff
path: root/gui.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed an encoding issueNathan Dinsmore2013-04-081-2/+2
|
* Fixed #3Nathan Dinsmore2013-04-081-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 inconsistenciesNathan Dinsmore2013-04-081-5/+5
|
* Fix: switch to edit mode and tab to scripts when loading a projectjmoenig2013-04-081-0/+2
|
* Sharing / Unsharing projects finalizationjmoenig2013-04-081-3/+16
|
* Loading shared cloud projects in presentation modejmoenig2013-04-041-4/+20
| | | | and exporting URLs for shared projects
* Anchored Comments Enhancementsjmoenig2013-04-021-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)jmoenig2013-04-021-3/+103
| | | | | Support for publishing and un-publishing projects in the cloud (not yet live in the current production version of the cloud backend)
* Cloud: Dynamic fallback msg supportjmoenig2013-03-221-1/+24
| | | | | before popping up an error dialog, the GUI can check another URL for an explanation about server downtimes etc.,
* Stage screenshotsjmoenig2013-03-221-1/+12
| | | | | | the stage's context menu, and likewise the stage icon's context menu in the corral, now let you export a screenshot of the stage including all pen trails, sprites, watchers and speech bubbles
* German translation updatejmoenig2013-03-221-7/+7
| | | | for the new "Zoom blocks" feature
* Zoom Blocksjmoenig2013-03-221-14/+64
| | | | | | in the settings menu. also: Optional slider for numeric prompter, numberic prompters for watchers' sliderMin/Max
* Deactivate motd and cloudmsgjmoenig2013-03-201-1/+4
| | | | | has some issues (synchronous requests, increases startup time on mobiles)
* cloudmsg supportjmoenig2013-03-191-9/+27
| | | | | | cloud related notifications can be put into http://snap.berkeley.edu/cloudmsg.txt and will be shown in cloud related dialogs only (signup, login, change pw, open / save project)
* GUI: fix for #run: URL switchjmoenig2013-03-191-3/+3
|
* motd supportjmoenig2013-03-191-7/+16
| | | | | On startup Snap! looks for http://snap.berkeley.edu/motd.txt, if it exists it is shown in a dialog box
* Scalable Comments, auto-positioning scaled scriptsjmoenig2013-03-191-3/+6
| | | | | including support for auto-positioning scaled scripts (so you don't have to clean-up when scaling blocks)
* Cloud #signup URL switchjmoenig2013-03-181-0/+7
| | | | | adding #signup to the URL directly opens the cloud signup dialog. http://snap.berkeley.edu/snapsource/snap.html#signup
* Scalable blocks and scriptsjmoenig2013-03-181-1/+55
| | | | | | | Shift-clicking on the settings menu lets you specify a fraction, by which blocks and scripts are scaled, allowing you to e.g. export poster-sized hi-res script pics, or to present Snap! live on hi-res screens and projectors
* Creationjmoenig2013-03-161-0/+4991