Subversion Repositories JSX

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
509 2014-01-18 14:57:40 PointedEars /branches/live/
Created live branch
 
/branches/live
508 2013-12-08 01:21:33 PointedEars /trunk/test/
* test/test.js
  - Added jsx.test.ArrayComparisonFailure()
  - Added jsx.test.assertObjectEquals()
  - Fixed JSdoc
 
/trunk/test/test.js
507 2013-11-18 19:20:19 PointedEars /trunk/dom/
* dom/timeout.js: Refactored to module pattern
 
/trunk/dom/timeout.js
506 2013-11-18 17:26:34 PointedEars /trunk/
* engine.js: Fixed refactoring bug
 
/trunk/engine.js
505 2013-11-18 14:29:41 PointedEars /trunk/dom/
* dom/widgets.js: Fixed trailing comma
 
/trunk/dom/widgets.js
504 2013-10-08 17:23:13 PointedEars /trunk/string/
Renamed old parser implementation
 
/trunk/string/parser-old.js
/trunk/string/parser.js
503 2013-10-05 18:01:23 PointedEars /trunk/
* array.js:
  - jsx.array.BigArray
    + toArray(): Fixed .length and extra indexes
    + Moved methods to prototype that do not access private variables
 
/trunk/array.js
502 2013-09-23 21:35:10 PointedEars /trunk/dom/
* ani.js: Added support for Color opacity
 
/trunk/dom/ani.js
501 2013-09-23 21:28:33 PointedEars /trunk/
* ani.js
  - Timeline.prototype.play()::getPropertySetter:
    + Fixed _setPosition()
    + Use jsx.dom.css.setStyleProperty()
  - Added Animation.prototype.preferNative
  - Refactored to Module pattern
  - Runs in strict mode
 
/trunk/dom/ani.js
/trunk/test/ani.html
500 2013-09-22 01:40:39 PointedEars /trunk/UniCalc/
Added UniCalc, the Unicode Calculator
 
/trunk/UniCalc
/trunk/UniCalc/index.html
/trunk/UniCalc/unicalc.js
499 2013-09-22 01:36:46 PointedEars /trunk/
* array.js
  - jsx.array.BigArray:
    + Added range checks
    + Made MAX_LENGTH public (formerly: _MAX_BIGARRAY_LENGTH)
    + True array-like object
  - jsx.array.pop(): Fixed potential call bomb
  - Optimized imports
 
/trunk/test/array-test.js
/trunk/test/array.js
/trunk/array.js
498 2013-09-22 00:54:26 PointedEars /trunk/
* object.js
  - jsx.object.isArray(): Optimized emulation
  - jsx.object.isMethod(): Simplified/optimized type tests
  - jsx.object.defineProperty(): Prefer native implementation
  - Added jsx.object.isNativeObject()
  - jsx.InvalidArgumentError(): Fixed simple message (no sGot)
  - Fixed bogus JSDT warnings
  - Updated/fixed JSdoc
 
/trunk/object.js
497 2013-09-21 15:25:15 PointedEars /trunk/
* regexp.js: Added jsx.regexp.String.prototype.replace() to support named backreferences
 
/trunk/regexp.js
/trunk/test/regexp-test.js
496 2013-09-20 02:41:32 PointedEars /trunk/
* dom.js: jsx.dom.createElemFromObj(): Use getKeys() approach instead
 
/trunk/dom.js
495 2013-09-13 06:31:15 PointedEars /trunk/
* object.js
  - jsx.array.from()/Array.from():
    + Changed parameter list so that builder is optional
    + Can be used with host objects
  - Fixed JSdoc
 
/trunk/object.js
494 2013-09-04 16:15:40 PointedEars /trunk/
* python.js: Refactored to Module pattern
 
/trunk/python.js
493 2013-09-04 16:14:41 PointedEars /trunk/
* map.js: Refactored to Module pattern
 
/trunk/map.js
492 2013-09-04 16:13:27 PointedEars /trunk/
* array.js
  - jsx.array.pop() uses object's pop() if available
  - Added jsx.array.uniq() and .uniqStr()
  - Clean-up
 
/trunk/array.js
491 2013-09-01 16:12:35 PointedEars /trunk/
* regexp.js: jsx.regexp.RegExp._exec(): Fixed JSdoc
 
/trunk/regexp.js
490 2013-08-30 15:48:27 PointedEars /trunk/
* regexp.js: Fixed: Missing named subpattern support with exec() when not in Unicode mode
 
/trunk/regexp.js
/trunk/test/regexp-test.js

Show All