summaryrefslogtreecommitdiff
path: root/lists.js
Commit message (Collapse)AuthorAgeFilesLines
* fixed "Load Failed Type Error Cannot read property 'isLinked' of null"jmoenig2014-07-281-4/+6
| | | | | you guys need to at least *try* your stuff on a few actual projects, dammit!
* JS function tweak, thank, @nathan!jmoenig2014-07-271-1/+1
|
* List.toString will show contents of the listMichael Ball2014-07-261-1/+1
|
* ensure unique names for costumes created by the paint editorjmoenig2014-07-181-1/+1
|
* list op fixes, thanks, Brian!jmoenig2014-07-181-3/+3
|
* fix List::length to work with stored CS10 projectsjmoenig2014-07-171-2/+2
|
* 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!
* German translation update, tweaksjmoenig2014-06-041-1/+1
|
* Fixed the equals block when one list is linked and the other is notNathan Dinsmore2014-06-021-1/+1
|
* validated all source files against the latest JSLint versionjmoenig2014-01-091-2/+2
| | | | and pushed to this date
* harmonize equality testing and List CONTAINS testingjmoenig2013-12-041-17/+5
|
* fixed type-issue for linked list indicesjmoenig2013-10-081-4/+4
| | | | thanks, Nate, for reporting this issue
* "flat" design enhancements for blocks and watchersjmoenig2013-06-201-4/+4
|
* Fixed #44jmoenig2013-04-231-5/+8
| | | | Circularity no longer breaks watchers
* Lists: fix for typecasting bug in CONTAINS primitivejmoenig2013-04-121-3/+4
|
* Switched to UTF-8Nathan Dinsmore2013-04-081-2/+2
| | | | This fixes some encoding issues
* Revert "Fixed an encoding issue"Nathan Dinsmore2013-04-081-2/+2
| | | | This reverts commit 4d37845b2e4de02ffa5a2e8a37812cca98e206d8.
* Fixed an encoding issueNathan Dinsmore2013-04-081-2/+2
|
* Fixed a number of whitespace inconsistenciesNathan Dinsmore2013-04-081-1/+1
|
* Adjust list watcher size to blocks' zoom scalejmoenig2013-04-081-2/+4
|
* Creationjmoenig2013-03-161-0/+662