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
497 2013-09-21 15:25:15 PointedEars /trunk/
* regexp.js: Added jsx.regexp.String.prototype.replace() to support named backreferences
 
496 2013-09-20 02:41:32 PointedEars /trunk/
* dom.js: jsx.dom.createElemFromObj(): Use getKeys() approach instead
 
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
 
494 2013-09-04 16:15:40 PointedEars /trunk/
* python.js: Refactored to Module pattern
 
493 2013-09-04 16:14:41 PointedEars /trunk/
* map.js: Refactored to Module pattern
 
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
 
491 2013-09-01 16:12:35 PointedEars /trunk/
* regexp.js: jsx.regexp.RegExp._exec(): Fixed JSdoc
 
490 2013-08-30 15:48:27 PointedEars /trunk/
* regexp.js: Fixed: Missing named subpattern support with exec() when not in Unicode mode
 
489 2013-08-29 11:08:33 PointedEars /trunk/
* object.js
  - jsx.throwThis(): Fixed: throws undefined if string argument
  - jsx.importOnce(): Fixed typo
  - Added/fixed JSdoc for JSDT validator
  - Continued refactoring to module pattern
 
488 2013-08-27 19:18:32 PointedEars /trunk/dom/
* dom/timeout.js: Fixed: run() does not cancel running timeout
(thanks to Douglas Reiser <d.reiser@outlook.de> for reporting)
 
487 2013-08-27 03:20:28 PointedEars /trunk/dom/
* dom/widgets.js
  - Completed module pattern
  - Added CheckboxList widget
 
486 2013-08-27 03:16:36 PointedEars /trunk/
* object.js: jsx.throwThis(): Fixed Array argument handling
 
485 2013-08-26 20:56:29 PointedEars /trunk/
* dom.js: Added long names for common DOM methods, to ease migration
 
484 2013-08-21 11:36:09 PointedEars /trunk/
Fixed SVN keywords
 
483 2013-08-21 06:12:37 PointedEars /trunk/dom/
* dom/widgets.js
  - Minor optimizations
  - Fixed JSdoc
 
482 2013-08-18 00:35:43 PointedEars /trunk/
* array.js: Fixed JSdoc
 
481 2013-08-17 14:43:26 PointedEars /trunk/
* array.js: Refactored to Module Pattern
 
480 2013-08-17 09:40:32 PointedEars /trunk/
* array.js: Added jsx.array.createFilter()
 
479 2013-08-06 00:48:31 PointedEars /trunk/dom/
* dom/geocoding.js
- jsx.dom.geocoding.GeocoderStatus.setProperties() only set defined properties
- jsx.dom.geocoding.geocode():
  + Added options: startFromLast, dontOverwrite
  + Simplified error handling
- Fixed JSdoc
 
478 2013-08-02 12:15:45 PointedEars /trunk/
* object.js: Unified code style of ?: operator
 

Show All