summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Double click support for project dialogsjmoenig2013-04-214-764/+883
| |/ |/| | | | | | | double clicking a project in the project dialog now performs the specified action for the dialog (open / save) on it.
* | Fixed #65jmoenig2013-04-212-3/+8
|/ | | | using the percent character in variable names is now safe
* German translation updatejmoenig2013-04-1913-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-51Jens Mönig2013-04-181-1/+1
|\ | | | | Fixed #51
| * Fixed #51Nathan Dinsmore2013-04-181-1/+1
|/
* Merge pull request #48 from queryselector/issue-47Jens Mönig2013-04-188-36/+88
|\ | | | | Fixed #47
| * Fixed #47Nathan Dinsmore2013-04-158-36/+88
| |
* | Merge pull request #42 from queryselector/issue-41Jens Mönig2013-04-181-7/+8
|\ \ | | | | | | Fixed #41
| * | Fixed #41Nathan Dinsmore2013-04-131-7/+8
| |/ | | | | | | Dragging morphs will no longer throw a TypeError.
* | Merge pull request #40 from queryselector/issue-22Jens Mönig2013-04-18144-0/+15
|\ \ | | | | | | Fixed #22
| * | Fixed #22Nathan Dinsmore2013-04-131-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 screenNathan Dinsmore2013-04-131-0/+0
| | |
| * | Added help screensNathan Dinsmore2013-04-13142-0/+0
| |/
* | Merge pull request #37 from queryselector/issue-29Jens Mönig2013-04-1814-18/+18
|\ \ | | | | | | Fixed #29
| * | Fixed #29Nathan Dinsmore2013-04-1314-18/+18
| |/ | | | | | | Corrected the capitalization of the "add a new sprite" tooltip
* | Merge pull request #36 from queryselector/issue-25Jens Mönig2013-04-1814-14/+14
|\ \ | | | | | | Fixed #25
| * | Updated Czech translationNathan Dinsmore2013-04-131-1/+1
| | |
| * | Fixed issue #25Nathan Dinsmore2013-04-1313-13/+13
| |/ | | | | | | Corrected the capitalization of the "Project notes..." menu item
* | Merge pull request #35 from queryselector/issue-33Jens Mönig2013-04-181-2/+9
|\ \ | | | | | | Fixed #33
| * | Fixed issue #33Nathan Dinsmore2013-04-131-2/+9
| |/ | | | | | | Generated variable names now follow the pattern a..z, aa..zz, aaa..zzz, etc.
* / Export picture of all scriptsjmoenig2013-04-174-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 Dialogjmoenig2013-04-122-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)jmoenig2013-04-122-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 primitivejmoenig2013-04-122-3/+8
|
* Missing localStorage no longer prevents Snap! from loadingjmoenig2013-04-112-6/+9
| | | | … as in IE9 running locally
* Morphic: Virtual Keyboard enhancementsjmoenig2013-04-112-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 formatsjmoenig2013-04-104-5/+13
| | | | cloud data and plain project format
* 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
| |