| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Double click support for project dialogs | jmoenig | 2013-04-21 | 4 | -764/+883 | |
| | |/ |/| | | | | | | | double clicking a project in the project dialog now performs the specified action for the dialog (open / save) on it. | |||||
| * | | Fixed #65 | jmoenig | 2013-04-21 | 2 | -3/+8 | |
| |/ | | | | using the percent character in variable names is now safe | |||||
| * | German translation update | jmoenig | 2013-04-19 | 13 | -13/+25 | |
| | | | | | | | | for new "scripts pic..." feature on the scripting area's context menu. Also pushed up version dates for new beta release, and added SnapManual.pdf to the help folder | |||||
| * | Merge pull request #52 from queryselector/issue-51 | Jens Mönig | 2013-04-18 | 1 | -1/+1 | |
| |\ | | | | | Fixed #51 | |||||
| | * | Fixed #51 | Nathan Dinsmore | 2013-04-18 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #48 from queryselector/issue-47 | Jens Mönig | 2013-04-18 | 8 | -36/+88 | |
| |\ | | | | | Fixed #47 | |||||
| | * | Fixed #47 | Nathan Dinsmore | 2013-04-15 | 8 | -36/+88 | |
| | | | ||||||
| * | | Merge pull request #42 from queryselector/issue-41 | Jens Mönig | 2013-04-18 | 1 | -7/+8 | |
| |\ \ | | | | | | | Fixed #41 | |||||
| | * | | Fixed #41 | Nathan Dinsmore | 2013-04-13 | 1 | -7/+8 | |
| | |/ | | | | | | | Dragging morphs will no longer throw a TypeError. | |||||
| * | | Merge pull request #40 from queryselector/issue-22 | Jens Mönig | 2013-04-18 | 144 | -0/+15 | |
| |\ \ | | | | | | | Fixed #22 | |||||
| | * | | Fixed #22 | Nathan Dinsmore | 2013-04-13 | 1 | -0/+15 | |
| | | | | | | | | | | | | | Added a "help..." item to the context menus of the "Make a variable," "Delete a variable," and "Make a block" buttons which displays the appropriate help screen | |||||
| | * | | Added "Delete a variable" help screen | Nathan Dinsmore | 2013-04-13 | 1 | -0/+0 | |
| | | | | ||||||
| | * | | Added help screens | Nathan Dinsmore | 2013-04-13 | 142 | -0/+0 | |
| | |/ | ||||||
| * | | Merge pull request #37 from queryselector/issue-29 | Jens Mönig | 2013-04-18 | 14 | -18/+18 | |
| |\ \ | | | | | | | Fixed #29 | |||||
| | * | | 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 | |
| | | | ||||||
