Subversion Repositories JSX

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
309 2012-11-30 01:48:26 PointedEars /trunk/
* dom.js
  - Fixed JSdoc warnings
 
308 2012-11-25 20:55:53 PointedEars /trunk/object/
* object/object-compat.js
  - Backported changes from object.js
 
307 2012-11-25 17:21:27 PointedEars /trunk/string/
* string/hyphenation.js
  - Added getRules() and `rules' property with getter
 
306 2012-11-25 17:20:02 PointedEars /trunk/
* regexp.js
  - jsx.regexp.escape(): Escape `|'
 
305 2012-11-21 00:01:26 PointedEars /trunk/dom/css/
* dom/css/color.js
  - fix(): RGB components are Math.round()ed (fixes ani.js)
  - Fixed JSdoc warnings
 
304 2012-11-21 00:00:58 PointedEars /trunk/
* ani.js, test/ani.html
  - evaluateKeyValues(): Fixed bogus style property assignment
  - Added support of percentages for times
  - Organized imports
  - Fixed JSdoc warnings
 
303 2012-11-21 00:00:20 PointedEars /trunk/
* string.js
  - serialize(): Fixed bogus push()
 
302 2012-11-20 23:59:49 PointedEars /trunk/
* array.js
  - General clean-up
  - Added jsx.array.every() and jsx.array.equals()
 
301 2012-11-20 23:59:13 PointedEars /trunk/dom/
* dom/widgets.js
  - Widgets are children of Widget parents, not their targets
  - update(): Fixed jsx.dom.appendChildren(…) use
  - Added Label, TextArea and Checkbox widgets
  - Constructor call optimization with local names
 
300 2012-11-20 23:58:18 PointedEars /trunk/
* object.js
  - Preparing for strict mode
  - jsx._import(), .importFrom(), .importOnce() support object
    and property aliases (like Python's `import foo.bar as baz'
    but with `… as bla.baz')
  - Organized methods and local imports
 
299 2012-11-20 23:56:53 PointedEars /trunk/test/
* test/debug.js
  - Added unsynhl() (for es-matrix)
  - Disabled dead code
 
298 2012-11-10 18:32:57 PointedEars /trunk/
* object.js, object-compat.js
  - Fixed warnings by moving parameter JSdoc into closure
    (TODO: JSdoc parser)
 
297 2012-11-10 17:35:18 PointedEars /trunk/
* object.js
  - jsx.array.map(): Fixed bad array reference
 
296 2012-11-10 17:33:18 PointedEars /trunk/object/
* object/object-compat.js
  - jsx.array.map(): Fixed bad array reference
 
295 2012-11-10 16:16:24 PointedEars /trunk/
* object.js
  - Added jsx.array.map() so that Array.prototype.map()
    is available without jsx.options.emulate === true  as well
    (for es-matrix)
    
* object/object-compat.js
  - Backported changes from object.js
  - Syntax compatibility updates (for es-matrix):
    + Object.defineProperties()
    + jsx.object.findProperty()
 
294 2012-11-09 21:05:00 PointedEars /trunk/
* python.js
  - List comprehension can take non-function as mapper and condition
  - Methods use jsx.object.isArray()
  - Updated inline cmments
 
293 2012-11-09 01:05:31 PointedEars /trunk/object/
Added object/object-compat.js from es-matrix:object.js
 
292 2012-11-09 01:04:16 PointedEars /trunk/
* test/python.html
  - Test jsx.python.set() without and with map.js
 
291 2012-11-09 00:42:08 PointedEars /trunk/
* General
  - python.js test uses test.js and external asynchronous script

* object.js
  - Added jsx.object.getKeys() in case emulation for Object.keys() is not wanted
  - Updated jsx.object.isObject() (from es-matrix:es.js)

* python.js
  - Strict mode compliant
  - jsx.python.set()
    + Uses jsx.map.Map if possibl
    + Added experimental .prototype.intersection()

* string/hyphenation.js
  - Uses jsx.object.getDataObject() to work without Object.create() as well
    (for es-matrix)
 
290 2012-10-26 06:34:42 PointedEars /trunk/
* object.js
  - jsx.object._propertyIsEnumerable() uses built-in if available
 

Show All