summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #847 from bl-nero/manualHEADmasterBrian Harvey2015-07-2016-0/+1819
|\
| * Merge branch 'master' into manualBartosz Leper2015-07-2016-472/+487
| |\ | |/ |/|
* | update version historyjmoenig2015-06-261-1/+5
* | update Morphicjmoenig2015-06-262-19/+56
* | add indentationjmoenig2015-06-251-3/+3
* | Merge pull request #624 from cycomachead/shared-urlJens Mönig2015-06-251-0/+15
|\ \
| * | Shared URLs: remove call to .siblings()Michael Ball2014-11-241-3/+3
| * | Merge branch 'master' of git://github.com/jmoenig/Snap--Build-Your-Own-Blocks...Michael Ball2014-11-2413-213/+374
| |\ \
| * | | Set location.hash to cloud URLs on project sharesMichael Ball2014-10-251-0/+15
* | | | update French translation, thanks, Frédéric Bonnaud!jmoenig2015-06-252-7/+151
* | | | Merge pull request #606 from Gubolin/issue_190Jens Mönig2015-06-251-1/+2
|\ \ \ \
| * | | | show an error message if project cannot be loaded (fix #190)issue_190Gubolin2014-10-041-1/+2
* | | | | add some spacesjmoenig2015-06-251-4/+3
* | | | | Merge pull request #821 from show0k/masterJens Mönig2015-06-252-13/+19
|\ \ \ \ \
| * | | | | add a index.html file to redirect automaticly to snap.htmlThéo Segonds2015-06-071-0/+7
| * | | | | Remove hardcoded URLs in gui.js. This fix #814Théo Segonds2015-06-071-13/+12
* | | | | | Merge pull request #805 from brollb/masterJens Mönig2015-06-252-3/+3
|\ \ \ \ \ \
| * | | | | | Fixed #809Brian Broll2015-05-231-2/+2
| * | | | | | Fixed typo in Process constructorBrian Broll2015-05-191-1/+1
* | | | | | | remove some spacesjmoenig2015-06-251-3/+3
* | | | | | | Merge pull request #826 from bromagosa/contribJens Mönig2015-06-251-1/+4
|\ \ \ \ \ \ \
| * | | | | | | fixes #815Bernat Romagosa2015-06-091-1/+4
* | | | | | | | Merge pull request #834 from cycomachead/number-functionsJens Mönig2015-06-252-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Implement log10 and 10^x math functionsMichael Ball2015-06-152-6/+6
* | | | | | | | | update threads.js versionjmoenig2015-06-251-7/+6
* | | | | | | | | Merge pull request #836 from cycomachead/date-error-fixJens Mönig2015-06-251-15/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix Error Handing in the DATE blockMichael Ball2015-06-151-15/+15
| |/ / / / / / / /
* | | | | | | | | wrap credits tab in "about" Dialogjmoenig2015-06-251-1/+1
* | | | | | | | | Revert to "new" for object creationjmoenig2015-06-2510-107/+111
* | | | | | | | | Simplify Morphicjmoenig2015-06-251-192/+142
* | | | | | | | | Merge pull request #837 from nathan/optimJens Mönig2015-06-2510-488/+341
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Use associative arrays if Map doesn't existNathan Dinsmore2015-06-251-72/+69
| * | | | | | | | Speed up parserNathan Dinsmore2015-06-181-89/+30
| * | | | | | | | Fix InputSlotMorph::fixLayout()Nathan Dinsmore2015-06-181-2/+2
| * | | | | | | | Call isTransparentAtNathan Dinsmore2015-06-181-3/+4
| * | | | | | | | Add bracesNathan Dinsmore2015-06-181-1/+1
| * | | | | | | | Declare some variables earlierNathan Dinsmore2015-06-181-3/+3
| * | | | | | | | Fix ListWatcherMorph initializationNathan Dinsmore2015-06-181-7/+8
| * | | | | | | | Optimize loading projects a bit moreNathan Dinsmore2015-06-172-33/+36
| * | | | | | | | Don't redraw label parts unnecessarilyNathan Dinsmore2015-06-171-1/+1
| * | | | | | | | Add missing init() super calls in paint.jsNathan Dinsmore2015-06-171-0/+4
| * | | | | | | | Add a missing super call in overridden updateReferences()Nathan Dinsmore2015-06-171-1/+2
| * | | | | | | | Provide a fallback for browsers that don't support MapNathan Dinsmore2015-06-171-0/+34
| * | | | | | | | Optimize moveBy and friendsNathan Dinsmore2015-06-172-35/+10
| * | | | | | | | Remove clone function (unused)Nathan Dinsmore2015-06-172-11/+1
| * | | | | | | | Don't step SyntaxElementMorphs or their childrenNathan Dinsmore2015-06-171-0/+4
| * | | | | | | | Fix and greatly simplify copying mechanismNathan Dinsmore2015-06-171-128/+34
| * | | | | | | | Optimize copy()Nathan Dinsmore2015-06-171-8/+6
| * | | | | | | | Optimize StringMorph::clearSelection()Nathan Dinsmore2015-06-171-0/+1
| * | | | | | | | Optimize Block::thumbnail()Nathan Dinsmore2015-06-171-16/+13