summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | format list changes for JSLintjmoenig2014-07-171-15/+15
| | | | | | | | | | | | | | | | | | | | and rename var ‘me’ to ‘myself’ to make it conform to the rest of Snap’s codebase
* | | | change internal list ops to be iterative (bh)jmoenig2014-07-171-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/bhJens Mönig2014-07-111-1/+18
|\ \ \ | | | | | | | | Bh
| * | | Improve sbe-or-relative to generalizebrianharvey2014-07-111-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.ebrianharvey2014-07-111-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)jmoenig2014-07-113-4/+7
| | | | | | | | | | | | | | | | thanks, @cycomached!
* | | | limit persistent blocks zoom to 12jmoenig2014-07-111-1/+1
| | | |
* | | | fixed #507 (limit persistent block zoom to 12x)jmoenig2014-07-112-1/+2
|/ / / | | | | | | | | | thanks, @cycomachead !
* | | fixed #412 (incomplete sprite-removal)jmoenig2014-07-112-8/+9
| | |
* | | fixed #506, thanks @haritop!jmoenig2014-07-112-5/+6
| | | | | | | | | | | | | | | thanks @haritop, for both the report and for also providing the fix for it!!
* | | make the color of the %pause symbol more yellowishjmoenig2014-07-112-2/+3
| | |
* | | Morphic: directly edit properties in inspectorsjmoenig2014-07-112-4/+16
| | |
* | | tweak glitch in event.keyCode/charCodejmoenig2014-07-111-1/+1
| | | | | | | | | | | | Thanks, Michael!
* | | keyboard shortcut ctrl/cmd-shift-a for '@'jmoenig2014-07-112-13/+19
| | |
* | | Merge pull request #494 from marwahaha/tools-xmlbrianharvey2014-07-101-1/+1
|\ \ \ | | | | | | | | tools now pointing locally
| * | | tools now pointing locallyKunal Marwaha2014-07-031-1/+1
| | | |
* | | | Merge pull request #434 from cycomachead/toolsbrianharvey2014-07-104-2/+2
|\ \ \ \ | | | | | | | | | | Tools Arrow
| * | | | Tools.xml: Update tools with word->list blockMichael Ball2014-07-091-1/+1
| | | | |
| * | | | add new help images for modified list and sentence blocksMichael Ball2014-05-102-0/+0
| | | | |
| * | | | add symlinks for current block namesMichael Ball2014-05-072-0/+0
| | | | |
| * | | | update word->sentence block spec; replace xml fileMichael Ball2014-05-061-1/+1
| | | | |
| * | | | use right arrow for list tools blocks; update images and symlink for ↵Michael Ball2014-05-065-1/+1
| | | | | | | | | | | | | | | | | | | | compatibility
* | | | | fixed #490jmoenig2014-07-082-1/+2
| | | | |
* | | | | change “delete” behavior in context menusjmoenig2014-07-082-3/+41
| | | | | | | | | | | | | | | | | | | | | | | | | to only delete this particular blocks (and reconnect the next block to the previous one)
* | | | | revert changes made for JSLint’s sakejmoenig2014-07-082-11/+6
| | | | | | | | | | | | | | | | | | | | after the issue was fixed in JSLint
* | | | | add keyboard shortcut for “new project”: ctr-njmoenig2014-07-083-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | note: some browsers (actually, most ^^) override this before Snap gets a chance to do its thing :-(
* | | | | updated version of objects.jsjmoenig2014-07-082-2/+3
| | | | | | | | | | | | | | | | | | | | fixed scrolling glitch in the palette, thanks, Kunal!
* | | | | Merge pull request #487 from cs10/kunal/scrollingJens Mönig2014-07-082-2/+5
|\ \ \ \ \ | | | | | | | | | | | | fixed scrolling glitch in palette
| * | | | | actually no cached image needs to scrollKunal Marwaha2014-06-251-4/+0
| | | | | |
| * | | | | reason for scroll issue: only non-cached palettes needed to be scrolledKunal Marwaha2014-06-252-5/+9
| | | | | |
| * | | | | fixed scrollingKunal Marwaha2014-06-241-0/+3
| | |_|_|/ | |/| | |
* | | | | show username in ‘logout’ entry of cloud menujmoenig2014-07-082-8/+7
| | | | |
* | | | | show error messages for custom blocks (sorta)jmoenig2014-07-082-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 optionjmoenig2014-07-062-1/+6
| |_|/ / |/| | |
* | | | Morphic tweaksjmoenig2014-06-231-2/+7
| | | |
* | | | prepare releasejmoenig2014-06-232-1/+2
| | | |
* | | | Merge pull request #480 from cs10/kunal/update-share-btnJens Mönig2014-06-231-0/+8
|\ \ \ \ | | | | | | | | | | Kunal/update share btn
| * | | | added drawnewKunal Marwaha2014-06-221-0/+8
| |/ / /
| * | | Merge pull request #34 from jmoenig/masterMichael Ball2014-06-2113-59/+601
| |\ \ \ | | | | | | | | | | updating cs10 branch from jmoenig 0614
| * \ \ \ Merge pull request #33 from jmoenig/masterMichael Ball2014-05-246-23/+258
| |\ \ \ \ | | | | | | | | | | | | update cs10 fork
| * \ \ \ \ Merge pull request #31 from jmoenig/masterMichael Ball2014-05-0312-64/+3004
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | | Update CS10 Fork
* | | | | Morphic: Inspector enhancementsjmoenig2014-06-232-19/+55
| |_|_|/ |/| | | | | | | | | | | dynamic property update, keyboard shortcuts
* | | | relabelling custom blocks (experimental)jmoenig2014-06-063-1/+58
| | | |
* | | | show zebra-coloring when previewing cross-category relabelsjmoenig2014-06-061-0/+1
| | | |
* | | | tweaksjmoenig2014-06-061-2/+1
| | | |
* | | | more relabelling options for SAY, THINK, ASKjmoenig2014-06-062-4/+6
| | | |
* | | | enable relabelling blocks across categoriesjmoenig2014-06-062-0/+2
| | | |
* | | | enable relabelling blocks with C-Slotsjmoenig2014-06-063-2/+15
| | | |
* | | | more relabelling options for SAY and THINK variantsjmoenig2014-06-062-4/+5
| | | |
* | | | add hide and show blocks for the stagejmoenig2014-06-062-0/+4
| | | |