summaryrefslogtreecommitdiff
path: root/gui.js
Commit message (Collapse)AuthorAgeFilesLines
* merge upstreamdevelopmentGubolin2015-07-231-18/+31
|\
| * add indentationjmoenig2015-06-251-3/+3
| | | | | | | | again to please old.jslint.com :-)
| * Merge pull request #624 from cycomachead/shared-urlJens Mönig2015-06-251-0/+15
| |\ | | | | | | Set location.hash to cloud URLs on project shares
| | * Shared URLs: remove call to .siblings()Michael Ball2014-11-241-3/+3
| | | | | | | | | | | | Project dialog morphs reference `ide` directly instead of using a function call
| | * Merge branch 'master' of ↵Michael Ball2014-11-241-4/+5
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://github.com/jmoenig/Snap--Build-Your-Own-Blocks into shared-url * 'master' of git://github.com/jmoenig/Snap--Build-Your-Own-Blocks: (34 commits) tail-call-elimination for reporters - experiment allow recursive reporters to be stopped by user updated history fixed #131 Fixed #34 Fixed #644 Fixed #372 Fixed #416 Fixed #318 Fix “stop this block” primitive for tail-call-elimination Fix "stop this block"’s lexical awareness Add a new Favicon to Snap! (Clearer Lambda) integrate translation update push morphic.js version date fix ‘line’ option in ‘split’ block for Windows files integrate percent sign fix for JSLint Updated the “About” Dialog renamed Process::callback to "onComplete" Fixed #364 avoid “freezing” when calling LAUNCH on empty ring Fixed #642, avoid “freezing” when calling CONS on non-list/null ...
| | * | Set location.hash to cloud URLs on project sharesMichael Ball2014-10-251-0/+15
| | | | | | | | | | | | | | | | | | | | This will make it much easier to get the URL for a shared project. It also removes the # from the URL when the open project is unshared."
| * | | 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)
| * | | | add some spacesjmoenig2015-06-251-4/+3
| | | | | | | | | | | | | | | | | | | | to satisfy old.jslint.com :-)
| * | | | Merge pull request #821 from show0k/masterJens Mönig2015-06-251-13/+12
| |\ \ \ \ | | | | | | | | | | | | Remove harcoded url in gui.js (fix #814)
| | * | | | 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-251-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixed typo in Process definition
| | * | | | | Fixed #809Brian Broll2015-05-231-2/+2
| | |/ / / /
| * | | | | wrap credits tab in "about" Dialogjmoenig2015-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | to accommodate for @nathan ’s abundant contributions :-)
| * | | | | Revert to "new" for object creationjmoenig2015-06-251-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | and prepare for new release
| * | | | | Use Object.create(…) instead of new …() for inheritance (faster)Nathan Dinsmore2015-06-171-8/+8
| |/ / / /
| * | | | Fix encoding for exported sprites (esp. comments)Jens Mönig2015-05-181-2/+4
| | | | |
| * | | | Release!Jens Mönig2015-05-011-1/+1
| | | | |
| * | | | formatting tweaks for JSLint’s benefitJens Mönig2015-05-011-3/+3
| | | | |
| * | | | Merge pull request #768 from bromagosa/contribJens Mönig2015-05-011-2/+15
| |\ \ \ \ | | | | | | | | | | | | new parameters to allow embedding projects
| | * | | | new parameters to allow embedding projectsBernat Romagosa2015-04-101-2/+15
| | | |/ / | | |/| |
| * | | | hide “save to disk” option behind shift-click again (has issues in Chrome)Jens Mönig2015-05-011-7/+10
| | | | |
* | | | | Merge branch 'OOP' into developmentGubolin2015-07-011-2/+4
|\ \ \ \ \
| * | | | | Fix encoding for exported sprites (esp. comments)Jens Mönig2015-05-181-2/+4
| | | | | |
* | | | | | merge upstreamGubolin2015-05-061-9/+25
|\| | | | |
| * | | | | parameters for embedding projectsJens Mönig2015-05-011-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | Thanks, Bernat!
| * | | | | hide “save to disk” option behind shift-click again (has issues in Chrome)Jens Mönig2015-05-011-7/+10
| | | | | |
* | | | | | Merge branch 'mobileapp' into developmentGubolin2015-03-241-1/+0
|\ \ \ \ \ \
* \ \ \ \ \ \ merge branch p2pGubolin2015-03-241-0/+30
|\ \ \ \ \ \ \
| * | | | | | | create one peer per IDEp2pGubolin2015-03-201-1/+30
| | | | | | | |
* | | | | | | | merge branch OOPGubolin2015-03-241-4/+14
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Prototypal inheritance of sprite-local variablesJens Mönig2015-03-211-4/+14
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (experimental) slotwise inheritance à la Henry Lieberman for sprite-local variables. see http://web.media.mit.edu/~lieber/Lieberary/OOP/Delegation/Delegation.htm l Let a sprite inherit another sprite’s local variables by making it the “parent” in the sprite-icon’s context menu (the button icon in the sprite corral underneath the stage). The child not only inherits the variable slot but also - dynamically - the parent variable’s value. Changing the parent’s variable value also changes it for every child. If a child uses SET or CHANGE on an inherited variable it automatically “shadows” it with its own value, thereby stopping dynamic participation in the parent slot’s value (in effect dis-inheriting that slot). Deleting a shadowed variable slot once again reinstates its inheritance status. inherited variables are shown as “ghosted” both in the child’s variables palette and in such stage watchers. “Shadowing” them un-ghosts both the variable blob template in the palette and the watcher onstage (if any). Deleting a shadowed variable once again ghosts the watcher and the palette block template. Delete a (shadowed) variable either via the “Delete a variable” button in the IDE or using the new “Delete” block in the variables category
* | | | | | | Merge branch 'master' into developmentGubolin2015-03-201-5/+5
|\| | | | | |
| * | | | | | switch from beta to release candidateJens Mönig2015-03-151-2/+2
| | | | | | |
| * | | | | | Only enable input caching for blocksJens Mönig2015-03-091-4/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch p2p into developmentGubolin2015-03-081-0/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | rewrite peering flow; add peer id blocksGubolin2015-03-081-0/+2
| |/ / / /
* | | | | mergeGubolin2015-03-011-3/+14
|\| | | |
| * | | | Cache inputs - accelerate recursive reportersJens Mönig2015-02-281-1/+12
| | | | | | | | | | | | | | | | | | | | and warped / turbo recursive commands by up to 40%
| * | | | Update German translationjmoenig2015-02-231-3/+3
| | | | |
* | | | | mergeGubolin2015-02-241-1/+1
| | | | |
* | | | | mergeGubolin2015-02-241-17/+85
|\ \ \ \ \
| * | | | | mergeGubolin2015-02-221-15/+83
| |\| | | |
| | * | | | Make “project data in URLs” a hidden dev optionjmoenig2015-02-201-6/+37
| | | | | | | | | | | | | | | | | | | | | | | | (prevent long urls per default)
| | * | | | Un-hide “Save to disk” featurejmoenig2015-02-201-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | (currently supported by both Chrome and Firefox, but not by Safari)
| | * | | | Added url switch #cloud: to open a shared project in edit modejmoenig2015-02-061-1/+41
| | | | | |
| * | | | | Merge branch 'master' into mobileappGubolin2015-01-241-20/+61
| |\| | | |
| * | | | | merge upstreamGubolin2015-01-031-20/+39
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'master' of ↵Gubolin2015-01-241-20/+61
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | https://github.com/jmoenig/Snap--Build-Your-Own-Blocks into development
| * | | | | | Fix Zoom Dialog’s sample background in “flat” designjmoenig2015-01-211-0/+1
| | | | | | |
| * | | | | | Generate ScriptsPaneTexture programmaticallyjmoenig2015-01-211-4/+20
| | | | | | |