| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Fixed #29 | Nathan Dinsmore | 2013-04-13 | 14 | -18/+18 | |
| | |/ | | | | | | | Corrected the capitalization of the "add a new sprite" tooltip | |||||
| * | | Merge pull request #36 from queryselector/issue-25 | Jens Mönig | 2013-04-18 | 14 | -14/+14 | |
| |\ \ | | | | | | | Fixed #25 | |||||
| | * | | Updated Czech translation | Nathan Dinsmore | 2013-04-13 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fixed issue #25 | Nathan Dinsmore | 2013-04-13 | 13 | -13/+13 | |
| | |/ | | | | | | | Corrected the capitalization of the "Project notes..." menu item | |||||
| * | | Merge pull request #35 from queryselector/issue-33 | Jens Mönig | 2013-04-18 | 1 | -2/+9 | |
| |\ \ | | | | | | | Fixed #33 | |||||
| | * | | Fixed issue #33 | Nathan Dinsmore | 2013-04-13 | 1 | -2/+9 | |
| | |/ | | | | | | | Generated variable names now follow the pattern a..z, aa..zz, aaa..zzz, etc. | |||||
| * / | Export picture of all scripts | jmoenig | 2013-04-17 | 4 | -4/+48 | |
| |/ | | | | | | | | | | * new entry in the ScriptsMorph's userMenu lets you export a picture of all scripts, including comments. * place sticky comments on World layer on dragging their anchor block, fixes both #8 and #18 * additional settings for developing the backend | |||||
| * | Sharing / Unsharing / Deleting in every Project Dialog | jmoenig | 2013-04-12 | 2 | -31/+26 | |
| | | | | | not just in the "open project" dialog, but also in the "save as" version | |||||
| * | Tooltips for custom block templates (sitting in the palette) | jmoenig | 2013-04-12 | 2 | -2/+68 | |
| | | | | | | mousing over a custom block in the palette pops up its definition hat comment in a comment-colored speech bubble | |||||
| * | Lists: fix for typecasting bug in CONTAINS primitive | jmoenig | 2013-04-12 | 2 | -3/+8 | |
| | | ||||||
| * | Missing localStorage no longer prevents Snap! from loading | jmoenig | 2013-04-11 | 2 | -6/+9 | |
| | | | | | … as in IE9 running locally | |||||
| * | Morphic: Virtual Keyboard enhancements | jmoenig | 2013-04-11 | 2 | -3/+15 | |
| | | | | | | | | The input-element-as-virtual-keyboard-proxy mechanism now gets only activated on touchscreen devices. Whether the browser is a touchscreen device is determined whenever a touch event occurs. for iOS devices, autocapitalization is now turned off. | |||||
| * | Load shared projects from different formats | jmoenig | 2013-04-10 | 4 | -5/+13 | |
| | | | | | cloud data and plain project format | |||||
| * | Merge pull request #16 from queryselector/master | Jens Mönig | 2013-04-09 | 2 | -26/+30 | |
| |\ | | | | | Fixed #7 and #10 | |||||
| | * | Merge remote-tracking branch 'upstream/master' | Nathan Dinsmore | 2013-04-09 | 3 | -29/+152 | |
| | |\ | |/ |/| | ||||||
| * | | Support for debugging shared projects | jmoenig | 2013-04-09 | 2 | -3/+50 | |
| | | | ||||||
| * | | Hide IDE while opening a shared project for presentation | jmoenig | 2013-04-09 | 2 | -0/+13 | |
| | | | ||||||
| * | | Feedback msg when sharing / unsharing projects | jmoenig | 2013-04-09 | 2 | -0/+3 | |
| | | | ||||||
| * | | Bold type shared project names | jmoenig | 2013-04-09 | 2 | -5/+21 | |
| | | | | | | | | | in the project dialog | |||||
| * | | Morphic: ListMorph and Menu enhancements | jmoenig | 2013-04-09 | 2 | -23/+67 | |
| | | | | | | | | | | | | | * Additional formatting enhancements for Triggers and MenuItems (ListItems): bold, italic * Item manipulations capabilities for ListMorph items | |||||
| | * | Fixed #10 | Nathan Dinsmore | 2013-04-09 | 1 | -0/+4 | |
| | | | | | | | | | Clicking and dragging on a button no longer picks up the morph to which it is attached | |||||
| | * | Fixed #7 | Nathan Dinsmore | 2013-04-09 | 1 | -26/+26 | |
| |/ | | | | Passing non-numeric values to blocks no longer causes unpredictable behavior. | |||||
| * | "Fixed #3" Follow-up | jmoenig | 2013-04-09 | 2 | -2/+8 | |
| | | ||||||
| * | Merge pull request #15 from queryselector/master | Jens Mönig | 2013-04-09 | 37 | -1099/+1108 | |
| |\ | | | | | Removed .DS_Store, fixed #3, and made things consistently UTF-8 | |||||
| | * | Switched to UTF-8 | Nathan Dinsmore | 2013-04-08 | 15 | -35/+35 | |
| | | | | | | | | | This fixes some encoding issues | |||||
| | * | Revert "Fixed an encoding issue" | Nathan Dinsmore | 2013-04-08 | 13 | -35/+35 | |
| | | | | | | | | | This reverts commit 4d37845b2e4de02ffa5a2e8a37812cca98e206d8. | |||||
| | * | Fixed an encoding issue | Nathan Dinsmore | 2013-04-08 | 13 | -35/+35 | |
| | | | ||||||
| | * | Fixed #3 | Nathan Dinsmore | 2013-04-08 | 1 | -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 inconsistencies | Nathan Dinsmore | 2013-04-08 | 35 | -1055/+1055 | |
| | | | ||||||
| | * | Removed .DS_Store and added a .gitignore | Nathan Dinsmore | 2013-04-08 | 2 | -0/+1 | |
| |/ | ||||||
| * | Turn pen trails into new costume | jmoenig | 2013-04-08 | 2 | -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 project | jmoenig | 2013-04-08 | 2 | -0/+3 | |
| | | ||||||
| * | Italian translation update | jmoenig | 2013-04-08 | 3 | -19/+144 | |
| | | | | | Thanks for this constribution, Stefano Federici! | |||||
| * | Adjust list watcher size to blocks' zoom scale | jmoenig | 2013-04-08 | 2 | -3/+6 | |
| | | ||||||
| * | Merge pull request #14 from MMSequeira/master | Jens Mönig | 2013-04-08 | 1 | -3/+27 | |
| |\ | | | | | Improvements to the Portuguese translation | |||||
| | * | Correct and add translations strings for Portuguese translation. | Manuel Menezes de Sequeira | 2013-04-06 | 1 | -3/+27 | |
| | | | ||||||
| * | | Sharing / Unsharing projects finalization | jmoenig | 2013-04-08 | 3 | -7/+27 | |
| |/ | ||||||
| * | Variable-names drop-down menu when renaming blobs | jmoenig | 2013-04-05 | 2 | -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 Hats | jmoenig | 2013-04-04 | 2 | -1/+4 | |
| | | ||||||
| * | Display Custom Block Comments as Help | jmoenig | 2013-04-04 | 2 | -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 mode | jmoenig | 2013-04-04 | 3 | -6/+82 | |
| | | | | | and exporting URLs for shared projects | |||||
| * | PrototypeHatBlocks accept anchored comments | jmoenig | 2013-04-03 | 4 | -8/+26 | |
| | | | | | | You can now "stick" comments to the prototype hat block in the block editor | |||||
| * | Fix: Removed added textarea from YPR module | jmoenig | 2013-04-03 | 2 | -4/+10 | |
| | | | | | | No more text area in upper left corner of the Snap! IDE when converting a .ypr project | |||||
| * | Anchored Comments Enhancements | jmoenig | 2013-04-02 | 4 | -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) | jmoenig | 2013-04-02 | 4 | -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 update | jmoenig | 2013-04-02 | 3 | -133/+457 | |
| | | | | | thanks to Kazuhiro Abe!! | |||||
| * | Simplified Chinese translation update | jmoenig | 2013-03-25 | 3 | -7/+133 | |
| | | | | | thanks for the contribution, 邓江华 !! | |||||
| * | Spanish translation | jmoenig | 2013-03-25 | 3 | -0/+1125 | |
| | | | | | thanks for the contribution, Victor Manuel Muratalla!! | |||||
| * | Boolean value representation translation fix | jmoenig | 2013-03-25 | 2 | -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 update | jmoenig | 2013-03-22 | 2 | -0/+0 | |
| | | | | | Thanks, for the quick translation, Manuel! | |||||
