summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16 from queryselector/masterJens Mönig2013-04-092-26/+30
|\ | | | | Fixed #7 and #10
| * Merge remote-tracking branch 'upstream/master'Nathan Dinsmore2013-04-093-29/+152
| |\ | |/ |/|
* | Support for debugging shared projectsjmoenig2013-04-092-3/+50
| |
* | Hide IDE while opening a shared project for presentationjmoenig2013-04-092-0/+13
| |
* | Feedback msg when sharing / unsharing projectsjmoenig2013-04-092-0/+3
| |
* | Bold type shared project namesjmoenig2013-04-092-5/+21
| | | | | | | | in the project dialog
* | Morphic: ListMorph and Menu enhancementsjmoenig2013-04-092-23/+67
| | | | | | | | | | | | * Additional formatting enhancements for Triggers and MenuItems (ListItems): bold, italic * Item manipulations capabilities for ListMorph items
| * Fixed #10Nathan Dinsmore2013-04-091-0/+4
| | | | | | | | Clicking and dragging on a button no longer picks up the morph to which it is attached
| * Fixed #7Nathan Dinsmore2013-04-091-26/+26
|/ | | | Passing non-numeric values to blocks no longer causes unpredictable behavior.
* "Fixed #3" Follow-upjmoenig2013-04-092-2/+8
|
* Merge pull request #15 from queryselector/masterJens Mönig2013-04-0937-1099/+1108
|\ | | | | Removed .DS_Store, fixed #3, and made things consistently UTF-8
| * Switched to UTF-8Nathan Dinsmore2013-04-0815-35/+35
| | | | | | | | This fixes some encoding issues
| * Revert "Fixed an encoding issue"Nathan Dinsmore2013-04-0813-35/+35
| | | | | | | | This reverts commit 4d37845b2e4de02ffa5a2e8a37812cca98e206d8.
| * Fixed an encoding issueNathan Dinsmore2013-04-0813-35/+35
| |
| * 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-0835-1055/+1055
| |
| * Removed .DS_Store and added a .gitignoreNathan Dinsmore2013-04-082-0/+1
|/
* Turn pen trails into new costumejmoenig2013-04-082-2/+22
| | | | | currently still hidden in the stage's context menu, visible when shift-clicked
* Fix: switch to edit mode and tab to scripts when loading a projectjmoenig2013-04-082-0/+3
|
* Italian translation updatejmoenig2013-04-083-19/+144
| | | | Thanks for this constribution, Stefano Federici!
* Adjust list watcher size to blocks' zoom scalejmoenig2013-04-082-3/+6
|
* Merge pull request #14 from MMSequeira/masterJens Mönig2013-04-081-3/+27
|\ | | | | Improvements to the Portuguese translation
| * Correct and add translations strings for Portuguese translation.Manuel Menezes de Sequeira2013-04-061-3/+27
| |
* | Sharing / Unsharing projects finalizationjmoenig2013-04-083-7/+27
|/
* Variable-names drop-down menu when renaming blobsjmoenig2013-04-052-3/+12
| | | | | renaming variable blobs now features a drop-down menu in the dialog box with reachable variable names and a picture of the block to be renamed
* Fix: Make Comments Detachable from Prototype Hatsjmoenig2013-04-042-1/+4
|
* Display Custom Block Comments as Helpjmoenig2013-04-042-3/+25
| | | | | Selecting "Help" for a custom block now pops up the comment attached to its definition's prototype hat, if any
* Loading shared cloud projects in presentation modejmoenig2013-04-043-6/+82
| | | | and exporting URLs for shared projects
* PrototypeHatBlocks accept anchored commentsjmoenig2013-04-034-8/+26
| | | | | You can now "stick" comments to the prototype hat block in the block editor
* Fix: Removed added textarea from YPR modulejmoenig2013-04-032-4/+10
| | | | | No more text area in upper left corner of the Snap! IDE when converting a .ypr project
* Anchored Comments Enhancementsjmoenig2013-04-024-13/+46
| | | | | | | * 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-024-10/+134
| | | | | Support for publishing and un-publishing projects in the cloud (not yet live in the current production version of the cloud backend)
* Japanese translations updatejmoenig2013-04-023-133/+457
| | | | thanks to Kazuhiro Abe!!
* Simplified Chinese translation updatejmoenig2013-03-253-7/+133
| | | | thanks for the contribution, 邓江华 !!
* Spanish translationjmoenig2013-03-253-0/+1125
| | | | thanks for the contribution, Victor Manuel Muratalla!!
* Boolean value representation translation fixjmoenig2013-03-252-3/+7
| | | | | | Boolean value block representations in evaluation bubbles, speech bubbles and stage watchers, are now translated. Thanks, Victor, for the bug report!
* Portuguese translation updatejmoenig2013-03-222-0/+0
| | | | Thanks, for the quick translation, Manuel!
* Merge pull request #6 from MMSequeira/masterJens Mönig2013-03-221-5/+35
|\ | | | | Updated Portuguese l10n to include stage pics and zoom strings. Also improved direction dropdown.
| * Add zoom and stage pic strings. Improve direction dropdown.Manuel Menezes de Sequeira2013-03-221-5/+35
|/
* Cloud: Dynamic fallback msg supportjmoenig2013-03-222-2/+26
| | | | | before popping up an error dialog, the GUI can check another URL for an explanation about server downtimes etc.,
* Stage screenshotsjmoenig2013-03-224-3/+27
| | | | | | 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-224-9/+36
| | | | for the new "Zoom blocks" feature
* Zoom Blocksjmoenig2013-03-226-63/+195
| | | | | | in the settings menu. also: Optional slider for numeric prompter, numberic prompters for watchers' sliderMin/Max
* Cloud: Support cookiesjmoenig2013-03-213-2/+8
|
* YPR->Snap! support for OF blockjmoenig2013-03-201-10/+35
| | | | thanks, Nathan!
* YPR: Fix for turnLeft / turnRight swap bugjmoenig2013-03-202-3/+8
| | | | Thanks for reporting this, Dan!
* Updating localizationjmoenig2013-03-201-0/+0
| | | | ... and struggling with Github...
* Adjust all translations for %msgHat and %keyHat specsjmoenig2013-03-209-37/+37
| | | | | the specs for hat blocks have been changed to prevent reporter drops. This change makes sure the new specs are translated properly again.
* Portuguese translation update, 2nd tryjmoenig2013-03-201-8/+0
| | | | trying to come to grips with Github...
* Portuguese translation updatejmoenig2013-03-202-0/+8
| | | | Thanks, Manuel!