summaryrefslogtreecommitdiff
path: root/lists.js
Commit message (Collapse)AuthorAgeFilesLines
* 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