| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Made reg-exp static | Viraj Mahesh | 2014-03-12 | 1 | -14/+13 | |
| | | | | | ||||||
| | * | | | Implemented both ways of Screenshot naming | Viraj Mahesh | 2014-03-12 | 1 | -6/+43 | |
| | | | | | ||||||
| | * | | | Put back the accidentally deleted words | Viraj Mahesh | 2014-03-11 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | Added comment explaining why copy is necessary Copy is only created for pen trails | |||||
| | * | | | pen trails is in an array | Viraj Mahesh | 2014-03-11 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Option of switching between pen trails and stage image has been implemented | Viraj Mahesh | 2014-03-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | Stage saves pen trails too | |||||
| | * | | | Fixed error where penTrail of sprite was being used instead of penTrail of stage | Viraj Mahesh | 2014-03-10 | 1 | -4/+3 | |
| | | | | | ||||||
| | * | | | Added ability to save pen trails | Viraj Mahesh | 2014-03-10 | 2 | -9/+30 | |
| | | | | | | | | | | | | | | | | | Added dropdown menu to choose what to save | |||||
| | * | | | Added the screenshot block for the Stage | Viraj Mahesh | 2014-03-08 | 1 | -0/+7 | |
| | | | | | ||||||
| | * | | | Renamed block | Viraj Mahesh | 2014-03-07 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Removed extra variables | Viraj Mahesh | 2014-03-07 | 1 | -3/+1 | |
| | | | | | ||||||
| | * | | | Use this.addCostume instead of IDE | Viraj Mahesh | 2014-03-07 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Screenshot names are now correctly tracked | Viraj Mahesh | 2014-03-07 | 1 | -11/+13 | |
| | | | | | ||||||
| | * | | | Removed Canvas2Image error | Viraj Mahesh | 2014-03-06 | 1 | -1/+0 | |
| | | | | | ||||||
| | * | | | Final commit: | Viraj Mahesh | 2014-03-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | -Removed an accidental change -Removed commented log statement | |||||
| | * | | | Removed dibyo's test push | Viraj Mahesh | 2014-02-28 | 1 | -2/+0 | |
| | | | | | ||||||
| | * | | | Random change | Dibyo Majumdar | 2014-02-28 | 1 | -0/+2 | |
| | | | | | ||||||
| | * | | | Screenshot counter correctly implemented | Viraj Mahesh | 2014-02-28 | 1 | -1/+8 | |
| | | | | | ||||||
| | * | | | Screenshot block now mentions that it saves the screenshot as a costume | Viraj Mahesh | 2014-02-28 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | Screenshot block now accepts a string | |||||
| | * | | | Fixed errors that arose from not using fullImageClassic() | Viraj Mahesh | 2014-02-25 | 1 | -5/+4 | |
| | | | | | ||||||
| | * | | | Fixed incomplete code | Viraj Mahesh | 2014-02-25 | 1 | -0/+3 | |
| | | | | | ||||||
| | * | | | Screenshts are saved as costumes of the current sprite | Viraj Mahesh | 2014-02-25 | 1 | -1/+14 | |
| | | | | | ||||||
| * | | | | Bangla (Bengali) translation, thanks, Mokter Hossain!! | jmoenig | 2014-07-17 | 3 | -4/+1218 | |
| | | | | | ||||||
| * | | | | fix List::length to work with stored CS10 projects | jmoenig | 2014-07-17 | 2 | -2/+7 | |
| | | | | | ||||||
| * | | | | format list changes for JSLint | jmoenig | 2014-07-17 | 1 | -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) | 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! | |||||
