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
454 2013-06-29 17:40:35 PointedEars /trunk/
* engine.js: Provide more specific API
 
453 2013-06-29 17:28:23 PointedEars /trunk/
* engine.js: Fixed implementation long names (for es-matrix)
 
452 2013-06-21 22:34:38 PointedEars /trunk/
* engine.js: Renamed global.js to engine.js, updated with ES Matrix info
 
451 2013-06-21 17:36:21 PointedEars /trunk/dom/
* dom/widgets.js
  - jsx.dom.widgets.Table(): .addTitles supports `abbr' attribute instead of `data-title'
  - Fixed JSdoc
 
450 2013-06-20 03:09:47 PointedEars /trunk/dom/
* dom/widgets.js
  - jsx.dom.widgets.Table: Added support for multiple headers
 
449 2013-06-18 20:27:37 PointedEars /trunk/test/
* regexp.js: Updated testcases
 
448 2013-06-18 20:06:35 PointedEars /trunk/
* regexp.js: jx.regexp.RegExp(): Fixed and optimized UCD text parsing
 
447 2013-06-18 19:13:48 PointedEars /trunk/
* regexp.js: jsx.regexp.RegExp.definePropertyClasses(): Only consider argument's keys
 
446 2013-06-18 19:09:13 PointedEars /trunk/
* regexp.js
  - Organized local variables
  - Optimized UCD text parsing
 
445 2013-06-18 18:17:33 PointedEars /trunk/
* regexp.js
  - Refactored to module pattern
  - Cross-view safe checks with jsx.object.getClass() instead of .constructor
 
444 2013-06-13 04:14:12 PointedEars /trunk/dom/
* dom/widgets.js: jsx.dom.widgets.Table: Added support for accessible table cells (headers → title)
 
443 2013-05-21 20:29:43 PointedEars /trunk/
array.js: Fixed syntax error
 
442 2013-05-20 15:20:42 PointedEars /trunk/object/
object/object-compat.js: Backported jsx.object.clone() and jsx.object.extend() from object.js
 
441 2013-05-20 15:19:57 PointedEars /trunk/
* object.js
  - jsx.object.clone(): Fixed warnings
  - jsx.object.extend() returns extended object
 
440 2013-05-19 13:53:38 PointedEars /trunk/test/
* test/debug.js
  - Disabled PropertyArray.prototype.sortBy()
  - Optimized use of jsx.object.isNativeMethod()
  - Organized imports
  - Migrated to jsx.object.extend()
 
439 2013-05-19 13:49:11 PointedEars /trunk/
array.js: Support primitive keys and options arguments
 
438 2013-05-19 13:43:21 PointedEars /trunk/test/
test/object.js: Updated test case for jsx.object.findProperty()
 
437 2013-05-19 13:39:04 PointedEars /trunk/
object.js: Deprecated jsx.object.setProperties() in favor of jsx.object.extend()
 
436 2013-05-19 13:30:05 PointedEars /trunk/.settings/
.settings/org.eclipse.wst.jsdt.core.prefs: Warn about parameter assignments (ES 5.1)
 
435 2013-05-11 02:48:30 PointedEars /trunk/
* object.js
  - Module pattern up to including jsx.object.findNewProperty()
  - jsx.object.findNewProperty():
    + Fixed bogus `this' references (by improved module pattern)
    + DRY with property names
  - Updated unit tests
 
434 2013-05-08 21:49:56 PointedEars /trunk/
* object.js
  - Module pattern up to including jsx.object.hasPropertyValue()
  - Fixed bogus `this' references (by improved module pattern)
  - Updated unit tests
 
433 2013-05-04 23:28:40 PointedEars /trunk/
* array.js
  - Renamed jsx.array.getComparator() to jsx.array.createComparator()
    (factory, not getter)
  - jsx.array.createComparator():
    + Fixed default comparison
    + Added support for conversion by callback and constructor
    + Added support for inner comparator (thanks to Scott Sauyet for the basic idea,
        see <news:42a7e3a8-0fc0-4a5d-8809-312503f14f28@z10g2000yqd.googlegroups.com>)
    + Fixed JSdoc

* test/array.html
  - Added unit test (currently, jsx.array.createComparator() only)
 
432 2013-05-04 15:44:32 PointedEars /trunk/test/
* test/test.js: Performs asynchronous testing if possible
 
431 2013-05-04 13:50:31 PointedEars /trunk/
* string/unicode.js
  - Added remaining String methods
  
* test/unicode.js
  - Added testcases for remaining String methods
  - Fixed testcase title
 
430 2013-05-02 23:50:28 PointedEars /trunk/
* object.js: jsx.throwThis(): Use jsx.getStackTrace() to support all implementations (3)
 
429 2013-05-02 23:44:38 PointedEars /trunk/
* object.js: jsx.throwThis(): Use jsx.getStackTrace() to support all implementations (2)
 
428 2013-05-02 23:14:43 PointedEars /trunk/test/
* test/test.js: Support MSHTML < 9 and HTML5 document.head
 
427 2013-05-02 23:13:17 PointedEars /trunk/
* object.js: jsx.throwThis(): Use jsx.getStackTrace() to support JScript <= 9.0
 
426 2013-05-02 16:40:27 PointedEars /trunk/
* object.js: jsx.object.defineProperty(): Fixed bogus parameter references
(thanks to Cezary Tomczyk
https://twitter.com/cezarytomczyk/status/329850349760442368)
 
425 2013-05-02 01:28:24 PointedEars /trunk/
* object.js: Updated JSdoc (no jsx.options.modifyBuiltins)
 
424 2013-05-02 01:26:34 PointedEars /trunk/
* string/unicode.js
  - Added basic String methods
  
* test/unicode.js
  - Added testcases for basic String methods
  - Simplified testcase titles (DRY)
 
423 2013-05-01 02:56:25 PointedEars /trunk/string/
* string/unicode.js: Updated JSdoc Abstract (2)
 
422 2013-05-01 02:50:53 PointedEars /trunk/string/
* string/unicode.js: Updated JSdoc Abstract
 
421 2013-05-01 02:23:56 PointedEars /trunk/
* string/unicode.js
  - Added jsx.string.unicode.WideString.prototype.getLength() and .length
  - Updated testcases incl. testcase for .getChars()
 
420 2013-04-30 23:34:52 PointedEars /trunk/
* date.js: jsx.date.tzOffsetHours(): Fixed JSdoc
 
419 2013-04-30 23:18:42 PointedEars /trunk/test/
* test/unicode.html: Use Resource Builder except for the test subject (2)
 
418 2013-04-30 23:18:01 PointedEars /trunk/test/
* test/unicode.html: Use Resource Builder except for the test subject
 
417 2013-04-30 23:08:48 PointedEars /trunk/test/
* test/unicode.html: Link to WebSVN instead
 
416 2013-04-30 21:47:27 PointedEars /trunk/test/
* test/date.html: Link to WebSVN instead
 
415 2013-04-28 02:30:55 PointedEars /trunk/
* string/unicode.js
  - Use .toString() instead of .getChars().join("")
  - Updated testcases incl. generic inherited methods