0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Jun 20, 2025 — Jun 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Multiline wrapping for FunctionWidget and ExpStmtWidget. More... about 15 years ago
Make tile outlines less obtrusive. More... about 15 years ago
Refactor to begin multiline bounding box work. More... about 15 years ago
Initial support for rendering function definitions. More... about 15 years ago
Add optional whitespace to the ends of lists. More... about 15 years ago
Make InfixWidget underlining more precise. More... about 15 years ago
Refactor all the various places that draw name/expression plugs/sockets. More... about 15 years ago
Factor out 'drawRoundCorner' method from crender.js. More... about 15 years ago
Factor out a 'drawPaddedText' helper method from crender.js. More... about 15 years ago
Initialize fontBold and fontItalic properties in canvas. More... about 15 years ago
Colorize boolean tiles properly. More... about 15 years ago
Implement 'var' tiles in crender. More... about 15 years ago
Refactor padding and vertical layout code; pad block bottom a bit. More... about 15 years ago
Refactor crender.js to eliminate 'ensureChildren' methods. More... about 15 years ago
Make Array.push() properly generic (works even on non-arrays). More... about 15 years ago
Whitespace fixes to binterp.js. More... about 15 years ago
Add stubs for remaining parse tree types. More... about 15 years ago
Add PrefixWidget, fix InfixWidget and WhileWidget spacing. More... about 15 years ago
Change style for 'name' blocks (which are expressions, but not vice-versa). More... about 15 years ago
Improve str_escape function on chrome/webkit. More... about 15 years ago
Use different background colors for expressions, statements, and yadas. More... about 15 years ago
First draft of new canvas-based tile-rendering demo. More... about 15 years ago
Some helpers for debugging. More... about 15 years ago
Add simple bytecode encoding suitable for an on-disk format. More... about 15 years ago
Ensure all arrays has a length field; protect typeof() tests against null. More... about 15 years ago
Implement Array.pop()/Array.join() and array truncation by assigning to length. More... about 15 years ago
Avoid accessing String objects by index; add additional String methods. More... about 15 years ago
Add Number/Math functions to binterp. More... about 15 years ago
Ensure that we're syntax-checking the interpreter, too. More... about 15 years ago
Implement very basic byte array support in the interpreter. More... about 15 years ago