| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | change internal list ops to be iterative (bh) | jmoenig | 2014-07-17 | 1 | -43/+79 |
| | | | | | | so working with large arrayed lists no longer runs into JS’s maximum recursion limit. Thanks, Brian, for the quick fix! | ||||
| * | Merge pull request #509 from jmoenig/bh | Jens Mönig | 2014-07-11 | 1 | -1/+18 |
| |\ | | | | | Bh | ||||
| | * | Improve sbe-or-relative to generalize | brianharvey | 2014-07-11 | 1 | -6/+6 |
| | | | | | | | New method GetURLsbeOrRelative(url) takes a relative URL and tries it first on s.b.e and if that fails as a relative url. | ||||
| | * | Allow loading tools.xml from mirror *or* s.b.e | brianharvey | 2014-07-11 | 1 | -2/+19 |
| | | | | | | | | | | | Using full http://s.b.e/snapsource/tools.xml disallows local repository. Using relative tools.xml disallows running from local disk but getting tools from s.b.e. So we try both. | ||||
| * | | fixed #508 (don’t popup empty menus) | jmoenig | 2014-07-11 | 3 | -4/+7 |
| | | | | | | | | | thanks, @cycomached! | ||||
| * | | limit persistent blocks zoom to 12 | jmoenig | 2014-07-11 | 1 | -1/+1 |
| | | | |||||
| * | | fixed #507 (limit persistent block zoom to 12x) | jmoenig | 2014-07-11 | 2 | -1/+2 |
| |/ | | | | thanks, @cycomachead ! | ||||
| * | fixed #412 (incomplete sprite-removal) | jmoenig | 2014-07-11 | 2 | -8/+9 |
| | | |||||
| * | fixed #506, thanks @haritop! | jmoenig | 2014-07-11 | 2 | -5/+6 |
| | | | | | | thanks @haritop, for both the report and for also providing the fix for it!! | ||||
| * | make the color of the %pause symbol more yellowish | jmoenig | 2014-07-11 | 2 | -2/+3 |
| | | |||||
| * | Morphic: directly edit properties in inspectors | jmoenig | 2014-07-11 | 2 | -4/+16 |
| | | |||||
| * | tweak glitch in event.keyCode/charCode | jmoenig | 2014-07-11 | 1 | -1/+1 |
| | | | | | Thanks, Michael! | ||||
| * | keyboard shortcut ctrl/cmd-shift-a for '@' | jmoenig | 2014-07-11 | 2 | -13/+19 |
| | | |||||
| * | Merge pull request #494 from marwahaha/tools-xml | brianharvey | 2014-07-10 | 1 | -1/+1 |
| |\ | | | | | tools now pointing locally | ||||
| | * | tools now pointing locally | Kunal Marwaha | 2014-07-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #434 from cycomachead/tools | brianharvey | 2014-07-10 | 4 | -2/+2 |
| |\ \ | | | | | | | Tools Arrow | ||||
| | * | | Tools.xml: Update tools with word->list block | Michael Ball | 2014-07-09 | 1 | -1/+1 |
| | | | | |||||
| | * | | add new help images for modified list and sentence blocks | Michael Ball | 2014-05-10 | 2 | -0/+0 |
| | | | | |||||
| | * | | add symlinks for current block names | Michael Ball | 2014-05-07 | 2 | -0/+0 |
| | | | | |||||
| | * | | update word->sentence block spec; replace xml file | Michael Ball | 2014-05-06 | 1 | -1/+1 |
| | | | | |||||
| | * | | use right arrow for list tools blocks; update images and symlink for ↵ | Michael Ball | 2014-05-06 | 5 | -1/+1 |
| | | | | | | | | | | | | | compatibility | ||||
| * | | | fixed #490 | jmoenig | 2014-07-08 | 2 | -1/+2 |
| | | | | |||||
| * | | | change “delete” behavior in context menus | jmoenig | 2014-07-08 | 2 | -3/+41 |
| | | | | | | | | | | | | | | | | to only delete this particular blocks (and reconnect the next block to the previous one) | ||||
| * | | | revert changes made for JSLint’s sake | jmoenig | 2014-07-08 | 2 | -11/+6 |
| | | | | | | | | | | | | | after the issue was fixed in JSLint | ||||
| * | | | add keyboard shortcut for “new project”: ctr-n | jmoenig | 2014-07-08 | 3 | -12/+14 |
| | | | | | | | | | | | | | | | | note: some browsers (actually, most ^^) override this before Snap gets a chance to do its thing :-( | ||||
| * | | | updated version of objects.js | jmoenig | 2014-07-08 | 2 | -2/+3 |
| | | | | | | | | | | | | | fixed scrolling glitch in the palette, thanks, Kunal! | ||||
| * | | | Merge pull request #487 from cs10/kunal/scrolling | Jens Mönig | 2014-07-08 | 2 | -2/+5 |
| |\ \ \ | | | | | | | | | fixed scrolling glitch in palette | ||||
| | * | | | actually no cached image needs to scroll | Kunal Marwaha | 2014-06-25 | 1 | -4/+0 |
| | | | | | |||||
| | * | | | reason for scroll issue: only non-cached palettes needed to be scrolled | Kunal Marwaha | 2014-06-25 | 2 | -5/+9 |
| | | | | | |||||
| | * | | | fixed scrolling | Kunal Marwaha | 2014-06-24 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | show username in ‘logout’ entry of cloud menu | jmoenig | 2014-07-08 | 2 | -8/+7 |
| | | | | | |||||
| * | | | | show error messages for custom blocks (sorta) | jmoenig | 2014-07-08 | 2 | -10/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (propagating to the script’s top block) Also adjust to Doug Crockford’s latest infuriating nitpickings (“unexpected ‘[‘) in JSLint | ||||
| * | | | | add "ringify" to every "unringify" menu option | jmoenig | 2014-07-06 | 2 | -1/+6 |
| | |_|/ |/| | | |||||
| * | | | Morphic tweaks | jmoenig | 2014-06-23 | 1 | -2/+7 |
| | | | | |||||
| * | | | prepare release | jmoenig | 2014-06-23 | 2 | -1/+2 |
| | | | | |||||
| * | | | Merge pull request #480 from cs10/kunal/update-share-btn | Jens Mönig | 2014-06-23 | 1 | -0/+8 |
| |\ \ \ | | | | | | | | | Kunal/update share btn | ||||
| | * | | | added drawnew | Kunal Marwaha | 2014-06-22 | 1 | -0/+8 |
| | |/ / | |||||
| | * | | Merge pull request #34 from jmoenig/master | Michael Ball | 2014-06-21 | 13 | -59/+601 |
| | |\ \ | | | | | | | | | updating cs10 branch from jmoenig 0614 | ||||
| | * \ \ | Merge pull request #33 from jmoenig/master | Michael Ball | 2014-05-24 | 6 | -23/+258 |
| | |\ \ \ | | | | | | | | | | | update cs10 fork | ||||
| | * \ \ \ | Merge pull request #31 from jmoenig/master | Michael Ball | 2014-05-03 | 12 | -64/+3004 |
| | |\ \ \ \ | | | |_|/ | | |/| | | Update CS10 Fork | ||||
| * | | | | | Morphic: Inspector enhancements | jmoenig | 2014-06-23 | 2 | -19/+55 |
| | |_|_|/ |/| | | | | | | | | | | | dynamic property update, keyboard shortcuts | ||||
| * | | | | relabelling custom blocks (experimental) | jmoenig | 2014-06-06 | 3 | -1/+58 |
| | | | | | |||||
| * | | | | show zebra-coloring when previewing cross-category relabels | jmoenig | 2014-06-06 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | tweaks | jmoenig | 2014-06-06 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | more relabelling options for SAY, THINK, ASK | jmoenig | 2014-06-06 | 2 | -4/+6 |
| | | | | | |||||
| * | | | | enable relabelling blocks across categories | jmoenig | 2014-06-06 | 2 | -0/+2 |
| | | | | | |||||
| * | | | | enable relabelling blocks with C-Slots | jmoenig | 2014-06-06 | 3 | -2/+15 |
| | | | | | |||||
| * | | | | more relabelling options for SAY and THINK variants | jmoenig | 2014-06-06 | 2 | -4/+5 |
| | | | | | |||||
| * | | | | add hide and show blocks for the stage | jmoenig | 2014-06-06 | 2 | -0/+4 |
| | | | | | |||||
| * | | | | gracefully hide & show the stage, fixed #281 | jmoenig | 2014-06-06 | 2 | -2/+23 |
| | | | | | |||||
